MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
Don't set the classContainer background color in common since this breaks Citizen, override in Vector specifically |
Technochips (talk | contribs) better table colors |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 42: | Line 42: | ||
background-color:#D2CDC8; | background-color:#D2CDC8; | ||
color:black; | color:black; | ||
padding:0. | padding:0.01em 1em 1em 1em; | ||
border-radius:0 0 0 8px; | border-radius:0 0 0 8px; | ||
background-image:linear-gradient(rgba(0,0,0,0.5),transparent 10px); | background-image:linear-gradient(rgba(0,0,0,0.5),transparent 10px); | ||
| Line 186: | Line 186: | ||
@media screen { | @media screen { | ||
.toc,.toccolours,.catlinks,div.thumbinner { | .toc,.toccolours,.catlinks,div.thumbinner,.wikitable { | ||
background-color:#E5E0DC; | background-color:#E5E0DC; | ||
} | |||
.wikitable > * > tr > th { | |||
background-color: #583A31; | |||
color: #D2CDC8; | |||
} | } | ||
} | } | ||
| Line 204: | Line 208: | ||
background-color: #583A31; | background-color: #583A31; | ||
color: #D2CDC8; | color: #D2CDC8; | ||
margin: - | margin: -19.7px -14px 0 -14px; | ||
padding-bottom: 5px; | padding-bottom: 5px; | ||
} | } | ||