add side-arrows, fix css in all themes

This commit is contained in:
towards-a-new-leftypol 2024-02-10 14:45:53 +00:00
parent 1370797be8
commit 72ea3f7674
19 changed files with 70 additions and 12 deletions

View File

@ -19,6 +19,9 @@ a.post_no {
color: #c5c8c6;
}
/* Replies */
div.sidearrows {
display: none;
}
/* Background color and border */
div.post.reply {
background: #282A2E;

View File

@ -1,3 +1,7 @@
div.sidearrows {
color: #117743;
}
body {
background: #1D1F21;
color: #ACACAC;

View File

@ -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;

View File

@ -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;
}

View File

@ -41,6 +41,9 @@ a.post_no {
color: #c5c8c6;
}
/* Replies */
div.sidearrows {
color: #373b41;
}
/* Background color and border */
div.post.reply {
background: #282A2E;

View File

@ -51,6 +51,9 @@ p.intro {
border-radius: 5px;
}
/* Replies */
div.sidearrows {
color: #cccccc;
}
/* Background color and border */
div.post.reply {
background: #e9eced;

View File

@ -1,3 +1,6 @@
div.sidearrows {
color: #d9bfb7;
}
body {
background: #ffe;
color: #800000;

View File

@ -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;

View File

@ -1,3 +1,6 @@
div.sidearrows {
color: #D9AF9E;
}
html, body {
font-size:10pt;
background:#EDDAD2;

View File

@ -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');

View File

@ -298,6 +298,9 @@ input.delete {
div.delete {
float: right;
}
div.sidearrows {
display: none;
}
div.post.reply p {
margin: 0.3em 0 0 0;
}

View File

@ -59,6 +59,10 @@ div.post.op hr {
font-weight: 800;
}
div.sidearrows {
color: #8FCCCD;
}
div.post.reply.highlighted {
background: #a9d8ff;
}

View File

@ -54,6 +54,10 @@ color: #117743;
font-weight: 800;
}
div.sidearrows {
color: #dcae9b;
}
div.post.reply.highlighted {
background: #dcae9b;
}

View File

@ -208,6 +208,11 @@ a:hover {
.omittedposts {
color:#666666;
}
div.sidearrows {
color: #CCCCCC;
}
.reply {
background:#DDDDDD;
border: solid 1px #CCCCCC;

View File

@ -1,7 +1,6 @@
/*Lainchan*/
div.sidearrows {
display:none;
color: #b7c5d9;
float: left;
margin-right: 2px;

View File

@ -1,5 +1,9 @@
/* szalet 1.2 */
div.sidearrows {
color: #583E28;
}
body {
font-family: sans-serif;
font-size: 12px;

View File

@ -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;

View File

@ -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;

View File

@ -1,3 +1,7 @@
div.sidearrows {
color: #d9bfb7;
}
body {
background: #ffe url('img/fade-yotsuba.png') repeat-x 50% 0%;
color: #800000;