Difference between revisions of "MediaWiki:Common.css"
From LMU BioDB 2013
(Initial custom CSS.) |
(Add warning style.) |
||
| (5 intermediate revisions by one user not shown) | |||
| Line 3: | Line 3: | ||
float: right; | float: right; | ||
margin-left: 20px; | 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 | ||
} | } | ||
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
}