MediaWiki talk:Common.css

From ICMS
Revision as of 13:20, 2 July 2010 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Grey Castle Background with Green Text

This scheme needs some tweaking and a few custom images to work well, but is mostly done. Unfortunately, most of the work seems to be in the "mostly" part. /* CSS placed here will be applied to all skins */ html, body {

 background-color:#070044;
 background-image: url("custom/castle.tile.jpg");
 color: #ffffff;

}

  1. head, #content {
 /* background-color:#070044; /* dark purple/violet */
 /* background-color:#226644; /* prussian blue */
 background-color:#224422; /* prussian green! */
 background-image: url("custom/castle.tile.jpg");

} pre { /* background-color:#440007; /* dark maroon */

 background-color:#224466; /* slate grey */
 color: #ffffff;

}

  1. preferences {
 background-color:#070044;
 background-image: none;

} /* foreground colors mainly */ h1, h2, h3, h4, h5, h6 {

 color: #ffffff;

} a {

 color:#66ff44; /* green */
 /* color:#f9ba52; orange */

} a:visited, #panel div.portal div.body ul li a:visited {

 color:#bbff44; /* light green */
 /* color:#f4ff7f; yellow */

} a.new, #p-personal a.new {

 color:#44ffff; /* light blue */
 /* color:#45ffff; also light blue */

}

  1. panel div.portal div.body ul li a {
 color:#66ff44; /* green */
 /* color:#f9ba52; orange */

}

  1. panel div.portal h5 {
 color:#bbbbbb;

}

  1. content a.external {
 color:#aaffff; /* light grey-blue */
 /* color:#cc9944; /* orangey? */

}

  1. footer ul li {
 color:#cccccc;

} table, table.wikitable {

 background-color:#070044;
 color:white;

} .wikitable th {

 background-color: #0d0d0d;

} h4.mw-specialpagesgroup {

 background-color:#232323;

} /* custom images -- eventually move to custom skin */ div.vectorTabs ul {

 background-image:url("custom/tab-break.neg.png");

}