MediaWiki:Common.css: Difference between revisions

From Lojban
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* force the display of the contents of the section */
/* force the display of the contents of the section */
#content { font-family:Palatino Times }  
#content { font-family:Palatino Times;font-size: 1.3em;}  


#p-googleadsense .body {
#p-googleadsense .body {

Revision as of 11:18, 7 January 2014

/* CSS placed here will be applied to all skins */
/* force the display of the contents of the section */
#content { font-family:Palatino Times;font-size: 1.3em;} 

#p-googleadsense .body {
	display:block !important;
}
/* Option 1: hide the header */
#p-googleadsense h3 {
	display:none;
}
/* Option 2: just hide the arrow in the header */
#p-googleadsense h3 {
	background:none !important;
}

#column-content {margin: 0 0 .6em 0;}
#content {margin: 2.8em 0 0 0;}
#p-cactions { left: .1em; }
#mw_content { margin-left:0.2em; }
#footer { display:none; }