Difference between revisions of "MediaWiki:Common.css"
Line 3: | Line 3: | ||
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; | ||
+ | float:left; | ||
} | } | ||
div#footer { | div#footer { | ||
background:#ffffff; color:#000000; | background:#ffffff; color:#000000; | ||
} | } |
Revision as of 19:18, 2 February 2012
/* CSS placed here will be applied to all skins */
body{background:#404040; color:#ffffff;margin:0;padding:0}
div.portal {
background:#ffffff; color:#000000;
background-image : url(/w/skins/thinkwiki/ibm_lines.png);
background-repeat:repeat-y;
float:left;
}
div#footer {
background:#ffffff; color:#000000;
}