CSS/gifu/project

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> #1 { font-family: Georgia, Times, "Times New Roman", serif; } </style> </head> </html>")
 
(30 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<head>
 
<style type="text/css">
<style type="text/css">
 +
h1 {
 +
  font-family: ;
 +
  color:;
 +
}
-
#1 {
+
h4 {
-
  font-family: Georgia, Times, "Times New Roman", serif;
+
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;
 +
}
</style>
</style>
-
</head>
+
 
</html>
</html>

Latest revision as of 16:39, 17 October 2014