3 * This file contains CSS settings common to Wikistandard, Nostalgia and
4 * CologneBlue, the old pre-Monobook skins
7 /* For clarity, explicitly state some recommendations from
8 * http://www.w3.org/TR/CSS21/sample.html to make sure the editsection links scale right
11 h1
{ font-size: 2em; }
12 h2
{ font-size: 1.5em; }
13 h3
{ font-size: 1.17em; }
14 h4
{ font-size: 1.11em; }
15 h5
{ font-size: 1.05em; }
16 h6
{ font-size: 1em; }
17 h1
, h2
, h3
, h4
, h5
, h6
{
21 /* Now the custom parts */
23 #footer { clear: both
}
41 margin: 0.3em 0.5em 0.5em 0;
66 border: 1px solid
#ccc;
67 padding: 3px !important
;
68 background-color: #f9f9f9;
74 border: 1px solid
#ccc;
80 padding: 3px !important
;
85 border: none
!important
;
86 background: none
!important
;
91 border: none
!important
;
92 background: none
!important
;
98 border-width: .5em 0 .8em 1.4em;
105 border-width: .5em 1.4em .8em 0;
108 border: 1px solid
#dddddd;
111 /* Page history styling */
112 /* the auto-generated edit comments */
113 .autocomment { color: #4b4b4b; }
115 img
{ border: none
; }
119 border: 1px solid
#bba;
120 background-color: #f7f8ff;
135 list-style-type: none
;
136 list-style-image: none
;
154 /* preference page with js-genrated toc */
157 margin: 1em 1em 1em 1em;
161 border: 1px solid White
;
163 #preftoc li
.selected
{
164 background-color:#f9f9f9;
165 border:1px dashed
#aaaaaa;
182 fieldset
.prefsection
{
185 fieldset
.operaprefsection
{
199 /* small for tables and similar */
207 /* use this instead of #toc for page content */
209 border: 1px solid
#aaaaaa;
210 background-color: #f9f9f9;
215 border: 1px solid
#aaaaaa;
217 padding-right: 0.5em;
223 .sharedUploadNotice {
233 background-color: #00FF00;
263 .editExternallyHelp {
269 text-decoration: line-through
;
274 /* Classes for Exif data display */
279 table
.mw_metadata caption
{
282 table
.mw_metadata th
{
285 table
.mw_metadata td
{
291 border-collapse: collapse
;
293 table
.mw_metadata td
,
294 table
.mw_metadata th
{
295 border: 1px solid
#aaaaaa;
299 table
.mw_metadata th
{
300 background-color: #f9f9f9;
302 table
.mw_metadata td
{
303 background-color: #fcfcfc;
305 table
.mw_metadata td
.spacer
{
310 table
.collapsed tr
.collapsable
{
318 /* Allmessages table */
319 #allmessagestable th
{
320 background-color: #b2b2ff;
323 #allmessagestable tr
.orig
{
324 background-color: #ffe2e2;
327 #allmessagestable tr
.new
{
328 background-color: #e2ffe2;
331 #allmessagestable tr
.def
{
332 background-color: #f0f0ff;
339 div
.multipageimagenavbox
{
340 border: solid
1px silver
;
346 div
.multipageimagenavbox div
.thumb
{
352 div
.multipageimagenavbox hr
{
356 table
.multipageimage td
{
361 Table pager (e.g. Special:Imagelist)
362 - remove underlines from the navigation link
364 - set the borders to outsets (similar to Special:Allmessages)
365 - remove line wrapping for all td and th, set background color
366 - restore line wrapping for the last two table cells (description and size)
369 text-decoration: none
;
372 border-collapse: collapse
;
377 border: 0.15em solid
#777777;
378 padding: 0 0.15em 0 0.15em;
381 background-color: #eeeeff;
384 background-color: #ffffff;
386 .TablePager tr:hover td {
387 background-color: #eeeeff;
394 .imagelist .TablePager_col_links {
395 background-color: #eeeeff;
397 .imagelist .TablePager_col_img_description {
400 .imagelist th.TablePager_sort {
401 background-color: #ccccff;
408 .MediaTransformError {
409 border: thin solid
#777;
410 background-color: #ccc;
413 .MediaTransformError td {
415 vertical-align: middle
;
426 background-color: #ffffec;
429 background-color: white
;
432 /** RTL specific CSS starts here **/
436 * The following lines don't have a visible effect on non-Gecko browsers
437 * They fix a problem with Gecko browsers rendering lists to the right of
438 * left-floated objects in an RTL layout.
441 html
> body
.rtl div#article ul
{
445 html
> body
.rtl div#bodyContent ul#filetoc
{
449 /* RTL specific CSS ends here **/