Difference between revisions of "MediaWiki:Common.css"

From ThinkWiki
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
body{background:#000000; color:#ffffff;margin:0;padding:0}
+
 
 +
div.teaser {
 +
        background-color: #FFAF0A;
 +
        border: 1px solid #B3B2B2;
 +
        padding: 3em;
 +
}

Latest revision as of 15:13, 15 March 2021

/* CSS placed here will be applied to all skins */

div.teaser {
        background-color: #FFAF0A;
        border: 1px solid #B3B2B2;
        padding: 3em;
}