No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
} | } | ||
.WikiaArticle{ | .WikiaArticle{ | ||
font-family: " | font-family: "Times New Roman"; | ||
color: #0eea2f; | |||
} | } | ||
Revision as of 09:04, 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: #0eea2f;
}