User:Chief38956/monaco.css: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
Chief38956 (talk | contribs) (Created page with ' →** Place all print-specific rules in an @media print block.: @media print { .noprint {display:none;} #toc {display: none;} #catlinks {display: none;} #editsimilar_li...') |
Chief38956 (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
#editsimilar_links {display: none;} | #editsimilar_links {display: none;} | ||
#stub {display: none;} | #stub {display: none;} | ||
# | #semi-protect {display: none;} | ||
} | } | ||
Revision as of 03:58, 2 August 2009
/*
** Place all print-specific rules in an @media print block.
*/
@media print {
.noprint {display:none;}
#toc {display: none;}
#catlinks {display: none;}
#editsimilar_links {display: none;}
#stub {display: none;}
#semi-protect {display: none;}
}
/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
display: inline;
font-size: 90%;
font-weight: normal;
font-style: italic;
}