Difference between revisions of "Eiromplays/Common.css"
Jump to navigation
Jump to search
m (T-Bone moved page Eiromplays to Eiromplays/Gadget-site.css) |
|||
Line 1: | Line 1: | ||
/* | |||
* 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; | |||
} |
Revision as of 08:55, 19 July 2021
/*
* 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; }