SHOW:
|
|
- or go back to the newest paste.
| 1 | /* | |
| 2 | BlackStuff (eahm) | |
| 3 | cp BlackStuff.css /usr/lib/thelounge/node_modules/thelounge/public/themes/ | |
| 4 | systemctl restart thelounge.service | |
| 5 | */ | |
| 6 | ||
| 7 | /* @import 'default.css'; */ | |
| 8 | @import 'morning.css'; | |
| 9 | ||
| 10 | /* Main font, also best for ASCII */ | |
| 11 | @import url('https://cdn.jsdelivr.net/npm/[email protected]/build/web/hack.css');
| |
| 12 | ||
| 13 | /* Main fonts, also best for ASCII */ | |
| 14 | /* | |
| 15 | @import url('https://cdn.jsdelivr.net/npm/[email protected]/build/web/hack.css');
| |
| 16 | @import url('https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/400.css');
| |
| 17 | @import url('https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.045/juliamono-regular.css');
| |
| 18 | @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap');
| |
| 19 | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&display=swap');
| |
| 20 | @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
| |
| 21 | @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');
| |
| 22 | @import url('https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/400.css');
| |
| 23 | */ | |
| 24 | /* Extra fonts */ | |
| 25 | /* | |
| 26 | @import url(//db.onlinewebfonts.com/c/1db29588408eadbd4406aae9238555eb?family=Consolas); | |
| 27 | @import url(//db.onlinewebfonts.com/c/440785c689da19fbbdb1346932c8c029?family=Monaco); | |
| 28 | @import url(//db.onlinewebfonts.com/c/9f94dc20bb2a09c15241d3a880b7ad01?family=Menlo); | |
| 29 | @import url('https://cdn.jsdelivr.net/npm/[email protected]/meslo.css');
| |
| 30 | @import url('https://cdn.jsdelivr.net/npm/@typopro/[email protected]/TypoPRO-LiberationMono-Regular.css');
| |
| 31 | @import url('https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/400.css');
| |
| 32 | @import url('https://fonts.googleapis.com/css2?family=Oxygen+Mono&display=swap');
| |
| 33 | @import url('https://cdn.jsdelivr.net/npm/@typopro/[email protected]/TypoPRO-OfficeCodePro.css');
| |
| 34 | @import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');
| |
| 35 | @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
| |
| 36 | @import url('http://fonts.cdnfonts.com/css/code-new-roman-2');
| |
| 37 | @import url("https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/400.css");
| |
| 38 | @import url('https://cdn.jsdelivr.net/npm/[email protected]/index.css');
| |
| 39 | @import url('https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/400.css');
| |
| 40 | @import url('https://fonts.googleapis.com/css2?family=Recursive:CRSV,MONO@0,1&display=swap');
| |
| 41 | @import url('https://fonts.googleapis.com/css2?family=Recursive:CASL,CRSV,[email protected],0,1&display=swap');
| |
| 42 | @import url('https://fonts.googleapis.com/css2?family=Recursive:CASL,CRSV,[email protected],0,1&display=swap');
| |
| 43 | @import url('https://fonts.googleapis.com/css2?family=Recursive:CASL,CRSV,[email protected],0,1&display=swap');
| |
| 44 | @import url('https://fonts.googleapis.com/css2?family=Recursive:CASL,CRSV,MONO@1,0,1&display=swap');
| |
| 45 | @import url('https://fonts.googleapis.com/css2?family=Recursive:CASL,CRSV,[email protected],0,1&display=swap');
| |
| 46 | @import url('https://cdn.jsdelivr.net/npm/@fontsource/[email protected]/400.css');
| |
| 47 | @import url('https://unpkg.com/fixedsys-css/css/fixedsys.css');
| |
| 48 | @import url(//db.onlinewebfonts.com/c/13c63232af298878387142e0da62c96f?family=Fixedsys+Excelsior+3.01); | |
| 49 | @import url('https://fonts.cdnfonts.com/css/fixedsys-62');
| |
| 50 | @import url(//db.onlinewebfonts.com/c/53dc764fd0dbbb3140b7909afd437722?family=Chicago); | |
| 51 | */ | |
| 52 | ||
| 53 | body {
| |
| 54 | /* Add an extra letter to the font name, or delete the font line, to disable it and enable the next one in the list */ | |
| 55 | font-family: | |
| 56 | 'Consolas', | |
| 57 | 'Monaco', | |
| 58 | 'Hack', | |
| 59 | 'Menlo', | |
| 60 | monospace; | |
| 61 | /* Main fonts, also best for ASCII */ | |
| 62 | /* | |
| 63 | font-family: | |
| 64 | 'Hack', | |
| 65 | 'DejaVu Mono', | |
| 66 | 'JuliaMono', | |
| 67 | 'JetBrains Mono', | |
| 68 | 'Noto Sans Mono', | |
| 69 | 'Roboto Mono', | |
| 70 | 'IBM Plex Mono', | |
| 71 | 'Cascadia Mono'; | |
| 72 | */ | |
| 73 | /* Extra fonts */ | |
| 74 | /* | |
| 75 | 'Consolas', | |
| 76 | 'Cascadia Mono', | |
| 77 | 'Monaco', | |
| 78 | 'Hack', | |
| 79 | 'Menlo', | |
| 80 | 'Meslo', | |
| 81 | 'TypoPRO Liberation Mono', | |
| 82 | 'Noto Mono', | |
| 83 | 'Oxygen Mono', | |
| 84 | 'TypoPRO Office Code Pro', | |
| 85 | 'Fira Mono', | |
| 86 | 'Ubuntu Mono', | |
| 87 | 'Code New Roman', | |
| 88 | 'Mononoki', | |
| 89 | 'Comic Mono', | |
| 90 | 'Iosevka', | |
| 91 | 'Recursive', | |
| 92 | 'Unifont', | |
| 93 | 'Fixedsys', | |
| 94 | 'Fixedsys Excelsior 3.01', | |
| 95 | 'Fixedsys 62', | |
| 96 | 'Chicago', | |
| 97 | monospace; | |
| 98 | */ | |
| 99 | } | |
| 100 | ||
| 101 | /* Font size and spacing */ | |
| 102 | .msg, | |
| 103 | .names, | |
| 104 | .name, | |
| 105 | .search, | |
| 106 | .mentions-popup, | |
| 107 | .channel, | |
| 108 | .scrollable-area, | |
| 109 | .msg, | |
| 110 | .opt, | |
| 111 | /*.input,*/ | |
| 112 | /*.input-wrap,*/ | |
| 113 | /*.topic*/ | |
| 114 | /*.title*/ | |
| 115 | .tls, | |
| 116 | .btn, | |
| 117 | #form {
| |
| 118 | font-size: normal !important; /* Default is 14px. For Fixedsys use 16px */ | |
| 119 | line-height: normal !important; /* 1.2 instead of normal for extra line spacing, may break ASCIIs */ | |
| 120 | } | |
| 121 | ||
| 122 | /* Whole HTML document font settings */ | |
| 123 | /* | |
| 124 | html * {
| |
| 125 | font-size: 14px; | |
| 126 | line-height: normal; | |
| 127 | font-family: Hack; | |
| 128 | } | |
| 129 | */ | |
| 130 | ||
| 131 | /* | |
| 132 | My colors: | |
| 133 | Orange: #FC7F00 (252, 127, 0) | |
| 134 | Blue: #0080C0 (0, 128, 192) | |
| 135 | Gray: #D2D2D2 (220, 220, 220) | |
| 136 | */ | |
| 137 | ||
| 138 | :root {
| |
| 139 | /* Main text color */ | |
| 140 | --body-color: #D2D2D2; | |
| 141 | /* Secondary text color, dimmed. Make sure to keep contrast WCAG 2.0 AA compliant on var(--window-bg-color) */ | |
| 142 | --body-color-muted: #D2D2D2; | |
| 143 | /* Background color of the whole page */ | |
| 144 | --body-bg-color: #000; | |
| 145 | /* Main button color. Applies to border, text, and background on hover */ | |
| 146 | --button-color: #0080C0; | |
| 147 | --button-text-color-hover: #FFF; | |
| 148 | --button-color-muted: #0080C0; | |
| 149 | /* Color for sidebar overlay and other things that dim the viewport when something else is on top */ | |
| 150 | --overlay-bg-color: rgba(0, 0, 0, 0.5); | |
| 151 | /* Links and link-looking buttons */ | |
| 152 | --link-color: #77ABD9; | |
| 153 | /* Background color of the main window */ | |
| 154 | --window-bg-color: #000; | |
| 155 | /* Text color for <h2> and <h3> headings in windows */ | |
| 156 | --window-heading-color: #D2D2D2; | |
| 157 | /* Color of the date marker, text and separator */ | |
| 158 | --date-marker-color: #202020; | |
| 159 | /* Color of the unread message marker, text and separator */ | |
| 160 | --unread-marker-color: #404040; | |
| 161 | /* Background and left-border color of highlight messages */ | |
| 162 | --highlight-bg-color: #101010; | |
| 163 | --highlight-border-color: #FC7F00; | |
| 164 | /* Color of the progress bar that appears as a file is being uploaded to the server. Defaults to button color */ | |
| 165 | --upload-progressbar-color: var(--button-color); | |
| 166 | --border-color: #202020; | |
| 167 | --search-background: #101010; | |
| 168 | } | |
| 169 | ||
| 170 | /* mIRC Colors */ | |
| 171 | /* | |
| 172 | * 0, White: #FFF (255,255,255) | |
| 173 | * 1, Black: #000 (0,0,0) | |
| 174 | * 2, Blue: #00007F (0,0,127) | |
| 175 | * 4, Green: #009300 (0,147,0) | |
| 176 | * 5, Red: #FF0000 (255,0,0) | |
| 177 | * 6, Brown: #7F0000 (127,0,0) | |
| 178 | * 7, Magenta: #9C009C (156,0,156) | |
| 179 | * 8, Orange: #FC7F00 (252,127,0) | |
| 180 | * 9, Yellow: #FFFF00 (255,255,0) | |
| 181 | * 10, Light Green: #00FC00 (0,252,0) | |
| 182 | * 11, Cyan: #009393 (0,147,147) | |
| 183 | * 12, Light Cyan: #00FFFF (0,255,255) | |
| 184 | * 13, Light Blue: #0000FC (0,0,252) | |
| 185 | * 14, Pink: #FF00FF (255,0,255) | |
| 186 | * 15, Grey: #7F7F7F (127,127,127) | |
| 187 | * 16, Light Grey: #D2D2D2 (210,210,210) | |
| 188 | */ | |
| 189 | ||
| 190 | /* Chat message color */ | |
| 191 | #chat .message {
| |
| 192 | color: #D2D2D2; | |
| 193 | } | |
| 194 | ||
| 195 | /* Action (/me) symbol, msg and colors */ | |
| 196 | #chat .msg[data-type="action"] .from::before {
| |
| 197 | content: "*"; | |
| 198 | } | |
| 199 | #chat .msg[data-type="action"] .from, | |
| 200 | #chat .msg[data-type="action"] .content {
| |
| 201 | color: #D2D2D2; | |
| 202 | font-style: italic; | |
| 203 | } | |
| 204 | ||
| 205 | /* Msg highlight color */ | |
| 206 | /* | |
| 207 | #chat .msg.highlight .content {
| |
| 208 | color: #FC7F00; | |
| 209 | } | |
| 210 | */ | |
| 211 | ||
| 212 | /* Timestamp font size */ | |
| 213 | /* | |
| 214 | #chat-container #chat .msg .time {
| |
| 215 | font-size: 13px; | |
| 216 | color: #7F7F7F; | |
| 217 | } | |
| 218 | */ | |
| 219 | ||
| 220 | /* Timestamp color */ | |
| 221 | #chat .time {
| |
| 222 | color: #7F7F7F !important; | |
| 223 | } | |
| 224 | ||
| 225 | /* Hide timestamp */ | |
| 226 | /* | |
| 227 | #chat-container #chat .msg .time {
| |
| 228 | display: none; | |
| 229 | } | |
| 230 | */ | |
| 231 | ||
| 232 | /* Bold nicks */ | |
| 233 | /* | |
| 234 | #chat .user {
| |
| 235 | font-weight: bold; | |
| 236 | } | |
| 237 | */ | |
| 238 | ||
| 239 | /* Userlist count form */ | |
| 240 | #chat .userlist .count {
| |
| 241 | background-color: #000; | |
| 242 | } | |
| 243 | ||
| 244 | /* User Modes */ | |
| 245 | #chat .user-mode.owner::before {
| |
| 246 | content: "~"; | |
| 247 | color: #FFFF00; | |
| 248 | } | |
| 249 | ||
| 250 | #chat .user-mode.admin::before {
| |
| 251 | content: "&"; | |
| 252 | color: #9C009C; | |
| 253 | } | |
| 254 | ||
| 255 | #chat .user-mode.op::before {
| |
| 256 | content: "@"; | |
| 257 | color: #FF0000; | |
| 258 | } | |
| 259 | ||
| 260 | #chat .user-mode.half-op::before {
| |
| 261 | content: "%"; | |
| 262 | color: #FC7F00; | |
| 263 | } | |
| 264 | ||
| 265 | #chat .user-mode.voice::before {
| |
| 266 | content: "+"; | |
| 267 | color: #009300; | |
| 268 | } | |
| 269 | ||
| 270 | #chat .user-mode.normal::before {
| |
| 271 | content: "-"; | |
| 272 | color: #7F7F7F; | |
| 273 | } | |
| 274 | ||
| 275 | /* Editbox form and border color */ | |
| 276 | #form {
| |
| 277 | background-color: #000; | |
| 278 | border-top: 1px solid var(--border-color); | |
| 279 | } | |
| 280 | ||
| 281 | /* Own nick/s color/s */ | |
| 282 | #chat.colored-nicks .user.color-19 {
| |
| 283 | color: #FC7F00; | |
| 284 | } | |
| 285 | ||
| 286 | /* Own nick message color */ | |
| 287 | /* | |
| 288 | #chat .msg.self .user {
| |
| 289 | color: #FC7F00; | |
| 290 | } | |
| 291 | */ | |
| 292 | ||
| 293 | /* Bigger custom CSS field */ | |
| 294 | textarea#user-specified-css-input {
| |
| 295 | height: 800px; | |
| 296 | } | |
| 297 | ||
| 298 | /* Adjust message spacing/density */ | |
| 299 | #chat .time, | |
| 300 | #chat .from, | |
| 301 | #chat .content {
| |
| 302 | padding-top: 0px; | |
| 303 | padding-bottom: 0px; | |
| 304 | } | |
| 305 | ||
| 306 | /* Compact sidebar */ | |
| 307 | #sidebar .networks {
| |
| 308 | padding: 5px 0; | |
| 309 | } | |
| 310 | ||
| 311 | #sidebar .network {
| |
| 312 | margin-bottom: 5px; | |
| 313 | } | |
| 314 | ||
| 315 | .channel-list-item {
| |
| 316 | padding: 5px 15px; | |
| 317 | } | |
| 318 | ||
| 319 | /* Thinner channel sidebar */ | |
| 320 | #sidebar {
| |
| 321 | width: 150px; | |
| 322 | } | |
| 323 | ||
| 324 | /* Smaller spacing sidebar channels */ | |
| 325 | #sidebar .channel-list-item {
| |
| 326 | padding: .2em; | |
| 327 | } | |
| 328 | ||
| 329 | /* Sidebar network spacing */ | |
| 330 | #sidebar .network .collapse-network {
| |
| 331 | padding-left: 0; | |
| 332 | width: 26px; | |
| 333 | } | |
| 334 | ||
| 335 | /* Jump to search box background color */ | |
| 336 | /* | |
| 337 | #sidebar .jump-to-input {
| |
| 338 | background-color: #000 | |
| 339 | } | |
| 340 | */ | |
| 341 | ||
| 342 | /* Hide "Jump to..." input box */ | |
| 343 | .jump-to-input {
| |
| 344 | display: none; | |
| 345 | } | |
| 346 | ||
| 347 | /* Thinner user list */ | |
| 348 | #chat .userlist {
| |
| 349 | width: 150px; | |
| 350 | } | |
| 351 | ||
| 352 | /* Wrap nicks with chevrons */ | |
| 353 | #chat .msg[data-type="message"] .from .user::before {
| |
| 354 | content: "<"; | |
| 355 | color: #7F7F7F; | |
| 356 | } | |
| 357 | #chat .msg[data-type="message"] .from .user::after {
| |
| 358 | content: ">"; | |
| 359 | color: #7F7F7F; | |
| 360 | } | |
| 361 | ||
| 362 | /* Settings and forms colors */ | |
| 363 | body, | |
| 364 | .input {
| |
| 365 | background: var(--body-bg-color); | |
| 366 | } | |
| 367 | ||
| 368 | .input {
| |
| 369 | border: 1px solid var(--border-color); | |
| 370 | color: var(--body-color); | |
| 371 | } | |
| 372 | ||
| 373 | /* Server button colors */ | |
| 374 | /* | |
| 375 | .channel-list-item[data-type="lobby"] {
| |
| 376 | color: var(--button-color); | |
| 377 | } | |
| 378 | */ | |
| 379 | ||
| 380 | /* Server button hover/active colors */ | |
| 381 | /* | |
| 382 | .channel-list-item[data-type="lobby"]:hover, | |
| 383 | .channel-list-item[data-type="lobby"].active {
| |
| 384 | color: var(--button-color-muted); | |
| 385 | } | |
| 386 | */ | |
| 387 | ||
| 388 | /* Buttons/icons color/s */ | |
| 389 | #viewport .lt::before, | |
| 390 | #viewport .rt::before, | |
| 391 | #chat button.mentions::before, | |
| 392 | #chat button.close::before, | |
| 393 | #chat button.menu::before, | |
| 394 | #chat button.search::before, | |
| 395 | .channel-list-item::before, | |
| 396 | #footer .icon, | |
| 397 | #chat .count::before, | |
| 398 | #connect .extra-help, | |
| 399 | #settings .extra-help, | |
| 400 | #settings #play::before, | |
| 401 | #settings .settings-menu .icon::before, | |
| 402 | #form #upload::before, | |
| 403 | #form #submit::before, | |
| 404 | #chat .msg[data-type="away"] .from::before, | |
| 405 | #chat .msg[data-type="back"] .from::before, | |
| 406 | #chat .msg[data-type="invite"] .from::before, | |
| 407 | #chat .msg[data-type="join"] .from::before, | |
| 408 | #chat .msg[data-type="kick"] .from::before, | |
| 409 | #chat .msg[data-type="login"] .from::before, | |
| 410 | #chat .msg[data-type="logout"] .from::before, | |
| 411 | #chat .msg[data-type="part"] .from::before, | |
| 412 | #chat .msg[data-type="quit"] .from::before, | |
| 413 | #chat .msg[data-type="topic"] .from::before, | |
| 414 | #chat .msg[data-type="mode_channel"] .from::before, | |
| 415 | #chat .msg[data-type="mode_user"] .from::before, | |
| 416 | #chat .msg[data-type="mode"] .from::before, | |
| 417 | #chat .msg[data-command="motd"] .from::before, | |
| 418 | #chat .msg[data-command="help"] .from::before, | |
| 419 | #chat .msg[data-command="info"] .from::before, | |
| 420 | #chat .msg[data-type="ctcp"] .from::before, | |
| 421 | #chat .msg[data-type="ctcp_request"] .from::before, | |
| 422 | #chat .msg[data-type="whois"] .from::before, | |
| 423 | #chat .msg[data-type="nick"] .from::before, | |
| 424 | #chat .msg[data-type="action"] .from::before, | |
| 425 | #chat .msg[data-type="plugin"] .from::before, | |
| 426 | #chat .msg[data-type="raw"] .from::before, | |
| 427 | #chat .msg-statusmsg span::before, | |
| 428 | #chat .msg-shown-in-active span::before, | |
| 429 | #chat .toggle-button::after, | |
| 430 | #chat .toggle-content .more-caret::before, | |
| 431 | #chat .scroll-down-arrow::after, | |
| 432 | #chat .topic-container .save-topic span::before, | |
| 433 | #version-checker::before, | |
| 434 | .context-menu-item::before, | |
| 435 | #help .website-link::before, | |
| 436 | #help .documentation-link::before, | |
| 437 | #help .report-issue-link::before, | |
| 438 | #image-viewer .previous-image-btn::before, | |
| 439 | #image-viewer .next-image-btn::before, | |
| 440 | #image-viewer .open-btn::before, | |
| 441 | .channel-list-item .not-secure-icon::before, | |
| 442 | .channel-list-item .not-connected-icon::before, | |
| 443 | .channel-list-item .parted-channel-icon::before, | |
| 444 | .jump-to-input::before, | |
| 445 | .password-container .reveal-password span, | |
| 446 | #sidebar .collapse-network-icon::before {
| |
| 447 | color: #7F7F7F; /*var(--button-color);*/ /*#0080C0*/ | |
| 448 | } | |
| 449 | ||
| 450 | /* Status Messages Color */ | |
| 451 | #chat .msg[data-type="condensed"] .content, | |
| 452 | #chat .msg[data-type="away"] .content, | |
| 453 | #chat .msg[data-type="back"] .content, | |
| 454 | #chat .msg[data-type="join"] .content, | |
| 455 | #chat .msg[data-type="kick"] .content, | |
| 456 | #chat .msg[data-type="mode"] .content, | |
| 457 | #chat .msg[data-type="mode_channel"] .content, | |
| 458 | #chat .msg[data-type="mode_user"] .content, | |
| 459 | #chat .msg[data-type="nick"] .content, | |
| 460 | #chat .msg[data-type=login] .content, | |
| 461 | #chat .msg[data-type="part"] .content, | |
| 462 | #chat .msg[data-type="quit"] .content, | |
| 463 | #chat .msg[data-type="topic"] .content, | |
| 464 | #chat .msg[data-type="topic_set_by"] .content {
| |
| 465 | color: #0080C0; /*#7F7F7F*/ | |
| 466 | } | |
| 467 | ||
| 468 | /* Action Messages Color */ | |
| 469 | /* | |
| 470 | #chat .msg[data-type="action"] .from, | |
| 471 | #chat .msg[data-type="action"] .content, | |
| 472 | #chat .msg[data-type="action"] .user {
| |
| 473 | color: #9C009C; | |
| 474 | } | |
| 475 | */ | |
| 476 | ||
| 477 | /* Notices and Wallops Color */ | |
| 478 | /* | |
| 479 | #chat .msg[data-type="notice"] .time, | |
| 480 | #chat .msg[data-type="wallops"] .time, | |
| 481 | #chat .msg[data-type="notice"] .content, | |
| 482 | #chat .msg[data-type="wallops"] .content, | |
| 483 | #chat .msg[data-type="notice"] .user, | |
| 484 | #chat .msg[data-type="wallops"] .user {
| |
| 485 | color: #7F7F7F; | |
| 486 | } | |
| 487 | */ | |
| 488 | ||
| 489 | /* Monospace Block Color */ | |
| 490 | /* | |
| 491 | #chat .msg[data-type="monospace_block"] .text {
| |
| 492 | background: #D2D2D2; | |
| 493 | display: inline-block; | |
| 494 | border-radius: 4px; | |
| 495 | padding: 6px; | |
| 496 | } | |
| 497 | /* | |
| 498 | ||
| 499 | /* Hide Non Secure Connection Icon, orange is non secure and green is secure */ | |
| 500 | .channel-list-item .not-secure-icon::before {
| |
| 501 | display:none | |
| 502 | } | |
| 503 | ||
| 504 | /* Badge highlight color*/ | |
| 505 | /* | |
| 506 | .channel-list-item .badge.highlight {
| |
| 507 | background: var(--button-color); | |
| 508 | color: #FFF; | |
| 509 | } | |
| 510 | */ | |
| 511 | ||
| 512 | .btn:active, | |
| 513 | .btn:focus, | |
| 514 | .input:focus {
| |
| 515 | outline: 0; | |
| 516 | box-shadow: 0 0 0 1px rgba(0, 128, 192, 0.5); | |
| 517 | } | |
| 518 | ||
| 519 | .input:not(:disabled):focus, | |
| 520 | .input:not(:disabled):hover {
| |
| 521 | border-color: var(--button-color); | |
| 522 | } | |
| 523 | ||
| 524 | ::placeholder {
| |
| 525 | color: #7F7F7F; | |
| 526 | } | |
| 527 | ||
| 528 | /* Logo area */ | |
| 529 | #sidebar .logo-container {
| |
| 530 | display: none; | |
| 531 | } | |
| 532 | ||
| 533 | /* Search Form */ | |
| 534 | form.message-search input {
| |
| 535 | background: inherit; | |
| 536 | color: inherit; | |
| 537 | } | |
| 538 | ||
| 539 | #chat form.message-search button {
| |
| 540 | color: #D2D2D2; | |
| 541 | } | |
| 542 | ||
| 543 | form.message-search input::placeholder {
| |
| 544 | color: var(--body-color-muted); | |
| 545 | } | |
| 546 | ||
| 547 | /* Chat header border color*/ | |
| 548 | #chat .header {
| |
| 549 | border-bottom: 1px solid var(--border-color); | |
| 550 | } | |
| 551 | ||
| 552 | /* Channel list border and color */ | |
| 553 | #sidebar {
| |
| 554 | border-right: 1px solid var(--border-color); | |
| 555 | } | |
| 556 | ||
| 557 | /* Useerlist count background color */ | |
| 558 | #chat .userlist .count {
| |
| 559 | background: inherit; | |
| 560 | } | |
| 561 | ||
| 562 | /* Userlist border color */ | |
| 563 | #chat .userlist, | |
| 564 | #chat .content {
| |
| 565 | border-left: 1px solid var(--border-color); | |
| 566 | } | |
| 567 | ||
| 568 | /* Topic Header Color */ | |
| 569 | /* | |
| 570 | .header .topic {
| |
| 571 | color: #7F7F7F; | |
| 572 | } | |
| 573 | */ | |
| 574 | ||
| 575 | /* Code text and color */ | |
| 576 | code, | |
| 577 | .irc-monospace {
| |
| 578 | background-color: var(--border-color); | |
| 579 | } | |
| 580 | ||
| 581 | pre {
| |
| 582 | background-color: #F5F5F5; | |
| 583 | } | |
| 584 | ||
| 585 | /* Scrollbar settings and color */ | |
| 586 | ::-webkit-scrollbar:hover {
| |
| 587 | background-color: #000; | |
| 588 | } | |
| 589 | ||
| 590 | ::-webkit-scrollbar-thumb:vertical {
| |
| 591 | background-color: #101010; | |
| 592 | border-radius: 0; | |
| 593 | } | |
| 594 | ||
| 595 | ::-webkit-scrollbar-thumb:vertical:active {
| |
| 596 | background-color: #121212; | |
| 597 | } | |
| 598 | ||
| 599 | /* Visited links color */ | |
| 600 | a:visited {
| |
| 601 | color: #9B59B6; | |
| 602 | } | |
| 603 | ||
| 604 | /* Channel list table channel width */ | |
| 605 | #chat table.channel-list .channel {
| |
| 606 | width: 200px; | |
| 607 | } | |
| 608 | ||
| 609 | /* Indent */ | |
| 610 | #chat .from {
| |
| 611 | width: auto; /* Default width is 133px. Set auto to disable it */ | |
| 612 | padding-left: 0px; | |
| 613 | padding-right: 0px; | |
| 614 | -webkit-mask-image: none; | |
| 615 | } | |
| 616 | #chat .content {
| |
| 617 | border: 0; | |
| 618 | } | |
| 619 | ||
| 620 | /* No divider line */ | |
| 621 | #chat .from {
| |
| 622 | padding-right: 0px; | |
| 623 | -webkit-mask-image: none; | |
| 624 | } | |
| 625 | #chat .content {
| |
| 626 | border: 0; | |
| 627 | } | |
| 628 | ||
| 629 | /* Hide unread counters in sidebar, just show a highlight indicator */ | |
| 630 | /* Do not touch this */ | |
| 631 | /*.channel-list-item .badge { text-indent: -9999px; background: 0; height: 10px; width: 10px; border-radius: 50%; margin: auto; padding: 0;}*/
| |
| 632 | /* Replace the #xxxxxx bit with the color that you want if there are unread messages. */ | |
| 633 | /*.channel-list-item .badge { background-color: #FC7F00;}*/
| |
| 634 | /* Replace the #xxxxxx bit with the color that you want if you were mentioned */ | |
| 635 | /*.channel-list-item .badge.highlight { background-color: #FC7F00;}*/
| |
| 636 | ||
| 637 | /* For mobile users/phones: */ | |
| 638 | @media only screen | |
| 639 | and (min-device-width: 240px) | |
| 640 | and (max-device-width: 4000px) | |
| 641 | and (-webkit-min-device-pixel-ratio: 2) | |
| 642 | and (orientation: portrait) {
| |
| 643 | ||
| 644 | body {
| |
| 645 | font-family: | |
| 646 | 'Hack'; | |
| 647 | } | |
| 648 | ||
| 649 | #chat .from {
| |
| 650 | width: auto; | |
| 651 | padding-left: 0px; | |
| 652 | padding-right: 0px; | |
| 653 | -webkit-mask-image: none; | |
| 654 | } | |
| 655 | #chat .content {
| |
| 656 | border: 0; | |
| 657 | } | |
| 658 | ||
| 659 | .msg {
| |
| 660 | font-size: 10px !important; | |
| 661 | line-height: normal !important; | |
| 662 | } | |
| 663 | ||
| 664 | #chat-container #chat .msg .time {
| |
| 665 | font-size: 8px; | |
| 666 | } | |
| 667 | ||
| 668 | /* Indent */ | |
| 669 | #chat .from {
| |
| 670 | width: auto; /* Default width is 133px. Set auto to disable it */ | |
| 671 | padding-left: 0px; | |
| 672 | padding-right: 0px; | |
| 673 | -webkit-mask-image: none; | |
| 674 | } | |
| 675 | #chat .content {
| |
| 676 | border: 0; | |
| 677 | } | |
| 678 | ||
| 679 | /* Visited links color */ | |
| 680 | a:visited {
| |
| 681 | color: #9B59B6; | |
| 682 | } | |
| 683 | } | |
| 684 | ||
| 685 | /* For mobile users/phones: */ | |
| 686 | @media only screen | |
| 687 | and (min-device-width: 240px) | |
| 688 | and (max-device-width: 4000px) | |
| 689 | and (-webkit-min-device-pixel-ratio: 2) | |
| 690 | and (orientation: landscape) {
| |
| 691 | ||
| 692 | body {
| |
| 693 | font-family: | |
| 694 | 'Hack'; | |
| 695 | } | |
| 696 | ||
| 697 | #chat .from {
| |
| 698 | width: auto; | |
| 699 | padding-left: 0px; | |
| 700 | padding-right: 5px; | |
| 701 | -webkit-mask-image: none; | |
| 702 | } | |
| 703 | #chat .content {
| |
| 704 | border: 0; | |
| 705 | } | |
| 706 | ||
| 707 | .msg {
| |
| 708 | font-size: 10px !important; | |
| 709 | line-height: normal !important; | |
| 710 | } | |
| 711 | ||
| 712 | #chat-container #chat .msg .time {
| |
| 713 | font-size: 8px; | |
| 714 | } | |
| 715 | ||
| 716 | /* Indent */ | |
| 717 | #chat .from {
| |
| 718 | width: auto; | |
| 719 | padding-left: 0px; | |
| 720 | padding-right: 0px; | |
| 721 | -webkit-mask-image: none; | |
| 722 | } | |
| 723 | #chat .content {
| |
| 724 | border: 0; | |
| 725 | } | |
| 726 | ||
| 727 | /* Visited links color */ | |
| 728 | a:visited {
| |
| 729 | color: #9B59B6; | |
| 730 | } | |
| 731 | } | |
| 732 | ||
| 733 | /* Official IRC Colors, taken from https://modern.ircdocs.horse/formatting.html#colors */ | |
| 734 | /* | |
| 735 | #chat.colored-nicks .user.color-1{
| |
| 736 | color:#00B571 | |
| 737 | } | |
| 738 | #chat.colored-nicks .user.color-2{
| |
| 739 | color:#B2FF00 | |
| 740 | } | |
| 741 | #chat.colored-nicks .user.color-3{
| |
| 742 | color:#00FFFF | |
| 743 | } | |
| 744 | #chat.colored-nicks .user.color-4{
| |
| 745 | color:#FF5959 | |
| 746 | } | |
| 747 | #chat.colored-nicks .user.color-5{
| |
| 748 | color:#FFFF71 | |
| 749 | } | |
| 750 | #chat.colored-nicks .user.color-6{
| |
| 751 | color:#FF66FF | |
| 752 | } | |
| 753 | #chat.colored-nicks .user.color-7{
| |
| 754 | color:#FFD39C | |
| 755 | } | |
| 756 | #chat.colored-nicks .user.color-8{
| |
| 757 | color:#FF94D3 | |
| 758 | } | |
| 759 | #chat.colored-nicks .user.color-9{
| |
| 760 | color:#00B5B5 | |
| 761 | } | |
| 762 | #chat.colored-nicks .user.color-10{
| |
| 763 | color:#CFFF60 | |
| 764 | } | |
| 765 | #chat.colored-nicks .user.color-11{
| |
| 766 | color:#6FFF6F | |
| 767 | } | |
| 768 | #chat.colored-nicks .user.color-12{
| |
| 769 | color:#59B4FF | |
| 770 | } | |
| 771 | #chat.colored-nicks .user.color-13{
| |
| 772 | color:#FF59BC | |
| 773 | } | |
| 774 | #chat.colored-nicks .user.color-14{
| |
| 775 | color:#E2FF9C | |
| 776 | } | |
| 777 | #chat.colored-nicks .user.color-15{
| |
| 778 | color:#9CFF9C | |
| 779 | } | |
| 780 | #chat.colored-nicks .user.color-16{
| |
| 781 | color:#9CFFDB | |
| 782 | } | |
| 783 | #chat.colored-nicks .user.color-17{
| |
| 784 | color:#FF9C9C | |
| 785 | } | |
| 786 | #chat.colored-nicks .user.color-18{
| |
| 787 | color:#FFFF9C | |
| 788 | } | |
| 789 | #chat.colored-nicks .user.color-19{
| |
| 790 | color:#FC7F00 | |
| 791 | } | |
| 792 | #chat.colored-nicks .user.color-20{
| |
| 793 | color:#9CFFFF | |
| 794 | } | |
| 795 | #chat.colored-nicks .user.color-21{
| |
| 796 | color:#9C9CFF | |
| 797 | } | |
| 798 | #chat.colored-nicks .user.color-22{
| |
| 799 | color:#FF9CFF | |
| 800 | } | |
| 801 | #chat.colored-nicks .user.color-23{
| |
| 802 | color:#9CD3FF | |
| 803 | } | |
| 804 | #chat.colored-nicks .user.color-24{
| |
| 805 | color:#FFB459 | |
| 806 | } | |
| 807 | #chat.colored-nicks .user.color-25{
| |
| 808 | color:#00FFA0 | |
| 809 | } | |
| 810 | #chat.colored-nicks .user.color-26{
| |
| 811 | color:#C459FF | |
| 812 | } | |
| 813 | #chat.colored-nicks .user.color-27{
| |
| 814 | color:#6DFFFF | |
| 815 | } | |
| 816 | #chat.colored-nicks .user.color-28{
| |
| 817 | color:#0063B5 | |
| 818 | } | |
| 819 | #chat.colored-nicks .user.color-29{
| |
| 820 | color:#DC9CFF | |
| 821 | } | |
| 822 | #chat.colored-nicks .user.color-30{
| |
| 823 | color:#65FFC9 | |
| 824 | } | |
| 825 | #chat.colored-nicks .user.color-31{
| |
| 826 | color:#FF0098 | |
| 827 | } | |
| 828 | #chat.colored-nicks .user.color-32{
| |
| 829 | color:#B5B500 | |
| 830 | } | |
| 831 | */ | |
| 832 |