Difference between revisions of "MediaWiki:Common.css"
From LMU BioDB 2013
(Wrong punctuation.) |
(Add warning style.) |
||
(3 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
} | } | ||
− | table p + ul { | + | /* A little table compensation. */ |
− | margin-top: - | + | .mw-content-ltr table p + ul { |
+ | margin-top: -5px; | ||
+ | } | ||
+ | |||
+ | /* Standard style for quickie highlights/warnings. */ | ||
+ | .content-warning { | ||
+ | border-radius: 10px; | ||
+ | background-color: #fed; | ||
+ | box-shadow: inset 0 4px 8px #987; | ||
+ | padding: 10px; | ||
+ | text-align: center | ||
} | } |
Latest revision as of 04:33, 8 September 2013
/* CSS placed here will be applied to all skins */ .toc-container { float: right; margin-left: 20px; } /* A little table compensation. */ .mw-content-ltr table p + ul { margin-top: -5px; } /* Standard style for quickie highlights/warnings. */ .content-warning { border-radius: 10px; background-color: #fed; box-shadow: inset 0 4px 8px #987; padding: 10px; text-align: center }