forked from GarethElms/BackboneJSModalView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.css
19 lines (17 loc) · 903 Bytes
/
demo.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {margin:0; padding:0; background-color:#F8F7DB; font-family:Arial,Helvetica,sans-serif;
color:#091350;}
#container {width:600px; margin:50px auto 20px; background-color:#FEFDEB; min-height:600px;
border-radius:6px;
-moz-box-shadow: 0 0 3px 2px #A1B41D;
-webkit-box-shadow: 0 0 3px 2px #A1B41D;
box-shadow: 0 0 3px 2px #A1B41D;}
#content {padding:10px 30px 30px;}
#footer {margin:0 auto; width:550px; font-size:70%; font-family:verdana;}
h1 {color:#518108; font-weight:normal; margin-top:0; padding:30px; background-color:#E7F295; font-weight:normal; border-bottom:1px solid #A1B41D; box-shadow: 0 0 25px 2px #A1B41D; font-size:150%;}
ul {margin:30px 0 0; padding-left:25px;}
ul li {margin:0; padding:0;}
ul li {list-style-image:url(tick.png); margin-bottom:7px;}
ul li span {position:relative; top:-2px;}
form {padding:20px;}
label {padding-right:10px;}
input[type=text] {margin-right:10px;}