File size: 4,549 Bytes
60f1e93 a05c9de 4614287 8244a47 60f1e93 8244a47 0c4660b 8244a47 0c4660b 4614287 a05c9de 1b77e8d a05c9de 1b77e8d 304cdac a05c9de 304cdac a05c9de 3dc190b 4614287 3dc190b 125ee1c a05c9de 125ee1c a05c9de 8244a47 2ee4481 a05c9de 2ee4481 a05c9de 60f1e93 a05c9de 2ee4481 128c69e 4614287 125ee1c cb64b5f 4614287 cb64b5f 4614287 cb64b5f 4614287 cb64b5f 125ee1c 304cdac 4614287 3dc190b 128c69e 125ee1c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 |
#id-title.h1 {
font-size: 24px;
margin-left: 10px;
margin-right: 10px;
margin-block-start: 5px;
margin-block-end: 5px;
}
#id-col1-editor > h4,#id-col2-words-frequency > div > div > h4, #id-col2-words-frequency > h4 {
font-size: 18px;
margin-block-start: 2px;
margin-block-end: 2px;
}
#words-frequency > table > caption {
margin-left: 12px;
margin-top: 10px;
text-align: left;
font-weight: bold;
}
#words-frequency > div > table > thead > tr > td, #words-frequency > div > table > tbody > tr > td {
padding-left: 10px;
padding-right: 10px;
}
.font-weight-bold {
font-weight: bolder;
}
.display-none, .collapse {
display: none;
}
.display-block {
display: block;
}
.underlinedDarkTurquoise {
text-decoration: underline;
text-decoration-color: darkturquoise;
text-decoration-style: wavy;
}
.underlinedBlue, .underlinedBlueTable {
color: blue;
text-decoration: underline;
text-decoration-color: blue;
}
.underlinedDarkViolet, .underlinedDarkVioletTable {
color: violet;
text-decoration: underline;
text-decoration-color: violet;
}
.display-flex {
display: flex;
}
.col-flex30 {
flex: 30%;
}
.col-flex50 {
flex: 50%;
}
.border-green {
border: 1px solid green;
}
.border-blue {
border: 1px solid blue;
}
.border-black {
border: 1px solid black;
}
.padding10px {
padding: 10px;
}
.margin10px {
margin: 10px;
}
.margin4px {
margin: 4px;
}
.margin2px {
margin: 2px;
}
.margin10px-left {
margin-left: 5px;
}
.margin5px-right {
margin-right: 5px;
}
.margin5px-top {
margin-top: 5px;
}
.margin2px-bottom {
margin-bottom: 2px;
}
.background-color-lightgray {
background-color: lightgray;
}
.background-color-whitesmoke {
background-color: whitesmoke;
}
.max-height-90vh {
max-height: 90vh;
}
.max-height-80vh {
max-height: 80vh;
}
.max-height-80perc {
max-height: 80%;
}
.overflow-hidden {
/* needed for scroll bar*/
overflow: hidden;
}
.overflow-auto {
/* needed for scroll bar*/
overflow: auto;
}
.width-50perc {
width: 50%;
}
.width-80perc {
width: 80%;
}
#id-landscape-message {
display: none;
}
.id-orientation-message {
display: none;
}
.scrollable-table-container {
max-height: calc(100vh - 200px);
overflow: auto;
}
#id-input-webserver-wordfreq-checkbox-container {
display: flex;
justify-content: right;
}
/* Classic UI Main Text, lite.koboldai.net */
#gamescreen {
overflow-x: hidden;
display: flex;
vertical-align: bottom;
font-size: 12pt;
}
#gamescreen span {
align-self: flex-end;
}
#gametext, #editor {
width: 100%;
word-wrap: break-word;
padding: 10px;
overflow-y: auto;
white-space: pre-wrap;
height: calc(100vh - 180px);
border: 1px solid black;
}
.calc100vh_less_150px {
height: calc(100vh - 150px);
}
.calc96vh_less_240px {
height: calc(96vh - 240px);
}
.calc100vh_less_200px {
height: calc(100vh - 200px);
}
.grid-container-elements-menu-top {
margin: 0 auto;
display: grid;
gap: 2px;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.grid-element-menu-top {
padding: 2px;
height: auto;
}
@media (prefers-color-scheme: dark) {
.underlinedBlue {
color: yellow;
text-decoration: underline;
text-decoration-color: yellow;
}
.underlinedDarkViolet {
color: violet;
text-decoration: underline;
text-decoration-color: violet;
}
}
@media screen and (max-height: 767px) {
#gametext, #editor {
height: calc(100vh - 122px);
}
#gamescreen {
height: calc(100vh - 100px) !important;
}
#words-frequency {
height: calc(100vh - 100px) !important;
}
.scrollable-table-container {
max-height: calc(100vh - 130px) !important;
}
}
@media screen and (max-width: 1024px) {
#id-list-of-words > list > li {
list-style-type: none;
}
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
.id-orientation-message {
display: block;
text-align: center;
}
.id-orientation-message:before {
color: red;
content: "(Mobile users: use this in landscape mode!)"
}
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
#id-input-webserver-wordfreq-checkbox-container {
display: flex;
justify-content: left !important;
}
} |