No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
.WikiaArticle{ | .WikiaArticle{ | ||
font-family: "Times New Roman"; | font-family: "Times New Roman"; | ||
color: # | color: #1cff51; | ||
} | } | ||
Revision as of 10:39, 13 April 2017
/***** 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;
}
.WikiaArticle{
font-family: "Times New Roman";
color: #1cff51;
}