MediaWiki:Common.css: Difference between revisions

From Lojban
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
#footer { display:none; }
#footer { display:none; }


div#mw-panel { padding-left:0; margin:0; top:100px;}
div#mw-panel { padding-left:0;padding-top:0px; margin:0; top:100px;}
div#p-logo {top: -100px;height:100px;}
div#p-logo {top: -100px;height:100px;}
div#p-logo a {height:100px;}
div#p-logo a {height:100px;}

Revision as of 13:35, 21 June 2014

/* CSS placed here will be applied to all skins */
/* force the display of the contents of the section */
div#mw-panel {text-align:right;}

#article, #bodyContent, #mw_content { text-align: justify; }

body.page-Ralju_papri h1.firstHeading, body.page-ralju_papri h1.firstHeading {display:none;}
body.page-ralju_papri .wikEdLogo{display:none;}
body #ca-view{display:none;}
body #ca-purge{display:none;}

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

div#mw-panel { padding-left:0;padding-top:0px; margin:0; top:100px;}
div#p-logo {top: -100px;height:100px;}
div#p-logo a {height:100px;}
.p-navigation {margin-top: -100px;}

/* Disabled:

#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;
}

*/