HANSONGTSENG (Talk | contribs) |
HANSONGTSENG (Talk | contribs) |
||
Line 28: | Line 28: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
body #content .igem_2018_team_column_wrapper{ | body #content .igem_2018_team_column_wrapper{ | ||
Line 49: | Line 43: | ||
} | } | ||
− | + | .nymu_menu{ | |
− | + | min-width: 1310px; | |
− | . | + | width:100%; |
− | position: | + | position: fixed; |
− | + | z-index: 1; | |
+ | height: 150px; | ||
} | } | ||
+ | |||
+ | /*for drop down function*/ | ||
.dropdown { | .dropdown { | ||
Line 72: | Line 69: | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
.dropdown-content { | .dropdown-content { | ||
Line 88: | Line 81: | ||
} | } | ||
− | .dropdown-content a | + | .dropdown .dropdown-content a { |
color:pink; | color:pink; | ||
margin:15px; | margin:15px; | ||
+ | } | ||
+ | |||
+ | .dropdown .dropdown-content a:hover{ | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | border-color: pink; | ||
} | } | ||
Line 96: | Line 95: | ||
width: 40px; | width: 40px; | ||
position: relative; | position: relative; | ||
− | |||
left:50px; | left:50px; | ||
} | } | ||
Line 104: | Line 102: | ||
border-style:solid; | border-style:solid; | ||
border-color:pink; | border-color:pink; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 16:23, 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; top:0px; width: 150%; z-index: 2; text-align: left;
top:50px; }
.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; }