|
|
@ -12,6 +12,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
background: url("/includes/bg.php") no-repeat var(--bg-col);
|
|
|
|
background: url("/includes/bg.php") no-repeat var(--bg-col);
|
|
|
|
|
|
|
|
/* ../includes/bg.php */
|
|
|
|
background-size: cover;
|
|
|
|
background-size: cover;
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-position: bottom left;
|
|
|
|
background-position: bottom left;
|
|
|
@ -44,10 +45,10 @@ th {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
tr:nth-child(odd) {
|
|
|
|
tr:nth-child(odd) {
|
|
|
|
background-color: #111111;
|
|
|
|
background-color: #150f0a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tr:nth-child(even) {
|
|
|
|
tr:nth-child(even) {
|
|
|
|
background-color: #222222;
|
|
|
|
background-color: #392a1d;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
input[type="submit" i] {
|
|
|
|
input[type="submit" i] {
|
|
|
|