MediaWiki talk:Common.css: Difference between revisions
From HypertWiki
moving disused CSS from content page |
more disused stuff |
||
| Line 21: | Line 21: | ||
.ns-100 div.thumb { border-color: #dfff00; } | .ns-100 div.thumb { border-color: #dfff00; } | ||
/**/ | /**/ | ||
#content { | |||
/* background: url("/custom/woods-path-faded.jpg"); */ | |||
} | |||
#p-navigation ul li { | |||
background: #aaffaa; | |||
} | |||
</pre> | </pre> | ||
Latest revision as of 01:02, 8 April 2010
Disused CSS:
/* 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 various thing in the main namespace, which is useful for printouts */
/*
.ns-0 ul#f-list { display: none; } // footers (except URL)
.ns-0 h3#siteSub { display: none; } // supposed to suppress "from HypertWiki", but doesn't work
/**/
/* (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; }
/**/
#content {
/* background: url("/custom/woods-path-faded.jpg"); */
}
#p-navigation ul li {
background: #aaffaa;
}
