Team:Heidelberg/tables
From 2010.igem.org
(Difference between revisions)
Line 38: | Line 38: | ||
} | } | ||
.wikitable caption { | .wikitable caption { | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | table.pgrouptable { | ||
+ | margin: 1em 1em 1em 0; | ||
+ | background: #f9f9f9; | ||
+ | border: 1px #aaa solid; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | .pgrouptable th, .pgrouptable td { | ||
+ | border: 1px #aaa solid; | ||
+ | padding: 0.2em; | ||
+ | } | ||
+ | .pgrouptable th { | ||
+ | background: #f2f2f2; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .pgrouptable caption { | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 57: | Line 76: | ||
background-color:expression((rowIndex+1)%2?(parentNode.parentNode.rowHighlightColor||"#</html>{{{normal|FFF}}}<html>"):(parentNode.parentNode.rowNormalColor||"#/html>{{{highlight|DDD}}}<html>")); | background-color:expression((rowIndex+1)%2?(parentNode.parentNode.rowHighlightColor||"#</html>{{{normal|FFF}}}<html>"):(parentNode.parentNode.rowNormalColor||"#/html>{{{highlight|DDD}}}<html>")); | ||
} | } | ||
- | |||
- | |||
</style> | </style> |
Revision as of 11:53, 23 October 2010