From 209b1915b0f1879d0055ea17f76464dddcf8089b Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sun, 5 Feb 2023 20:43:17 +0200 Subject: =?UTF-8?q?Hinnad=20m=C3=A4ng=20for=20Arimees=20+=20fonts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rannak/mangud/perenaine/ristsona/style.css | 49 ++++++++++++++++-------------- 1 file changed, 27 insertions(+), 22 deletions(-) (limited to 'rannak/mangud/perenaine/ristsona/style.css') diff --git a/rannak/mangud/perenaine/ristsona/style.css b/rannak/mangud/perenaine/ristsona/style.css index 4807294..a7732c6 100644 --- a/rannak/mangud/perenaine/ristsona/style.css +++ b/rannak/mangud/perenaine/ristsona/style.css @@ -3,7 +3,12 @@ } body{ - background-color: #212121 !important; + background-color: #43464b; +} + +h1 { + color: #FEDD00; + font-weight: bold; } .moveOn{ @@ -41,14 +46,14 @@ button:disabled{ .avatar { border-radius: 20px; - width: 100% !important; - max-width: 15rem !important; + width: 100%; + max-width: 15rem; } .modalHeaderWrapper{ text-align: center; - margin: 0 !important; - width: 100% !important; + margin: 0; + width: 100%; } @@ -63,32 +68,32 @@ button:disabled{ right: 0; padding: 6px; padding: 9px 25px; - background-color: rgba(0,136,169,1) !important; - border: none !important; - border-radius: 50px !important; - cursor: pointer !important; - transition: all 0.3 ease 0 !important; - margin: 3% !important; - font-size: 1.2rem !important; + background-color: rgba(0,136,169,1); + border: none; + border-radius: 50px; + cursor: pointer; + transition: all 0.3 ease 0; + margin: 3%; + font-size: 1.2rem; } .modalButton:hover{ - background-color: rgba(0,136,169,0.8) !important; + background-color: rgba(0,136,169,0.8); } /* Input Box styles */ .inputBox{ - margin-top: 10px !important; + margin-top: 10px; } #inputNr { - width: 3em !important; + width: 3em; } .messageBox{ - color: #212121; + color: #43464b; } .subBtn{ @@ -127,27 +132,27 @@ table{ } td { - border: 4px solid #212121 !important; - width: 40px !important; - height: 40px !important; + border: 4px solid #43464b; + width: 40px; + height: 40px; font-weight: bold; } .left, .right{ margin: 10px; - width: calc((100vw - (13*40px) - 40px) / 2) !important; + width: calc((100vw - (13*40px) - 40px) / 2); } /* Ristsõna */ .vastus td{ - border: 5px solid lime !important; + border: 5px solid lime; } .kurk, .majonees, .vorst, .porgand, .õun, .sool, .pipar, .hernes, .muna, .sibul, .hapukoor, .kartul { - border: 5px solid white !important; + border: 5px solid white; color: white; } -- cgit v1.2.3