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

 
(182 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;
 +
}
  
.igem_2018_team_menu.displaying_menu {  
+
#globalWrapper div #content {
 
display:none;
 
display:none;
 
}
 
}
  
.nymu_menu{
+
 
height: 50px;
+
.client-js{
background-color: white;
+
background-color:#F1F1F1;
box-shadow: 0 10px 20px -5px gray;
+
width: 1350px;
+
 
}
 
}
.dropdownbutton{
+
 
+
#globalWrapper{
 +
padding-bottom:0px;
 +
height:100%;
 +
background-color:#F1F1F1;
 
}
 
}
.dropdownbutton a{
+
 
+
.igem_2018_team_content .igem_2018_team_column_wrapper {
 +
    margin: auto;
 +
    max-width:none;
 +
    width: 100%;
 
}
 
}
.dropdownbutton: hover:{
 
 
  
 +
.igem_2018_team_menu.displaying_menu{
 +
display:none;
 
}
 
}
  
#cover{
+
.igem_2018_team_content{
top: 1000px;
+
width:100%;
 +
font-family: 'Dosis', sans-serif;
 
}
 
}
  
button{
+
 
background-color: white;
+
 
border-color: white;
+
body #content .igem_2018_team_column_wrapper{
color:black;
+
font-family: sans-serif;
font-size: 1em;
+
background-color:#F1F1F1;
width: 100%;
+
height: 50px;
+
display: inline;
+
 
}
 
}
  
button a{
+
a{
color:black;
+
text-decoration: none;
 
}
 
}
  
button:hover{
+
#title{
background-color: white;
+
display:none;
 
}
 
}
.dropdowncontent{
+
 
position:absolute;
+
.nymu_menu{
background-color: white;
+
min-width: 1310px;
opacity: 0.9;
+
width:100%;
font-size: 1em;
+
position: fixed;
display: block;
+
z-index: 1;
z-index: 2;
+
height: 100px;
overflow: visible;
+
border-style:solid;
width: 11%;
+
border-width:0px 0px 5px 0px;
 +
border-color:#638695;
 +
background-color:#F1F1F1;
  
 
}
 
}
.dropdowncontent a{
+
 
width: 5em;
+
.dropdowns{
height: 3em;
+
width:85%;
color:black;
+
min-width:1250px;
 +
display:inline-block;
 +
position:relative;
 +
left:70px;
 +
top:20px;
 
}
 
}
  
.submenu_item{
+
/*for drop down function*/
height: 50px;
+
 
text-align: center;
+
.dropdown {
border-bottom: 1px white;
+
    position: relative;
 +
    display: inline-block;
 +
min-width:140px;
 +
width:10%;
 +
text-align:center;
 +
color:#638695;
 +
font-size: 20px;
 
}
 
}
  
.notshow{
+
.dropdown:hover {
display:none;
+
/*color:#B1C4C9;*/
 +
color: #B1C4C9;
 
}
 
}
  
.dropdownitem{
+
 
display:inline-block;
+
 
width: 10%;
+
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    width: 150%;
 +
    z-index: 5;
 +
    text-align: left;
 
}
 
}
  
.notshow{
+
.dropdown .dropdown-content a div{
display:none;
+
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;
 
}
 
}

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