diff options
| author | Yigit Sever | 2021-04-16 16:39:23 +0300 | 
|---|---|---|
| committer | Yigit Sever | 2021-04-16 16:39:23 +0300 | 
| commit | 204dbc1f887f42e4a5ea734895ef36c5c434890f (patch) | |
| tree | 5fc3f838de25513c8f0b0eaf068a0b24b6f89619 /templates/css.html | |
| parent | a4667e5b15273bea2e5eb2f1b417b35e0de12e5e (diff) | |
| download | gradecoin-204dbc1f887f42e4a5ea734895ef36c5c434890f.tar.gz gradecoin-204dbc1f887f42e4a5ea734895ef36c5c434890f.tar.bz2 gradecoin-204dbc1f887f42e4a5ea734895ef36c5c434890f.zip | |
Add existing user get support
Diffstat (limited to 'templates/css.html')
| -rw-r--r-- | templates/css.html | 27 | 
1 files changed, 21 insertions, 6 deletions
| diff --git a/templates/css.html b/templates/css.html index c9d54e3..a918a4b 100644 --- a/templates/css.html +++ b/templates/css.html | |||
| @@ -1,8 +1,23 @@ | |||
| 1 | <style> | 1 | <style> | 
| 2 | td, th { | 2 | table, th, td { | 
| 3 | padding: 8px; | 3 | border: 1px solid black; | 
| 4 | } | 4 | border-collapse: collapse; | 
| 5 | th { | 5 | } | 
| 6 | text-align: left; | 6 | th, td { | 
| 7 | } | 7 | padding: 15px; | 
| 8 | } | ||
| 9 | #t01 { | ||
| 10 | width: 100%; | ||
| 11 | background-color: #fbf1c7; | ||
| 12 | } | ||
| 13 | #t01 tr:nth-child(even) { | ||
| 14 | background-color: #a89984; | ||
| 15 | } | ||
| 16 | #t01 tr:nth-child(odd) { | ||
| 17 | background-color: #f9f5d7; | ||
| 18 | } | ||
| 19 | #t01 th { | ||
| 20 | color: #fbf1c7; | ||
| 21 | background-color: #282828; | ||
| 22 | } | ||
| 8 | </style> | 23 | </style> | 
