Difference between revisions of "Template:Freiburg/MenubarTest"
(12 intermediate revisions by 2 users not shown) | |||
Line 364: | Line 364: | ||
#notebook-sub{ | #notebook-sub{ | ||
display: none; | display: none; | ||
− | left: | + | left: 76%; |
+ | width: 120px; | ||
} | } | ||
Line 410: | Line 411: | ||
.navsub2 { | .navsub2 { | ||
− | background-color: # | + | background-color: #1962AB; |
opacity: 1; | opacity: 1; | ||
} | } | ||
.navsub2before { | .navsub2before { | ||
− | background-color: # | + | background-color: #1962AB; |
border-top-right-radius: 8px; | border-top-right-radius: 8px; | ||
opacity: 0.6; | opacity: 0.6; | ||
Line 447: | Line 448: | ||
opacity: 0; | opacity: 0; | ||
} | } | ||
+ | |||
+ | /* avoid space to content box */ | ||
+ | .content_background_wrapper{ | ||
+ | padding-top: 20px; | ||
+ | } | ||
+ | |||
} | } | ||
Line 551: | Line 558: | ||
#smallnav a#pull:after { | #smallnav a#pull:after { | ||
content:""; | content:""; | ||
− | background: url(' | + | background: url('https://static.igem.org/mediawiki/2015/e/e0/Freiburg_menu_button_white.png') no-repeat; |
+ | background-size: auto 90%; | ||
width: 30px; | width: 30px; | ||
height: 30px; | height: 30px; | ||
Line 557: | Line 565: | ||
position: absolute; | position: absolute; | ||
right: 15px; | right: 15px; | ||
− | top: | + | top: 5px; |
} | } | ||
Line 563: | Line 571: | ||
/* ==== classes for icons ==== */ | /* ==== classes for icons ==== */ | ||
#home_small { | #home_small { | ||
− | background: | + | background-color: #3673AF; |
− | + | ||
} | } | ||
#home_small a { | #home_small a { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/1/15/Freiburg_icon_home_white_03.png) no-repeat; | ||
+ | background-position: left; | ||
+ | background-size: auto 100%; | ||
+ | background-repeat: no-repeat; | ||
+ | padding-left: 40px; | ||
color: #FFF; | color: #FFF; | ||
− | |||
} | } | ||
#project_small { | #project_small { | ||
− | background: | + | background-color: #3673AF; |
− | + | ||
} | } | ||
#project_small a { | #project_small a { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/7/76/Freiburg_icon_project_white_03.png) no-repeat; | ||
+ | background-position: left; | ||
+ | background-size: auto 90%; | ||
+ | background-repeat: no-repeat; | ||
+ | padding-left: 40px; | ||
color: #FFF; | color: #FFF; | ||
− | |||
} | } | ||
#team_small { | #team_small { | ||
− | background: | + | background-color: #3673AF; |
− | + | ||
} | } | ||
#team_small a { | #team_small a { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/4/42/Freiburg_icon_team_white_03.png) no-repeat; | ||
+ | background-position: left; | ||
+ | background-size: auto 90%; | ||
+ | background-repeat: no-repeat; | ||
+ | padding-left: 40px; | ||
color: #FFF; | color: #FFF; | ||
− | |||
} | } | ||
#results_small { | #results_small { | ||
− | background: | + | background-color: #3673AF; |
− | + | ||
} | } | ||
#results_small a { | #results_small a { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/1/1e/Freiburg_icon_results_white_03.png) no-repeat; | ||
+ | background-position: left; | ||
+ | background-size: auto 90%; | ||
+ | background-repeat: no-repeat; | ||
+ | padding-left: 40px; | ||
color: #FFF; | color: #FFF; | ||
− | |||
} | } | ||
Line 616: | Line 640: | ||
#notebook_small { | #notebook_small { | ||
− | + | background-color: #3673AF; | |
− | background- | + | |
} | } | ||
#notebook_small a { | #notebook_small a { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/9/99/Freibur_icon_notebook_white_03.png) no-repeat; | ||
+ | background-position: left; | ||
+ | background-size: auto 90%; | ||
+ | background-repeat: no-repeat; | ||
+ | padding-left: 40px; | ||
color: #FFF; | color: #FFF; | ||
− | |||
} | } | ||
/* ==== End classes for icons ==== */ | /* ==== End classes for icons ==== */ | ||
Line 800: | Line 827: | ||
}); | }); | ||
− | + | /*Fix for when a link targets an id -> check the position on pageload*/ | |
+ | $(window).scroll(); | ||
}); | }); | ||
Line 853: | Line 881: | ||
<li class="chip_gap"><a href="https://2015.igem.org/Team:Freiburg/Project/Overview"></a></li> | <li class="chip_gap"><a href="https://2015.igem.org/Team:Freiburg/Project/Overview"></a></li> | ||
<li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Project/Overview">Introduction</a></li> | <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Project/Overview">Introduction</a></li> | ||
− | <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Project/System"> | + | <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Project/System">Overview</a></li> |
<li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Project/Diagnostics">Diagnostics today</a></li> | <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Project/Diagnostics">Diagnostics today</a></li> | ||
<li><a class="navsub1 subsubmenu" href="#">The DiaCHIP</a> | <li><a class="navsub1 subsubmenu" href="#">The DiaCHIP</a> | ||
Line 905: | Line 933: | ||
<ul> | <ul> | ||
<li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/Classic_vs_Gibson">Gibson</a></li> | <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/Classic_vs_Gibson">Gibson</a></li> | ||
− | <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/Coli_Strains" | + | <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/Coli_Strains">E.coli Strains</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
Line 929: | Line 957: | ||
<div class="clearfix" id="smallnav"> | <div class="clearfix" id="smallnav"> | ||
<ul class="clearfix"> | <ul class="clearfix"> | ||
− | <li id="home_small"><a href=" | + | <li id="home_small"><a href="https://2015.igem.org/Team:Freiburg/Home">Home</a></li> |
− | <li id="project_small"><a href=" | + | <li id="project_small"><a href="https://2015.igem.org/Team:Freiburg/Project/Overview">Project</a></li> |
− | <li id="results_small"><a href=" | + | <li id="results_small"><a href="https://2015.igem.org/Team:Freiburg/Results">Results</a></li> |
− | <li id="team_small"><a href=" | + | <li id="team_small"><a href="https://2015.igem.org/Team:Freiburg/Team">Team</a></li> |
− | <li id="policy_small"><a href=" | + | <li id="policy_small"><a href="https://2015.igem.org/Team:Freiburg/Practices">Practice</a></li> |
− | <li id="notebook_small"><a href=" | + | <li id="notebook_small"><a href="https://2015.igem.org/Team:Freiburg/Notebook">Notebook</a></li> |
</ul> | </ul> | ||
<a href="#" id="pull">Menu</a> | <a href="#" id="pull">Menu</a> |
Latest revision as of 22:07, 16 September 2015