forked from php/web-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
117 lines (99 loc) · 1.7 KB
/
styles.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
body {
margin: 0;
}
body, ul, th, p, dd, dt {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
text-decoration: none;
color: #000000
}
dt {
font-weight: bold;
color: #FF9900;
}
dd {
margin-bottom: 11px;
}
ul {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
text-decoration: none;
color: #000000;
padding-bottom: 6pt;
}
input.small {
font-size: 75%;
}
h1 {
color: #FF9900;
text-decoration: none;
font-size: 18px;
font-style: italic;
font-weight: bold;
padding-bottom: 18px;
}
h2 {
color: #666666;
text-decoration: none;
font-size: 16px;
font-style: italic;
font-weight: bold;
}
h3 {
color: #FF9900;
text-decoration: none;
font-size: 14px;
font-weight: bold;
padding-bottom: 7px;
}
h4 {
color: #FF9900;
text-decoration: none;
font-size: 14px;
}
.h3_link {
color: #FF9900;
text-decoration: none;
font-size: 14px;
font-weight: bold;
text-decoration: underline;
}
.headline_white {
color: #FFFFFF;
text-decoration: none;
font-size: 14px;
font-weight: bolder;
}
.head_links {
font-size: 9pt;
color: #000000;
text-decoration: none;
}
.subhead_news {
font-size: 9pt;
color: #000000;
text-decoration: none;
}
.footer {
color: #000000;
text-decoration: none;
font-size: 8pt;
}
A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: blue;}
/* Use this w/spans to hack past Netscape's li css etc bug. */
.lihack {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
text-decoration: none;
color: #000000;
}
.sidebox {
padding: 5px;
font-size: 9pt;
}
.anchor {
float: right;
}