The Wandering Inn Wiki
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 2: Line 2:
   
 
#ca-ve-edit {
 
#ca-ve-edit {
color: pink;
+
color: purple;
 
}
 
}
 
/* Mark redirects in Special:Allpages and Special:Watchlist */
 
/* Mark redirects in Special:Allpages and Special:Watchlist */

Revision as of 11:22, 9 May 2017

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

#ca-ve-edit {
    color: purple;
}
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: 	#00FFFF; content: " (redirect)"
}
.watchlistredir {
   font-style: Times New Roman;
}