Difference between revisions of "User:RetroEdit/vector.css"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Enable .errorbox display)
 
(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}

Latest revision as of 19:15, 24 February 2021

/* Display errorboxes caused by SEO errors */
.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}