Difference between revisions of "Team:NYMU-Taipei/css-test"

 
(171 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
}
 
}
  
.igem_2018_team_content {
+
.mediawiki ltr sitedir-ltr ns-0 ns-subject page-Team_NYMU-Taipei_Description skin-igem action-view{
background-color:white;  
+
opacity:0;
display:block;
+
}
width: 100%;
+
 
}
+
#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{
 
.igem_2018_team_menu.displaying_menu{
display:none;
+
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{
 
.nymu_menu{
height: 100px;
+
min-width: 1310px;
background-color: white;
+
width:100%;
box-shadow: 0 10px 20px -5px gray;
+
position: fixed;
 +
z-index: 1;
 +
height: 100px;
 +
border-style:solid;
 +
border-width:0px 0px 5px 0px;
 +
border-color:#638695;
 +
background-color:#F1F1F1;
 +
 
 
}
 
}
  
.menu_item {
+
.dropdowns{
 +
width:85%;
 +
min-width:1250px;
 +
display:inline-block;
 +
position:relative;
 +
left:70px;
 +
top:20px;
 +
}
 +
 
 +
/*for drop down function*/
 +
 
 +
.dropdown {
 
     position: relative;
 
     position: relative;
 
     display: inline-block;
 
     display: inline-block;
 +
min-width:140px;
 +
width:10%;
 +
text-align:center;
 +
color:#638695;
 +
font-size: 20px;
 
}
 
}
  
.submenu {
+
.dropdown:hover {
 +
/*color:#B1C4C9;*/
 +
color: #B1C4C9;
 +
}
 +
 
 +
 
 +
 
 +
.dropdown-content {
 
     display: none;
 
     display: none;
 
     position: absolute;
 
     position: absolute;
     background-color: #f9f9f9;
+
     width: 150%;
    min-width: 160px;
+
     z-index: 5;
     box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
     text-align: left;
     padding: 12px 16px;
+
    z-index: 1;
+
 
}
 
}
  
.menu_item:hover .submenu {
+
.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;
 
     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; }

  1. globalWrapper div #content {

display:none; }


.client-js{ background-color:#F1F1F1; }

  1. 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; }

  1. 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; }