/* General */ :root.photon .dialog { background-color: #DDD; border-color: #CCC; } :root.photon .field:focus, :root.photon .field.focus { border-color: #EA8; } /* Header */ :root.photon #header-bar.dialog { background-color: rgba(221,221,221,0.98); } :root.photon:not(.fixed) #header-bar, :root.photon #notifications { font-size: 9pt; } :root.photon #header-bar, :root.photon #notifications { color: #333; } :root.photon #header-bar a, :root.photon #notifications a { color: #FF6600; } /* Settings */ :root.photon #fourchanx-settings fieldset, :root.photon .section-main div::before { border-color: #CCC; } :root.photon .suboption-list > div:last-of-type { background-color: #DDD; } /* Catalog */ :root.photon.catalog-hover-expand .catalog-container:hover > .post { background-color: #DDD; } :root.photon.werkTyme .catalog-thread:not(:hover), :root.photon.werkTyme:not(.catalog-hover-expand) .catalog-thread, :root.photon.catalog-hover-expand .catalog-container:hover > .post, :root.photon.catalog-hover-expand .catalog-container:hover .catalog-reply { border-color: #CCC; } /* Quote */ :root.photon #arc-list tr:nth-of-type(odd) span.quote { color: #C0E17A; } :root.photon .backlink.deadlink { color: #F60 !important; } :root.photon .inline { border-color: #CCC; background-color: rgba(255, 255, 255, .14); } /* Fappe and Werk Tyme */ :root.photon .indicator { color: #DDD; } /* QR */ .photon #dump-list::-webkit-scrollbar-thumb { background-color: #DDD; border-color: #CCC; } :root.photon .qr-preview { background-color: rgba(0, 0, 0, .15); } :root.photon .qr-link { border-color: rgb(206, 206, 206) rgb(206, 206, 206) rgb(191, 191, 191); background: linear-gradient(#ECECEC, #DDD) repeat scroll 0% 0% transparent; } :root.photon .qr-link:hover { background: #DDDDDD; } /* Menu */ :root.photon #menu { color: #333; } :root.photon .entry { font-size: 10pt; } :root.photon .focused.entry { background: rgba(255, 255, 255, .33); } /* Unread */ :root.photon .unread-mark-read { background-color: rgba(221,221,221,0.5); } /* Thread Watcher */ :root.photon .replies-quoting-you > a, :root.photon #watcher-link.replies-quoting-you { color: #00F !important; } /* Watcher Favicon */ :root.photon .watch-thread-link { background-image: url("data:image/svg+xml,"); }