User:SilverCrono/vector.css

From Dragon Quest Wiki
< User:SilverCrono
Revision as of 01:30, 11 December 2010 by SilverCrono (talk | contribs) (test)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Enlarge search box */
#simpleSearch input#searchInput { width: 15em; }
#simpleSearch { margin-top: 0.6em; }

/* Visualize redirects */
    .mw-redirect {
 
        color: #4CBB17;
 
    }
    .mw-redirect:visited {
 
        color: #009900;
 
    }
    .mw-redirect:hover {
 
        color: #990000;
 
    }
    .mw-redirect:active {
 
        color: #355E3B;
 
    }

a:link { color: #0645AD; } /* normal unvisited links; blue */
a:visited { color: #0645AD; } /* visited links; blue */
a:link.new { color: #CC2200; } /* new links */
a:link.interwiki { color: #3366BB; } /* interwiki links */
a:link.external { color: #3366BB; } /* external links */

 
/***** 5. SIDEBAR EXTERNAL LINKS *****/
 
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
	background: url(http://images3.wikia.nocookie.net/__cb20101007100750/finalfantasy/images/thumb/5/50/Wiki-background/120px-Wiki-background) center right no-repeat;
	padding-right: 13px;
	color: #3366bb;
}