76ab12850666dcc6eb9562d6466d44dd57d24293
[lhc/web/wiklou.git] / skins / cologneblue / screen.css
1 body {
2 margin: 0;
3 padding: 0;
4 color: black;
5 }
6
7 #specialform {
8 display: inline;
9 }
10
11 #content {
12 top: 0;
13 margin: 0;
14 padding: 0;
15 }
16
17 #mw-data-after-content {
18 font-family: Verdana, Arial, sans-serif;
19 color: black;
20 font-size: 8pt;
21 }
22
23 #topbar {
24 padding: 0;
25 }
26
27 #powersearch {
28 background: #DDEEFF;
29 border-style: solid;
30 border-width: 1px;
31 padding: 2px;
32 }
33
34 #quickbar {
35 width: 140px;
36 top: 18ex;
37 padding: 2px;
38 visibility: visible;
39 z-index: 99;
40 }
41
42 #article, #article td, #article th, #article p {
43 font-family: Verdana, Arial, sans-serif;
44 font-size: 10pt;
45 color: black;
46 }
47
48 #article p {
49 padding-top: 0;
50 padding-bottom: 0;
51 margin-top: 1ex;
52 margin-bottom: 0;
53 }
54
55 p, pre, td, th, li, dd, dt {
56 line-height: 12pt;
57 }
58
59 textarea {
60 overflow: auto;
61 }
62
63 #footer {
64 padding: 4px;
65 }
66
67 #footer form {
68 display: inline;
69 }
70
71 #sitetitle {
72 font-family: Times, serif;
73 color: white;
74 font-weight: normal;
75 font-size: 32pt;
76 line-height: 32pt;
77 }
78
79 td.top {
80 background-color: #6688AA;
81 color: white;
82 margin-top: 4px;
83 margin-bottom: 4px;
84 padding-top: 0;
85 padding-bottom: 0;
86 text-transform: uppercase;
87 font-family: Verdana, Arial, sans-serif;
88 font-size: 8pt;
89 }
90
91 td.top a {
92 font-family: Verdana, Arial, sans-serif;
93 background-color: #6688AA;
94 color: white;
95 text-decoration: none;
96 font-size: 10pt;
97 }
98
99 td#top-syslinks {
100 text-align: right;
101 vertical-align: bottom;
102 }
103 td.top-linkcollection {
104 text-align: right;
105 }
106 td.top-subheader {
107 vertical-align: top;
108 }
109
110 td.bottom {
111 font-family: Verdana, Arial, sans-serif;
112 font-size: 10pt;
113 padding: 0;
114 text-align: center;
115 vertical-align: bottom;
116 }
117
118 #pagestats {
119 font-family: Verdana, Arial, sans-serif;
120 color: black;
121 font-size: 9pt;
122 }
123
124 #sitesub {
125 font-family: Verdana, Arial, sans-serif;
126 font-size: 9pt; font-weight: bold;
127 color: black;
128 padding-top: 0;
129 }
130
131 #quickbar {
132 font-family: Verdana, Arial, sans-serif;
133 font-size: 8pt;
134 font-weight: bold;
135 line-height: 9.5pt;
136 text-decoration: none;
137 color: black;
138 padding: 0;
139 margin-top: 0;
140 }
141
142 #quickbar a {
143 color: #446688;
144 }
145
146 #quickbar h6 {
147 font-family: Verdana, Arial, sans-serif;
148 font-size: 10pt;
149 font-weight: bold;
150 line-height: 12pt;
151 text-decoration: none;
152 color: #666666;
153 padding: 0;
154 margin-bottom: 2px;
155 margin-top: 6px;
156 }
157
158 #quickbar form {
159 padding: 0;
160 margin-top: 0;
161 }
162
163 h1 {
164 color: #666666;
165 font-family: Verdana, Arial, sans-serif;
166 font-size: 180%;
167 line-height: 21pt;
168 }
169
170 h1 .editsection {
171 font-size: 55.6%;
172 }
173
174 h1.pagetitle {
175 padding-bottom: 0;
176 margin-bottom: 0;
177 }
178
179 #article p.subtitle {
180 color: #666666;
181 font-size: 11pt;
182 font-weight: bold;
183 padding-top: 0;
184 margin-top: 0;
185 padding-bottom: 1ex;
186 }
187
188 a {
189 color: #223366;
190 }
191
192 a.external {
193 color: #336644;
194 }
195
196 a:visited {
197 color: #8D0749;
198 }
199
200 a.printable {
201 text-decoration: underline;
202 }
203
204 a.stub, #quickbar a.stub {
205 color: #772233;
206 text-decoration: none;
207 }
208
209 a.new, #quickbar a.new {
210 color: #CC2200;
211 }
212
213 h2, h3, h4, h5, h6 {
214 margin-bottom: 0;
215 }
216
217 small {
218 font-size: 75%;
219 }
220
221 input.mw-searchInput {
222 width: 106px;
223 }