Difference between revisions of "MediaWiki:Common.css"

From Knowledge base
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
label.radioButtonItem{white-space:nowrap:}
+
label.radioButtonItem{white-space:nowrap;}
 
li#n-portal{display:none;}
 
li#n-portal{display:none;}
 
li#n-currentevents{display:none;}
 
li#n-currentevents{display:none;}

Revision as of 09:44, 6 March 2014

/* CSS placed here will be applied to all skins */
label.radioButtonItem{white-space:nowrap;}
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;
    padding-left: 0.2em !important;
}