Difference between revisions of "Template:Team:TU Eindhoven/Menu CSS"

Line 73: Line 73:
 
border-radius:15px 30px 30px 15px;
 
border-radius:15px 30px 30px 15px;
 
background-color:white;
 
background-color:white;
background-image: linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.85)), url("http://demilked.uuuploads.com/free-paper-textures/free-paper-texture-38.jpg");
+
background-image: linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.85)), url("http://thumbs.dreamstime.com/z/paper-texture-drops-coffee-23801402.jpg");
 
background-size: cover;
 
background-size: cover;
 
box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);
 
box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75);

Revision as of 17:05, 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; } #body{ position:absolute; top:45px; width:100%; background-color: #FCFCD5; } #container{ 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("http://thumbs.dreamstime.com/z/paper-texture-drops-coffee-23801402.jpg"); background-size: cover; box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.75); height:1200px; width:1200px; } /*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; }