Jump to content

MediaWiki:Common.css: Difference between revisions

From The Austrian Economics Wiki, the global repository of classical-liberal thought
create new sidebox class
+navbox class
Line 29: Line 29:
text-align: left;  
text-align: left;  
float: right;
float: right;
}
/* Navbox formatting */
.navbox {
padding: 4px;
border: 1px solid #a3b0bf;
background: #f1f5fc;
margin: 0 0 1em 1em;
font-size: 0.9em;
text-align: center;
float: center;
}
}


/* Hide heading on main page */
/* Hide heading on main page */
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page h1.firstHeading { display:none; }

Revision as of 13:02, 10 November 2010

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

/* make the list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 100%; }
.references-small { font-size: 90%;}

ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }

/* general look; align infobox to the right */
.infobox {
background-color:#F9F9F9;
border:1px solid #AAAAAA;
clear:right;
color:black;
float:right;
margin:0.5em 0 0.5em 1em;
padding:0.2em;
}

/* Side box formatting */
.sidebox {
clear: right;
padding: 4px;
border: 1px solid #a3b0bf; 
background: #f1f5fc;
margin: 0 0 1em 1em;
font-size: 0.9em; 
text-align: left; 
float: right;
}

/* Navbox formatting */
.navbox {
padding: 4px;
border: 1px solid #a3b0bf; 
background: #f1f5fc;
margin: 0 0 1em 1em;
font-size: 0.9em; 
text-align: center; 
float: center;
}

/* Hide heading on main page */
body.page-Main_Page h1.firstHeading { display:none; }