User:Karl.brune/wiki/2nav.css

From 2009.igem.org

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

div#content {z-index: 200;}
div#bodyContent {margin-top: 150px;}

div#header {
        position: absolute;
        left: 5px;
        top: 5px;
        width: 965px;
        height: 205px;
        z-index: 100;
}

h1.firstHeading {
        font-family: Arial, Verdana, Helvetica, Sans-serif;
        font-size: 2em;
        line-height: 1.2em;
        padding: 0.1em 0.2em;
}

div#utilNav {
        width: 965px;
}

#utilNav ul {
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 2em;
        line-height: 2em;
        font: large/2.0em;
        font-weight: normal;
}

#utilNav ul li {
        float: left;
        margin: 0;
        padding: 0;
}

#utilNav ul li a {
        display: block;
        color: #84ff84;
}
#utilNav ul li a:hover {
        color: #b0ffb7;
        text-decoration: none;
}
#utilNav ul li a:active {outline: none;}
#utilNav ul li a:focus {-moz-outline-style: none;}

#suppNav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
        font-family: Arial, Verdana, Helvetica, Sans-serif;
}
#suppNav ul li {
        float: left;
        margin: 0;
        padding: 0;
}
#suppNav ul li a {
        color: #777;
        display: block;
        padding: 50px 10px 5px;
        text-align: center;
        text-decoration: none;
        width: 75px;
}
#suppNav ul li a:active {outline: none;}
#suppNav ul li a:focus {-moz-outline-style: none;}

#suppNav ul li a strong {
        color: #adff81;
        display: block;
        font-size: larger;
}

div#logo {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 14px;
        padding: 7px 482px;
        border: 1px solid #e4f1e2;
        background: #84db55 url(https://static.igem.org/mediawiki/2009/c/ce/Upps_navbg.png) center center repeat-x;
}

div#mainNav {
color: #000;
        position: absolute;
        bottom: 0;
        left: 68px;
        height: auto;
}

div#ddToggle {
        position: fixed;
        right: 0;
        top: 0;
        line-height: 12px;
        height: 14px;
        font-size: x-small;
        border-color: #444;
        border-style: solid;
        border-width: 0 0 1px 1px;
        background: #b9ffae;
        opacity: 0.85;
        z-index: 200;
        cursor: pointer;
}
* html div#ddToggle {display: none;}

.firstHeading {display: none;}
body {height:100%; margin:0; padding:0; background-color: #FFFFFF;}
#globalWrapper {background-color:#FFFFFF;}
#content {background-color:#FFFFFF;
border-left-color:#000000;
border-right-color:#000000;}
#footer-box {background-color:f1f1f1;
border-color:#000000;}

a:link { color: #00a313; text-decoration: none}
a:visited { color:#00a313; text-decoration: none}
a:hover { color:#00c917; text-decoration: none}
a:active { color:#90EB00; text-decoration: none}
a.ah1 { font-size: 155%; color: black; background: none; font-weight: bold;}
a.ah2 { font-size: 145%; color: black; background: none; font-weight: bold;}
a.ah3 { font-size: 115%; color: black; background: none; font-weight: bold;}