802067d8486a2933942bb6f3dcd23c1d484d4a9d
[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
107 td.bottom {
108 font-family: Verdana, Arial, sans-serif;
109 font-size: 10pt;
110 padding: 0;
111 text-align: center;
112 vertical-align: bottom;
113 }
114
115 #pagestats {
116 font-family: Verdana, Arial, sans-serif;
117 color: black;
118 font-size: 9pt;
119 }
120
121 #sitesub {
122 font-family: Verdana, Arial, sans-serif;
123 font-size: 9pt; font-weight: bold;
124 color: black;
125 padding-top: 0;
126 }
127
128 #quickbar {
129 font-family: Verdana, Arial, sans-serif;
130 font-size: 8pt;
131 font-weight: bold;
132 line-height: 9.5pt;
133 text-decoration: none;
134 color: black;
135 padding: 0;
136 margin-top: 0;
137 }
138
139 #quickbar a {
140 color: #446688;
141 }
142
143 #quickbar h6 {
144 font-family: Verdana, Arial, sans-serif;
145 font-size: 10pt;
146 font-weight: bold;
147 line-height: 12pt;
148 text-decoration: none;
149 color: #666666;
150 padding: 0;
151 margin-bottom: 2px;
152 margin-top: 6px;
153 }
154
155 #quickbar form {
156 padding: 0;
157 margin-top: 0;
158 }
159
160 h1 {
161 color: #666666;
162 font-family: Verdana, Arial, sans-serif;
163 font-size: 180%;
164 line-height: 21pt;
165 }
166
167 h1 .editsection {
168 font-size: 55.6%;
169 }
170
171 h1.pagetitle {
172 padding-bottom: 0;
173 margin-bottom: 0;
174 }
175
176 #article p.subtitle {
177 color: #666666;
178 font-size: 11pt;
179 font-weight: bold;
180 padding-top: 0;
181 margin-top: 0;
182 padding-bottom: 1ex;
183 }
184
185 a {
186 color: #223366;
187 }
188
189 a.external {
190 color: #336644;
191 }
192
193 a:visited {
194 color: #8D0749;
195 }
196
197 a.printable {
198 text-decoration: underline;
199 }
200
201 a.stub, #quickbar a.stub {
202 color: #772233;
203 text-decoration: none;
204 }
205
206 a.new, #quickbar a.new {
207 color: #CC2200;
208 }
209
210 h2, h3, h4, h5, h6 {
211 margin-bottom: 0;
212 }
213
214 small {
215 font-size: 75%;
216 }
217
218 input.mw-searchInput {
219 width: 106px;
220 }