MediaWiki:Common.css: Difference between revisions
Created page with "→* This is the CSS common to all desktop skins on en.Wikipedia. * Styling inside .mw-parser-output should generally use TemplateStyles.: →Reset italic styling set by user agent: cite, dfn { font-style: inherit; } →Straight quote marks for <q>: q { quotes: '"' '"' "'" "'"; } →Avoid collision of blockquote with floating elements by swapping margin and padding: blockquote { overflow: hidden; margin: 1em 0; padding: 0 40px; } /* Consistent size for..." |
No edit summary Tag: Reverted |
||
| Line 437: | Line 437: | ||
background-image: none; | background-image: none; | ||
} | } | ||
} | |||
@media only screen and (max-device-width: 480px) { | |||
#document { display: none; } | |||
} | } | ||