Difference between revisions of "MediaWiki:Common.css"
From BroaDWcast
Jump to navigationJump to searchJohn Lavalie (talk | contribs) |
John Lavalie (talk | contribs) |
||
Line 26: | Line 26: | ||
@media print | @media print | ||
{ | { | ||
− | .NoPrint | + | .NoPrint { display: none; } |
− | + | .toc, #toc { display: none; } | |
− | + | #Edit section: Links { display: none; } | |
− | |||
− | |||
− | .toc, #toc { display: none; } | ||
− | #Edit section: Links | ||
} | } | ||
Revision as of 18:08, 12 July 2011
/* CSS placed here will be applied to all skins */ /* #n-facebook { background-image: url('http://gallifreybase.com/w/images/b/b1/Facebook-logo.jpg'); padding-left: 20px; padding-bottom: 20 px; height: 40px; } #n-facebook a { vertical-align: middle; font-size: 200%; color: #0e4c97; z-index: -1 } #n-facebook img { position: absolute; left: 0px; top: 0px; z-index: 1; } */ @media print { .NoPrint { display: none; } .toc, #toc { display: none; } #Edit section: Links { display: none; } } div.p-tb { visibility: hidden; } .reference { font-size: 105%; } .thumbcaption { text-align:center; } .gallery { background-color: #ccff00; } .gallerybox { background-color: #ffffcc; } .gallerytext { text-align:center; }