The official discord link if you wish to join the discord: https://discord.gg/j5RKwCvAFu

The background art comes from Cherylann1960.

MediaWiki:Common.css: Difference between revisions

From The Codex
PlozBot
PlozBot (talk | contribs) (Undo revision 98611 by PlozBot (talk))
Line 1: Line 1:
/***** CSS placed here will be applied to all skins on the entire site. *****/
/***** CSS placed here will be applied to all skins on the entire site. *****/
@import url('https://fonts.googleapis.com/css?family=Bungee|Merriweather|Monda|Rubik+Mono+One|Russo+One|Monterrat+Alternates|Permanent+Marker|Black+Ops+One|Audiowide');
   
   
/* Mark redirects in Special:Allpages and Special:Watchlist */
/* Mark redirects in Special:Allpages and Special:Watchlist */

Revision as of 18:43, 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;
}