User:SilverCrono/vector.css: Difference between revisions
Jump to navigation
Jump to search
SilverCrono (talk | contribs) (gah) |
SilverCrono (talk | contribs) (test) |
||
| Line 1: | Line 1: | ||
/* 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; | |||
} | |||
Revision as of 01:30, 11 December 2010
/* 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;
}