Module:Documentation/styles.css: Difference between revisions
en>Izno rework this just to convince myself |
en>Izno and resave as this |
||
Line 6: | Line 6: | ||
padding: 1em; | padding: 1em; | ||
} | } | ||
.template-documentation-startbox { | .template-documentation-startbox { | ||
Line 24: | Line 23: | ||
.template-documentation-sandbox-start, | .template-documentation-sandbox-start, | ||
/* So right or left floating items don't stick out of the doc box.*/ | |||
.template-documentation-end { | |||
clear: both; | clear: both; | ||
} | } | ||
#documentation-meta-data { | #documentation-meta-data { | ||
background-color: #ecfcf4; | background-color: #ecfcf4; |
Revision as of 17:22, 11 November 2020
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #a2a9b1;
background-color: #ecfcf4;
padding: 1em;
}
.template-documentation-startbox {
padding-bottom: 3px;
border-bottom: 1px solid #aaa;
margin-bottom: 1ex;
}
.template-documentation-startbox .template-heading {
font-weight: bold;
font-size: 125%;
}
.template-documentation-startbox .other-heading {
font-size: 150%;
}
.template-documentation-sandbox-start,
/* So right or left floating items don't stick out of the doc box.*/
.template-documentation-end {
clear: both;
}
#documentation-meta-data {
background-color: #ecfcf4;
}
#documentation-meta-data .mbox-text {
font-style: italic;
}
#documentation-meta-data .mbox-text .template-documentation-toolbar-link {
font-style: normal;
font-size: 85%;
}