-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.css
68 lines (59 loc) · 954 Bytes
/
main.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
68
/* Main stylesheet for the webkit examples site */
body {
background: #ddd;
padding-left: none;
margin-top: auto;
margin-left: 0px;
margin-right: auto;
font-family: 'Muli', sans-serif;
}
a {
color: #d60;
}
#header {
margin-top: 0px;
background: black;
color: white;
font-size: 18px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
#main {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
margin-right: 50px;
background: white;
color: black;
font-size: 14px;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 5px;
}
#main h2 {
font-weight: normal;
font-size: 16px;
color: darkred;
}
.no-left-pad {
padding-left: 0px;
}
#main p {
padding-left: 25px;
}
#footer {
margin-top: 0px;
background: black;
color: white;
font-size: 12px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
.banner {
color: orange;
text-decoration: none;
}