User:Super Sam/monobook.css
From Homestar Runner Wiki
(Difference between revisions)
Revision as of 02:36, 22 December 2005
/******************************************************************/
/* MAKE NAMESPACE PAGES LIGHT-BLUE */
/******************************************************************/
#content {
background: #F8FCFF; /* a light blue */
}
.ns-0 * #content {
background: white;
}
#mytabs li {
background: #F8FCFF;
}
.ns-0 * #mytabs li {
background: white;
}
#mytabs li a {
background-color: #F8FCFF;
}
.ns-0 * #mytabs li a {
background-color: white;
}
/* For p-cactions (the top "tabs") it works only because my .js moves them into the
"ns-0" wrapper anyway. */
#p-cactions li {
background: #F8FCFF;
}
.ns-0 * #p-cactions li {
background: white;
}
#p-cactions li a {
background-color: #F8FCFF;
}
.ns-0 * #p-cactions li a {
background-color: white;
}
#footer { margin-top: -0.1em; }
