Template:CSS/team

From 2014.igem.org

(Difference between revisions)
Line 116: Line 116:
}
}
-
input[type="radio"]:checked + #1{
+
.Contributionbutton{
-
display:none;
+
-
}
+
-
input[value="2"]:checked + #2]{
+
-
display:none;
+
-
}
+
-
 
+
-
input[type="radio"]:checked+label{ font-weight: bold; }
+
-
 
+
-
input[type="radio"]:checked+.text1{ display:none; }
+
-
input[type="radio"]:checked+.text2{ display:none; }
+
-
 
+
-
 
+
-
.text1{
+
position:absolute;
position:absolute;
-
top:20px;
+
top:0px;
-
left:30px;
+
left:0px;
-
}
+
width:100px;
 +
height:30px;
 +
border-radius:0px 0px 0px 30px;
 +
z-index:51;
-
.text2{
 
-
position:absolute;
 
-
top:20px;
 
-
left:30px;
 
}
}
</style>
</style>
</html>
</html>

Revision as of 05:27, 3 October 2014