HANSONGTSENG (Talk | contribs) |
HANSONGTSENG (Talk | contribs) |
||
(177 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | .extra_space{ | ||
+ | display:none; | ||
+ | } | ||
− | . | + | .mediawiki ltr sitedir-ltr ns-0 ns-subject page-Team_NYMU-Taipei_Description skin-igem action-view{ |
+ | opacity:0; | ||
+ | } | ||
− | + | #globalWrapper div #content { | |
display:none; | display:none; | ||
} | } | ||
− | . | + | |
− | + | .client-js{ | |
− | + | background-color:#F1F1F1; | |
− | + | } | |
− | width: | + | |
− | + | #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{ | .igem_2018_team_content{ | ||
− | width: | + | 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: 100px; | ||
+ | border-style:solid; | ||
+ | border-width:0px 0px 5px 0px; | ||
+ | border-color:#638695; | ||
+ | background-color:#F1F1F1; | ||
} | } | ||
− | + | .dropdowns{ | |
− | + | width:85%; | |
+ | min-width:1250px; | ||
+ | display:inline-block; | ||
+ | position:relative; | ||
+ | left:70px; | ||
+ | top:20px; | ||
} | } | ||
− | + | /*for drop down function*/ | |
− | + | ||
− | + | .dropdown { | |
− | + | position: relative; | |
− | + | display: inline-block; | |
− | + | min-width:140px; | |
− | + | width:10%; | |
− | + | text-align:center; | |
+ | color:#638695; | ||
+ | font-size: 20px; | ||
} | } | ||
− | + | .dropdown:hover { | |
− | color: | + | /*color:#B1C4C9;*/ |
+ | color: #B1C4C9; | ||
} | } | ||
− | + | ||
− | + | ||
+ | .dropdown-content { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | width: 150%; | ||
+ | z-index: 5; | ||
+ | text-align: left; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | .dropdown .dropdown-content a div{ | ||
+ | color:#B1C4C9; | ||
+ | text-align:center; | ||
+ | padding:15px; | ||
} | } | ||
− | . | + | |
− | + | .dropdown .dropdown-content a div:hover{ | |
− | + | background-color:#e6e6e6; | |
− | + | color:#B1C4C9; | |
} | } | ||
− | . | + | .nymu_menu img{ |
− | + | width: 40px; | |
− | + | position: relative; | |
− | border- | + | left: 30px; |
+ | } | ||
+ | .dropdown:hover .dropdown-content { | ||
+ | display: block; | ||
+ | background-color: #F1F1F1; | ||
+ | border-style:solid; | ||
+ | border-color:#B1C4C9; | ||
} | } | ||
− | . | + | .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; | ||
} | } |
Latest revision as of 08:31, 22 June 2018
.extra_space{ display:none; }
.mediawiki ltr sitedir-ltr ns-0 ns-subject page-Team_NYMU-Taipei_Description skin-igem action-view{ opacity:0; }
- globalWrapper div #content {
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: 100px; border-style:solid; border-width:0px 0px 5px 0px; border-color:#638695; background-color:#F1F1F1;
}
.dropdowns{ width:85%; min-width:1250px; display:inline-block; position:relative; left:70px; top:20px; }
/*for drop down function*/
.dropdown {
position: relative; display: inline-block;
min-width:140px; width:10%; text-align:center; color:#638695; font-size: 20px; }
.dropdown:hover { /*color:#B1C4C9;*/ color: #B1C4C9; }
.dropdown-content {
display: none; position: absolute; width: 150%; z-index: 5; text-align: left;
}
.dropdown .dropdown-content a div{ color:#B1C4C9; text-align:center; padding:15px; }
.dropdown .dropdown-content a div:hover{ background-color:#e6e6e6; color:#B1C4C9; }
.nymu_menu img{ width: 40px; position: relative; left: 30px; } .dropdown:hover .dropdown-content {
display: block;
background-color: #F1F1F1; border-style:solid; border-color:#B1C4C9; }
.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; }