Difference between revisions of "MediaWiki:Common.css"

From QueerBio.com
Jump to: navigation, search
Line 37: Line 37:
 
font-size: 16pt;
 
font-size: 16pt;
 
font-weight: bold;
 
font-weight: bold;
font-decoration: italic;
+
font-style: italic;
 
text-align: center;
 
text-align: center;
 
}
 
}

Revision as of 20:08, 30 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;
}

#main-content {
vertical-align: top;
display: inline-block;
max-width: 60%;
}

#didyouknow {
display: inline-block;
background-color: #eaf2f8;
margin-left: 25px;
min-width: 30%;
max-width: 200px;
padding-left: 25px;
padding-top: 25px;
padding-right: 25px;
padding-bottom: 25px;
}

.dyk-1 {
font-family: Arial, Helvetica;
font-size: 16pt;
font-weight: bold;
font-style: italic;
text-align: center;
}

.dyk-2 {
font-family: Arial, Helvetica;
font-size: 13pt;
text-align: center;
margin-top: 5px;
margin-bottom: 10px;
}

/* remove Toolbox */
#p-tb { display:none !important; }