w3cdoc.css
3.96 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
a:link img, a:visited img {
border-style: none
}
html{
background-color: #fff;
color: #000;
margin:0;
border:0;}
body
{
background-color: #fff;
padding: 0em 2em;
font-family: "Gill Sans";
}
h4, h5, h6 {border: none;}
body.team
{
margin:0;
border-right: 30px solid #FFEEC2;
border-left: 30px solid #FFEEC2;}
body.team:before {content:"Team confidential";
font-size: 2em;
color: #F00;
padding: 5px;
font-weight: bold;}
body.ab
{
margin:0;
border-right: 30px solid #E2EDFE; ;
border-left: 30px solid #E2EDFE;;}
body.ab:before {content:"AB+Team confidential";
font-size: 2em;
color: #F00;
padding: 5px;
font-weight: bold;}
#content { background-color: #fff;}
/*quotes*/
blockquote
{
background: #c8e3ea;
padding: 0.5em;
border-left: #999;
border-width: 0 0 0 1px;
border-style: none none none solid;
font-family: "Gill Sans";
font-style: italic;
}
q
{
background: #c8e3ea;
font-family: "Gill Sans";
font-style: italic;
}
blockquote:after {
display: block;
content: attr(cite);
text-align: right;
font-size: 0.7em;
}
blockquote cite.title,
blockquote cite.author {
font-style: italic;
font-size: 0.8em
}
blockquote cite.title:before {
content: "-- ";
}
/*PRE style*/
pre
{
padding: 0.5em;
border-color: #c8e3ea;
border-width: 1px 1px 1px 3px;
border-style: solid;
font-family: "Courier", fixed;
}
/*From http://www.w3.org/2005/09/table.css*/
table
{
border-collapse: collapse;
margin: 1em auto;
}
table caption
{
margin-left: auto;
margin-right: auto;
}
table, tr, th, td { border: 1px solid black; }
th, td { padding: 5px 1em; }
th
{
background: #005a9c;
color: #fff;
}
th a:link {
color: #fff;
}
th a:visited {
color: #aaa;
}
#Icons { float: right; }
#footer
{
border-color: #333;
border-width: 1px 0 0 0;
border-style: solid none none none;
clear: both;
font-size: 0.9em;
}
/* Stolen from /Stylesheets/activities.css */
ul#Navigate { font-size: 0.86em; }
#Icons img { vertical-align: top; }
.trail { vertical-align: bottom; }
.boldblack
{
font-weight: bold !important;
background: transparent;
color: #000 !important;
}
/* right column */
#Contents
{
float: left;
width: 70%;
margin: 0 1% 1em 4%;
}
h1, h2, h3, h4, h5, h6
{
margin-bottom: 0;
padding-bottom: 0.15em;
border-bottom: 1px solid #ccc;
background: transparent;
color: #005a9c;
font-weight: normal;
}
h1
{
margin-top: 1em;
margin-bottom: 0;
padding-bottom: 0.15em;
border-bottom: none;
background: transparent;
color: #000;
}
p.firstelement, table, address { margin-top: 0.7em; }
/* left column */
ul#Navigate, ul.nav
{
margin: 0;
padding: 0.2em 0 0 0;
}
ul#Navigate
{
float: left;
width: 13em;
margin: 1em 0 0 0.2em;
border-right: 1px solid gray;
background: #c8e3ea;
color: #000;
text-indent: 2px;
}
ul#Navigate li, ul.nav li
{
padding: 0.2em 0 0.2em 0.3em;
list-style: none;
font-weight: normal;
}
ul.nav li { border-top: 1px solid gray; }
ul#Navigate a, ul.nav li a
{
padding-right: 0.1em;
background: transparent;
color: #000;
text-decoration: none;
}
ul#Navigate li.navcurrent, ul.nav li.navcurrent
{
list-style: disc;
background: #fff;
color: #000;
}
ul#Navigate li a:hover, .nav li a:hover,
ul#Navigate li a:focus, .nav li a:focus
{
background: transparent;
color: #00e;
text-decoration: underline;
}
/* print */
@media print
{
body, html { font-family: sans-serif; }
h1, h2, h3, h4, h5, h6
{
page-break-after: avoid;
page-break-inside: avoid;
}
blockquote, pre, table { page-break-inside: avoid; }
ul, ol, dl { page-break-before: avoid; }
.whiteout, .trail, ul#Navigate, p#Validate { display: none; }
div#Contents
{
float: none;
width: 100%;
}
}
.whiteout, .whiteout a:link, .whiteout a:visited
{
background: #fff;
color: #fff;
}
.whiteout a:hover, .whiteout a:focus
{
background: #fff;
color: #00e;
}
.whiteout a:active
{
background: #fff;
color: #f00;
}
div.whiteout
{
margin: -10px 0 0 0;
padding: 0;
}
/*#status {
padding: .5em 2em;
background-color: #FCC;
margin: 0 auto;}*/