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