Difference between revisions of "MediaWiki:Common.css"

From Knowledge base
Jump to: navigation, search
m
m
Line 12: Line 12:
 
}
 
}
 
body{font-family: "Verdana" !important;}
 
body{font-family: "Verdana" !important;}
 +
div#mw-panel {
 +
    width: 9.6em !important;
 +
}

Revision as of 10:46, 15 October 2013

/* CSS placed here will be applied to all skins */
li#n-portal{display:none;}
li#n-currentevents{display:none;}
li#n-help{display:none;}
li#t-whatlinkshere{display:none;}
li#t-recentchangeslinked{display:none;}
li#t-permalink{display:none;}
div#wikiEditor-4-dialog{display:none;}
div#wikiEditor-5-dialog{display:none;}
h1, h2, h3, h4, h5, h6 {
    color: #3366BB !important;
}
body{font-family: "Verdana" !important;}
div#mw-panel {
    width: 9.6em !important;
}