User:Gregrwm/minerva.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
         a:link                { color: #00FFFF; text-decoration: underline; } /*unvisited*/
          :link                { color: #00FFFF; text-decoration: underline; } /*unvisited*/
.mw-body a:link                { color: #00FFFF; text-decoration: underline; } /*unvisited*/
.mw-body  :link                { color: #00FFFF; text-decoration: underline; } /*unvisited*/
         a:link:active         { color: #FFFF00; }
          :link:active         { color: #FFFF00; }
               :active         { color: #FFFF00; }
.mw-body a:link:active         { color: #FFFF00; }
.mw-body  :link:active         { color: #FFFF00; }
.mw-body       :active         { color: #FFFF00; }
         a:hover               {color: #FFFF00} /*a:hover must come after a:link and a:visited*/
          :hover               {color: #FFFF00} /*a:hover must come after a:link and a:visited*/
.mw-body a:hover               {color: #FFFF00} /*a:hover must come after a:link and a:visited*/
.mw-body  :hover               {color: #FFFF00} /*a:hover must come after a:link and a:visited*/
         a:active              {color: #FFFF00} /*a:active must come after a:hover*/
.mw-body a:active              {color: #FFFF00} /*a:active must come after a:hover*/