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;
124 display: -moz-inline-block
;
125 display: inline-block
;
130 /* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
133 border-collapse: collapse
;
135 /* Remove additional paddings inside table-cells that are not present in <div>s */
150 list-style-type: none
;
151 list-style-image: none
;
169 /* preference page with js-genrated toc */
172 margin: 1em 1em 1em 1em;
176 border: 1px solid White
;
178 #preftoc li
.selected
{
179 background-color:#f9f9f9;
180 border:1px dashed
#aaaaaa;
197 fieldset
.prefsection
{
200 fieldset
.operaprefsection
{
214 /* small for tables and similar */
222 /* use this instead of #toc for page content */
224 border: 1px solid
#aaaaaa;
225 background-color: #f9f9f9;
230 border: 1px solid
#aaaaaa;
232 padding-right: 0.5em;
238 .sharedUploadNotice {
248 background-color: #00FF00;
278 .editExternallyHelp {
284 text-decoration: line-through
;
289 /* Classes for Exif data display */
294 table
.mw_metadata caption
{
297 table
.mw_metadata th
{
300 table
.mw_metadata td
{
306 border-collapse: collapse
;
308 table
.mw_metadata td
,
309 table
.mw_metadata th
{
310 border: 1px solid
#aaaaaa;
314 table
.mw_metadata th
{
315 background-color: #f9f9f9;
317 table
.mw_metadata td
{
318 background-color: #fcfcfc;
320 table
.mw_metadata td
.spacer
{
325 table
.collapsed tr
.collapsable
{
333 /* Allmessages table */
334 #allmessagestable th
{
335 background-color: #b2b2ff;
338 #allmessagestable tr
.orig
{
339 background-color: #ffe2e2;
342 #allmessagestable tr
.new
{
343 background-color: #e2ffe2;
346 #allmessagestable tr
.def
{
347 background-color: #f0f0ff;
354 div
.multipageimagenavbox
{
355 border: solid
1px silver
;
361 div
.multipageimagenavbox div
.thumb
{
367 div
.multipageimagenavbox hr
{
371 table
.multipageimage td
{
376 Table pager (e.g. Special:Imagelist)
377 - remove underlines from the navigation link
379 - set the borders to outsets (similar to Special:Allmessages)
380 - remove line wrapping for all td and th, set background color
381 - restore line wrapping for the last two table cells (description and size)
384 text-decoration: none
;
387 border-collapse: collapse
;
392 border: 0.15em solid
#777777;
393 padding: 0 0.15em 0 0.15em;
396 background-color: #eeeeff;
399 background-color: #ffffff;
401 .TablePager tr:hover td {
402 background-color: #eeeeff;
409 .imagelist .TablePager_col_links {
410 background-color: #eeeeff;
412 .imagelist .TablePager_col_img_description {
415 .imagelist th.TablePager_sort {
416 background-color: #ccccff;
423 .MediaTransformError {
424 border: thin solid
#777;
425 background-color: #ccc;
428 .MediaTransformError td {
430 vertical-align: middle
;
441 background-color: #ffffec;
444 background-color: white
;
447 /** RTL specific CSS starts here **/
451 * The following lines don't have a visible effect on non-Gecko browsers
452 * They fix a problem with Gecko browsers rendering lists to the right of
453 * left-floated objects in an RTL layout.
456 html
> body
.rtl div#article ul
{
460 html
> body
.rtl div#bodyContent ul#filetoc
{
464 /* RTL specific CSS ends here **/