4chan-x/css/photon.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
476 B
CSS

/* general */
:root.photon .dialog {
background-color: #DDD;
border-color: #CCC;
}
/* Header */
:root.photon #header-bar {
font-size: 9pt;
color: #333;
}
:root.photon #header-bar a {
color: #FF6600;
}
/* quote */
:root.photon .inline {
border-color: #CCC;
background-color: rgba(255, 255, 255, .14);
}
/* Menu */
:root.photon .entry:not(:last-child) {
border-bottom: 1px solid #CCC;
}
:root.photon .focused.entry {
background: rgba(255, 255, 255, .33);
}