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