Difference between revisions of "MediaWiki:Common.css"

From HypertWiki
Jump to navigation Jump to search
(csscheck says apostrophe and // comments are ok)
(verdigris background from my personal CSS; removed unneeded bits to talkpage)
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** 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 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) */
/* HyperTwins rusted plaque image */
/*
body {
.ns-13 #content, .ns-13 #p-cactions li, .ns-13 #p-cactions li a { background: #f8fcff; }
    background: url("/custom/ht-bg-1.jpg");            /**/
.ns-13 div.thumb { border-color: #f8fcff; }
}
 
/* color changes to work with the background */
.ns-100 #content, .ns-100 #p-cactions li, .ns-100 #p-cactions li a { background: #dfffcf; }
#p-personal ul li {
.ns-100 div.thumb { border-color: #dfff00; }
    background: #ccff88;
/**/
}
div.pBody {
    background: #66ff00;
}
.portlet h5 {
    font-weight: bold;
}
#content {
    background: #eeffee;
    border: 2px solid #006600;
}

Revision as of 01:02, 8 April 2010

/** CSS placed here will be applied to all skins */

/* HyperTwins rusted plaque image */
body {
    background: url("/custom/ht-bg-1.jpg");            /**/
}
/* color changes to work with the background */
#p-personal ul li {
    background: #ccff88;
}
div.pBody {
    background: #66ff00;
}
.portlet h5 {
    font-weight: bold;
}
#content {
    background: #eeffee;
    border: 2px solid #006600;
}