CSS/gifu/project

From 2014.igem.org

(Difference between revisions)
 
(27 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
h1 {
h1 {
-
   font-family: Georgia, Times, "Times New Roman", serif;
+
   font-family: ;
 +
  color:;
 +
}
 +
 
 +
h4 {
 +
font-size:large;
 +
}
 +
 
 +
h5 {
 +
font-size:medium;
 +
}
 +
 
 +
 
 +
#index {
 +
  font-size:large;
 +
}
 +
 
 +
.table  {
 +
text-align:center;
 +
border-collapse:collapse;
 +
empty-cells:show;
 +
margin:auto;
 +
 
 +
}
 +
 
 +
.conc {
 +
font-size:200%;
 +
}
 +
 
 +
span.y {
 +
color:red;
 +
font-weight:bold;
 +
}
 +
 
 +
span.n {
 +
color:blue;
 +
font-weight:bold;
 +
}
 +
 
 +
.pic {
 +
margin-left:auto;
 +
margin-right:auto;
}
}

Latest revision as of 16:39, 17 October 2014