Difference between revisions of "MediaWiki:Common.css"

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