Team:USTC-China/safety.css

From 2012.igem.org

(Difference between revisions)
(Created page with "#ustcsafety{width:975px; height:auto; position:realtive; background:#ffffff; padding:10px; margin:0px; } #ustcsafety h2{ font-family: 'Capriola', sans-serif; color:#06402C; font-...")
Line 1: Line 1:
 +
#menu{
 +
width:975px;
 +
height:auto;
 +
text-align:right;
 +
padding:0 30px;
 +
margin:0px;
 +
}
 +
 +
#menu a{
 +
font-family: 'Dosis', sans-serif;
 +
font-size:14pt;
 +
text-decoration:none;
 +
}
 +
#menu a:hover{
 +
color:#06402C;
 +
font-size:14pt;
 +
text-decoration:none;
 +
border:none;
 +
}
 +
 +
 +
 +
#ustcsafety{width:975px;
#ustcsafety{width:975px;
height:auto;
height:auto;
Line 20: Line 43:
text-decoration:none;
text-decoration:none;
text-indent:1em;
text-indent:1em;
-
text-align:left;  
+
text-align:left;
 +
border:none;  
}
}
Line 28: Line 52:
text-decoration:none;
text-decoration:none;
text-indent:2em;
text-indent:2em;
-
text-align:left;  
+
text-align:left;
 +
border:none;  
}
}

Revision as of 10:56, 6 September 2012

  1. menu{

width:975px; height:auto; text-align:right; padding:0 30px; margin:0px; }

  1. menu a{

font-family: 'Dosis', sans-serif; font-size:14pt; text-decoration:none; }

  1. menu a:hover{

color:#06402C; font-size:14pt; text-decoration:none; border:none; }



  1. ustcsafety{width:975px;

height:auto; position:realtive; background:#ffffff; padding:10px; margin:0px; }

  1. ustcsafety h2{

font-family: 'Capriola', sans-serif; color:#06402C; font-size:20pt; text-decoration:none; text-align:left; border:none;}

  1. ustcsafety h3{

font-family: 'Capriola', sans-serif; color:#06402C; font-size:18pt; text-decoration:none; text-indent:1em; text-align:left; border:none; }

  1. ustcsafety h4{

font-family: 'Life Savers', cursive; font-size:18pt; text-decoration:none; text-indent:2em; text-align:left; border:none; }

  1. ustcsafety p{

font-family: 'Dosis', sans-serif; font-size:14pt; text-decoration:none; text-indent:2em; text-align:left; }