incubator.css
784 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
37
38
39
40
41
42
43
44
45
46
@import url("incubator-import.css");
/* Copyright 1997-2005 W3C (MIT, ERCIM, Keio). All Rights Reserved.
The following software licensing rules apply:
http://www.w3.org/Consortium/Legal/copyright-software */
/* $Id: incubator.css,v 1.13 2005/07/24 02:55:22 slesch Exp $ */
div#Tools, .archive {
font-size: 0.86em;
}
ul#Navigate, div#Search, input#inputField {
font-size: 1em;
}
input#goButton, span#RSS a {
font-size: 0.86em;
}
div#News h2 {
font-size: 0.8em;
}
div#Label {
margin-top: 1em;
padding: 0.5em;
background: #fea;
color: #000;
}
#Label a:link {
background: #fea;
color: #00e;
}
#Label a:visited {
background: #fea;
color: #529;
}
#Label a:active, #Label a:hover, #Label a:focus {
background: #ffc;
color: #00e;
}