MediaWiki:Cosmos.css: Difference between revisions
No edit summary |
Tankmanfan44 (talk | contribs) m Protected "MediaWiki:Cosmos.css": Excessive vandalism ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Cosmos skin */ | /* All CSS here will be loaded for users of the Cosmos skin */ | ||
<style> | |||
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap'); | |||
</style> | |||
/*Tabber colors*/ | /*Tabber colors*/ | ||
.tabbernav { | .tabbernav { | ||
font-family: | font-family: rubik !important; | ||
font-weight: normal !important; | font-weight: normal !important; | ||
font-size: 13px !important; | font-size: 13px !important; | ||
Line 82: | Line 86: | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
background-color: #a62e10; | background-color: #a62e10; | ||
font-size: | font-size: 130%; | ||
color: #FFFFFF; | color: #FFFFFF; | ||
font-family: | font-family: rubik; | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | font-weight: bold; | ||
Line 126: | Line 130: | ||
color: #FFFFFF; | color: #FFFFFF; | ||
}} | }} | ||
.portable-infobox .pi-tab-link{ | |||
background: #2e2e2e | |||
} |