MediaWiki talk:Common.css
Revision as of 01:23, 2 July 2010 by Woozle (talk | contribs) (Created page with '==Dark Blue Background== This scheme needs some tweaking and a few custom images to work well, but is mostly done. <pre> →CSS placed here will be applied to all skins: html, ...')
Dark Blue Background
This scheme needs some tweaking and a few custom images to work well, but is mostly done.
/* CSS placed here will be applied to all skins */
html, body {
background-color:#070044;
background-image: none; /* url("images/page-base.png"); */
color: #ffffff;
}
#head, #content {
background-color:#070044;
background-image: none; /* url("images/page-base.png"); */
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
}
pre {
background-color:#440007;
color: #ffffff;
}
a {
color:#f9ba52;
}
a:visited {
color:#f4ff7f;
}
a.new, #p-personal a.new {
color:#45ffff;
}
#panel div.portal div.body ul li a {
color:#f9ba52;
}
#panel div.portal h5 {
color:#bbbbbb;
}
#panel div.portal div.body ul li a:visited {
color:#f4ff7f;
}
/* custom images -- eventually move to custom skin */
div.vectorTabs ul {
background-image:url("images/tab-break.neg.png");
#footer ul li {
color:#cccccc;
}