Wrong CSS rules in Yotsuba CSS

Not sure how that happened...
This commit is contained in:
Zixaphir 2014-03-03 14:10:07 -07:00
parent 5ec17d3477
commit 63b0f2a9fa
3 changed files with 18 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,20 +8,20 @@
}
/* Header */
:root.yotsuba-b #header-bar.dialog {
background-color: rgba(214,218,240,0.98);
:root.yotsuba #header-bar.dialog {
background-color: rgba(240,224,214,0.98);
}
:root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {
:root.yotsuba #header-bar, :root.yotsuba #notifications {
font-size: 9pt;
color: #B86;
}
:root.yotsuba-b #board-list a, :root.yotsuba-b #shortcuts a {
:root.yotsuba #board-list a, :root.yotsuba #shortcuts a {
color: #800000;
}
:root.yotsuba-b.fixed #custom-board-list .current {
border-bottom: 1px solid rgba(30, 30, 255, 0.2);
:root.yotsuba.fixed #custom-board-list .current {
border-bottom: 1px solid rgba(178,0,0,0.2);
}
:root.yotsuba-b.fixed #custom-board-list .current:hover {
:root.yotsuba.fixed #custom-board-list .current:hover {
border-bottom-color: rgba(255,0,0,0.2);
}
@ -53,12 +53,12 @@
:root.yotsuba .qr-preview {
background-color: rgba(0, 0, 0, .15);
}
:root.yotsuba-b .qr-link {
border-color: rgb(199, 203, 225) rgb(199, 203, 225) rgb(184, 188, 210);
background: linear-gradient(#E5E9FF, #D6DAF0) repeat scroll 0% 0% transparent;
:root.yotsuba .qr-link {
border-color: rgb(225, 209, 199) rgb(225, 209, 199) rgb(210, 194, 184);
background: linear-gradient(#FFEFE5, #F0E0D6) repeat scroll 0% 0% transparent;
}
:root.yotsuba-b .qr-link:hover {
background: #D9DDF3;
:root.yotsuba .qr-link:hover {
background: #F0E0D6;
}
/* Menu */
@ -77,13 +77,12 @@
}
/* 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>");
:root.yotsuba .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(128,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>");
}
/* Board Title */
:root.yotsuba-b div.boardTitle {
:root.yotsuba div.boardTitle {
font-family: sans-serif !important;
text-shadow: 1px 1px 1px rgba(105,10,15,0.6);
text-shadow: 1px 1px 1px rgba(100,0,0,0.6);
}