(Created page with "#cortex-table table { background: lightgrey; border: 3px solid lightgrey; border-radius: 10px; padding: 3px; text-align: right; margin-bottom: 8px; }...") |
(No difference)
|
Latest revision as of 20:26, 16 February 2021
#cortex-table table {
background: lightgrey;
border: 3px solid lightgrey;
border-radius: 10px;
padding: 3px;
text-align: right;
margin-bottom: 8px;
}
#cortex-table table.Asset {
background: lightgrey;
border: 3px solid lightgrey;
border-radius: 10px;
padding: 3px;
text-align: right;
margin-bottom: 8px;
}
#cortex-table table.Complication {
background: darkgrey;
border: 3px solid darkgrey;
color: white;
border-radius: 10px;
padding: 3px;
text-align: right;
margin-bottom: 8px;
}
#cortex-table th {
background-color: black;
color: white;
border: 3px solid lightgrey;
border-radius: 10px;
text-align: center;
}
#cortex-table td.value {
background-color: white;
color: black;
border: 3px solid lightgrey;
border-radius: 10px;
padding: 5px;
text-align: center;
}
