Difference between revisions of "Template:Freiburg/MenubarTest"
Line 462: | Line 462: | ||
*zoom: 1; | *zoom: 1; | ||
} | } | ||
+ | |||
+ | |||
+ | /* ==== classes for icons ==== */ | ||
+ | #home_small { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/8/81/Freiburg_icon_home.png) no-repeat; | ||
+ | height: 60px;; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #home_small a { | ||
+ | color: #FFF; | ||
+ | } | ||
+ | |||
+ | #project_small { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/6/67/Freiburg_icon_project.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #project_small a { | ||
+ | color: #FFF; | ||
+ | } | ||
+ | |||
+ | #team_small { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/3/38/Freiburg_icon_team.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #team_small a { | ||
+ | color: #FFF; | ||
+ | } | ||
+ | |||
+ | #results_small { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/2/2d/Freiburg_icon_results.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #results_small a { | ||
+ | color: #FFF; | ||
+ | } | ||
+ | |||
+ | #policy_small { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/3/3c/Freiburg_icon_policy.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #policy_small a { | ||
+ | color: #FFF; | ||
+ | } | ||
+ | |||
+ | #notebook_small { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/e/e6/Freiburg_icon_notebook.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #notebook_small a { | ||
+ | color: #FFF; | ||
+ | } | ||
+ | /* ==== End classes for icons ==== */ | ||
/* Basic Styles */ | /* Basic Styles */ | ||
Line 859: | Line 922: | ||
<div class="clearfix" id="smallnav"> | <div class="clearfix" id="smallnav"> | ||
<ul class="clearfix"> | <ul class="clearfix"> | ||
− | <li><a href="#">Home</a></li> | + | <li id="home_small"><a href="#">Home</a></li> |
− | <li><a href="#">Project</a></li> | + | <li id="project_small"><a href="#">Project</a></li> |
− | <li><a href="#">Results</a></li> | + | <li id="results_small"><a href="#">Results</a></li> |
− | <li><a href="#">Team</a></li> | + | <li id="team_small"><a href="#">Team</a></li> |
− | <li><a href="#">Practice</a></li> | + | <li id="policy_small"><a href="#">Practice</a></li> |
− | <li><a href="#">Notebook</a></li> | + | <li id="notebook_small"><a href="#">Notebook</a></li> |
</ul> | </ul> | ||
<a href="#" id="pull">Menu</a> | <a href="#" id="pull">Menu</a> |
Revision as of 10:48, 16 September 2015