Template:Uo2014 common
From 2014.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
$(function(){ | $(function(){ | ||
$("#globalWrapper").attr("id", ""); | $("#globalWrapper").attr("id", ""); | ||
- | $("#top-section .left-menu").clone().appendTo("body" | + | $("#top-section .left-menu").clone().appendTo("body").attr("id", "").attr("class", "uo2014-menubar"); |
- | + | ||
- | + | ||
}); | }); | ||
</script> | </script> | ||
Line 35: | Line 33: | ||
#top-section, .firstHeading, #contentSub, #footer-box, #catlinks { display: none; } | #top-section, .firstHeading, #contentSub, #footer-box, #catlinks { display: none; } | ||
body, html, #globalWrapper, #content { padding: 0; margin: 0; width: 100%; border: 0; background: none; } | body, html, #globalWrapper, #content { padding: 0; margin: 0; width: 100%; border: 0; background: none; } | ||
- | .uo2014-menubar { opacity: 0.2; | + | .uo2014-menubar { opacity: 0.2; position: relative; text-align: center; font-size: 12px; color: rgb(95, 140, 17); } |
.uo2014-menubar:hover { opacity: 0.9 } | .uo2014-menubar:hover { opacity: 0.9 } | ||
.uo2014-menubar ul { list-style: none; } | .uo2014-menubar ul { list-style: none; } |
Revision as of 20:33, 15 October 2014