diff --git a/stylesheets/anons_dark_red.css b/stylesheets/anons_dark_red.css index d8681ec4..40a39663 100644 --- a/stylesheets/anons_dark_red.css +++ b/stylesheets/anons_dark_red.css @@ -19,6 +19,9 @@ a.post_no { color: #c5c8c6; } /* Replies */ +div.sidearrows { + display: none; +} /* Background color and border */ div.post.reply { background: #282A2E; diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index 75e28c6b..0a04a9f1 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -1,3 +1,7 @@ +div.sidearrows { + color: #117743; +} + body { background: #1D1F21; color: #ACACAC; diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 754c1703..55cfac11 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -68,6 +68,9 @@ div.post.reply div.body a:link, div.post.reply div.body a:visited { div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover { color: #32DD72; } +div.sidearrows { + color: #555555; +} .intro span.subject { font-size: 12px; font-family: sans-serif; diff --git a/stylesheets/dead.css b/stylesheets/dead.css index f3306274..1b82ac15 100644 --- a/stylesheets/dead.css +++ b/stylesheets/dead.css @@ -8,7 +8,7 @@ div.blotter, h1, h2, header div.subtitle, div.title, a:link:hover, a:visited:hover p.intro a.post_no:hover, div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover, p.intro span.name, p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name, -input[type="submit"]:hover, div.ban h2 { +input[type="submit"]:hover, div.ban h2, div.sidearrows { font-family: 'Times'; color: #888888; } diff --git a/stylesheets/demain_dark.css b/stylesheets/demain_dark.css index 057cb40e..823c683c 100644 --- a/stylesheets/demain_dark.css +++ b/stylesheets/demain_dark.css @@ -41,6 +41,9 @@ a.post_no { color: #c5c8c6; } /* Replies */ +div.sidearrows { + color: #373b41; +} /* Background color and border */ div.post.reply { background: #282A2E; diff --git a/stylesheets/demain_light.css b/stylesheets/demain_light.css index bd4516d8..4c8c4642 100644 --- a/stylesheets/demain_light.css +++ b/stylesheets/demain_light.css @@ -51,6 +51,9 @@ p.intro { border-radius: 5px; } /* Replies */ +div.sidearrows { + color: #cccccc; +} /* Background color and border */ div.post.reply { background: #e9eced; diff --git a/stylesheets/futaba.css b/stylesheets/futaba.css index 2b4fc1d2..99f02d7f 100644 --- a/stylesheets/futaba.css +++ b/stylesheets/futaba.css @@ -1,3 +1,6 @@ +div.sidearrows { + color: #d9bfb7; +} body { background: #ffe; color: #800000; diff --git a/stylesheets/gentoochan.css b/stylesheets/gentoochan.css index 93111b3f..a8165c04 100644 --- a/stylesheets/gentoochan.css +++ b/stylesheets/gentoochan.css @@ -1,3 +1,6 @@ +div.sidearrows { + color: rgba(0, 0, 0, 0.2); +} body { background: #0E0E0E url(data:image/gif;base64,R0lGODlhGAAMAKEEAOXl5ebm5vDw8PHx8SH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAGAAMAAACRpQiY6cLa146MyY1EJQKjG81lNGRUPOIkgMJHtquBgIO7xwvpbrpduUSuXq8ntEC0bBEylYitdDAdM1ViaobkgKgZwyDLAAAOw==) repeat 0 0!important; color: #000; diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css index d763f5f0..e94f992f 100644 --- a/stylesheets/gurochan.css +++ b/stylesheets/gurochan.css @@ -1,3 +1,6 @@ +div.sidearrows { + color: #D9AF9E; +} html, body { font-size:10pt; background:#EDDAD2; diff --git a/stylesheets/jungle.css b/stylesheets/jungle.css index 7691a680..a43ce6e2 100644 --- a/stylesheets/jungle.css +++ b/stylesheets/jungle.css @@ -45,18 +45,21 @@ font-weight: 600; } +div.sidearrows { + color: #E5D959; +} div.post.reply { background-image: url('img/jungle_td.png'); border: 1px solid #E5D959; -border-left: none; -border-top: none; -webkit-border-radius: 5px; --moz-border-radius: 5px; -border-radius: 5px; --webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); --moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.35); --o-box-shadow: 0px 2px 3px rgba(0,0,0,0.35); -box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); + border-left: none; + border-top: none; + webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); + -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.35); + -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.35); + box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); } div.post.reply.highlighted { background-image: url('img/jungle_td2.png'); diff --git a/stylesheets/lainchanjp.css b/stylesheets/lainchanjp.css index 461f9de6..d19199e1 100644 --- a/stylesheets/lainchanjp.css +++ b/stylesheets/lainchanjp.css @@ -298,6 +298,9 @@ input.delete { div.delete { float: right; } +div.sidearrows { + display: none; +} div.post.reply p { margin: 0.3em 0 0 0; } diff --git a/stylesheets/miku.css b/stylesheets/miku.css index fc723406..89f0e3c0 100644 --- a/stylesheets/miku.css +++ b/stylesheets/miku.css @@ -59,6 +59,10 @@ div.post.op hr { font-weight: 800; } +div.sidearrows { + color: #8FCCCD; +} + div.post.reply.highlighted { background: #a9d8ff; } diff --git a/stylesheets/notsuba.css b/stylesheets/notsuba.css index 8ecb6b21..e96bd10a 100644 --- a/stylesheets/notsuba.css +++ b/stylesheets/notsuba.css @@ -54,6 +54,10 @@ color: #117743; font-weight: 800; } +div.sidearrows { + color: #dcae9b; +} + div.post.reply.highlighted { background: #dcae9b; } @@ -85,4 +89,4 @@ border-color: #B0C2B9; div.boardlist { color: #608673; -} \ No newline at end of file +} diff --git a/stylesheets/photon.css b/stylesheets/photon.css index a487e4dd..f0905d5e 100644 --- a/stylesheets/photon.css +++ b/stylesheets/photon.css @@ -208,6 +208,11 @@ a:hover { .omittedposts { color:#666666; } + +div.sidearrows { + color: #CCCCCC; +} + .reply { background:#DDDDDD; border: solid 1px #CCCCCC; diff --git a/stylesheets/style.css b/stylesheets/style.css index b44381e7..8cf34aa4 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1,7 +1,6 @@ /*Lainchan*/ div.sidearrows { - display:none; color: #b7c5d9; float: left; margin-right: 2px; diff --git a/stylesheets/szalet.css b/stylesheets/szalet.css index 77a216a6..df39fa43 100644 --- a/stylesheets/szalet.css +++ b/stylesheets/szalet.css @@ -1,5 +1,9 @@ /* szalet 1.2 */ +div.sidearrows { + color: #583E28; +} + body { font-family: sans-serif; font-size: 12px; diff --git a/stylesheets/temp_dark_red.css b/stylesheets/temp_dark_red.css index df80a931..e927b008 100644 --- a/stylesheets/temp_dark_red.css +++ b/stylesheets/temp_dark_red.css @@ -82,6 +82,9 @@ textarea:focus, input:not([type="file"]):not([type="checkbox"]):focus, [type="su } /* Replies */ +div.sidearrows { + display: none; +} /* Background color and green border */ div.post.reply { background: #282A2E; diff --git a/stylesheets/tsuki.css b/stylesheets/tsuki.css index 477d76dd..81c318dd 100644 --- a/stylesheets/tsuki.css +++ b/stylesheets/tsuki.css @@ -320,6 +320,10 @@ div.post div.body { white-space: pre-wrap; } +div.sidearrows { + color: #B7C5D9; +} + div.post.reply { background: #D6DAF0; margin: 0.2em 4px; diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 4ec557b9..f2f994f5 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -1,3 +1,7 @@ +div.sidearrows { + color: #d9bfb7; +} + body { background: #ffe url('img/fade-yotsuba.png') repeat-x 50% 0%; color: #800000;