Changes

Make page UI links to nonexistent pages properly display as red
Line 1: Line 1:  +
/* Display errorboxes caused by SEO errors */
 
.errorbox {display: block;}
 
.errorbox {display: block;}
 +
 +
/* Make page UI links to nonexistent pages properly display as red
 +
 +
Maybe this was overridden locally in [[Mediawiki:Vector.css]] because of the wiki's background color scheme? It's a bit annoying. */
 +
.vector-menu-tabs .new a, .vector-menu-tabs .new a:visited {color: #A55858;}
 +
 +
#p-personal a.new {color: #d33;}
 +
 +
#p-personal a.new:visited {color:#a55858}
114

edits