CSS/gifu/main

From 2014.igem.org

(Difference between revisions)
Line 315: Line 315:
}
}
-
.menu1{
+
.tabs {
-
 
+
    position: relative;
-
  position:absolute;
+
    padding: 0;
-
  top:13px;
+
-
  left:180px;
+
-
   
+
-
 
+
-
 
+
}
}
-
.menu2{
+
.tabs li {
-
 
+
    list-style: none;
-
  position:absolute;
+
    display: inline-block;
-
  top:200px;
+
-
  left:400px;
+
-
   
+
-
 
+
-
 
+
}
}
-
.menu3{
+
.tabs input[type=radio] {
-
 
+
    display: none;
-
  position:absolute;
+
}
-
  top:170px;
+
.tabs label {
-
  left:20px;
+
    display: block;
-
      
+
    cursor: pointer;
-
 
+
    padding: 5px;
-
 
+
    line-height: 20px;
 +
    background-color: #999999;
 +
    color: #ffffff;
 +
}
 +
.tabs label:hover {
 +
    background-color: #cccccc;
 +
    color: #000000;
 +
}
 +
.tabs input[type=radio]:checked + label {
 +
    background-color: #ffffff;
 +
    color: #000000;
 +
}
 +
.tabs .contents {
 +
    display: none;
 +
    position: absolute;
 +
    top:30px;
 +
    left: 0;
 +
     padding: 10px;
 +
    background: #ffffff;
 +
}
 +
.tabs input[type=radio]:checked + label + .contents{
 +
    display: block;
}
}
-
 
-
.menu1  a:hover {
 
-
 
-
}
 

Revision as of 00:59, 1 September 2014

  1. Home
  2. Team
    1. Members&Attributions
    2. Official Team Profile
  3. Project
    1. Circular RNA
  4. Note
    1. Protocols
    2. Calender
  5. Result
    1. Parts
    2. Modeling
    3. Achivements
  6. More
    1. Safety
    2. Judging Form
    3. Human Practice