aboutsummaryrefslogtreecommitdiffstats
path: root/templates/css.html
diff options
context:
space:
mode:
authorYigit Sever2021-04-16 16:39:23 +0300
committerYigit Sever2021-04-16 16:39:23 +0300
commite7cd705175abb820cd4bfdb28693615ef2171597 (patch)
treef566559baf0dd3aadd4caad0f8929c26a6463309 /templates/css.html
parent764aede8aae695981ee00c1aea3e82253aca02b7 (diff)
downloadgradecoin-e7cd705175abb820cd4bfdb28693615ef2171597.tar.gz
gradecoin-e7cd705175abb820cd4bfdb28693615ef2171597.tar.bz2
gradecoin-e7cd705175abb820cd4bfdb28693615ef2171597.zip
Add existing user get support
Diffstat (limited to 'templates/css.html')
-rw-r--r--templates/css.html27
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 { 2table, th, td {
3 padding: 8px; 3 border: 1px solid black;
4 } 4 border-collapse: collapse;
5 th { 5}
6 text-align: left; 6th, 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>