diff options
Diffstat (limited to 'templates/result.css')
| -rw-r--r-- | templates/result.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/templates/result.css b/templates/result.css new file mode 100644 index 000000000..7c6a557ce --- /dev/null +++ b/templates/result.css @@ -0,0 +1,35 @@ + +td { + padding: 4pt; +} + +th { + padding: 4pt; +} + +table { + border: 0pt; + border-collapse: collapse; +} + +.head { + background-color: #c8c838 +} + +.a { + background-color: #ffff95 +} + +.b { + background-color: #e1e183 +} + +.bara { + vertical-align: top; + background-color: #ffff85; +} + +.barb { + vertical-align: top; + background-color: #d1d173; +} |
