/* * This is the built-in 'default' theme. If you would like to make your own * custom theme, you should make a copy of this file, apply the changes you * want to that copy, then select that copy by name in the settings to apply. */ body { background: #323232; color: #ccc; font-family: Arial, sans-serif; } #debug { background: #000; color: #f00; border-color: #f00; } #debug button, #notice button { background: #b00; color: #000; } a { color: #ccc; } div#error { background: #b00; } div#dismiss { background: #ccc; color: #000; } div#title { background: #000; } div#title h1 { color: #b00; } div#subs { background: #323232; border-color: #b00; } div#subs img { border-color: #fff; } div.row { background: #000; } .mark { background: #b00; } .unmark { background: #00bb00; } div.time h4 { background: #000; } .category, .no-category, .unsubscribe, .solo, .no-solo, .regex, .no-regex { border-color: solid 2px #fff; } .category a, .no-category a, .unsubscribe a, .solo a, .no-solo a, .regex a, .no-regex a { color: #fff; } .unsubscribe { background: #bb0000; } .no-category, .no-solo, .no-regex { background: #323232; } .category, .solo, .regex { background: #00bb00; } .menu { color: #000; background: #cdcdcd; } .menu button, div.button { background: #bb0000; color: #fff; } .menu select { background: #fff; color: #000; } submit { background: #bb0000; } #footer { background: #000; } #footer a { color: #bb0000; } #timeout { color: #bb0000; } #copied { background: rgba(255,31,31,0.5); color: #fff; } .web, .embed, .clip { background: #000; } img.tab-focused { background: #CDCDCD; }