Team:ETH Zurich/Templates/stylesheet

From 2013.igem.org

(Difference between revisions)
 
(50 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-weight:bold;
   font-weight:bold;
Line 23: Line 21:
.member_level {
.member_level {
   font-style:italic;
   font-style:italic;
 +
}
 +
 +
.member_function {
 +
  font-family:Arial;
}
}
a:link {
a:link {
-
   color: rgb(250,150,0);
+
   color: Royalblue;
}
}
a:active {
a:active {
-
   color: rgb(200,0,200);
+
   color: Royalblue;
}
}
a:visited {
a:visited {
-
   color: rgb(150,0,0);
+
   color: Blue;
}
}
-
a:hover {
+
/*a:hover {
   color: rgb(0,200,200);
   color: rgb(0,200,200);
-
}
+
}*/
.mid_img {
.mid_img {
   margin: 0 auto;
   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