aboutsummaryrefslogtreecommitdiffstats
path: root/templates/css.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/css.html')
-rw-r--r--templates/css.html18
1 files changed, 11 insertions, 7 deletions
diff --git a/templates/css.html b/templates/css.html
index 4a2ac7b..9de76ae 100644
--- a/templates/css.html
+++ b/templates/css.html
@@ -10,21 +10,25 @@ table, th, td {
10 border: 1px solid black; 10 border: 1px solid black;
11 border-collapse: collapse; 11 border-collapse: collapse;
12} 12}
13th, td { 13
14 padding: 10px; 14td,th {
15 padding: 6px;
16 vertical-align: top;
17 word-wrap: break-word
15} 18}
19
16#t01 { 20#t01 {
17 width: 100%; 21 width: 100%;
18 background-color: #fbf1c7; 22 background-color: #f6c177;
19} 23}
20#t01 tr:nth-child(even) { 24#t01 tr:nth-child(even) {
21 background-color: #a89984; 25 background-color: #31748f;
22} 26}
23#t01 tr:nth-child(odd) { 27#t01 tr:nth-child(odd) {
24 background-color: #f9f5d7; 28 background-color: #9ccfd8;
25} 29}
26#t01 th { 30#t01 th {
27 color: #fbf1c7; 31 color: #e0def4;
28 background-color: #282828; 32 background-color: #26233a;
29} 33}
30</style> 34</style>