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 /* Make edit sections (which are inside h# tags) normal-sized */
27 h1
.editsection
{ font-size: 50%; }
28 h2
.editsection
{ font-size: 66.7%; }
29 h3
.editsection
{ font-size: 85.5%; }
30 h5
.editsection
{ font-size: 120%; }
31 h6
.editsection
{ font-size: 133%; }
33 #footer { clear: both
}
51 margin: 0.3em 0.5em 0.5em 0;
76 border: 1px solid
#ccc;
77 padding: 3px !important
;
78 background-color: #f9f9f9;
84 border: 1px solid
#ccc;
90 padding: 3px !important
;
95 border: none
!important
;
96 background: none
!important
;
101 border: none
!important
;
102 background: none
!important
;
108 border-width: .5em 0 .8em 1.4em;
115 border-width: .5em 1.4em .8em 0;
118 border: 1px solid
#dddddd;
121 /* Page history styling */
122 /* the auto-generated edit comments */
123 .autocomment { color: #4b4b4b; }
125 img
{ border: none
; }
129 border: 1px solid
#bba;
130 background-color: #f7f8ff;
145 list-style-type: none
;
146 list-style-image: none
;
164 /* preference page with js-genrated toc */
167 margin: 1em 1em 1em 1em;
171 border: 1px solid White
;
173 #preftoc li
.selected
{
174 background-color:#f9f9f9;
175 border:1px dashed
#aaaaaa;
192 fieldset
.prefsection
{
195 fieldset
.operaprefsection
{
209 /* small for tables and similar */
217 /* use this instead of #toc for page content */
219 border: 1px solid
#aaaaaa;
220 background-color: #f9f9f9;
225 border: 1px solid
#aaaaaa;
227 padding-right: 0.5em;
233 .sharedUploadNotice {
243 background-color: #00FF00;
273 .editExternallyHelp {
279 text-decoration: line-through
;
284 /* Classes for Exif data display */
289 table
.mw_metadata caption
{
292 table
.mw_metadata th
{
295 table
.mw_metadata td
{
301 border-collapse: collapse
;
303 table
.mw_metadata td
,
304 table
.mw_metadata th
{
305 border: 1px solid
#aaaaaa;
309 table
.mw_metadata th
{
310 background-color: #f9f9f9;
312 table
.mw_metadata td
{
313 background-color: #fcfcfc;
315 table
.mw_metadata td
.spacer
{
320 table
.collapsed tr
.collapsable
{
328 /* Allmessages table */
329 #allmessagestable th
{
330 background-color: #b2b2ff;
333 #allmessagestable tr
.orig
{
334 background-color: #ffe2e2;
337 #allmessagestable tr
.new
{
338 background-color: #e2ffe2;
341 #allmessagestable tr
.def
{
342 background-color: #f0f0ff;
349 div
.multipageimagenavbox
{
350 border: solid
1px silver
;
356 div
.multipageimagenavbox div
.thumb
{
362 div
.multipageimagenavbox hr
{
366 table
.multipageimage td
{
371 Table pager (e.g. Special:Imagelist)
372 - remove underlines from the navigation link
374 - set the borders to outsets (similar to Special:Allmessages)
375 - remove line wrapping for all td and th, set background color
376 - restore line wrapping for the last two table cells (description and size)
379 text-decoration: none
;
382 border-collapse: collapse
;
387 border: 0.15em solid
#777777;
388 padding: 0 0.15em 0 0.15em;
391 background-color: #eeeeff;
394 background-color: #ffffff;
396 .TablePager tr:hover td {
397 background-color: #eeeeff;
404 .imagelist .TablePager_col_links {
405 background-color: #eeeeff;
407 .imagelist .TablePager_col_img_description {
410 .imagelist th.TablePager_sort {
411 background-color: #ccccff;
418 .MediaTransformError {
419 border: thin solid
#777;
420 background-color: #ccc;
423 .MediaTransformError td {
425 vertical-align: middle
;
436 background-color: #ffffec;
439 background-color: white
;
442 /** RTL specific CSS starts here **/
446 * The following lines don't have a visible effect on non-Gecko browsers
447 * They fix a problem with Gecko browsers rendering lists to the right of
448 * left-floated objects in an RTL layout.
451 html
> body
.rtl div#article ul
{
455 html
> body
.rtl div#bodyContent ul#filetoc
{
459 /* RTL specific CSS ends here **/