Merge pull request #309 from discomrade/demain-update
Update Demain themes
This commit is contained in:
commit
6098b98c11
|
@ -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*/
|
/* Work in progress*/
|
||||||
/* General */
|
/* General */
|
||||||
/* Main page */
|
/* Main page */
|
||||||
legend {
|
legend {
|
||||||
background: indianred
|
color: indianred
|
||||||
}
|
}
|
||||||
div.module, div.ban {
|
div.module, div.ban {
|
||||||
background: #1d1f21;;
|
background: #1d1f21;;
|
||||||
|
@ -154,6 +154,7 @@ table.modlog tr th {
|
||||||
/* Red text */
|
/* Red text */
|
||||||
span.heading {
|
span.heading {
|
||||||
color: indianred;
|
color: indianred;
|
||||||
|
font-size: 14pt;
|
||||||
}
|
}
|
||||||
/* Buggy shit */
|
/* Buggy shit */
|
||||||
div.post.reply div.body a {
|
div.post.reply div.body a {
|
||||||
|
@ -172,10 +173,6 @@ div.post.reply div.body a {
|
||||||
.desktop-style div.boardlist:nth-child(1) {
|
.desktop-style div.boardlist:nth-child(1) {
|
||||||
background-color: #151515;
|
background-color: #151515;
|
||||||
}
|
}
|
||||||
/* Red text */
|
|
||||||
span.heading {
|
|
||||||
color: indianred;
|
|
||||||
}
|
|
||||||
/* Upper part of a post */
|
/* Upper part of a post */
|
||||||
div.post p {
|
div.post p {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -189,12 +186,28 @@ div.post.reply div.body a {
|
||||||
color: #5f89ac;
|
color: #5f89ac;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
/* OP */
|
/* Watchlist options */
|
||||||
/* Subject */
|
#watchlist-toggle, .watchThread, .watchlist-remove, #clearList, #clearGhosts {
|
||||||
.intro span.subject {
|
color: indianred
|
||||||
color: #b294bb;
|
|
||||||
}
|
}
|
||||||
/* name */
|
/* Mod things */
|
||||||
.intro span.name {
|
div.report {
|
||||||
color: #5f89ac;
|
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
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/* General */
|
/* General */
|
||||||
/* Main page */
|
/* Main page */
|
||||||
legend {
|
legend {
|
||||||
background: #477085
|
color: #477085
|
||||||
}
|
}
|
||||||
div.module, div.ban {
|
div.module, div.ban {
|
||||||
background: #e9eced;
|
background: #e9eced;
|
||||||
|
@ -86,7 +86,7 @@ span.quote {
|
||||||
}
|
}
|
||||||
/* Orangetext */
|
/* Orangetext */
|
||||||
orangeText {
|
orangeText {
|
||||||
color: #ffb854
|
color: ##bb8359
|
||||||
}
|
}
|
||||||
* Catalog grids */
|
* Catalog grids */
|
||||||
/* Background color and green border */
|
/* Background color and green border */
|
||||||
|
@ -177,13 +177,14 @@ table.modlog tr th {
|
||||||
/* Red text */
|
/* Red text */
|
||||||
span.heading {
|
span.heading {
|
||||||
color: #d93f42;
|
color: #d93f42;
|
||||||
|
font-size: 14pt;
|
||||||
}
|
}
|
||||||
/* OP */
|
/* OP */
|
||||||
/* Subject */
|
/* Subject */
|
||||||
.intro span.subject {
|
.intro span.subject {
|
||||||
color: #617d6f;
|
color: #617d6f;
|
||||||
}
|
}
|
||||||
/* name */
|
/* Name */
|
||||||
.intro span.name {
|
.intro span.name {
|
||||||
color: #4c4c4c;
|
color: #4c4c4c;
|
||||||
}
|
}
|
||||||
|
@ -205,3 +206,18 @@ div.post.reply div.body a {
|
||||||
color: #477085;
|
color: #477085;
|
||||||
text-decoration: none;
|
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…
Reference in New Issue