Difference between revisions of "MediaWiki:Vector.css"

From WikiRaider
Jump to: navigation, search
Line 8: Line 8:
  
  
portal {
+
.portal {
 
   color:#FFF;
 
   color:#FFF;
 
}
 
}
  
  
portal a, portal a:visited {
+
.portal a, portal a:visited {
 
   color:c0c0c0;   
 
   color:c0c0c0;   
  
 
}
 
}
  
portal a:hover {
+
.portal a:hover {
 
   background-color:FFF;
 
   background-color:FFF;
 
   color:#660000;
 
   color:#660000;

Revision as of 00:26, 23 August 2012

/* CSS placed here will affect users of the Vector skin */

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



.portal {
  color:#FFF;
}


.portal a, portal a:visited {
  color:c0c0c0;  

}

.portal a:hover {
  background-color:FFF;
  color:#660000;

}












/**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;
}