Merge "Revert "Function for "pretty timestamps" that are human readable and understan...
[lhc/web/wiklou.git] / skins / cologneblue / screen.css
1 body {
2 margin: 0;
3 padding: 0;
4 color: black;
5 font-family: serif;
6 }
7
8 #specialform {
9 display: inline;
10 }
11
12 #content {
13 top: 0;
14 margin: 0;
15 padding: 0;
16 }
17
18 #mw-data-after-content {
19 font-family: Verdana, Arial, sans-serif;
20 color: black;
21 font-size: 8pt;
22 }
23
24 #powersearch {
25 background: #DDEEFF;
26 border-style: solid;
27 border-width: 1px;
28 padding: 2px;
29 }
30
31 #quickbar {
32 width: 140px;
33 top: 18ex;
34 padding: 2px;
35 visibility: visible;
36 z-index: 99;
37 }
38
39 #article, #article td, #article th, #article p {
40 font-family: Verdana, Arial, sans-serif;
41 font-size: 10pt;
42 color: black;
43 }
44
45 #article p {
46 padding-top: 0;
47 padding-bottom: 0;
48 margin-top: 1ex;
49 margin-bottom: 0;
50 }
51
52 p, pre, .mw-code, td, th, li, dd, dt {
53 line-height: 12pt;
54 }
55
56 textarea {
57 overflow: auto;
58 }
59
60 #footer {
61 margin-right: 2%;
62 margin-top: 1em;
63 padding: 4px;
64 font-family: verdana, arial, sans-serif;
65 font-size: 10pt;
66 text-align: center;
67 }
68
69 #footer form {
70 display: inline;
71 }
72
73 #pagestats {
74 font-family: Verdana, Arial, sans-serif;
75 color: black;
76 font-size: 9pt;
77 }
78
79
80
81 #quickbar {
82 font-family: Verdana, Arial, sans-serif;
83 font-size: 8pt;
84 font-weight: bold;
85 line-height: 9.5pt;
86 text-decoration: none;
87 color: black;
88 padding: 0;
89 margin-top: 0;
90 }
91
92 #quickbar a {
93 color: #446688;
94 }
95
96 #quickbar h6 {
97 font-family: Verdana, Arial, sans-serif;
98 font-size: 10pt;
99 font-weight: bold;
100 line-height: 12pt;
101 text-decoration: none;
102 color: #666666;
103 padding: 0;
104 margin-bottom: 2px;
105 margin-top: 6px;
106 }
107
108 #quickbar form {
109 padding: 0;
110 margin-top: 0;
111 }
112
113 h1 {
114 color: #666666;
115 font-family: Verdana, Arial, sans-serif;
116 font-size: 180%;
117 line-height: 21pt;
118 }
119
120 h1 .editsection {
121 font-size: 55.6%;
122 }
123
124 h1#firstHeading {
125 padding-bottom: 0;
126 margin-bottom: 0;
127 }
128
129 #article p.subtitle, #article p.subpages, #article p.tagline {
130 color: #666666;
131 font-size: 11pt;
132 font-weight: bold;
133 padding-top: 0;
134 margin-top: 0;
135 padding-bottom: 1ex;
136 }
137
138 a {
139 color: #223366;
140 }
141
142 a.external {
143 color: #336644;
144 }
145
146 a:visited {
147 color: #8D0749;
148 }
149
150 a.printable {
151 text-decoration: underline;
152 }
153
154 a.stub, #quickbar a.stub {
155 color: #772233;
156 text-decoration: none;
157 }
158
159 a.new, #quickbar a.new {
160 color: #CC2200;
161 }
162
163 h2, h3, h4, h5, h6 {
164 margin-bottom: 0;
165 }
166
167 small {
168 font-size: 75%;
169 }
170
171 input.mw-searchInput {
172 width: 106px;
173 }
174
175 /* Directionality-specific styles */
176 #quickbar { position: absolute; left: 4px; }
177 #article { margin-left: 148px; margin-right: 4px; }
178 #footer { margin-left: 152px; }
179
180
181 #sitetitle, #sitesub, #toplinks, #linkcollection {
182 margin-top: 0;
183 margin-bottom: 0;
184 }
185
186 #sitetitle, #toplinks {
187 color: white;
188 text-transform: uppercase;
189 height: 32pt;
190 }
191 #sitetitle {
192 padding-left: 8px;
193 font-family: Times, serif;
194 font-weight: normal;
195 font-size: 32pt;
196 line-height: 32pt;
197 background-color: #6688AA;
198 }
199 #sitetitle a, #toplinks a {
200 color: white;
201 text-decoration: none;
202 }
203 /* Bring #sitetitle to top. Otherwise #toplinks is overlaid over it, making the link unclickable. */
204 #sitetitle a {
205 position: relative;
206 z-index: 10
207 }
208
209 #toplinks {
210 font-family: Verdana, Arial, sans-serif;
211 position: absolute;
212 top: 0;
213 right: 8px;
214 width: 100%;
215 font-size: 8pt;
216 }
217 #toplinks a {
218 font-size: 10pt;
219 }
220 #toplinks p {
221 position: absolute;
222 right: 0;
223 margin: 0;
224 width: 100%;
225 text-align: right;
226 }
227 #toplinks #syslinks {
228 bottom: 0;
229 }
230 #toplinks #variantlinks {
231 bottom: 12pt;
232 }
233
234 #sitesub {
235 float: left;
236 margin-left: 8px;
237 font-family: Verdana, Arial, sans-serif;
238 font-size: 9pt;
239 font-weight: bold;
240 color: black;
241 }
242
243 #linkcollection {
244 margin-top: 0.5em;
245 font-size: small;
246 margin-right: 8px;
247 text-align: right;
248 }
249 /* Override text justification (user preference), see bug 31990 */
250 #linkcollection * {
251 text-align: right;
252 }