Difference between revisions of "Template:VampireNav"

From City of Hope MUSH
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>
 
a:link    { color: white }    /* unvisited links */
 
a:visited { color: black }      /* visited links  */
 
a:hover  { color: yellow }  /* user hovers    */
 
a:active  { color: grey }    /* active links    */
 
</css>
 
 
<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>

Latest revision as of 15:59, 4 June 2021