dark
This commit is contained in:
parent
2cc8122a99
commit
e624376488
2 changed files with 49 additions and 18 deletions
31
index.css
31
index.css
|
@ -2,10 +2,37 @@
|
|||
width: device-width;
|
||||
zoom: 1;
|
||||
}
|
||||
html {
|
||||
background: rgb(0,0,0);
|
||||
color: rgb(160,160,160);
|
||||
font-family: sans;
|
||||
}
|
||||
a {
|
||||
color: rgb(0,192,192);
|
||||
}
|
||||
a:hover {
|
||||
color: rgb(192,0,0);
|
||||
}
|
||||
a:visited {
|
||||
color: rgb(0,160,160);
|
||||
}
|
||||
|
||||
table {
|
||||
empty-cells: hide;
|
||||
}
|
||||
th,td {
|
||||
border-radius: .2em;
|
||||
}
|
||||
th {
|
||||
background: rgb(64,64,64);
|
||||
color: rgb(128,128,0);
|
||||
}
|
||||
td {
|
||||
text-align: center;
|
||||
background: rgb(48,48,48);
|
||||
border: 1px solid;
|
||||
border-color: rgb(192,192,192);
|
||||
text-align: center;
|
||||
}
|
||||
td.left_third_ko {
|
||||
background: linear-gradient(90deg, rgba(255,0,0,.3) 0%, rgba(255,0,0,.3) 25%, rgba(255,0,0,0) 33%, rgba(255,0,0,0) 100%);
|
||||
background: linear-gradient(90deg, rgba(255,0,0,.5) 0%, rgba(255,0,0,.5) 25%, rgba(255,0,0,0) 33%, rgba(255,0,0,0) 100%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue