styles.css: Porovnání verzí
Z Wiki JU
pokus>Pppery m (Protected "Module:Documentation/styles.css": Matching protection level with Module:Documentation ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
hidden>Izno (rework this just to convince myself) |
||
Řádek 1: | Řádek 1: | ||
. | .template-documentation { | ||
clear: both; | clear: both; | ||
margin: 1em 0 0 0; | |||
border: 1px solid # | border: 1px solid #a2a9b1; | ||
background-color: #ecfcf4; | |||
padding: 1em; | |||
} | } | ||
/* | |||
. | .template-documentation-startbox { | ||
padding-bottom: 3px; | |||
border-bottom: 1px solid #aaa; | |||
border- | 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, | ||
.template-documentation-end /* So right or left floating items don't stick out of the doc box.*/ | |||
/* { | |||
clear: both; | clear: both; | ||
} | } | ||
*/ | |||
#documentation-meta-data { | |||
background-color: #ecfcf4; | |||
} | } | ||
#documentation-meta-data .mbox-text { | |||
font-style: italic; | font-style: italic; | ||
} | } | ||
#documentation-meta-data .mbox-text .template-documentation-toolbar-link { | |||
font-style: normal; | |||
font-size: 85%; | |||
} | } |
Verze z 11. 11. 2020, 22:05
.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, .template-documentation-end /* So right or left floating items don't stick out of the doc box.*/ /* { 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%; }