MediaWiki:Vector.css: Difference between revisions

From Vintage Story Wiki
No edit summary
m (Reverted edits by VeryGoodDog (talk) to last revision by Tyron)
Tag: Rollback
 
Line 1: Line 1:
a:visited {
/* CSS placed here will affect users of the Vector skin */
color: lightblue;
}
 
a {
color: blue;
}
 
.mw-body, .parsoid-body {
color: white;
background-color: #66491d;
padding: 1em;
direction: ltr;
}
 
.mw-pt-languages {
background-color: #48371e;
}
 
.mw-pt-languages-label {
background-color: #816336;
}
 
table.wikitable {
max-width: 1000px;
margin: auto;
}
 
.vectorTabs[role="navigation"] li {
background-color: #48371e;
background-image: unset;
}
.vectorTabs[role="navigation"] .selected {
color: white;
background-color: #66491d;
background-image: unset;
}

Latest revision as of 18:53, 1 February 2020

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