Sync tomorrow.css (fix colors in catalog)

This commit is contained in:
7185 2014-11-11 02:55:54 +01:00
parent 17fea55c16
commit ea8fda63b8

View File

@ -47,9 +47,9 @@ div.post-hover {
border:1px solid #000!important; border:1px solid #000!important;
box-shadow:none!important box-shadow:none!important
} }
div.thread:hover { .theme-catalog div.thread:hover {
background-color:#1d1f21; background-color:#1d1f21;
border-color:#000 border-color:#111
} }
p.intro span.subject { p.intro span.subject {
color:#b294bb color:#b294bb
@ -106,13 +106,13 @@ div#options_div {
background-color:#282a2e background-color:#282a2e
} }
div.options_tab_icon { div.options_tab_icon {
color: #AAA color:#AAA
} }
div.options_tab_icon:hover { div.options_tab_icon:hover {
background-color: #111 background-color:#111
} }
div.options_tab_icon.active { div.options_tab_icon.active {
color: #F20 color:#F20
} }
div.blotter { div.blotter {
color:#F20 color:#F20
@ -120,7 +120,7 @@ div.blotter {
span.omitted { span.omitted {
color:#707070 color:#707070
} }
p.intro a, span.omitted a { p.intro a,span.omitted a {
text-decoration:none text-decoration:none
} }
form#quick-reply { form#quick-reply {
@ -132,9 +132,9 @@ span.capcode {
padding:2px 5px; padding:2px 5px;
border-radius: 10px border-radius: 10px
} }
div#watchlist { div#watchlist,div#alert_div {
border:1px solid #111; border:1px solid #111;
background-color:#282a2e background-color:#282a2e
} }
div#watchlist a,a.watchThread { div#watchlist a,a.watchThread {
color:#81a2be; color:#81a2be;
@ -143,10 +143,20 @@ div#watchlist a,a.watchThread {
div#watchlist a:hover,a.watchThread:hover { div#watchlist a:hover,a.watchThread:hover {
color:#5F89AC color:#5F89AC
} }
/* Keep small thumbnails */
a:not([data-expanded="true"]) .post-image{ /* Remove the following parts if those annoy you */
/* Youtube borders */
div.video-container img.post-image {
background-color:#000;
border-color:#fff;
border-width:2px;
border-style:none dotted none;
padding:0
}
/* Keep small thumbnails in replies */
.post.reply a:not([data-expanded="true"]) .post-image{
width:auto!important; width:auto!important;
height:auto!important; height:auto!important;
max-height:200px!important; max-height:160px;
max-width:200px!important max-width:160px
} }