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 8: | Line 8: | ||
font-style: inherit; | font-style: inherit; | ||
} | } | ||
.tablename .odd{ | |||
background-color:grey; | |||
} | |||
/* Straight quote marks for <q> */ | /* Straight quote marks for <q> */ | ||