Difference between revisions of "Team:NCKU Tainan/css/team member css"

(Remove igem template right menu)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
.igem_2018_team_content .igem_2018_team_column_wrapper {
+
<html>
    margin: auto;
+
<style>
    max-width:none;
+
    width: 100%;
+
}
+
.igem_2018_team_content {
+
    background-color:white;
+
    display:block;
+
    width: 100%;
+
}
+
.igem_2018_team_menu.displaying_menu {
+
    display:none;
+
}
+
 
* {
 
* {
 
     box-sizing: border-box;
 
     box-sizing: border-box;
Line 89: Line 78:
 
     z-index: 1;
 
     z-index: 1;
 
}
 
}
.topbar a div {
+
.topbar a {
 
     float: left;
 
     float: left;
 
     color: #f2f2f2;
 
     color: #f2f2f2;
Line 97: Line 86:
 
     font-size: 17px;
 
     font-size: 17px;
 
}   
 
}   
.topbar a div:hover {
+
.topbar a:hover {
 
     background-color: #ddd;
 
     background-color: #ddd;
 
     color: black;
 
     color: black;
 +
}
 +
.barclass {
 +
    text-decoration-line: none;
 +
    font-size: 30px;
 +
    background-color: #272625;
 +
    color: #f2f2f2;
 +
}
 +
.barclass:hover {
 +
    color:white;
 
}
 
}
 
#bartitle {
 
#bartitle {
Line 106: Line 104:
 
     padding-bottom: 7px;
 
     padding-bottom: 7px;
 
}
 
}
#bar1 div:hover {
+
.topbar .active {
    background-color: #272625;
+
    color: #f2f2f2;
+
}
+
.topbar div.active {
+
 
     background-color: #C8BCC7;
 
     background-color: #C8BCC7;
 
     color: white;
 
     color: white;
 
}
 
}
#bar1 div.active {
+
#bartitle {
 
     background-color: #272625;
 
     background-color: #272625;
 
     color: #f2f2f2;
 
     color: #f2f2f2;
Line 506: Line 500:
 
     transform: rotatey(-180deg);
 
     transform: rotatey(-180deg);
 
}
 
}
 +
</style>
 +
</html>

Latest revision as of 06:04, 16 June 2018