HANSONGTSENG (Talk | contribs) |
HANSONGTSENG (Talk | contribs) |
||
Line 74: | Line 74: | ||
display: none; | display: none; | ||
position: absolute; | position: absolute; | ||
− | |||
width: 150%; | width: 150%; | ||
z-index: 2; | z-index: 2; | ||
text-align: left; | text-align: left; | ||
− | |||
} | } | ||
Revision as of 16:25, 21 June 2018
.extra_space{ display:none; }
.client-js{ background-color:#F1F1F1; }
- globalWrapper{
padding-bottom:0px; height:100%; background-color:#F1F1F1; }
.igem_2018_team_content .igem_2018_team_column_wrapper {
margin: auto; max-width:none; width: 100%;
}
.igem_2018_team_menu.displaying_menu{ display:none; }
.igem_2018_team_content{ width:100%; font-family: 'Dosis', sans-serif; }
body #content .igem_2018_team_column_wrapper{ font-family: sans-serif; background-color:#F1F1F1; }
a{ text-decoration: none; }
- title{
display:none; }
.nymu_menu{ min-width: 1310px; width:100%; position: fixed; z-index: 1; height: 150px; }
/*for drop down function*/
.dropdown {
position: relative; display: inline-block;
min-width:140px; width:10%; text-align:center; color:#638695; font-size: 20px; /*top:40px;*/ }
.dropdown:hover { /*color:#B1C4C9;*/ color: pink; }
.dropdown-content {
display: none; position: absolute; width: 150%; z-index: 2; text-align: left;
}
.dropdown .dropdown-content a { color:pink; margin:15px; }
.dropdown .dropdown-content a:hover{ border-style: solid; border-width: 1px; border-color: pink; }
.dropdown img{ width: 40px; position: relative; left:50px; } .dropdown:hover .dropdown-content {
display: block;
background-color: #F1F1F1; border-style:solid; border-color:pink; }
.igem_2018_team_content .igem_2018_team_column_wrapper a{ text-decoration:none; } .dropdown:hover .dropdown-content {
display:block;
} /* end of dropdown function*/
/* cover of other pages*/
.covertopic{ position:absolute; top:100px }
.coversentnece{ position:absolute; top:150px; }