4chan-x/css/burichan.css
Nicolas Stepien 82249ef3ec Add support for 4chan's various themes.
On the catalog, it allows dialogs to be correctly themed as it didn't have the same stylesheets.
Fix #919.
2013-02-12 00:29:04 +01:00

29 lines
501 B
CSS

/* general */
:root.burichan .dialog {
background-color: #D6DAF0;
border-color: #B7C5D9;
}
/* Header */
:root.burichan #header-bar {
font-size: 11pt;
color: #89A;
}
:root.burichan #header-bar a {
color: #34345C;
}
/* quote */
:root.burichan .inline {
border-color: #B7C5D9;
background-color: rgba(255, 255, 255, .14);
}
/* Menu */
:root.burichan .entry:not(:last-child) {
border-bottom: 1px solid #B7C5D9;
}
:root.burichan .focused.entry {
background: rgba(255, 255, 255, .33);
}