Difference between revisions of "MediaWiki:Common.css"

From Knowledge base
Jump to: navigation, search
m
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
div#hidden{display:none;}
 +
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;}
Line 12: Line 14:
 
}
 
}
 
body{font-family: "Verdana" !important;}
 
body{font-family: "Verdana" !important;}
 +
div#mw-panel {
 +
    width: 9.6em !important;
 +
    padding-left: 0.2em !important;
 +
}

Latest revision as of 10:24, 11 July 2014

/* CSS placed here will be applied to all skins */
div#hidden{display:none;}
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;
}