Difference between revisions of "Template:Team:TU Eindhoven/Menu CSS"
Jan Willem (Talk | contribs) |
Jan Willem (Talk | contribs) |
||
Line 2: | Line 2: | ||
#menu{ | #menu{ | ||
position:relative; | position:relative; | ||
+ | z-index:1; | ||
background: #ddeebb; | background: #ddeebb; | ||
width:100%; | width:100%; | ||
Line 63: | Line 64: | ||
#top{ | #top{ | ||
− | background-image: | + | margin:0 calc((100% - 1200px) / 2); |
− | height: | + | border-radius:15px 30px 30px 15px; |
− | width: | + | background-color:white; |
+ | background-image: linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.85)), url("paper.jpg"); | ||
+ | background-size: cover; | ||
+ | box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75); | ||
+ | height:1200px; | ||
+ | width:1200px; | ||
position:absolute; | position:absolute; | ||
top:45px; | top:45px; |
Revision as of 16:41, 11 May 2015
#menu{ position:relative; z-index:1; background: #ddeebb; width:100%; height:45px; margin:0 auto; } #submenu{ position:relative; z-index:1; background: #f6f0cc; width:100%; height:0px; margin:0 auto; overflow:hidden; transition: height 0.2s; } #menu1{ margin-left:calc((100% - (5 * 14%)) / 2); } #menu a:not(#menutwitter):not(#menufacebook), #submenu a { position:relative; font-weight: bold; text-align: center; line-height: 45px; width:14%; display:block; text-decoration: none; float: left; color: #004415; } #menu1:hover, #menu2:hover, #menu3:hover, #menu4:hover, #menu5:hover{ color: #9DC671; } #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% - (5 * 14%)) / 2) - (0.5 * 14%)); } #sub3a{ margin-left:calc(((100% - (5 * 14%)) / 2) + (1.5 * 14%)); } #sub4a{ margin-left:calc(((100% - (5 * 14%)) / 2) + (2 * 14%)); } #sub5a{ margin-left:calc(((100% - (5 * 14%)) / 2) + (4 * 14%)); } #sub2,#sub3,#sub4,#sub5{ display:none; } #top{ margin:0 calc((100% - 1200px) / 2); border-radius:15px 30px 30px 15px; background-color:white; background-image: linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.85)), url("paper.jpg"); background-size: cover; box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75); height:1200px; width:1200px; position:absolute; top:45px; } /*Twitter*/ #twitter{ top:45px; right:0; z-index:1; display:none; position:absolute; } #twitter_logo{ height:45px; float:right; } /*FB*/ #facebook{ right:0; top:45px; z-index:1; display:none; position:absolute; } #facebook_logo{ height:45px; float:right; }