Patricia S (Talk | contribs) |
Patricia S (Talk | contribs) |
||
(25 intermediate revisions by 2 users not shown) | |||
Line 20: | Line 20: | ||
th { | th { | ||
− | text-align: | + | text-align: center; |
font-size: 1.1rem; | font-size: 1.1rem; | ||
+ | vertical-align: bottom; | ||
} | } | ||
− | .lab-table tr:nth-child( | + | .lab-table tr:nth-child(odd) { |
background-color: #efc9ca; | background-color: #efc9ca; | ||
+ | } | ||
+ | .design-table th{ | ||
+ | height: 50px; | ||
+ | } | ||
+ | |||
+ | .design-table tr th { | ||
+ | background-color: #ECECa8 !important; | ||
} | } | ||
− | .parts-table tr:nth-child( | + | .parts-table tr:nth-child(odd) { |
background-color: #f7cb91; | background-color: #f7cb91; | ||
} | } | ||
− | .hp-table tr:nth-child( | + | .hp-table tr:nth-child(odd) { |
background-color: #78d69e; | background-color: #78d69e; | ||
} | } | ||
− | .project-table tr:nth-child( | + | .project-table tr:nth-child(odd) { |
− | background-color: # | + | background-color: #ECECa8; |
} | } | ||
− | .doc-table tr:nth-child( | + | .doc-table tr:nth-child(odd) { |
background-color: #edaaac; | background-color: #edaaac; | ||
} | } | ||
− | .gold-table tr:nth-child( | + | .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( | + | .bronze-table tr:nth-child(odd) { |
− | background-color: # | + | background-color: #E0B480; |
} | } | ||
− | .silver-table tr:nth-child( | + | .silver-table tr:nth-child(odd) { |
background-color: #e6e6e6; | background-color: #e6e6e6; | ||
+ | } | ||
+ | |||
+ | .lab-table-header tr th { | ||
+ | background-color: #efc9ca !important; | ||
+ | } | ||
+ | |||
+ | .parts-table-header tr th { | ||
+ | background-color: #f7cb91 !important; | ||
} | } | ||
</style> | </style> |
Latest revision as of 00:51, 18 October 2018