diff options
Diffstat (limited to 'css/base.css')
| -rw-r--r-- | css/base.css | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/css/base.css b/css/base.css index df8506e..0cafdaf 100644 --- a/css/base.css +++ b/css/base.css | |||
| @@ -78,6 +78,11 @@ a { | |||
| 78 | width: 100%; | 78 | width: 100%; |
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | .forceblock { | ||
| 82 | display: inline-block; | ||
| 83 | width: fit-content; | ||
| 84 | } | ||
| 85 | |||
| 81 | .indented { | 86 | .indented { |
| 82 | text-indent: 4ch each-line; | 87 | text-indent: 4ch each-line; |
| 83 | } | 88 | } |
| @@ -117,7 +122,7 @@ a.nocolor { | |||
| 117 | 122 | ||
| 118 | #top-bar h1 { | 123 | #top-bar h1 { |
| 119 | font-family: inherit; | 124 | font-family: inherit; |
| 120 | font-size: max(5vw, 5ch); | 125 | font-size: max(3vw, 3ch); |
| 121 | } | 126 | } |
| 122 | 127 | ||
| 123 | #top-bar a { | 128 | #top-bar a { |
| @@ -133,7 +138,7 @@ label { | |||
| 133 | cursor: pointer; | 138 | cursor: pointer; |
| 134 | font-weight: bold; | 139 | font-weight: bold; |
| 135 | font-family: 'zai_courier_polski_1941Rg'; | 140 | font-family: 'zai_courier_polski_1941Rg'; |
| 136 | font-size: max(2.5vw, 3ch); | 141 | font-size: 2vw; |
| 137 | } | 142 | } |
| 138 | 143 | ||
| 139 | .dropdown { | 144 | .dropdown { |
| @@ -145,7 +150,6 @@ label { | |||
| 145 | .drophold { | 150 | .drophold { |
| 146 | background-color: inherit; | 151 | background-color: inherit; |
| 147 | color: inherit; | 152 | color: inherit; |
| 148 | |||
| 149 | border: none; | 153 | border: none; |
| 150 | } | 154 | } |
| 151 | 155 | ||
| @@ -181,15 +185,9 @@ label { | |||
| 181 | text-align: center; | 185 | text-align: center; |
| 182 | } | 186 | } |
| 183 | 187 | ||
| 184 | .spacer { | ||
| 185 | width: 50%; | ||
| 186 | height: 50%; | ||
| 187 | } | ||
| 188 | |||
| 189 | #ddnav { | 188 | #ddnav { |
| 190 | width: 35%; | 189 | width: fit-content; |
| 191 | text-align: center; | 190 | text-align: center; |
| 192 | |||
| 193 | font-family: inherit; | 191 | font-family: inherit; |
| 194 | } | 192 | } |
| 195 | 193 | ||
