Vorlage:Documentation/styles.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
/>Tacsipacsi ←Created page with '.template-documentation { margin-top: 1em; clear: both; border: 2px dotted #666; padding: 0.6em; background-color: #ecfcf4; } .template-documentation:after...' |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
margin-top: 1em; | margin-top: 1em; | ||
clear: both; | clear: both; | ||
border: | border: 1px dotted #666; | ||
padding: 0.6em; | padding: 0.6em; | ||
background-color: #ecfcf4; | background-color: #ecfcf4; |
Version vom 5. August 2019, 08:23 Uhr
.template-documentation {
margin-top: 1em;
clear: both;
border: 1px dotted #666;
padding: 0.6em;
background-color: #ecfcf4;
}
.template-documentation:after {
content: "";
display: block;
clear: both;
}
.template-documentation-heading {
padding-bottom: 3px;
border-bottom: 1px solid #a2a9b1;
margin-bottom: 1ex;
}
.template-documentation-title {
font-size: 150%;
}
.template-documentation-transcludedfrom {
font-size: smaller;
font-style: italic;
}