Line 62: | Line 62: | ||
position: relative; | position: relative; | ||
width:100%; | width:100%; | ||
− | z-index: | + | z-index: 999; |
} | } | ||
#navList{ | #navList{ |
Revision as of 11:17, 29 July 2018
/*****
- Font Styles
- /
- FudanBody .slides h3{
color: #ff8c28; font: 40px Futura;
}
- FudanBody .slides h5{
color: #ff7617; font: 20px Futura;
}
/*****
- Structure Styles
- /
div{
box-sizing: content-box; /* Solve the conflict between Materialize(inherit) and igem.org default setting */
}
- FudanBody div{
box-sizing: border-box;
} .sponsorsImg img{
width: 100%;
}
- top_menu_14{
position: absolute; /* Override the default fixed login bar */ z-index: 996;
}
- globalWrapper{ /* Solve the overflow of login */
overflow: hidden; padding: 0;
}
- FudanWrapper {
position: relative; width: 100%;
}
- FudanBody {
position: relative; width: 100%; overflow: hidden;
}
- FudanBody a{
text-decoration: none; outline: none;
}
- FudanBody ul{
margin: 0; line-height: inherit;
}
- FudanBody img{
vertical-align: inherit;
}
- FudanBody .fa{
height: inherit; line-height: inherit; font-size: inherit;
}
- teamLogo{
padding: 0 40px 0 40px;
}
- FudanBody header {
position: relative; width:100%; z-index: 999;
}
- navList{
line-height: inherit;
}
- navList.sidenav-trigger {
margin: 0 10px;
}
- FudanBody .slider .indicators{
bottom: 60px; z-index: 100;
}
- homepageDivider{
width: 100%; height: 20px; position: relative; top: -40px;
}
- homepageContent{
position: relative; top: -20px;
}
- toolBoxBtn ul li a{
font-size: 20px;
}
- toolBoxBtn_large{
position: absolute; right: 23px; bottom: 23px;
}
- contactUS li{
display: block; margin: 5px 0;
}