Team:ETH Zurich/Templates/stylesheet

From 2013.igem.org

(Difference between revisions)
 
(66 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
body, p, #eth_content {
+
body, p, li, ol, ul {
-
   color:white;
+
   color:black;
   font-family: Verdana;
   font-family: Verdana;
-
   font-size:16px;
+
   font-size:14px;
-
   padding-top:15px;
+
    
}
}
-
h1, #eth_content {
+
a.frog{display: block; position: relative; top: -110px;visibility:hidden}
-
   color:black;
+
 
 +
h1 {
 +
   color:Grey;
   font-family: Verdana;
   font-family: Verdana;
-
   font-size:20px;
+
   font-size:18px;
}
}
-
b,  #eth_content {
 
-
  color:black;
 
-
}
 
-
 
.member_name {
.member_name {
-
   font-style:bold;
+
   font-weight:bold;
}
}
.member_level {
.member_level {
-
   font-weight:italic;
+
   font-style:italic;
 +
}
 +
 
 +
.member_function {
 +
  font-family:Arial;
 +
}
 +
 
 +
a:link {
 +
  color: Royalblue;
 +
}
 +
 
 +
a:active {
 +
  color: Royalblue;
 +
}
 +
 
 +
a:visited {
 +
  color: Blue;
 +
}
 +
 
 +
/*a:hover {
 +
  color: rgb(0,200,200);
 +
}*/
 +
 
 +
.mid_img {
 +
  margin: 0 auto;
 +
}
 +
 
 +
#eth_content .thumbcaption {
 +
  font-size:12px !important;
 +
}
 +
 
 +
dl {
 +
  font-size:10px !important;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 15:43, 28 October 2013