Difference between revisions of "MediaWiki:Vector.css"

From WikiRaider
Jump to: navigation, search
m
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
.quote {
+
/* CSS placed here will affect users of the Vector skin */
   background-color:#eee;
+
 
 +
body {
 +
  background-image: url("skins/Vector/images/wikibackground.jpg");
 +
  background-repeat: no-repeat;
 +
  background-color:#fff;
 +
}
 +
 
 +
 
 +
/*
 +
a, a.external.free, a.external.text {
 +
color:#666666;
 +
}
 +
 
 +
a:visited, a.external.free:visited, a.external.text:visited {
 +
  color: #23795B;
 +
}
 +
 
 +
hr {
 +
  background-color: #738d8a;
 +
}
 +
 
 +
h1, h2, h3, h4, h5, h6 {
 +
  border-color: #738d8a;
 +
}
 +
 
 +
*/
 +
 
 +
 
 +
 
 +
 
 +
 
 +
/*Framework oben*/
 +
 
 +
.mw-body, .portal {
 +
/* background-color:#edecec;*/
 +
  background: rgb(237, 236, 236);
 +
  background: rgba(237, 236, 236, 0.6);
 +
}
 +
 
 +
.mw-body {
 +
  border: 1px solid #c3c3c3;
 +
}
 +
 
 +
 
 +
div.vectorTabs .selected {
 +
  background: #c3c3c3;
 +
}
 +
 
 +
div.vectorTabs span {
 +
  background: transparent;
 +
}
 +
 
 +
 
 +
div.vectorTabs ul  {
 +
  background: none;
 +
}
 +
 
 +
div.vectorTabs ul li {
 +
  background: none;
 +
  background-color: #edecec;
 +
  border: 1px solid #c3c3c3;
 +
  border-bottom: none;
 +
  border-width: 1px 1px 1px 0;
 +
}
 +
 
 +
div.vectorTabs li.selected {
 +
  background: #c3c3c3;
 +
}
 +
 
 +
div.vectorTabs li a {
 +
  color: #4d4d4d;
 +
}
 +
 
 +
 
 +
div#mw-head div.vectorMenu h3 {
 +
  background: #edecec;
 +
  border: 1px solid #c3c3c3;
 +
}
 +
 
 +
 
 +
 
 +
div.vectorTabs ul li {
 +
  border: 1px solid #c3c3c3;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
a:visited, div#mw-panel div.portal div.body ul li a:visited {
 +
  color:#616161;
 +
}
 +
 
 +
#p-personal a, #p-personal a:active, #p-personal a:visited {
 +
/*  color:#edecec;*/
 +
  color:#111111;
 +
}
 +
 
 +
#p-personal a.new, #p-personal a.new:visited {
 +
  color: #222222;
 +
}
 +
 
 +
#pt-userspace a.new,
 +
#pt-userspace a.new:visited {
 +
  color: #edecec;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
/*Framework links*/
 +
div#mw-panel div.portal div.body ul li a {
 +
  color:#666666;
 +
}
 +
 
 +
 
 +
 
 +
div#mw-panel #p-logo + div.portal h3,
 +
div#mw-panel div.portal h3 {
 +
  background-color: #c3c3c3;
 +
}
 +
 
 +
 
 +
 
 +
/*Framework unten*/
 +
 
 +
div#footer ul li {
 +
  color:#222;
 +
}
 +
 
 +
#footer-info-copyright a, #footer-places-privacy a, #footer-places-about a, #footer-places-disclaimer a, #footer-info-copyright a.external {
 +
  color:#000;
 +
}
 +
 
 +
 
 +
 
 +
hr {
 +
  background-color: #c3c3c3;
 +
}
 +
 
 +
.gallery {
 +
  background-color:#e5e7e4;
 +
}
 +
 
 +
 
 +
.gallery li, li.gallerybox div.thumb {
 +
  background-color: #dcdcdc;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
/*maincontent*/
 +
 
 +
#toc, .toc, .mw-warning, .toccolours, .Infobox, #catlinks, .mw-code, div.thumbinner, .thumb, .Image, .Edit, .Disambig  {
 +
  background-color:#e5e7e4;
 +
}
 +
 
 +
.Quote {
 +
  background-color:#dcdcdc;
 +
}
 +
 
 +
.Infobox, .Edit, .Disambig, .catlinks, h1, h2, h3, h4, h5, h6{
 +
  border-color: #c3c3c3;
 +
}
 +
 
 +
.Image {
 +
  border: 1px solid #c3c3c3c;
 +
}
 +
 
 +
 
 +
.Infobox tr:first-child th {
 +
  background-color:#c3c3c3;
 +
  color:#000;
 +
}
 +
 
 +
.Infobox th {
 +
  background-color:#dcdcdc;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
/* === Main Page === */
 +
 
 +
.mainwr,
 +
.mainleft,
 +
.mainright  {
 +
  background-color: #f5f5f5;
 +
  border: 1px solid #c3c3c3;
 +
}
 +
 
 +
 
 +
.mainleft div.headline, .mainwr div.headline {
 +
  background-color:#dcdcdc;
 +
  border: 1px solid #55555;
 +
}
 +
 
 +
.mainright div.headline {
 +
  background-color:#e5e7e4;
 +
  border: 1px solid #555555;
 +
}
 +
 
 +
div.thumbinner,
 +
.thumb {
 +
   background-color: #e5e7e4;
 
}
 
}

Latest revision as of 23:23, 17 November 2016

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

body {
  background-image: url("skins/Vector/images/wikibackground.jpg");
  background-repeat: no-repeat;
  background-color:#fff;
}


/*
a, a.external.free, a.external.text {
color:#666666;
}

a:visited, a.external.free:visited, a.external.text:visited {
  color: #23795B;
}

hr {
  background-color: #738d8a;
}

h1, h2, h3, h4, h5, h6 {
  border-color: #738d8a;
}

*/





/*Framework oben*/

.mw-body, .portal {
 /* background-color:#edecec;*/
  background: rgb(237, 236, 236); 
  background: rgba(237, 236, 236, 0.6);
}

.mw-body {
  border: 1px solid #c3c3c3;
}


div.vectorTabs .selected {
   background: #c3c3c3;
}

div.vectorTabs span {
   background: transparent;
}


div.vectorTabs ul  {
  background: none;
}

div.vectorTabs ul li {
  background: none;
  background-color: #edecec;
  border: 1px solid #c3c3c3;
  border-bottom: none; 
  border-width: 1px 1px 1px 0;
}

div.vectorTabs li.selected {
  background: #c3c3c3;
}

div.vectorTabs li a {
  color: #4d4d4d;
}


div#mw-head div.vectorMenu h3 {
  background: #edecec;
  border: 1px solid #c3c3c3;
}



div.vectorTabs ul li {
  border: 1px solid #c3c3c3; 
}








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

#p-personal a, #p-personal a:active, #p-personal a:visited {
/*  color:#edecec;*/
  color:#111111;
}

#p-personal a.new, #p-personal a.new:visited {
  color: #222222;
}

#pt-userspace a.new,
#pt-userspace a.new:visited {
  color: #edecec;
}





/*Framework links*/
div#mw-panel div.portal div.body ul li a {
  color:#666666;
}



div#mw-panel #p-logo + div.portal h3,
div#mw-panel div.portal h3 {
  background-color: #c3c3c3;
}



/*Framework unten*/

div#footer ul li {
  color:#222;
}

#footer-info-copyright a, #footer-places-privacy a, #footer-places-about a, #footer-places-disclaimer a, #footer-info-copyright a.external {
  color:#000;
}



hr {
  background-color: #c3c3c3;
}

.gallery {
  background-color:#e5e7e4;
}


.gallery li, li.gallerybox div.thumb {
  background-color: #dcdcdc; 
}






/*maincontent*/

#toc, .toc, .mw-warning, .toccolours, .Infobox, #catlinks, .mw-code, div.thumbinner, .thumb, .Image, .Edit, .Disambig  {
  background-color:#e5e7e4;
}

.Quote {
  background-color:#dcdcdc;
}

.Infobox, .Edit, .Disambig, .catlinks, h1, h2, h3, h4, h5, h6{
  border-color: #c3c3c3;
} 

.Image {
  border: 1px solid #c3c3c3c;
}


.Infobox tr:first-child th {
  background-color:#c3c3c3;
  color:#000;
}

.Infobox th {
  background-color:#dcdcdc;
}




/* === Main Page === */

.mainwr,
.mainleft,
.mainright  {
  background-color: #f5f5f5;
  border: 1px solid #c3c3c3;
}


.mainleft div.headline, .mainwr div.headline {
  background-color:#dcdcdc;
  border: 1px solid #55555;
}

.mainright div.headline {
  background-color:#e5e7e4;
  border: 1px solid #555555;
}

div.thumbinner, 
.thumb {
  background-color: #e5e7e4;
}