Zelda Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!

Come join the Zelda Wiki community Discord server!

READ MORE

Zelda Wiki
mNo edit summary
mNo edit summary
Line 32: Line 32:
   
 
.navcell:hover{
 
.navcell:hover{
background-color:#1b3d5e;
+
background-color:#214b71;
 
text-decoration:underline;
 
text-decoration:underline;
 
}
 
}

Revision as of 16:53, 21 March 2015

ZW Logo White
Getting Involved Getting Involved
Getting Involved
Zelda Wiki:Forum Recent News
Forum
Discussion Center OoT Navi
Discussion Center
Image request and support center File:Picto Box TWW.png
Image Requests
Guidelines and Policies File:Book of Mudora.png
Help Guide

<css> .ZWcommunitynav {

    width:740px;
    margin:0 auto;
    border-collapse:collapse;
    text-align:center;

}

.navcell {

    position:relative;
    width:20%;
    border:3px solid #426787;
    background-color:#1d578b;
    padding:5px 5px;
    color:#f4f26b;
    white-space:nowrap;

}

.navcell#currentpage{

    background-color:#1b3d5e;
    color:inherit;

}

.navcell:hover{

    background-color:#214b71;
    text-decoration:underline;

}

.navcell a {

    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:block;
    color:transparent !important;

}

.navcell .selflink {

    display:none;

}

</css>