4chan-x/css/yotsuba.css
Nicolas Stepien a9b427f0d2 Remove the 'Open Reply in New Tab' config and make it the default behavior.
Various QR fixes.
Tiny styling adjustments.
You can now create threads when outside of the index.
Allow selection-to-quote to work on any text inside the quoted post, not just the comment. Close #789.
2013-02-12 23:05:09 +01:00

37 lines
626 B
CSS

/* general */
:root.yotsuba .dialog {
background-color: #F0E0D6;
border-color: #D9BFB7;
}
:root.yotsuba .field:focus {
border-color: #EA8;
}
/* Header */
:root.yotsuba #header-bar {
font-size: 9pt;
color: #B86;
}
:root.yotsuba #header-bar a {
color: #800000;
}
/* quote */
:root.yotsuba .inline {
border-color: #D9BFB7;
background-color: rgba(255, 255, 255, .14);
}
/* QR */
:root.yotsuba .qrpreview {
background-color: rgba(0, 0, 0, .15);
}
/* Menu */
:root.yotsuba .entry:not(:last-child) {
border-bottom: 1px solid #D9BFB7;
}
:root.yotsuba .focused.entry {
background: rgba(255, 255, 255, .33);
}