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

 
(11 intermediate revisions by the same user not shown)
Line 25: Line 25:
 
}
 
}
  
.lab-table tr:nth-child(even) {
+
.lab-table tr:nth-child(odd) {
 
background-color: #efc9ca;
 
background-color: #efc9ca;
 
}
 
}
Line 32: Line 32:
 
}
 
}
  
.parts-table tr:nth-child(even) {
+
.design-table tr th {
 +
background-color: #ECECa8 !important;
 +
}
 +
 
 +
.parts-table tr:nth-child(odd) {
 
background-color: #f7cb91;
 
background-color: #f7cb91;
 
}
 
}
  
.hp-table tr:nth-child(even) {
+
.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(even) {
+
.doc-table tr:nth-child(odd) {
 
background-color: #edaaac;
 
background-color: #edaaac;
 
}
 
}
  
.gold-table tr:nth-child(even) {
+
.doc-table-header tr th {
 +
background-color: #edaaac !important;
 +
}
 +
 
 +
.gold-table tr:nth-child(odd) {
 
background-color: #EADB9F;
 
background-color: #EADB9F;
 
}
 
}
  
.bronze-table tr:nth-child(even) {
+
.bronze-table tr:nth-child(odd) {
 
   background-color: #E0B480;
 
   background-color: #E0B480;
 
}
 
}
  
.silver-table tr:nth-child(even) {
+
.silver-table tr:nth-child(odd) {
 
   background-color: #e6e6e6;
 
   background-color: #e6e6e6;
 
}
 
}
Line 62: Line 70:
 
.lab-table-header tr th {
 
.lab-table-header tr th {
 
background-color: #efc9ca !important;
 
background-color: #efc9ca !important;
 +
}
 +
 +
.parts-table-header tr th {
 +
background-color: #f7cb91 !important;
 
}
 
}
 
</style>
 
</style>

Latest revision as of 00:51, 18 October 2018