59 lines
1.4 KiB
CSS
Executable File
59 lines
1.4 KiB
CSS
Executable File
/* General */
|
|
:root.yotsuba-b .dialog {
|
|
background-color: #D6DAF0;
|
|
border-color: #B7C5D9;
|
|
}
|
|
:root.yotsuba-b .field:focus {
|
|
border-color: #98E;
|
|
}
|
|
|
|
/* Header */
|
|
:root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {
|
|
font-size: 9pt;
|
|
color: #89A;
|
|
}
|
|
:root.yotsuba-b #header-bar a, :root.yotsuba-b #notifications a {
|
|
color: #34345C;
|
|
}
|
|
|
|
/* Settings */
|
|
:root.yotsuba-b #fourchanx-settings fieldset {
|
|
border-color: #B7C5D9;
|
|
}
|
|
|
|
/* Quote */
|
|
:root.yotsuba-b .backlink.deadlink {
|
|
color: #34345C !important;
|
|
}
|
|
:root.yotsuba-b .inline {
|
|
border-color: #B7C5D9;
|
|
background-color: rgba(255, 255, 255, .14);
|
|
}
|
|
|
|
/* QR */
|
|
.yotsuba-b #dump-list::-webkit-scrollbar-thumb {
|
|
background-color: #D6DAF0;
|
|
border-color: #B7C5D9;
|
|
}
|
|
:root.yotsuba-b .qr-preview {
|
|
background-color: rgba(0, 0, 0, .15);
|
|
}
|
|
|
|
/* Menu */
|
|
:root.yotsuba-b #menu {
|
|
color: #000;
|
|
}
|
|
:root.yotsuba-b .entry {
|
|
border-bottom: 1px solid #B7C5D9;
|
|
font-size: 10pt;
|
|
}
|
|
:root.yotsuba-b .focused.entry {
|
|
background: rgba(255, 255, 255, .33);
|
|
}
|
|
|
|
/* Watcher Favicon */
|
|
:root.yotsuba-b .watch-thread-link
|
|
{
|
|
background-image: url("data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(0,0,0)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>");
|
|
}
|