Difference between revisions of "Template:UNSW Australia/Tables"

(Created page with "<html> <style> table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 5px 10px; } th { text-align: left; } .lab-table tr:nth-child(even...")
 
 
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
 +
#HQ_page table {
 +
  margin: 0px;
 +
}
 +
 +
table {
 +
  text-align: justify !important;
 +
}
 +
 
table, th, td {
 
table, th, td {
 
border: 1px solid black;
 
border: 1px solid black;
Line 11: Line 20:
  
 
th {
 
th {
text-align: left;
+
text-align: center;
 +
        font-size: 1.1rem;
 +
    vertical-align: bottom;
 
}
 
}
  
.lab-table tr:nth-child(even) {
+
.lab-table tr:nth-child(odd) {
 
background-color: #efc9ca;
 
background-color: #efc9ca;
 +
}
 +
.design-table th{
 +
height: 50px;
 
}
 
}
  
.parts-table tr:nth-child(even) {
+
.design-table tr th {
background-color: #efac54;
+
background-color: #ECECa8 !important;
 
}
 
}
  
.hp-table tr:nth-child(even) {
+
.parts-table tr:nth-child(odd) {
 +
background-color: #f7cb91;
 +
}
 +
 
 +
.hp-table tr:nth-child(odd) {
 
background-color: #78d69e;
 
background-color: #78d69e;
 
}
 
}
  
.project-table tr:nth-child(even) {
+
.project-table tr:nth-child(odd) {
background-color: #e2de69;
+
background-color: #ECECa8;
 
}
 
}
  
 +
.doc-table tr:nth-child(odd) {
 +
background-color: #edaaac;
 +
}
 +
 +
.doc-table-header tr th {
 +
background-color: #edaaac !important;
 +
}
 +
 +
.gold-table tr:nth-child(odd) {
 +
background-color: #EADB9F;
 +
}
 +
 +
.bronze-table tr:nth-child(odd) {
 +
  background-color: #E0B480;
 +
}
 +
 +
.silver-table tr:nth-child(odd) {
 +
  background-color: #e6e6e6;
 +
}
 +
 +
.lab-table-header tr th {
 +
background-color: #efc9ca !important;
 +
}
 +
 +
.parts-table-header tr th {
 +
background-color: #f7cb91 !important;
 +
}
 
</style>
 
</style>
  
  
 
</html>
 
</html>

Latest revision as of 00:51, 18 October 2018