Eiromplays/Common.css
Jump to navigation
Jump to search
/*
* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org. * Styling inside .mw-parser-output should generally use TemplateStyles. */
/* Public Domain background in the Help namespace */ .action-view.ns-12 #bodyContent { background-image: url(//upload.wikimedia.org/wikipedia/commons/6/67/PD-icon-faded.png); background-repeat: no-repeat; /* @noflip */ background-position: right 5em; }
/*
* Hide elements on the main page. */
.page-MediaWiki #lastmod, .page-MediaWiki #siteSub, .page-MediaWiki #contentSub, .page-MediaWiki .subtitle, .page-MediaWiki #jump-to-nav, .page-MediaWiki .firstHeading { display: none; }
/* Give a bit of space to the TOC */
- toc {
margin: 1em 0; }
/* Fonts for Persian language for consistency with other Wikimedia wikis */
- lang(fa) {
font-family: '.Arabic UI Text', Tahoma, 'Iranian Sans', 'Noto Sans Arabic', 'DejaVu Sans', sans-serif; }