summaryrefslogtreecommitdiff
path: root/rannak/mangud/kaitseliitlane/salakood/style.css
diff options
context:
space:
mode:
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;
+ }
+}