Module:Documentation/styles.css: Difference between revisions

Jump to navigation Jump to search
metawikimedia>Tacsipacsi
import from MediaWiki.org, adapted to existing local styles (greenish instead of blue, large title instead of capitalized etc.)
MeowyCats2 (talk | contribs)
MeowyCats2 changed the content model of the page Module:Documentation/styles.css from "plain text" to "Sanitized CSS"
 
(31 intermediate revisions by 9 users not shown)
Line 1: Line 1:
.ts-doc-sandbox .mbox-image {
/* {{PP-template}} */
.ts-doc-sandbox .mbox-image {
padding:.75em 0 .75em .75em;
padding:.75em 0 .75em .75em;
}
}
 
.ts-doc-doc {
.ts-doc-doc {
clear: both;
background-color: #ecfcf4;
background-color: #ecfcf4;
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
Line 65: Line 67:
margin-top: .2em;
margin-top: .2em;
font-style: italic;
font-style: italic;
}
.ts-doc-footer small {
font-style: normal;
}
.ts-doc-sandbox {
clear: both;
}
}