MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
Moving the .mp-container override out of common so it doesn't break other themes |
Technochips (talk | contribs) better table colors |
||
| (3 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; | ||
} | } | ||
| Line 228: | Line 232: | ||
display: inline-block; | display: inline-block; | ||
font-size: 16px; | font-size: 16px; | ||
} | |||
.mp-classContainer | |||
{ | |||
background-color: #B3A9A2; | |||
border-radius: 8px; | |||
padding: 8px; | |||
display: flex; | |||
justify-content: space-around; | |||
font-size: clamp(8px, 1vw, 20px); | |||
text-align: center; | |||
} | } | ||