Style fixes

This commit is contained in:
Jordan Bates 2013-04-24 12:27:17 -07:00
parent 0587155d8b
commit 867ba2bf0e
10 changed files with 16 additions and 16 deletions

File diff suppressed because one or more lines are too long

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,11 +8,11 @@
}
/* Header */
:root.burichan #header-bar {
:root.burichan #header-bar, :root.burichan #header-bar #notifications {
font-size: 11pt;
color: #89A;
}
:root.burichan #header-bar a {
:root.burichan #header-bar a, :root.burichan #header-bar #notifications a {
color: #34345C;
}

View File

@ -8,11 +8,11 @@
}
/* Header */
:root.futaba #header-bar {
:root.futaba #header-bar, :root.futaba #notifications {
font-size: 11pt;
color: #B86;
}
:root.futaba #header-bar a {
:root.futaba #header-bar a, :root.futaba #notifications a {
color: #800000;
}

View File

@ -8,11 +8,11 @@
}
/* Header */
:root.photon #header-bar {
:root.photon #header-bar, :root.photon #notifications {
font-size: 9pt;
color: #333;
}
:root.photon #header-bar a {
:root.photon #header-bar a, :root.photon #notifications a {
color: #FF6600;
}

View File

@ -166,7 +166,7 @@ a[href="javascript:;"] {
.fixed.bottom #header-bar #scroll-marker {
bottom: 100%;
}
#header-bar a:not(.entry) {
#header-bar a:not(.entry):not(.close) {
text-decoration: none;
padding: 1px;
}

View File

@ -8,11 +8,11 @@
}
/* Header */
:root.tomorrow #header-bar {
:root.tomorrow #header-bar, :root.tomorrow #notifications {
font-size: 9pt;
color: #C5C8C6;
}
:root.tomorrow #header-bar a {
:root.tomorrow #header-bar a, :root.tomorrow #notifications a {
color: #81A2BE;
}

View File

@ -8,11 +8,11 @@
}
/* Header */
:root.yotsuba-b #header-bar {
:root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {
font-size: 9pt;
color: #89A;
}
:root.yotsuba-b #header-bar a {
:root.yotsuba-b #header-bar a, :root.yotsuba-b #notifications a {
color: #34345C;
}

View File

@ -8,11 +8,11 @@
}
/* Header */
:root.yotsuba #header-bar {
:root.yotsuba #header-bar, :root.yotsuba #notifications {
font-size: 9pt;
color: #B86;
}
:root.yotsuba #header-bar a {
:root.yotsuba #header-bar a, :root.yotsuba #notifications a {
color: #800000;
}