Difference between revisions of "Template:VampireNav"
Jump to navigation
Jump to search
(Making as per staff request) |
(Updated code) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<css> | <css> | ||
.CNwrapper { | .CNwrapper { | ||
| Line 29: | 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 46: | Line 46: | ||
|- | |- | ||
|} | |} | ||
| + | </div> | ||