summaryrefslogtreecommitdiffstats
path: root/htdocs/base.css
blob: 462f6fa01fd5eee2287d09dab76dc7fad8c01b9f (plain)
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
/*
   Base Style Sheet for the W3C Markup Validation Service.

   Copyright 2000-2006 W3C (MIT, INRIA, Keio). All Rights Reserved.
   See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright

   $Id: base.css,v 1.57 2006-03-31 05:48:01 ot Exp $
*/

@import url("results.css"); /* CSS for validation results. */
@import url("navbar.css");  /* CSS for navigation menu. */
@import url("tips.css");    /* CSS for Quality Tips. */
@import url("docs.css");    /* CSS for the Documentation. */
@import url("print.css") print;
@import url("handheld.css") handheld;


/* Special Notices */
p#msie { /* msie-bug note for text/plain */
  float: right;
  border: 1px solid black;
  background: white;
  width: 15em;
  padding: 1em;
  text-align: justify;
  font-size: smaller;
}


/*                 
   General styling 
                   */
html {
    background-color: white;
}

body {  
    margin: auto auto;
    padding-left: 6%;
    padding-right: 6%;
    background-color: white;
/*    background-image: url(http://www.w3.org/Icons/logo-WMVS.png);
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat; */
    color: #11111A;
    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
    font-size: 1em; /* setting base font to user's prefered size */
    line-height: 130%;
}

/*                                                   
   Main blocks - see also #menu styled in navbar.css 
                                                     */

#banner {
    background-color: white;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    padding: 0;
    height: 50px;
    margin-bottom: 0;
/*
    margin-top: 20px;
    margin-left: 42px;
*/
    border: 0;

}

#banner h1 { 
    height: 50px;
    vertical-align: middle;
    font-size: 1.5em;
    display: inline;
}

#main {
    border-bottom: 0;
    border-top: 0;
    border-left: 1px solid #dfebf7;
    border-right: 1px solid #dfebf7;

}
#main, address { 
    background-color: white;
    margin: 0;
    /*margin-left: 42px; */
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
/*    border: 1px solid #E8E8FA; */
}

address {
    background-color: #eee;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
    height:45px;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 15px;
    clear: right;

}

address img {
   display: inline;
   float: left;
   vertical-align: middle;
   width: 88px;
}


.intro {
  font-style: italic;
  text-align: justify;
}

/* 
   Headers
            */

h1 { 
    color: #053188;
    font-family: "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
    font-size-adjust: .53;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

h2 { 
    color: #777742;
    background: white;
    padding: 5px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
    font-family: Georgia, Didot, serif;
}

h3 {
   /* color: #C65831; */
    color: #fff;
    background-color: #aaaa77;
    font-size: 1.1em;
    padding: 2px 15px;
    border-top: 1px dotted #777742;
    border-bottom: 1px dotted #777742;
    text-decoration: none;
    font-family: Georgia, Didot, serif;
} 

h4 {
    color: #777742;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    font-size: 1.0em;
    font-family: Georgia, Didot, serif;
}

h5,h6 {
    color: #777742;
    background-color: white;
    font-family: Georgia, Didot, serif;
    }
/* 
   General link styling
                         */

a:link, a:visited {
    color: #005A9C;
    text-decoration: none;

}

a:hover, a:active {
    color: #005A9C;
    text-decoration: underline;
}


/* 
   Other basic styles 
                      */

/* TODO - add ol, li, td here ? */
p, dt {
    margin-left: 15px;
    margin-right: 25px;
}

dd {
    margin-left: 35px;
    margin-right: 25px;
}

#news dt {
    font-weight: bold;
     margin-top: 1em;
   }

img { 
    margin:0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

acronym:hover, abbr:hover {
    cursor: help;
}

abbr[title], acronym[title], span[title], strong[title] {
    border-bottom: thin dotted;
    cursor: help;
}

pre, code, tt {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Andale Mono", monospace;
    line-height: 100%;
    white-space: pre;
}

a:link img, a:visited img {
    border-style: none;
}

a img {color: black} /* The only way to hide the border in NS 4.x */

ul.toc {
    list-style: none;
}




/*
   Stuff we don't actually want too visible - or not at all
                                                            */
                                                            
p.copyright {
  margin-top:     20px;
  width: 50%;
  font-size:      x-small;
  text-align:     justify;
  text-transform: uppercase;
  margin-left:    222px;
  font-family: "Bitstream Vera Sans Mono", monospace;
  color:          #888;
  line-height:    120%;
}

p.copyright a {
  color: #88f;
  text-decoration: none;
}


.hideme { display: none; }


/*
   Forms 
         */


/* Fieldsets */
fieldset {
    padding: .5em;
    background: white;
    border: 1px dotted #aaaa77;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: .5em;
}

fieldset legend {
    color: #fff;
    background-color: #aaaa77;
    font-size: smaller;
    padding: .1ex .5ex;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    font-weight: bold;
}


input {
    vertical-align: middle;
}

input.reset {
    text-align: center;
}

input.default {
    text-align: center;
    font-weight: bold;
}