CSS/gifu/project

From 2014.igem.org

(Difference between revisions)
 
(15 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:;
   color:;
}
}
 +
 +
h4 {
 +
font-size:large;
 +
}
 +
 +
h5 {
 +
font-size:medium;
 +
}
 +
#index {
#index {
Line 10: Line 19:
}
}
-
.ttt {
+
.table {
  text-align:center;
  text-align:center;
  border-collapse:collapse;
  border-collapse:collapse;
  empty-cells:show;
  empty-cells:show;
-
   
+
  margin:auto;
-
}
+
-
#result {
 
-
font-size:x-large;
 
}
}
-
#result2 {
+
.conc {
-
  font-size:large;
+
  font-size:200%;
}
}
-
h4 {
+
span.y {
-
  font-size:large;
+
color:red;
 +
  font-weight:bold;
}
}
-
h5 {
+
span.n {
-
  font-size:medium;
+
color:blue;
 +
  font-weight:bold;
}
}
-
.figure {
+
.pic {
-
  margin:auto;
+
  margin-left:auto;
 +
margin-right:auto;
}
}

Latest revision as of 16:39, 17 October 2014