WIKI TOOLS

-

config/stylesheet

viewhistorytalk

/* Change links from SaidIt blue to lizard green (primary, lighter for dark mode). */
a,
h2,
.md a,
.search-result-meta a,
.sidecontentbox .more a,
.subscription-box .title,
.tabmenu li a,
.tagline a,
.thing .title {
    color: #8baa77;
}

/* Change links from SaidIt blue to lizard green (secondary, lighter for dark mode). */
.tabmenu li.selected a,
.thing .title:visited,
.thing.visited .title {
    color: #add099;
}

/* Change links from SaidIt blue to lizard green (primary). */
.theme-daymode a,
.theme-daymode h2,
.theme-daymode .md a,
.theme-daymode .search-result-meta a,
.theme-daymode .sidecontentbox .more a,
.theme-daymode .subscription-box .title,
.theme-daymode .tabmenu li a,
.theme-daymode .tagline a,
.theme-daymode .thing .title {
    color: #3e721d;
}

/* Change links from SaidIt blue to lizard green (secondary). */
.theme-daymode .tabmenu li.selected a,
.theme-daymode .thing .title:visited,
.theme-daymode .thing.visited .title {
    color: #77b255;
}

/* Change submit tabs from SaidIt blue to lizard green (primary). */
.tabmenu.formtab .selected a {
    background-color: #3e721d;
}
.theme-daymode .tabmenu.formtab .selected a {
    background-color: black;
}
.formtabs-content {
    border-top-color: #3e721d;
}
.theme-daymode .formtabs-content {
    border-top-color: black;
}

/* Change submit title from SaidIt blue to SaidIt plain defaults. */
.submit_text h1 {
    color: wheat;
}
.theme-daymode .submit_text h1 {
    color: black;
}

/* Add detrans symbol to title box. */
.titlebox {
    background-image: url(%%symbol%%);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 5em;
}
.theme-nightmode .titlebox {
    background-image: url(%%symbol-rev%%);
}

/* Change random header image to birds. */
#header-bottom-left {
    background-image: url(%%birds%%);
}

/* Change default footer image to birds. */
.footer-banner {
    background-image: url(%%birds%%);
}

/* Customize vote buttons. */
.arrow.up {
    background-image: url(%%arrow-up-double-white%%);
    color: #fff;
}
.arrow.upmod {
    background-color: #eee;
    background-image: url(%%arrow-up-double-black%%);
    color: #000;
}
.arrow.down {
    background-image: url(%%arrow-up-single-white%%);
    color: #fff;
}
.arrow.downmod {
    background-color: #eee;
    background-image: url(%%arrow-up-single-black%%);
    color: #000;
}
.theme-daymode .arrow.up {
    background-image: url(%%arrow-up-double-black%%);
    color: #000;
}
.theme-daymode .arrow.upmod {
    background-color: #111;
    background-image: url(%%arrow-up-double-white%%);
    color: #fff;
}
.theme-daymode .arrow.down {
    background-image: url(%%arrow-up-single-black%%);
    color: #000;
}
.theme-daymode .arrow.downmod {
    background-color: #111;
    background-image: url(%%arrow-up-single-white%%);
    color: #fff;
}

/* Flair. */
.flair {
    background-color: #777;
    border-width: 0;
    color: #000;
}
.theme-daymode .flair {
    background-color: #ddd;
    color: #000;
}
.linkflairlabel {
    border-width: 0;
    color: #000000;
    max-width: 15em;
}
.linkflair-action .linkflairlabel {
    background-color: rgb(255, 69, 0);
}
.linkflair-advice .linkflairlabel {
    background-color: rgb(90, 116, 204);
}
.linkflair-data .linkflairlabel {
    background-color: rgb(52, 158, 72);
}
.linkflair-detrans .linkflairlabel {
    background-color: rgb(119, 119, 119);
}
.linkflair-discuss .linkflairlabel {
    background-color: rgb(255, 102, 172);
}
.linkflair-help .linkflairlabel {
    background-color: rgb(255, 119, 0);
}
.linkflair-meme .linkflairlabel {
    background-color: rgb(0, 255, 194);
}
.linkflair-meta .linkflairlabel {
    background-color: rgb(187, 189, 191);
}
.linkflair-news .linkflairlabel {
    background-color: rgb(0, 216, 255);
}
.linkflair-opinion .linkflairlabel {
    background-color: rgb(204, 82, 137);
}
.linkflair-opportunity .linkflairlabel {
    background-color: rgb(81, 241, 111);
}
.linkflair-positive .linkflairlabel {
    background-color: rgb(13, 211, 187);
}
.linkflair-psa .linkflairlabel {
    background-color: rgb(184, 0, 31);
}
.linkflair-question .linkflairlabel {
    background-color: rgb(110, 124, 255);
}
.linkflair-random .linkflairlabel {
    background-color: rgb(219, 133, 172);
}
.linkflair-resource .linkflairlabel {
    background-color: rgb(0, 115, 115);
}
.linkflair-timeline .linkflairlabel {
    background-color: rgb(255, 214, 53);
}
.linkflair-vent .linkflairlabel {
    background-color: rgb(204, 139, 0);
}
.linkflair-community .linkflairlabel {
    background-color: #eedcbd;
}

images

  • Image arrow-up-double-black
    arrow-up-double-black
    link:
    url(%%arrow-up-double-black%%)
  • Image arrow-up-single-white
    arrow-up-single-white
    link:
    url(%%arrow-up-single-white%%)
  • Image symbol-rev
    symbol-rev
    link:
    url(%%symbol-rev%%)
  • Image symbol
    symbol
    link:
    url(%%symbol%%)
  • Image arrow-up-double-white
    arrow-up-double-white
    link:
    url(%%arrow-up-double-white%%)
  • Image birds
    birds
    link:
    url(%%birds%%)
  • Image arrow-up-single-black
    arrow-up-single-black
    link:
    url(%%arrow-up-single-black%%)


revision by [deleted]— view source