Browse Source

Merge pull request #309 from discomrade/demain-update

Update Demain themes
pull/40/head
nonmakina 3 years ago
committed by GitHub
parent
commit
6098b98c11
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 39
      stylesheets/demain_dark.css
  2. 22
      stylesheets/demain_light.css

39
stylesheets/demain_dark.css

@ -1,9 +1,9 @@
/* Demain_light theme for leftypol.org adapted from Seaweed theme for 4chan*/
/* Demain_light theme for leftypol.org adapted from "Tomorrow" theme for 4chan*/
/* Work in progress*/
/* General */
/* Main page */
legend {
background: indianred
color: indianred
}
div.module, div.ban {
background: #1d1f21;;
@ -154,6 +154,7 @@ table.modlog tr th {
/* Red text */
span.heading {
color: indianred;
font-size: 14pt;
}
/* Buggy shit */
div.post.reply div.body a {
@ -172,10 +173,6 @@ div.post.reply div.body a {
.desktop-style div.boardlist:nth-child(1) {
background-color: #151515;
}
/* Red text */
span.heading {
color: indianred;
}
/* Upper part of a post */
div.post p {
display: block;
@ -189,12 +186,28 @@ div.post.reply div.body a {
color: #5f89ac;
text-decoration: none;
}
/* OP */
/* Subject */
.intro span.subject {
color: #b294bb;
/* Watchlist options */
#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
color: indianred
}
/* name */
.intro span.name {
color: #5f89ac;
/* Mod things */
div.report {
color: grey;
}
.banlist-opts .checkboxes label {
display: block;
color: grey;
}
tr.tblhead > th {
color: grey;
}
.desktop-style div.boardlist:not(.bottom) {
background-color: #151515;
}
.banlist-opts .checkboxes label {
display: block;
color: grey;
}
tr.tblhead > th {
color: indianred
}

22
stylesheets/demain_light.css

@ -3,7 +3,7 @@
/* General */
/* Main page */
legend {
background: #477085
color: #477085
}
div.module, div.ban {
background: #e9eced;
@ -86,7 +86,7 @@ span.quote {
}
/* Orangetext */
orangeText {
color: #ffb854
color: ##bb8359
}
* Catalog grids */
/* Background color and green border */
@ -177,13 +177,14 @@ table.modlog tr th {
/* Red text */
span.heading {
color: #d93f42;
font-size: 14pt;
}
/* OP */
/* Subject */
.intro span.subject {
color: #617d6f;
}
/* name */
/* Name */
.intro span.name {
color: #4c4c4c;
}
@ -205,3 +206,18 @@ div.post.reply div.body a {
color: #477085;
text-decoration: none;
}
/* WatchList options */
#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
color: #617d6f
}
/* Mod tools */
div.report {
color: black;
}
.banlist-opts .checkboxes label {
display: block;
color: black;
}
.desktop-style div.boardlist:not(.bottom) {
background-color: #e9eced;
}

Loading…
Cancel
Save