Screamer Forums and Screamer gallery have returned.

The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.

MediaWiki:Common.css: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
imported>Sumpy
No edit summary
imported>Lawiki1534virus
No edit summary
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. *****/
/*Global FANDOM font*/
/*body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:rubik !important;}*/
.WikiaPageHeader >  h1 {
font-family: Rubik;
}
.WikiaArticle {
font-family: Rubik;
}


/* Mark redirects in Special:Allpages and Special:Watchlist */
/* Mark redirects in Special:Allpages and Special:Watchlist */

Revision as of 21:35, 16 November 2018

/***** CSS placed here will be applied to all skins on the entire site. *****/

/*Global FANDOM font*/

/*body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select, ul.tabbernav {font-family:rubik !important;}*/

.WikiaPageHeader >  h1 {
 font-family: Rubik;
}
.WikiaArticle {
 font-family: Rubik;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}