2017-12-28 23:46:12 +00:00
|
|
|
:root {
|
|
|
|
--mdc-theme-primary: #1b5e20;
|
2017-12-28 23:58:29 +00:00
|
|
|
--mdc-theme-primary-light: #4c8c4a;
|
|
|
|
--mdc-theme-primary-dark: #003300;
|
2017-12-28 23:46:12 +00:00
|
|
|
--mdc-theme-secondary: #f9a825;
|
2017-12-28 23:58:29 +00:00
|
|
|
--mdc-theme-secondary-light: #ffd95a;
|
|
|
|
--mdc-theme-secondary-dark: #c17900;
|
2017-12-28 23:46:12 +00:00
|
|
|
}
|
|
|
|
|
2017-12-16 19:17:11 +00:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
2017-12-16 18:42:24 +00:00
|
|
|
table td+td {
|
2017-12-16 19:17:11 +00:00
|
|
|
border-left: 1px dashed silver;
|
|
|
|
text-align: center;
|
2017-12-16 18:42:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
font-family: monospace;
|
2017-12-28 23:44:43 +00:00
|
|
|
white-space: nowrap;
|
2017-12-16 18:42:24 +00:00
|
|
|
}
|
|
|
|
|
2017-12-16 19:17:11 +00:00
|
|
|
td.ref {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2017-12-16 18:42:24 +00:00
|
|
|
td.empty {
|
|
|
|
color: silver;
|
|
|
|
}
|
2017-12-16 22:06:19 +00:00
|
|
|
|
|
|
|
tr:hover {
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
2017-12-17 18:33:33 +00:00
|
|
|
|
|
|
|
td.fullonly {
|
|
|
|
color: #88f;
|
|
|
|
}
|