Template:Team:TU-Munich/TUM13 Style

From 2013.igem.org

(Difference between revisions)
Line 108: Line 108:
     background: url('https://static.igem.org/mediawiki/2013/a/a8/TUM13_menu-bg.png') no-repeat 50% 0% !important;
     background: url('https://static.igem.org/mediawiki/2013/a/a8/TUM13_menu-bg.png') no-repeat 50% 0% !important;
     height: 82px !important;
     height: 82px !important;
 +
    padding-top: 13px !important;
 +
}
 +
 +
div#menu ul {
 +
    list-style: none !important;
 +
}
 +
 +
div#menu > ul {
 +
    margin: 0px auto !important;
 +
    width: 950px !important;
 +
    height: 44px !important;
 +
    line-height: 44px !important;
 +
}
 +
 +
div#menu > ul > li {
 +
    float: left !important;
 +
    width: 14.2857142% !important;
 +
    text-align: center !important;
 +
    position: relative !important;
 +
}
 +
 +
div#menu > ul > li > ul {
 +
    width: 100% !important;
 +
    background: #88FF88 !important;
 +
    display: none !important;
 +
    position: absolute !important;
 +
    top: 100% !important;
 +
}
 +
 +
div#menu > ul > li > ul > li {
 +
    text-align: center !important;
 +
}
 +
 +
div#menu > ul > li:hover > ul {
 +
    display: block !important;
}
}

Revision as of 20:45, 12 May 2013