Difference between revisions of "Template:VampireNav"
Jump to navigation
Jump to search
(omitted link colors) |
(Updated code) |
||
Line 23: | Line 23: | ||
align: center; | align: center; | ||
} | } | ||
+ | |||
+ | #link a:link { color: white } /* unvisited links */ | ||
+ | #link a:visited { color: black } /* visited links */ | ||
+ | #link a:hover { color: yellow } /* user hovers */ | ||
+ | #link a:active { color: grey } /* active links */ | ||
</css> | </css> | ||
+ | <div id=link> | ||
{| class="CNwrapper" cellpadding="0" width="99%" | {| class="CNwrapper" cellpadding="0" width="99%" | ||
|- | |- | ||
Line 40: | Line 46: | ||
|- | |- | ||
|} | |} | ||
+ | </div> |