MediaWiki:Vector.css

From WikiRaider
Revision as of 19:11, 24 August 2012 by Tombraidergirl (talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */

body {
        background-color: #660000;
        background-image: none;
}

a {
        color: #660000;
}
a:visited {
        color: #500;
}
a:hover {
        color:#400;
}


#mw-page-base {
        background-color: #660000;
        background-image: none;
}


#mw-panel div.portal h5, div#mw-panel div.portal h5, div.portal h5 {
        color: #fff;
        text-shadow:black 0 0 5px;
        font-variant:small-caps;
        font-size:120%;
}

#mw-panel div.portal div.body ul li a:visited, div#mw-panel div.portal div.body ul li a:visited  {
        color: #ccc;
}


div.vectorTabs li a, div.vectorTabs li a span, div.vectorMenu li a,#mw-panel div.portal div.body ul li a, #preftoc a, #preftoc a:active {

        color: #eee;
}





/*For the personal menu*/
#p-personal ul li a, #p-personal ul li a:visited {
        color: #eee;
}

#p-personal ul li a:visited, #p-personal ul li a:active {
        color: #ccc;
}

#p-personal ul li a:hover {
        color:#660000;
        background-color:#FFF;
}



div.vectorTabs li.selected {
       background-image:none;
}







/**WIKIRAIDER**/

/*hide title of "Main_Page"*/
body.page-Main_Page #deleteconfirm, body.page-Main_Page #t-cite, body.page-Main_Page #lastmod, body.page-Main_Page #siteSub, body.page-Main_Page h1.firstHeading {
  display: none !important;
}

/*mainpage*/
.mainwr {
  border:1px solid #738D8A; /* styleabhängig*/
  padding:5px;
  background-color:#CCDDE0;  /* styleabhängig*/
}
.mainleft, .mainright {
  border:1px solid #738D8A; /* styleabhängig*/
  background-color:#CCDDE0; /* styleabhängig*/
  padding:7px;
  height:100%;
}
.mainleft div.headline, .mainright div.headline, .mainwr div.headline {
  border:1px solid #94A3A6; /* styleabhängig*/
  padding:5px;
  margin-bottom:7px;
  font-weight:bold;
}
.mainleft div.headline, .mainwr div.headline, .quote {
  background-color:#B0BFC2;/* styleabhängig*/
}
.mainright div.headline {
  background-color:#D0D5D8;/* styleabhängig*/
}


/*help*/
.wrhelp {
  width:100%;
  border:2px solid #506462;/* styleabhängig*/
  background:#D0D5D8; /* styleabhängig*/
  text-align:center;
  padding:0;
  spacing:0;
}
.wrhelp th, .contenttable th {
  background-color:#506462; /* styleabhängig*/
  text-align:center;
}
.wrhelp th h2 {
  background-color:#506462; /*styleabhängig*/
  text-align:center;
  margin:.5em;
  margin-top:.1em;
  margin-bottom:.1em;
  border-bottom:0;
  font-weight:bold;
  color:#FFF; /* styleabhängig*/
}
.wrhelp td {
  width:50%;
  padding:0.5em;
  text-align:center;
  vertical-align:top;
}
.wrhelp td + td {
  border-left:1px solid #506462; /* styleabhängig*/
}
.lastline {
  border-top:1px solid #506462; /* styleabhängig*/
}


/* contenttable*/
.contenttable {
  width:100%;
  background-color:#D0D5D8; /* styleabhängig*/
  text-align:center;
  spacing:0;
}
.contenttable, .contenttable tr, .contenttable th, .contenttable td {
  padding:5px;
  border:1px solid  #000;/* styleabhängig*/
  border-collapse:collapse;
}

/*System Message*/
.smtemplate {
  margin:0 0 10px 0;
  background-color:#D0D5D8; /* styleabhängig*/
  border:2px solid #999; /* styleabhängig*/
  padding:5px;
  font-size:small;
  min-height:55px;
}
.smtemplate img {
  float:left;
  margin-right:10px;
}
.smtemplate div{
  padding:5px;
}

/*Infoboxes*/
.infobox {
  margin-left:15px;
  float:right;
  background-color:#D0D5D8; /* styleabhängig legend: D0D5D8*/
  border:2px solid #AAA; /* styleabhängig*/
  border-collapse:collapse;
  width:225px;
  border-top-style:ridge;
  border-bottom-style:groove;
  border-left-style:ridge;
  border-right-style:groove;
}
.infobox th, .infoline {
  padding:5px;
  margin:0;
  text-align:center;
  border-collapse:collapse;
  background-color: #738D8A; /* styleabhängig legend: #738D8A*/
  border:1px solid #AAA; /* styleabhängig*/
}
.infobox td {
  vertical-align:top;
  border:1px solid #AAA; /* styleabhängig*/
  border-collapse:collapse;
  padding:3px 0 3px 3px;
}
.infobox img {
  margin: -3px 0 -3px -3px;
}



.listofitems {
  background-color:#D0D5D8; /* styleabhängig legend: D0D5D8*/
  border:1px solid #AAA; /* styleabhängig*/
  padding:3px;
}

.listofitems th {
  padding:1px;
  background-color:#2C3F39; /* styleabhängig*/
  color:#FFF; /* styleabhängig*/
  text-align:center;
  font-weight:bold;
  font-style:italic;
  font-size:9pt;
}

.listofitems td {
  vertical-align:middle;
  font-size:9pt;
}