mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-15 01:08:17 -05:00
35 lines
581 B
CSS
35 lines
581 B
CSS
* {
|
|
margin:0px;
|
|
}
|
|
body {
|
|
font-family:Helvetica;
|
|
-webkit-user-select: none;
|
|
background-color:#fff;
|
|
}
|
|
#wrapper {
|
|
width:100%;
|
|
height:100%;
|
|
padding-top:15px;
|
|
}
|
|
#header {
|
|
height:150px;
|
|
width:100%;
|
|
background-image:url(../images/header.png);
|
|
background-size:100%;
|
|
margin-bottom:10px;
|
|
box-shadow: 0px 0px 2px .6px #222222;
|
|
}
|
|
.btn {
|
|
font-size:18px;
|
|
text-align:center;
|
|
padding-top:12px;
|
|
padding-bottom:12px;
|
|
width:95%;
|
|
border-radius: 5px;
|
|
background-color:#545454;
|
|
margin:auto;
|
|
color:#fff;
|
|
font-weight:bold;
|
|
box-shadow: 0px 0px 2px .6px #222222;
|
|
margin-top:5px;
|
|
} |