Indiachan (Green)

body {
  color: #333333;
  background: #eef8f0;
  font-family: sans-serif;
  line-height: 1.5;
  font-size: 105%;
}
a, .coloredIcon, .unhideButton, .embedButton, #selectedTab, #showFormsButton, .quoteLink, .panelBacklinks a  {
  color: #335588;
}
a:hover, .intro a.post_no:hover, .linkQuote:hover, .linkSelf:hover {
  color: #335588dd;
}


select, button, .divRefresh input {
  background: #fff;
  border: none;
  color: #333333;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
hr {
  border: 1px solid rgba(0,0,0,.11);
}


nav {
  height: 18px;
/*position: static;*/
  border-bottom: 1px solid #89A;
  padding-bottom: 3px;
  background: #9bdfa5;
  font-size: 70%;
  text-align: center;
}
header {
  margin: 3em auto 0 auto;
  text-align: center;
}
#bannerImage {
  width: 25%;
}
.boardHeader p#labelName {
  font-size: 175%;
  color: #333333;
  font-weight: 700;
}


#postingForm th, .modalTableBody th {
  font-weight: bold;
  text-align: center;
  font-size: 80%;
  padding-left: 0em;
  background: #d6f0da;
}
.floatingMenu, #quick-reply table {
  background: #eef8f0a0;
}


.labelSubject {
  color: #0f0c5d;
  font-weight: Bold;
}
.linkName {
  text-decoration: underline dotted;
  color: #117743;
}
.noEmailName, .noEmailName:hover {
  text-decoration: initial;
  color: #117743;
}
.labelOmission {
  color: #777;
  background-size: 18px;
  margin-top: 0.5em;
  margin-left: 1em;
}


.innerOP {
  background: #bbe6c2;
  display: inline-block;
  margin: 0.25em 0;
} 
.topBoards a, #divLatestImages img, #divLatestPosts .latestPostCell, .innerPost, .sideCatalogCell, .catalogCell {
  background: #d6f0da;
  border: 1px solid rgba(154, 163, 159, .2);
}
.markedPost, .sideCatalogMarkedCell {
  background: #bee4c5;
}
.divMessage {
  margin: 0.5em 1em 0.5em 1em;
  white-space: pre-wrap;
}


.greenText {
  color: #588006;
}

Simplechan theme

body {
  color: #333333;
  background: #f0f0f0;
  font-family: sans-serif;
}
a, .coloredIcon, .unhideButton, .embedButton, #selectedTab, #showFormsButton {
  color: #34345C;
}
.quoteLink, .panelBacklinks a {
  color: #1340ff;
}
a:hover, .intro a.post_no:hover, .linkQuote:hover, .linkSelf:hover {
  color: #1340ffdd;
}


select, button, .divRefresh input {
  background: #fff;
  border: none;
  color: #333333;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
hr {
  border-color: #d6d6d6;
}


nav {
  line-height: 20px;
  height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-left: 2em;
  padding-right: 2em;
  background-color: #cbcbcb;
  font-size: 80%;
  text-align: center;
}
/*nav span, nav a {
  display:contents;    
}*/
#bannerImage {
  width: 20%;
}
.boardHeader p#labelName {
  font-size: 175%;
  color: #333333;
  font-weight: 700;
}
#postingForm th, .modalTableBody th {
  text-align: center;
  font-size: 80%;
  background: #dcdcdc;
}
.floatingMenu, #quick-reply table {
  background: #f0f0f0dd;
}


.uploadDetails, .postInfo, .opHead {
  background: #c8c8c8;
  padding: 0.375em;
  border: 1px solid rgba(0, 0, 0, .1);
}
.opUploadPanel {
  display: contents;
}
.uploadDetails {
  display: none;
}
.uploadCell {
  margin: 0;
}
.uploadCell img {
  margin: 1em;
}


.labelSubject {
  color: #223399;
  font-weight: Bold;
}
.linkName {
  text-decoration: underline dotted;
  color: #ee4747;
}
.noEmailName, .noEmailName:hover {
  text-decoration: initial;
  color: #ee4747;
}
.labelId {
  color: #FFFFFF;
  padding: 2px;
  border-radius: 0px;
}
.labelOmission {
  padding-left: 22px;
  color: #777;
  background-size: 18px;
}


.innerOP {
  display: inline-block;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 0;
  background: #ddf0dc;
}
.innerPost {
  display: inline-block;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 0;
  background: #dcdcdc;
}
.topBoards a, #divLatestImages img, #divLatestPosts .latestPostCell, .sideCatalogCell, .catalogCell {
  background: #dcdcdc;
  border: 1px solid rgba(0, 0, 0, .1);
}
.markedPost, .sideCatalogMarkedCell {
  background: #ffd0d0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, .1);
}

Penumbra

body {
  color: #bbbbbb;
  background: #33323d;
  font-family: 'hack';
  font-size: 100%;
}
a, .coloredIcon, .unhideButton, .embedButton, #selectedTab, #showFormsButton, .lockIndicator:before, .pinIndicator:after, .archiveIndicator:after, .cyclicIndicator:after, .bumpLockIndicator:after, .checkedFavouriteButton:before {
  color: #ddaa88 !important;
}


input, textarea {
    background: #222222;
    border-color: #000000;
    color: #dddddd;
}
select, button, .divRefresh input {
  background: #121a24;
  border: none;
  color: #81a2be;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}
hr{
  border: 1px solid rgba(0,0,0,.11);
}


nav {
  background: #33323d;
  border: none;
}
#bannerImage {
  width: 25%;
}
.boardHeader p#labelName {
  color:#bbbbbb;
  font-weight: bold;
}
#newPostFieldset {
  border-color: #222222;
}
.floatingMenu, #quick-reply table, #postingForm th, .modalTableBody th {
  background: #555555dd;
  border-color: #222222;
  color: #dddddd;
}


.labelSubject {
  color: #34ed3a;
}
.labelOmission {
  margin: 0 0 10px;
  color: #666666;
}


.topBoards a, #divLatestImages img, .innerPost, .sideCatalogCell, .catalogCell, #divLatestPosts .latestPostCell {
  background: #1d1f21;
  border: 1px solid #336018;
  border-radius: 0;
}
.markedPost, .sideCatalogMarkedCell {
  background: #1d1f21;
  border: 1px dashed #93b058;
  border-radius: 2px;
}


.labelRole:before {
  display:none;
}
.labelRole {
  background: url(http://web.archive.org/web/20201123191618im_/https://indiachan.com/.static/favicon.png)no-repeat left center;
  /* ^ replace icon */
  background-size: 16px;
  padding-left: 18px;
}


.greenText {
    color: #9abb44;
}
.spoiler:hover {
  color: #bbbbbb;
}
Edit
Pub: 03 Sep 2022 14:05 UTC
Views: 115