Difference between revisions of "MediaWiki:Common.css"
From LMU BioDB 2013
(Last tweak now. Really.) |
(Add warning style.) |
||
(One intermediate revision by one user not shown) | |||
Line 7: | Line 7: | ||
/* A little table compensation. */ | /* A little table compensation. */ | ||
.mw-content-ltr table p + ul { | .mw-content-ltr table p + ul { | ||
− | margin-top: - | + | 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 }