Difference between revisions of "MediaWiki:Common.css"

From ThinkWiki
Jump to: navigation, search
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}
+
body {
 +
background:#404040;
 +
color:#ffffff;
 +
margin:0;
 +
padding:0
 +
background-image : url(/w/skins/thinkwiki/ibm_lines.png);
 +
background-attachment:fixed;
 +
background-repeat:repeat-y;
 +
 
 +
}
 
div.portal {
 
div.portal {
 
background:#ffffff; color:#000000;
 
background:#ffffff; color:#000000;
background-image : url(/w/skins/thinkwiki/ibm_lines.png);
 
background-repeat:repeat-y;
 
 
}
 
}
 
div#footer {
 
div#footer {
 
background:#ffffff; color:#000000;
 
background:#ffffff; color:#000000;
 
}
 
}

Revision as of 20:21, 2 February 2012

/* CSS placed here will be applied to all skins */
body {
background:#404040;
color:#ffffff;
margin:0;
padding:0
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;
}