MediaWiki:Email.css: verschil tussen versies
Uit wikilab
(Een tussenliggende revisie door dezelfde gebruiker niet weergegeven) | |||
Regel 148: | Regel 148: | ||
div.top, | div.top, | ||
div#column-one, | div#column-one, | ||
+ | .mw-editsection, | ||
#colophon, | #colophon, | ||
.editsection, | .editsection, | ||
− | |||
.toctoggle, | .toctoggle, | ||
.tochidden, | .tochidden, |
Huidige versie van 31 jan 2014 om 11:37
/* <source lang="css"> */ /* Main page fixes */ #interwiki-completelist { font-weight: bold; } body.page-Main_Page #ca-delete { display: none !important; } body.page-Main_Page #mp-topbanner { clear:both; } /* Make the list of references smaller */ ol.references { font-size: 100%; } .references-small { font-size: 90%; } /* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */ /* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */ /* column-count is from the CSS3 module "CSS Multi-column Layout" */ /* Please ignore any validator errors caused by these two lines */ .references-2column { font-size: 90%; -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } /* Highlight clicked reference in blue to help navigation */ ol.references > li:target { background-color: #DEF; } sup.reference:target { background-color: #DEF; } /* Styling for citations */ cite { font-style: normal; word-wrap: break-word; } /* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */ cite:target { background-color: #DEF; } /* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */ @media screen, handheld, projection { cite *.printonly { display: none; } } /* wikitable/prettytable class for skinning normal tables */ table.wikitable, table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; } .wikitable th, .wikitable td, .prettytable th, .prettytable td { border: 1px #aaa solid; padding-top: 0.2em; padding-bottom: 0.2em; padding-left: 0.6em; padding-right: 0.6em; vertical-align: top; } .wikitable th, .prettytable th { background: #ae0000; color: #ffffff; text-align: left; } .wikitable caption, .prettytable caption { font-weight: bold; } pre { padding: 1em; border: 1px dashed #2f6fab; color: black; background-color: #f9f9f9; line-height: 1.1em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; } div.thumb { background-color: transparent; border: medium none; margin-bottom: 0.8em; margin-top: 0.5em; width: auto; } div.thumbinner { background-color: White; border: 1px solid #CCCCCC; font-size: 94%; overflow: hidden; padding: 3px !important; text-align: center; } html .thumbimage { border: 1px solid #CCCCCC; } html .thumbcaption { border: medium none; font-size: 94%; line-height: 1.4em; padding: 3px !important; text-align: left; } div.magnify { display: none; } div.tright { clear: right; float: right; margin: 0.5em 0 0.8em 1.4em; } div.tleft { clear: left; float: left; margin: 0.5em 1.4em 0.8em 0; } img.thumbborder { border: 1px solid #DDDDDD; } .printfooter, div#jump-to-nav, div.top, div#column-one, .mw-editsection, #colophon, .editsection, .toctoggle, .tochidden, div#f-poweredbyico, div#f-copyrightico, li#viewcount, li#about, li#disclaimer, li#privacy { /* Hides all the elements irrelevant for printing */ display: none; }