diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-19 18:44:57 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-09-19 18:44:57 +0300 |
commit | ffdb767de352bb82253e241b6ad996e7b06fee17 (patch) | |
tree | 54db5f88b38025db883a2a6ef46be32edba2ec67 /rannak/mangud/perenaine/ristsona/style.css | |
parent | 40d015a15bee7d0a51c28e20c29ff7045419b8f5 (diff) |
ristsõna css done
Diffstat (limited to 'rannak/mangud/perenaine/ristsona/style.css')
-rw-r--r-- | rannak/mangud/perenaine/ristsona/style.css | 58 |
1 files changed, 49 insertions, 9 deletions
diff --git a/rannak/mangud/perenaine/ristsona/style.css b/rannak/mangud/perenaine/ristsona/style.css index 00c55b6..dab40f7 100644 --- a/rannak/mangud/perenaine/ristsona/style.css +++ b/rannak/mangud/perenaine/ristsona/style.css @@ -2,26 +2,66 @@ box-sizing: border-box; } -table{ - margin: 20px auto; +body{ + background-color: #212121 !important; } +/* Input Box styles */ -.vastus td{ - border: 5px solid lime !important; +.inputBox{ + margin-top: 10px !important; } -td { - border: 4px solid white !important; - width: 40px !important; - height: 40px !important; - font-weight: bold; +#number { + width: 3em !important; } + +/* Kusimusi */ + +.main li{ + margin: 10px; +} + + + +/* Main styles*/ + .main{ display: flex; } +table{ + margin: 20px auto; +} + +td { + border: 4px solid #212121 !important; + width: 40px !important; + height: 40px !important; + font-weight: bold; +} + .left, .right{ margin: 10px; width: calc((100vw - (13*40px) - 40px) / 2) !important; } + +/* Ristsõna */ + +.vastus td{ + border: 5px solid lime !important; +} + +.kurk, .majonees, .vorst, +.porgand, .õun, .sool, .pipar, .hernes, +.muna, .sibul, .hapukoor, .kartul { + border: 5px solid white !important; + color: white; +} + +.kurk span, .majonees span, .vorst span, +.porgand span, .õun span, .sool span, +.pipar span, .hernes span, .muna span, +.sibul span, .hapukoor span, .kartul span{ + display: none; +} |