Difference between revisions of "MediaWiki:Common.css"

From ThinkWiki
Jump to: navigation, search
 
(8 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:#404040; color:#ffffff;margin:0;padding:0}
+
 
div.portal {
+
div.teaser {
background:#ffffff; color:#000000;
+
        background-color: #FFAF0A;
background-image : url(/w/skins/thinkwiki/ibm_lines.png);
+
        border: 1px solid #B3B2B2;
background-repeat:repeat-y;
+
        padding: 3em;
float:left;
 
}
 
div#footer {
 
background:#ffffff; color:#000000;
 
 
}
 
}

Latest revision as of 16:13, 15 March 2021

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

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