MediaWiki:Cosmos.css: Difference between revisions

No edit summary
m Protected "MediaWiki:Cosmos.css": Excessive vandalism ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(6 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: inherit !important;
     font-family: rubik !important;
     font-weight: normal !important;
     font-weight: normal !important;
     font-size: 13px !important;
     font-size: 13px !important;
Line 84: Line 88:
   font-size: 130%;
   font-size: 130%;
   color: #FFFFFF;
   color: #FFFFFF;
   font-family: Helvetica;
   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 pi-item-spacing{
.portable-infobox .pi-tab-link{
  background: #2e2e2e
  background: #2e2e2e
}
}