User:Lakituthequick/common.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Little fix. I hope.) |
m (Redlink recognision) |
||
Line 8: | Line 8: | ||
/* Darker gallery backgrounds */ | /* Darker gallery backgrounds */ | ||
li.gallerybox div.thumb:hover {background-color:#777} | li.gallerybox div.thumb:hover {background-color:#777} | ||
/* Redlinks distinguishable even when other colors are applied */ | |||
a.new, .new a { text-shadow:0 0 4px red; } |
Revision as of 12:28, September 21, 2014
/* Redirects in another color */
.mw-redirect {color:orange;}
.mw-redirect:visited {color:darkorange;}
/* Different checker background on image pages */
#file img:hover, .ns-6 .wikitable.filehistory img:hover {background: url(http://www.ltquick.nl/images/block.gif);}
/* Darker gallery backgrounds */
li.gallerybox div.thumb:hover {background-color:#777}
/* Redlinks distinguishable even when other colors are applied */
a.new, .new a { text-shadow:0 0 4px red; }