49 lines
864 B
CSS
49 lines
864 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;
|
|
}
|
|
|
|
/* Settings */
|
|
:root.yotsuba #fourchanx-settings fieldset {
|
|
border-color: #D9BFB7;
|
|
}
|
|
|
|
/* Quote */
|
|
:root.yotsuba .backlink.deadlink {
|
|
color: #00E !important;
|
|
}
|
|
:root.yotsuba .inline {
|
|
border-color: #D9BFB7;
|
|
background-color: rgba(255, 255, 255, .14);
|
|
}
|
|
|
|
/* QR */
|
|
.yotsuba #dump-list::-webkit-scrollbar-thumb {
|
|
background-color: #F0E0D6;
|
|
border-color: #D9BFB7;
|
|
}
|
|
:root.yotsuba .qr-preview {
|
|
background-color: rgba(0, 0, 0, .15);
|
|
}
|
|
|
|
/* Menu */
|
|
:root.yotsuba .entry {
|
|
border-bottom: 1px solid #D9BFB7;
|
|
}
|
|
:root.yotsuba .focused.entry {
|
|
background: rgba(255, 255, 255, .33);
|
|
}
|