Template:Team:Waterloo/CSS/baseWiki

From 2014.igem.org

(Difference between revisions)
(more table styles)
(table styles++)
Line 302: Line 302:
table.blueBorders {
table.blueBorders {
   border-collapse: collapse;
   border-collapse: collapse;
 +
}
 +
table.blueBorders td {
 +
  border: 1px solid #71CCE6;
 +
  padding: 2px;
}
}
table.blueBorders thead td {
table.blueBorders thead td {
   color: #71CCE6;
   color: #71CCE6;
   font-weight: bold;
   font-weight: bold;
-
   background-color: #000000;
+
   font-family: 'Oxygen', Helvetica, sans-serif;
-
}
+
   background-color: #333;
-
table.blueBorders td {
+
-
   border: 1px solid #71CCE6;
+
}
}
-
 
/* Special Styles for Tablet Size & Below */
/* Special Styles for Tablet Size & Below */

Revision as of 06:27, 17 October 2014