Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(trying to hide footer stuff) |
(commented out footer suppression) |
||
Line 5: | Line 5: | ||
.ns-0 div.thumb { border-color: #f8fcff; } | .ns-0 div.thumb { border-color: #f8fcff; } | ||
/**/ | /**/ | ||
/* this turns off the footers (except for the URL) in the main namespace, which is useful for printouts */ | |||
/* | |||
.ns-0 ul#f-list { display: none; } | .ns-0 ul#f-list { display: none; } | ||
/**/ | |||
/* (is there any way to do this just for print media, without customizing MW?) */ | |||
/* Not sure what these namespaces are (possibly custom spaces on Jubileewiki) */ | /* Not sure what these namespaces are (possibly custom spaces on Jubileewiki) */ |
Revision as of 13:41, 19 June 2007
/** CSS placed here will be applied to all skins */
/* MAIN namespace */
/*
.ns-0 #content, .ns-12 #p-cactions li, .ns-12 #p-cactions li a { background: #a8acff; }
.ns-0 div.thumb { border-color: #f8fcff; }
/**/
/* this turns off the footers (except for the URL) in the main namespace, which is useful for printouts */
/*
.ns-0 ul#f-list { display: none; }
/**/
/* (is there any way to do this just for print media, without customizing MW?) */
/* Not sure what these namespaces are (possibly custom spaces on Jubileewiki) */
/*
.ns-13 #content, .ns-13 #p-cactions li, .ns-13 #p-cactions li a { background: #f8fcff; }
.ns-13 div.thumb { border-color: #f8fcff; }
.ns-100 #content, .ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #dfffcf; }
.ns-100 div.thumb { border-color: #dfff00; }
/**/