Difference between revisions of "MediaWiki:Common.css"

From QueerBio.com
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 {
+
body {
 
background-color: #FFFFFF;
 
background-color: #FFFFFF;
 
background-image: none;
 
background-image: none;

Revision as of 17:40, 22 April 2013

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

body {
background-color: #FFFFFF;
background-image: none;
}

#mw-page-base {
background-image: url("/wiki/skins/vector/images/topbkgd.png");
background-position: top left;
}

#p-logo {
top: -190px;
}