ripple-emulator
Version:
A browser based html5 mobile application development and testing tool
127 lines (111 loc) • 2.67 kB
CSS
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
body {
color: #f0f0f0;
background: #1e1e1e;
font-family: "Courier New", Courier, sans-serif;
font-size: 18px;
margin: 0;
padding: 0;
}
h1 {
font-size: 17px;
}
h2 {
font-size: 15px;
}
.header {
margin: 25px auto;
width: 320px;
height: 170px;
text-align: center;
}
.logo {
float: left;
}
.welcome {
text-align: left;
margin-top: 40px;
float: right;
}
.logo, .welcome {
display: inline;
}
#ripple-header {
padding: 5px 20px;
}
.box {
background-color: #333;
border-radius: 5px;
margin: 25px auto;
padding: 20px;
width: 700px;
}
#loading {
background: url(../img/loader.gif) center no-repeat;
height: 32px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.warning {
font-size: 15px;
}
.warning p {
line-height: 18px;
margin: 2px 0;
padding: 0;
}
.warning a {
float: right;
margin-left: 10px;
}
.bt, .bt:visited {
background-color: #3C8B9E;
border-bottom: 1px solid #555555;
border-top: 1px solid #B1CEE5;
-o-border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-o-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 3px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 3px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 3px;
box-shadow: rgba(0, 0, 0, 0.15) 0 2px 3px;
color: white;
display: inline-block;
font-family: 'HelveticaNeue',Helvetica,Arial,sans-serif;
font-size: 15px;
font-weight: 400;
height: 36px;
min-width: 120px;
line-height: 36px;
padding: 0 16px;
text-align: center;
text-decoration: none;
text-shadow: #1F425E 0 -1px 0;
transition: all 0.25s;
-moz-transition: all 0.25s;
-webkit-transition: all 0.25s;
}
.bt:hover {
background-color: #18677A;
color: white;
}