parent
37accb230d
commit
6e5e4cfb45
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -8,6 +8,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
:root.burichan #header-bar.dialog {
|
||||||
|
background-color: rgba(214,218,240,0.98);
|
||||||
|
}
|
||||||
:root.burichan #header-bar, :root.burichan #header-bar #notifications {
|
:root.burichan #header-bar, :root.burichan #header-bar #notifications {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
color: #89A;
|
color: #89A;
|
||||||
|
|||||||
@ -8,6 +8,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
:root.futaba #header-bar.dialog {
|
||||||
|
background-color: rgba(240,224,214,0.98);
|
||||||
|
}
|
||||||
:root.futaba #header-bar, :root.futaba #notifications {
|
:root.futaba #header-bar, :root.futaba #notifications {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
color: #B86;
|
color: #B86;
|
||||||
|
|||||||
@ -8,6 +8,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
:root.photon #header-bar.dialog {
|
||||||
|
background-color: rgba(221,221,221,0.98);
|
||||||
|
}
|
||||||
:root.photon #header-bar, :root.photon #notifications {
|
:root.photon #header-bar, :root.photon #notifications {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|||||||
@ -150,7 +150,6 @@ div.center:not(.ad-cnt) {
|
|||||||
border-width: 0;
|
border-width: 0;
|
||||||
transition: all .1s .05s ease-in-out;
|
transition: all .1s .05s ease-in-out;
|
||||||
box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.20);
|
box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.20);
|
||||||
opacity: 0.98;
|
|
||||||
}
|
}
|
||||||
#custom-board-list .current {
|
#custom-board-list .current {
|
||||||
padding: 1px 1px 4px 1px;
|
padding: 1px 1px 4px 1px;
|
||||||
|
|||||||
@ -5,6 +5,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
:root.tomorrow #header-bar.dialog {
|
||||||
|
background-color: rgba(40,42,46,0.9);
|
||||||
|
}
|
||||||
:root.tomorrow #header-bar, :root.tomorrow #notifications {
|
:root.tomorrow #header-bar, :root.tomorrow #notifications {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
color: #C5C8C6;
|
color: #C5C8C6;
|
||||||
|
|||||||
@ -8,6 +8,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
:root.yotsuba-b #header-bar.dialog {
|
||||||
|
background-color: rgba(214,218,240,0.98);
|
||||||
|
}
|
||||||
:root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {
|
:root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
color: #89A;
|
color: #89A;
|
||||||
|
|||||||
@ -8,6 +8,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
:root.yotsuba #header-bar.dialog {
|
||||||
|
background-color: rgba(240,224,214,0.98);
|
||||||
|
}
|
||||||
:root.yotsuba #header-bar, :root.yotsuba #notifications {
|
:root.yotsuba #header-bar, :root.yotsuba #notifications {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
color: #B86;
|
color: #B86;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user