MediaWiki:Common.css

From YouTube Logos
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/***** CSS placed here will be applied to all skins on the entire site. *****/
body.skin-monaco {
    font-family: "TT Norms Pro"
}
.page-header__title,
.mw-headline { font-family: "TT Norms Pro" }

.color1 {
   background-color: #9F6FB9;
   color:            White;
}
 
.color1 a {
   color:            White;
}

.color2 {
   background-color: 	#00255A
}

/***** 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;
}
/* Staff */
a[href="/wiki/User:ShoutWiki"]
a[href="/wiki/User:Lcawte"]
a[href="/wiki/User:Jack_Phoenix"]
a[href="/wiki/User:DeviantSalens"]
a[href="/wiki/User:Nicmavr"]

{ color:#00EEEE !important; }

/* Bots */
a[href="/wiki/User:Celcom_0452-10"]

{ color:#EE00FF !important; }

/* Creator of YTLW */
a[href="/wiki/User:Beckham_Wong"]

{ color:#009900 !important; }
 
#bodyContent .plainlinks a {
        background: none !important;
        padding: 0 !important;
        color: #002bb8 !important;
}

/* === Collapsible elements. Toggle-link color, spacing. === 
/* See: community.wikia.com/wiki/Thread:499656 
/* community.wikia.com/wiki/Help:Collapsing */

.navbox .mw-collapsible-toggle a {
    color:white;
}

.mw-collapsible-toggle { 
    margin-left: 1em; 
}
/* Fancying up other article headers than ==header== */
.mw-headline {
    font-family: Trebuchet MS;
}
 
/* Fancying up the article ==headers== */
h2 > .mw-headline {
    font-family: 'Trebuchet MS';
}

.WikiaPage .page-header__title {
    font-family: 'TT Norms Pro';
    font-weight:500;
}

.WikiaMainContent h3 {
    font-family: 'TT Norms Pro';
    font-weight:300;
}

.WikiaMainContent h4 {
    font-family: 'TT Norms Pro';
    font-weight:300;
}

.WikiaMainContent h5 {
    font-family: 'TT Norms Pro';
    font-weight:300;
}

.WikiaMainContent h6 {
    font-family: 'TT Norms Pro';
    font-weight:300;
}