Samuel Shuert | 3f82866 | 2024-02-10 20:45:50 -0500 | [diff] [blame^] | 1 | /** EWW.SCSS |
| 2 | Created by saimoom **/ |
| 3 | *{ |
| 4 | all: unset; |
| 5 | font-family: feather; |
| 6 | font-family: DaddyTimeMono NF; |
| 7 | } |
| 8 | |
| 9 | /** General **/ |
| 10 | .bar_class { |
| 11 | background-color: #0f0f17; |
| 12 | border-radius: 16px; |
| 13 | } |
| 14 | .module { |
| 15 | margin: 0px 0px 0px 0px; |
| 16 | border-radius: 10px 16px 0px 10px; |
| 17 | } |
| 18 | |
| 19 | /** tooltip!! **/ |
| 20 | tooltip.background { |
| 21 | background-color: #0f0f17; |
| 22 | font-size: 18; |
| 23 | border-radius: 10px; |
| 24 | color: #bfc9db; |
| 25 | } |
| 26 | |
| 27 | tooltip label { |
| 28 | margin: 6px; |
| 29 | } |
| 30 | |
| 31 | |
| 32 | /** Widgets **/ |
| 33 | |
| 34 | .clock_time_sep { |
| 35 | font-size: 16; |
| 36 | color: #bfc9db; |
| 37 | margin: 0px 4px 1px 4px; |
| 38 | } |
| 39 | .clock_time_class, .clock_minute_class { |
| 40 | font-size: 23; |
| 41 | } |
| 42 | .clock_date_class { |
| 43 | font-size: 18; |
| 44 | margin: 0px 20px 0px -1px; |
| 45 | color: #d7beda; |
| 46 | } |
| 47 | .clock_minute_class { |
| 48 | margin: 0px 20px 0px 3px; |
| 49 | color: #bfc9db; |
| 50 | } |
| 51 | |
| 52 | .clock_time_class { |
| 53 | color: #bfc9db; |
| 54 | font-weight: bold; |
| 55 | margin: 0px 5px 0px 0px; |
| 56 | } |
| 57 | |
| 58 | |
| 59 | .membar { |
| 60 | color: #e0b089; |
| 61 | background-color: #38384d; |
| 62 | border-radius: 10px; |
| 63 | } |
| 64 | .batbar { |
| 65 | color: #afbea2; |
| 66 | background-color: #38384d; |
| 67 | border-radius: 10px; |
| 68 | } |
| 69 | .brightbar trough highlight { |
| 70 | background-image: linear-gradient(to right, #e4c9af 30%, #f2cdcd 50%, #e0b089 100% *50); |
| 71 | border-radius: 10px; |
| 72 | } |
| 73 | .volbar trough highlight { |
| 74 | background-image: linear-gradient(to right, #afcee0 30%, #a1bdce 50%, #77a5bf 100% *50); |
| 75 | border-radius: 10px; |
| 76 | } |
| 77 | .volume_icon { |
| 78 | font-size: 22; |
| 79 | color: #a1bdce; |
| 80 | margin: 0px 10px 0px 10px; |
| 81 | } |
| 82 | |
| 83 | |
| 84 | .module_essid { |
| 85 | font-size: 18; |
| 86 | color: #a1bdce; |
| 87 | margin: 0px 10px 0px 0px; |
| 88 | } |
| 89 | .module-wif { |
| 90 | font-size: 22; |
| 91 | color: #a1bdce; |
| 92 | border-radius: 100%; |
| 93 | margin: 0px 10px 0px 5px; |
| 94 | } |
| 95 | |
| 96 | .iconmem { |
| 97 | color: #e0b089; |
| 98 | } |
| 99 | .iconbat { |
| 100 | color: #afbea2; |
| 101 | } |
| 102 | .iconbat, .iconmem { |
| 103 | font-size: 15; |
| 104 | margin: 10px; |
| 105 | } |
| 106 | .bright_icon { |
| 107 | font-size: 22; |
| 108 | color: #e4c9af; |
| 109 | margin: 0px 10px 0px 10px; |
| 110 | } |
| 111 | |
| 112 | |
| 113 | .separ { |
| 114 | color: #3e424f; |
| 115 | font-weight: bold; |
| 116 | font-size: 22px; |
| 117 | margin: 0px 8px 0px 8px; |
| 118 | } |
| 119 | |
| 120 | .mem_module { |
| 121 | background-color: #0f0f17; |
| 122 | border-radius: 16px; |
| 123 | margin: 0px 10px 0px 3px; |
| 124 | } |
| 125 | .bat_module { |
| 126 | background-color: #0f0f17; |
| 127 | border-radius: 16px; |
| 128 | margin: 0px 10px 0px 10px; |
| 129 | } |
| 130 | |
| 131 | |
| 132 | scale trough { |
| 133 | all: unset; |
| 134 | background-color: #22242b; |
| 135 | box-shadow: 0 2px 3px 2px #06060b; |
| 136 | border-radius: 16px; |
| 137 | min-height: 10px; |
| 138 | min-width: 70px; |
| 139 | margin: 0px 10px 0px 0px; |
| 140 | } |
| 141 | |
| 142 | .works { |
| 143 | font-size: 27px; |
| 144 | font-weight: normal; |
| 145 | margin: 5px 0px 0px 20px; |
| 146 | background-color: #0f0f17; |
| 147 | } |
| 148 | |
| 149 | .0 , .01, .02, .03, .04, .05, .06, |
| 150 | .011, .022, .033, .044, .055, .066{ |
| 151 | margin: 0px 10px 0px 0px; |
| 152 | } |
| 153 | |
| 154 | /* Unoccupied */ |
| 155 | .0 { |
| 156 | color: #3e424f; |
| 157 | } |
| 158 | |
| 159 | /* Occupied */ |
| 160 | .01, .02, .03, .04, .05, .06 { |
| 161 | color: #bfc9db; |
| 162 | } |
| 163 | |
| 164 | /* Focused */ |
| 165 | .011, .022, .033, .044, .055, .066 { |
| 166 | color: #a1bdce; |
| 167 | } |
| 168 | |
| 169 | |
| 170 | .song_cover_art { |
| 171 | background-size: cover; |
| 172 | background-position: center; |
| 173 | min-height: 24px; |
| 174 | min-width: 24px; |
| 175 | margin: 10px; |
| 176 | border-radius: 100px; |
| 177 | } |
| 178 | |
| 179 | .song { |
| 180 | color: #a1bdce; |
| 181 | font-size : 18px; |
| 182 | font-weight : bold; |
| 183 | margin : 3px 5px 0px 0px; |
| 184 | } |
| 185 | |
| 186 | .song_btn_play { |
| 187 | color: #a1bdce; |
| 188 | font-size : 28px; |
| 189 | margin : 3px 0px 0px 5px; |
| 190 | |
| 191 | } |
| 192 | |
| 193 | |
| 194 | .song_btn_prev, .song_btn_next { |
| 195 | color: #bfc9db; |
| 196 | font-size : 24px; |
| 197 | margin : 3px 0px 0px 5px; |
| 198 | |
| 199 | } |
| 200 | // Calendar |
| 201 | .cal { |
| 202 | background-color: #0f0f17; |
| 203 | font-family: JetBrainsMono Nerd Font; |
| 204 | font-size: 18px; |
| 205 | font-weight: normal; |
| 206 | |
| 207 | .cal-in { |
| 208 | padding: 0px 10px 0px 10px; |
| 209 | color: #bfc9db; |
| 210 | |
| 211 | .cal { |
| 212 | &.highlight { |
| 213 | padding: 20px; |
| 214 | } |
| 215 | |
| 216 | padding: 5px 5px 5px 5px; |
| 217 | margin-left: 10px; |
| 218 | } |
| 219 | } |
| 220 | } |
| 221 | |
| 222 | calender { |
| 223 | color: #bfc9db; |
| 224 | } |
| 225 | calendar:selected { |
| 226 | color: #a1bdce; |
| 227 | } |
| 228 | |
| 229 | calendar.header { |
| 230 | color: #a1bdce; |
| 231 | font-weight: bold; |
| 232 | } |
| 233 | |
| 234 | calendar.button { |
| 235 | color: #afbea2; |
| 236 | } |
| 237 | |
| 238 | calendar.highlight { |
| 239 | color: #a1bdce; |
| 240 | font-weight: bold; |
| 241 | } |
| 242 | |
| 243 | calendar:indeterminate { |
| 244 | color: #bfc9db; |
| 245 | } |
| 246 | |
| 247 | |
| 248 | |
| 249 | |
| 250 | |
| 251 | |
| 252 | |
| 253 | .sys_sep { |
| 254 | color: #38384d; |
| 255 | font-size: 18; |
| 256 | margin: 0px 10px 0px 10px; |
| 257 | } |
| 258 | .sys_text_bat_sub, .sys_text_mem_sub { |
| 259 | font-size: 16; |
| 260 | color: #bbc5d7; |
| 261 | margin: 5px 0px 0px 25px; |
| 262 | } |
| 263 | .sys_text_bat, .sys_text_mem { |
| 264 | font-size: 21; |
| 265 | font-weight: bold; |
| 266 | margin: 14px 0px 0px 25px; |
| 267 | } |
| 268 | .sys_icon_bat, .sys_icon_mem { |
| 269 | font-size: 30; |
| 270 | margin: 30px; |
| 271 | } |
| 272 | .sys_win { |
| 273 | background-color: #0f0f17; |
| 274 | } |
| 275 | .sys_bat { |
| 276 | color: #afbea2; |
| 277 | background-color: #38384d; |
| 278 | border-radius: 10px; |
| 279 | } |
| 280 | .sys_mem { |
| 281 | color: #e4c9af; |
| 282 | background-color: #38384d; |
| 283 | border-radius: 10px; |
| 284 | } |
| 285 | .sys_icon_bat, .sys_text_bat { |
| 286 | color: #afbea2; |
| 287 | } |
| 288 | .sys_icon_mem, .sys_text_mem { |
| 289 | color: #e4c9af; |
| 290 | } |
| 291 | .sys_bat_box { |
| 292 | border-radius: 16px; |
| 293 | margin: 15px 10px 10px 20px; |
| 294 | } |
| 295 | .sys_mem_box { |
| 296 | border-radius: 16px; |
| 297 | margin: 10px 10px 15px 20px; |
| 298 | } |
| 299 | |
| 300 | |
| 301 | |
| 302 | |
| 303 | |
| 304 | |
| 305 | |
| 306 | .music_pop { |
| 307 | background-color: #0f0f17; |
| 308 | border-radius: 16px; |
| 309 | } |
| 310 | .music_cover_art { |
| 311 | background-size: cover; |
| 312 | background-position: center; |
| 313 | min-height: 100px; |
| 314 | box-shadow: 5px 5px 5px 5px #06060b; |
| 315 | min-width: 170px; |
| 316 | margin: 20px; |
| 317 | border-radius: 20px; |
| 318 | } |
| 319 | |
| 320 | .music { |
| 321 | color: #a1bdce; |
| 322 | font-size : 20px; |
| 323 | font-weight : bold; |
| 324 | margin : 20px 0px 0px -15px; |
| 325 | } |
| 326 | |
| 327 | .music_artist { |
| 328 | color: #bbc5d7; |
| 329 | font-size : 16px; |
| 330 | font-weight : normal; |
| 331 | margin : 0px 0px 0px 0px; |
| 332 | } |
| 333 | |
| 334 | .music_btn_prev, .music_btn_play, .music_btn_next { |
| 335 | font-family: Iosevka Nerd Font; |
| 336 | } |
| 337 | .music_btn_prev { |
| 338 | color: #bbc5d7; |
| 339 | font-size : 32px; |
| 340 | font-weight : normal; |
| 341 | margin: 0px 0px 0px 0px; |
| 342 | } |
| 343 | .music_btn_play { |
| 344 | color: #a1bdce; |
| 345 | font-size : 48px; |
| 346 | font-weight : normal; |
| 347 | margin: 0px 0px 0px 0px; |
| 348 | } |
| 349 | .music_btn_next { |
| 350 | color: #bbc5d7; |
| 351 | font-size : 32px; |
| 352 | font-weight : normal; |
| 353 | margin: 0px 0px 0px 0px; |
| 354 | } |
| 355 | |
| 356 | .music_bar scale trough highlight { |
| 357 | all: unset; |
| 358 | background-image: linear-gradient(to right, #afcee0 30%, #a1bdce 50%, #77a5bf 100% *50); |
| 359 | border-radius: 24px; |
| 360 | } |
| 361 | .music_bar scale trough { |
| 362 | all: unset; |
| 363 | background-color: #232232; |
| 364 | box-shadow: 0 6px 5px 2px #06060b; |
| 365 | border-radius: 24px; |
| 366 | min-height: 13px; |
| 367 | min-width: 190px; |
| 368 | margin : -10px 10px 20px 0px; |
| 369 | } |
| 370 | |
| 371 | .audio-box { |
| 372 | background-color: #0f0f17; |
| 373 | border-radius: 16px; |
| 374 | } |
| 375 | .speaker_icon { |
| 376 | background-size: cover; |
| 377 | background-image: url('images/speaker.png'); |
| 378 | background-position: center; |
| 379 | min-height: 70px; |
| 380 | min-width: 75px; |
| 381 | margin: 10px 20px 5px 20px; |
| 382 | border-radius: 12px; |
| 383 | } |
| 384 | |
| 385 | .speaker_text { |
| 386 | color: #a1bdce; |
| 387 | font-size : 26px; |
| 388 | font-weight : bold; |
| 389 | margin: 20px 0px 0px 0px; |
| 390 | } |
| 391 | |
| 392 | .speaker_bar scale trough highlight { |
| 393 | all: unset; |
| 394 | background-image: linear-gradient(to right, #afcee0 30%, #a1bdce 50%, #77a5bf 100% *50); |
| 395 | border-radius: 24px; |
| 396 | } |
| 397 | .speaker_bar scale trough { |
| 398 | all: unset; |
| 399 | background-color: #232232; |
| 400 | box-shadow: 0 6px 5px 2px #06060b; |
| 401 | border-radius: 24px; |
| 402 | min-height: 13px; |
| 403 | min-width: 120px; |
| 404 | margin : 0px 0px 5px 0px; |
| 405 | } |
| 406 | |
| 407 | |
| 408 | |
| 409 | |
| 410 | .mic_icon { |
| 411 | background-size: cover; |
| 412 | background-image: url('images/mic.png'); |
| 413 | background-position: center; |
| 414 | min-height: 70px; |
| 415 | min-width: 75px; |
| 416 | margin: 5px 20px 20px 20px; |
| 417 | border-radius: 12px; |
| 418 | } |
| 419 | |
| 420 | .mic_text { |
| 421 | color: #a1bdce; |
| 422 | font-size : 26px; |
| 423 | font-weight : bold; |
| 424 | margin: 0px 0px 0px 0px; |
| 425 | } |
| 426 | |
| 427 | .mic_bar scale trough highlight { |
| 428 | all: unset; |
| 429 | background-image: linear-gradient(to right, #afcee0 30%, #a1bdce 50%, #77a5bf 100% *50); |
| 430 | border-radius: 24px; |
| 431 | } |
| 432 | .mic_bar scale trough { |
| 433 | all: unset; |
| 434 | box-shadow: 0 6px 5px 2px #06060b; |
| 435 | background-color: #232232; |
| 436 | border-radius: 24px; |
| 437 | min-height: 13px; |
| 438 | min-width: 120px; |
| 439 | margin : 0px 0px 20px 0px; |
| 440 | } |
| 441 | |
| 442 | .audio_sep { |
| 443 | color: #38384d; |
| 444 | font-size: 18; |
| 445 | margin : 0px 0px 0px 0px; |
| 446 | } |
| 447 | |