forked from netcommons/NetCommons2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
36 lines (36 loc) · 812 Bytes
/
style.css
File metadata and controls
36 lines (36 loc) · 812 Bytes
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
body {
color: #333333;
}
h2 { color: #ffffff; font-size: 110%; font-weight: bold; line-height: 150%; background-color: #888 }
h3 { color: #c90505; font-weight: bold; text-decoration: underline; background-position: 150% 50%; text-indent: 15px; letter-spacing: 2px }
h4 {
font-size: 100%;
text-indent: 20px;
font-weight: bold;
}
h5 {
font-size: 100%;
text-indent: 25px;
font-weight: bold;
}
hr {
border: 1px #999999 solid;
height: 1px;
}
.b1 { color: #518447; font-weight: bold }
.b2 {
color: #003399;
font-weight: bold;
}
.b3 { color: #f06f1d; font-weight: bold }
.totop {
font-size: 80%;
}
a:link { color: #04419a }
a:visited { color: #04419a }
a:hover { color: #1b64cf }
a:active { color: #f06f1d }
.b4 {
color: #FF3333;
font-weight: bold;
}