The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu
Support the wiki on our official Ko-Fi page or Patreon page!
MediaWiki:Common.css: Difference between revisions
From The Codex
m |
|||
Line 10: | Line 10: | ||
.watchlistredir { | .watchlistredir { | ||
font-style: italic; | font-style: italic; | ||
} | |||
/* Tabbers */ | |||
.tabbernav { | |||
font-family: "Russo One", sans-serif !important; | |||
font-weight: normal !important; | |||
font-size: 16.5px !important; | |||
font-variant: small-caps !important; | |||
border-bottom: 3px solid #2aa198 !important; | |||
padding: 0.3em 0 !important; | |||
} | |||
.tabbernav a { | |||
padding: 0.3em 0.5em !important; | |||
margin: 0 !important; | |||
color: #3a3a3a !important; | |||
border: none !important; | |||
background: transparent !important; | |||
} | |||
.tabberactive a { | |||
color: white !important; | |||
background: #2aa198 !important; | |||
} | |||
.tabbernav :not(.tabberactive) a:hover { | |||
background: rgba(42,161,152, 0.2) !important; | |||
} | |||
.tabbertab { | |||
border: none !important; | |||
padding: 0 !important; | |||
} | } |
Revision as of 18:40, 16 March 2021
/***** CSS placed here will be applied to all skins on the entire site. *****/
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
font-style: italic;
}
.allpagesredirect:after {
color: #808080; content: " (redirect)"
}
.watchlistredir {
font-style: italic;
}
/* Tabbers */
.tabbernav {
font-family: "Russo One", sans-serif !important;
font-weight: normal !important;
font-size: 16.5px !important;
font-variant: small-caps !important;
border-bottom: 3px solid #2aa198 !important;
padding: 0.3em 0 !important;
}
.tabbernav a {
padding: 0.3em 0.5em !important;
margin: 0 !important;
color: #3a3a3a !important;
border: none !important;
background: transparent !important;
}
.tabberactive a {
color: white !important;
background: #2aa198 !important;
}
.tabbernav :not(.tabberactive) a:hover {
background: rgba(42,161,152, 0.2) !important;
}
.tabbertab {
border: none !important;
padding: 0 !important;
}