summaryrefslogtreecommitdiff
path: root/rannak/mangud/kaitseliitlane/salakood/style.css
diff options
context:
space:
mode:
authorRasmus Luha <rasmus.luha@gmail.com>2023-01-30 00:10:22 +0200
committerRasmus Luha <rasmus.luha@gmail.com>2023-01-30 00:10:22 +0200
commitea90f1c8a5fb5b666113ee21f81a5530127a0517 (patch)
tree0560ee684a64e35f02d1128eb56ca8ad25a8ed09 /rannak/mangud/kaitseliitlane/salakood/style.css
parent61f75569eb9464fbf0403f3af41d940e5cc79478 (diff)
Parorg Kuulsused New
Diffstat (limited to 'rannak/mangud/kaitseliitlane/salakood/style.css')
-rw-r--r--rannak/mangud/kaitseliitlane/salakood/style.css39
1 files changed, 32 insertions, 7 deletions
diff --git a/rannak/mangud/kaitseliitlane/salakood/style.css b/rannak/mangud/kaitseliitlane/salakood/style.css
index 537477f..8a084d2 100644
--- a/rannak/mangud/kaitseliitlane/salakood/style.css
+++ b/rannak/mangud/kaitseliitlane/salakood/style.css
@@ -1,3 +1,9 @@
+@font-face {
+ font-family: 'fontUno';
+ src: url('fonts/28DaysLater.ttf');
+}
+
+
* {
box-sizing: border-box;
}
@@ -113,6 +119,9 @@ input {
margin: 1rem;
}
+span, h6, table, h1{
+ font-family:'fontUno';
+}
/* Main */
@@ -123,25 +132,41 @@ input {
align-items: center;
}
+
+.done {
+ color: #00b300;
+}
+
+.selected {
+ background: #93bdbd;
+}
+
td {
- border: 4px solid white !important;
width: 4rem !important;
height: 4rem !important;
font-weight: bold;
+ border-radius: 20px !important;
}
+/* Responsivness */
-.done {
- color: #bd1393;
-}
-.selected {
- background: lime;
+@media screen and (max-width: 1700px) {
+ td {
+ width: 3rem !important;
+ height: 3rem !important;
+ }
+ .main {margin-top: 4rem;}
}
-
+@media screen and (max-width: 1500px) {
+ td {
+ width: 2rem !important;
+ height: 2rem !important;
+ }
+}