-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.css
67 lines (59 loc) · 1.25 KB
/
base.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
h2 {margin-bottom: 0.4em;}
h3 {margin-bottom: 0.3em;
font-size: 1.3em;}
a { color: #373F7A;
text-decoration: none;}
a:hover {text-decoration: underline;}
ul li {
margin-bottom: 5px;
}
#header {
background-color: #cfecef;
background: -moz-linear-gradient(bottom, #cfecef 0%, #fff 100%);
background: -webkit-gradient(linear, left bottom, left top, from(#cfecef), to(#fff));
border-bottom: 1px solid #aaa;
}
#header .container {position: relative;}
#header h1 {
font-size: 6em;
font-weight: bold;
text-shadow: 2px 2px 7px #999;
margin-bottom: 0;
}
#header ul {list-style:none;
margin: 0;
position: absolute;
top: 70px;
right: 0;
font-size: 1.2em;
}
ul.navigation {
font-size: 1em;
text-align: left;
margin: 1em;
margin-top: 0em;
padding-left: 0;
margin-left: 0;
}
#header ul li, ul.navigation li {
display:inline;
padding: 0.5em 1em;
border-left: 1px solid #ccc;
}
ul.navigation li:first-child {
padding-left: 0;
}
#header ul li:first-child, ul.navigation li:first-child {border: 0;}
#header p {margin-bottom: 1em;}
#main {margin-top: 2em;}
#sidebar {margin-top: 2em;}
#sidebar h2 {display:none;}
#sidebar ul {
list-style:none;
padding-left: 0;
margin-right: 0.3em;
font-size: 0.9em;
}
.center {
text-align: center;
}