-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
94 lines (78 loc) · 1.11 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
/* padding: top right bottom left */
body {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
color: #666;
line-height: 1.2em;
background-color: #fff;
padding: 0px;
margin: 0px;
}
#topbar {
float: left;
width: 100%;
background-color: #2b2525;
padding-top: 8px;
padding-bottom: 8px;
}
#header {
float: left;
width: 100%;
color: #ccc;
font-size: 1.2em;
letter-spacing: 0.02em;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
background-color: #1e1918;
}
#main {
float:left;
width: 90%;
margin-left: 10px;
text-align: justify;
}
#footer {
float: left;
padding-left: 10px;
font-size: 0.8em;
}
a:link, a:visited, a:hover {
color: #ff7b14;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1 {
color: #fff;
font-size: 3.0em;
font-weight: lighter;
}
#header h1 {
padding-left: 30px;
}
#header p {
padding-left: 40px;
}
h2 {
margin: 4px 0;
padding: 8px 0;
font-size: 2.0em;
font-weight: lighter;
border-bottom:1px solid #e9e9e9;
}
h3 {
padding: 8px 0 0 0;
margin: 5px 0 0 0;
font-size: 1.3em;
font-weight: lighter;
}
h2, h3 {
color: #1a1a1a;
}
img {
border: 0px;
}
.black {
color: #000;
}