/* General */ :root.tomorrow .dialog { background-color: #282A2E; border-color: #111; } /* Header */ :root.tomorrow #header-bar.dialog { background-color: rgba(40,42,46,0.9); } :root.tomorrow:not(.fixed) #header-bar, :root.tomorrow #notifications { font-size: 9pt; } :root.tomorrow #header-bar, :root.tomorrow #notifications { color: #C5C8C6; } :root.tomorrow #header-bar a, :root.tomorrow #notifications a { color: #81A2BE; } /* Settings */ :root.tomorrow #fourchanx-settings fieldset, :root.tomorrow .section-main div::before { border-color: #111; } :root.tomorrow .suboption-list > div:last-of-type { background-color: #282A2E; } /* Catalog */ :root.tomorrow .catalog-code { background-color: rgba(255, 255, 255, 0.1); } /* Quote */ :root.tomorrow .catalog-thread > .comment > span.quote, :root.tomorrow #arc-list span.quote { color: #B5BD68; } :root.tomorrow .backlink.deadlink { color: #81A2BE !important; } :root.tomorrow .inline { border-color: #111; background-color: rgba(0, 0, 0, .14); } /* Highlighting */ :root.tomorrow .qphl { outline: 2px solid rgba(145, 182, 214, .8); } :root.tomorrow.highlight-you .quotesYou.opContainer, :root.tomorrow.highlight-you .quotesYou > .reply { border-left: 3px solid rgba(145, 182, 214, .8); } :root.tomorrow.highlight-own .yourPost.opContainer, :root.tomorrow.highlight-own .yourPost > .reply { border-left: 3px dashed rgba(145, 182, 214, .8); } :root.tomorrow .opContainer.filter-highlight, :root.tomorrow .filter-highlight > .reply { box-shadow: inset 5px 0 rgba(145, 182, 214, .5); } :root.tomorrow.highlight-own .yourPost > div.sideArrows, :root.tomorrow.highlight-you .quotesYou > div.sideArrows, :root.tomorrow .filter-highlight > div.sideArrows { color: rgb(155, 185, 210); } :root.tomorrow .filter-highlight .catalog-thumb, :root.tomorrow .filter-highlight .werkTyme-filename { box-shadow: 0 0 3px 3px rgba(64, 192, 255, .7); } :root.tomorrow .catalog-thread.watched .catalog-thumb, :root.tomorrow .catalog-thread.watched .werkTyme-filename { border: 2px solid rgb(64, 192, 255); } /* QR */ .tomorrow #dump-list::-webkit-scrollbar-thumb { background-color: #282A2E; border-color: #111; } :root.tomorrow .qr-preview { background-color: rgba(255, 255, 255, .15); } :root.tomorrow #qr .field { background-color: rgb(26, 27, 29); color: rgb(197,200,198); border-color: rgb(40, 41, 42); } :root.tomorrow #qr .field:focus, :root.tomorrow #qr .field.focus { border-color: rgb(129, 162, 190) !important; background-color: rgb(30,32,36); } :root.tomorrow .persona button { background: linear-gradient(to bottom, #2E3035, #222427) no-repeat; color: rgb(197,200,198); border-color: rgb(40, 41, 42); outline: none; } :root.tomorrow .persona button::-moz-focus-inner { border: none; } :root.tomorrow .persona button:focus { border-color: rgb(129, 162, 190); } :root.tomorrow #qr.sjis-preview #sjis-toggle, :root.tomorrow #qr.tex-preview #tex-preview-button { background: rgb(26, 27, 29); } :root.tomorrow #qr select, :root.tomorrow #file-n-submit > input, :root.tomorrow #qr-draw-button { border-color: rgb(40, 41, 42); } :root.tomorrow #qr-filename { color: rgb(197,200,198); } :root.tomorrow .qr-link { border-color: rgb(25, 27, 31) rgb(25, 27, 31) rgb(10, 12, 16); background: linear-gradient(#37393D, #282A2E) repeat scroll 0% 0% transparent; } :root.tomorrow .qr-link:hover { background: #282A2E; } /* Menu */ :root.tomorrow #menu { color: #C5C8C6; } :root.tomorrow .entry { font-size: 10pt; } :root.tomorrow .focused.entry { background: rgba(0, 0, 0, .33); } /* Unread */ :root.tomorrow #unread-line { border-color: rgb(197, 200, 198); } /* Thread Watcher */ :root.tomorrow .replies-quoting-you > a, :root.tomorrow #watcher-link.disabled.replies-quoting-you { color: #F00 !important; } /* Watcher Favicon */ :root.tomorrow .watch-thread-link { background-image: url("data:image/svg+xml,"); }