Template:Team:TU Eindhoven/Menu CSS

body{ background-color: #FCFCD5; } #containercontent{ width:80%; margin-left: 10%; } #igem_logo{ height:45px; float: left; } #menuwrapper{ z-index:2; position:relative; background: #ddeebb; width:100%; } #menu{ background: #ddeebb; position:relative; width:1200px; height:45px; margin:0 auto; } #submenuwrapper{ position:relative; z-index:2; background: #f6f0cc; width:100%; } #submenu{ position:relative; width:1200px; height:0px; margin:0 auto; overflow:hidden; transition: height 0.2s; } #menu1{ margin-left:calc(((100% - (4 * 12%)) / 2) - 56.8px); } #menu a:not(#menutwitter):not(#menufacebook):not(#menuigemlogo), #submenu a { position:relative; font-weight: bold; text-align: center; line-height: 45px; width:12%; display:block; text-decoration: none; float: left; color: #004415; } #sub2 > a:hover, #sub3 > a:hover, #sub4 > a:hover, #sub5 > a:hover{ color: #9DC671; } #sub2,#sub3,#sub4,#sub5{ width:100%; height:100%; } #sub2a{ margin-left:calc(((100% - (6 * 12%)) / 2) - (0.5 * 12%)); } #sub3a{ margin-left:calc(((100% - (6 * 12%)) / 2) + (1.5 * 12%)); } #sub4a{ margin-left:calc(((100% - (6 * 12%)) / 2) + (2 * 12%)); } #sub5a{ margin-left:calc(((100% - (6 * 12%)) / 2) + (4 * 12%)); } #sub2,#sub3,#sub4,#sub5{ display:none; } #body{ z-index:1; position:absolute; top:45px; width:100%; } #container{ margin:0 auto; position:relative; /*border-radius:15px 30px 30px 15px; FB/Twitter komt er nog onder vandaan*/ background-image: url("https://static.igem.org/mediawiki/2015/2/2a/TU_Eindhoven_grey_bg.png"); background-size: cover; box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75); height:1200px; width:1200px; } /*Twitter*/ #twitter{ z-index:-1; top:0; right:0; position:absolute; } #twitter_logo{ height:45px; float:right; } /*FB*/ #facebook{ z-index:-1; top:0; right:0; position:absolute; height:500px; width:500px; } #facebook_logo{ height:45px; float:right; } #contentpanel{ width:10%; height:100%; float:right; background-color:#222222; } #contenttable{ float:left; width:90%; height:50%; } #contentmenu { z-index: 2; height:300px; background-color:#909090; position: fixed; width:300px; left: 0; top: calc(50% - 150px); transform: translateX(0); } #contentarrow{ margin-left:4px; transform: rotate(180deg); position:absolute; top:calc(50% - 20px); width:20px; height:40px; }