User:Lakituthequick/common.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(I want to see redirect-links.) |
m (Some things to view (bad) transparency better.) |
||
Line 2: | Line 2: | ||
.mw-redirect {color:orange;} | .mw-redirect {color:orange;} | ||
.mw-redirect:visited {color:darkorange;} | .mw-redirect:visited {color:darkorange;} | ||
/* Different checker background on image pages */ | |||
.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} |
Revision as of 13:13, May 12, 2014
/* Redirects in another color */
.mw-redirect {color:orange;}
.mw-redirect:visited {color:darkorange;}
/* Different checker background on image pages */
.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}