-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathstyle.css
49 lines (43 loc) · 994 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
html, body {
margin: 0;
padding: 0;
font-family: Helvetica Neue, Verdana, Helvetica, Arial;
font-size: 14px;
color: #333;
}
body {
overflow: auto;
height: 100%;
background: #6788AD;
line-height : 18px;
background: -moz-linear-gradient(top, #496687 0%, #6889AE 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #496687), color-stop(100%, #6889AE) );
filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#496687', endColorstr = '#6889AE',GradientType = 0 );
}
li{
margin-bottom:3px;
}
#content-wrap{
width : 70%;
margin : 0 auto;
background-color : white;
box-shadow : 0 0 20px #122F4B;
}
h1{
padding : 1%;
background-color : #122F4B;
color: white;
font-family: Georgia, "Times New Roman", Times;
font-weight : normal;
text-align : center;
padding : 20px 0;
margin : 0;
}
h2{
border-top : dotted 1px #777;
padding-top : 10px;
margin-top: 10px;
}
#content{
padding : 2%;
}