qa4.css
2.57 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
@import url("qa-layout.css");
/* ****************** body *************** */
html, body {
background: #fff;
color: #000;
}
html, body, h2, h3, h4, div, p, ul, li, input {
font-family: "Gill Sans", "Trebuchet MS", "Gill Sans MT", sans-serif;
}
/* ****** link ******** */
a:link {color: blue;}
a:active {color:red;}
a:visited {color: purple;}
/* ****************** header *************** */
#Logo {
text-align: center;
margin: 0;
padding: 0;
margin-bottom: 0.3em;
/* margin-right: 210px; */
}
#Header {
background: #fff;
color: #777;
font-family: Times, "Times New Roman", serif;
font-style: italic;
font-weight: bold;
font-size: 1.8em;
}
/* ****************** news *************** */
.item h3
{
background: #fff;
color: #900;
margin-top: 0.4em;
}
.item h3:before
{
content: url(/Icons/right);
}
.date {
font-style: italic;
}
.description {
background: #fff;
color: #000;
}
/* ****************** misc *************** */
.small, .archive, .disclaimer {
font-size: small;
margin:0.5em 17em 2em 2em;
}
hr { margin: 0 17em 0 2em;
width:60% }
a img { color: #fff; } /* hide the border in Netscape 4 */
@media all { /* hide from Netscape 4 */
a img { color: inherit; /* undo the rule above */
border: none; /* hide from Netscape 4 */
}
}
code { background-color: #FFC; }
blockquote {
background-color: #FFC;
padding: 1em;
margin:auto;
width:60%;}
blockquote:after {
display: block;
content: attr(cite);
text-align: left;
font-size: 0.8em;
}
pre
{
margin: auto;
background-color: #FFC;
padding: 1em;
border-color: #FC3;
border-width: 1px;
border-style: solid;
white-space: pre;
overflow:auto;
text-align: left;
/*font-size: 10px;*/
}
pre strong {
color: #F00;
font-weight: bold;
}
dt
{
display: inline-block;
margin: 1em auto 0 0;
padding: 5px;
background-color: #eec;
font-weight: bold;
border-bottom: #C93;
border-width: 0 0 1px 0;
border-style: none none solid none;
}
dd
{
margin: 0 2em 0 2em;
padding: 5px;
border-bottom: #C93;
border-left: #C93;
border-width: 0 0 1px 1px;
border-style: none none solid solid;
}
div.obsoletewarning {
background-color: #dfebf7;
color: #33444A;
border: 1px solid #005A9C;
padding: 2em;
margin: 3em;
}
div.obsoletewarning h2, div.obsoletewarning h3 {
color: white;
background-color: #005A9C;
}
@media print{
abbr, acronym {
border-style:none;
}
abbr:after, acronym:after {
content:" [" attr(title) "] ";
font-variant:small-caps;
}
}