Template:Team:Braunschweig/CSS TU-BS style

From 2014.igem.org

(Difference between revisions)
Line 101: Line 101:
}
}
.table-caption-right table {width: 100%;
.table-caption-right table {width: 100%;
 +
}
 +
 +
/*-------------CENTER TABLE CAPTION--------------*/
 +
div.table-caption-center{width:80%; margin-left:auto;margin-right:auto;
 +
}
 +
.table-caption-center ul {list-style-type:none; list-style-image: none; display:block;
 +
}
 +
.table-caption-center li {list-style-type:none; list-style-image: none; display:block;color:#333333;
 +
}
 +
.table-caption-centerli:first-child {font-family:Arial,Helvetica,sans-serif; font-size: smaller; font-style:italic;margin-left:8px;margin-bottom:-5px;
 +
}
 +
.table-caption-centertable {width: 100%;
}
}
Line 109: Line 121:
table.scientific_table {border-collapse:collapse;
table.scientific_table {border-collapse:collapse;
}
}
-
table.scientific_table th {border-bottom:1px solid black;border-top:1px solid black;
+
table.scientific_table th {border-bottom:1px solid #333333;border-top:1px solid #333333;
     }
     }
-
table.scientific_table tr:last-child {border-bottom:1px solid black;
+
table.scientific_table tr:last-child {border-bottom:1px solid #333333;
     }
     }
table.scientific_table th,td {padding:10px;
table.scientific_table th,td {padding:10px;

Revision as of 16:44, 16 October 2014