______________________________________
|      Unified Jailbreak Theme        |
|            Version 3.8              |
|_____________________________________|

====================================================.
                                                    |
Contributions and Credit                            |
                                                    |
Made by u/OmegaUser296 (Reddit & Saidit)            |
Contributions by u/M1ghty_boy (Reddit and Saidit)   |
Contributions by u/JasonCarswell (Saidit)           |
Contributions by u/Magnora7 (Saidit & Reddit)       |
Contributions by u/KudosInc (Reddit)                |
Contributions by u/RoyalKoala23 (Reddit)            |
====================================================/
 
/* Misc. Code */
 
 
.md a:hover {
    text-decoration: underline;
}
 
body {
    background-color: #f6f6f6;
}
 
button {
    background: #eaeaea;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 2px;
}
 
button:hover {
    background: #e6e6e6;
    border: 1px solid #a6a6a6;
}
 
#stylesheet_contents {
    width: 95%;
    margin-left: 2%;
}
 
::selection {
    background-color: #5ea6ed;
    color: #fff;
}
 
body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
 
/***********
 COMMENTS PAGE AUTHOR TAG
              **********/
 
 
 
.res .thing .tagline .author.submitter {
    background-color: transparent!important;
    color: blue!important;
}
 
.res .thing .tagline .author.moderator {
    background-color: transparent!important;
    color: green!important;
}
 
.res .thing .tagline .author.submitter:hover,
.res .thing .tagline .author.moderator:hover {
    background-color: transparent!important;
}
 
 
 
/***********
      POSTS (LINKS)
              **********/
 
 
.link {
    margin: 0px 335px 10px 0px;
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-left: 4px solid #e6e6e6;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.03);
    border-radius: 2px;
}
 
.link.last-clicked {
    border: 0;
    border-left: 4px solid #ccc;
}
 
.link .entry {
    padding: 15px;
}
 
.nsfw-stamp {
    border: 0;
    background-color: transparent;
    color: #ff8080;
    font-weight: bold;
}
 
.spoiler-stamp {
    border: 0;
    background-color: transparent;
    color: #9cb3c9;
    font-weight: bold;
}
 
.link .thumbnail.self {
    margin-top: 15px;
    margin-left: 8px;
    background-color: #eee;
    background-image: none;
    height: 60px;
    width: 60px;
    border-radius: 30px;
}
 
.link .thumbnail.self:after {
    content: "TEXT";
}
 
.link .thumbnail img {
    margin-top: 15px;
    margin-left: 8px;
    height: 60px;
    width: 60px;
    border-radius: 30px;
}
 
.thing.stickied .thumbnail.self {
    background-color: #69c9bb;
}
 
.thing.stickied .thumbnail.self:after {
    content: "STICKY";
    color: #fff;
    margin-left: 7px;
}
 
.link .thumbnail.self:after,
.link .thumbnail.nsfw:after,
.link .thumbnail.spoiler:after {
    font-family: "Segoe UI", "Arial", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #bfbfbf;
    line-height: 60px;
    margin-left: 13px;
}
 
.link .thumbnail.nsfw,
.link .thumbnail.spoiler {
    margin-top: 14px;
    margin-left: 8px;
    background-image: none;
    height: 60px;
    width: 60px;
    border-radius: 30px;
}
 
.link .thumbnail.nsfw {
    background-color: #ff8080;
}
 
.link .thumbnail.spoiler {
    background-color: #9cb3c9;
}
 
.link .thumbnail.nsfw:after {
    content: "NSFW";
    color: #fff;
    margin-left: 11px;
}
 
.link .thumbnail.spoiler:after {
    content: "SPOILER";
    color: #fff;
    margin-left: 2px;
}
 
.link .expando-button {
    background-color: #e1e1e1;
    background-image: none!important;
    border: 2px solid #fff;
    position: absolute;
    margin-left: -50px;
    margin-top: 10px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
}
 
.link .expando-button.expanded {
    background-color: #ccc;
}
 
.thing.stickied .expando-button {
    background-color: #b4e4dd;
}
 
.thing.stickied .expando-button.expanded {
    background-color: #8fd6cc;
}
 
#progressIndicator,
.NERPageMarker {
    border: 1px solid #e1e1e1;
    background-color: #f0f0f0;
    border-radius: 0px;
    margin: 10px 335px 10px 0px;
    border-radius: 2px;
}
 
.link .midcol {
    position: relative;
    top: 20px;
}
 
.link .rank,
.domain {
    display: none;
}
 
.link .usertext-body .md {
    border: none;
    border-radius: 0px;
    background: transparent;
    padding: 10px;
}
 
.link .entry .buttons li a,
.link .tagline {
    color: #999;
    font-weight: 100;
    font-size: x-small;
}
 
.link .entry .buttons li a:hover {
    text-decoration: none;
    color: #333;
}
 
.link .tagline a {
    font-size: x-small;
}
 
.link .title {
    font-size: 18.5px;
    font-family: "Segoe UI", "Arial", sans-serif;
    margin-bottom: 5px;
}
 
.thing .title {
    color: #3973ac;
}
 
.thing .title:visited {
    color: #538cc6;
}
 
.thing.stickied.link a.title {
    color: #3da999;
}
 
.tagline .stickied-tagline {
    color: #3da999;
}
 
.res .RES-keyNav-activeElement,
.res .commentarea .RES-keyNav-activeElement .md,
.res .RES-keyNav-activeElement .md-container,
.res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
    background-color: transparent!important;
    outline: none!important;
}
 
.res .RES-keyNav-activeElement {
    border-right: 2px solid #69c9bb;
}
 
.thing .entry.res-selected,
.thing .entry.res-selected .md-container {
    background-color: transparent!important;
    outline: none!important;
}
 
.link:hover .entry {
    background-color: #fafcfd!important;
}

/***********
        PAGENAME
              **********/
 
.pagename {
    position: absolute;
    top: 69px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0px;
}
 
/* Header */

#header {
    background: transparent url(%%unc0verbg%%);
    height: 170px;
    width: auto;
    border: 0px;
    background-size: cover;
}

#header-bottom-left .tabmenu {
    position: absolute;
    top: 160px;
    left: -50px;
    right: 0px;
    height: 35px;
    margin-top: 0; 
    background-color: #5d656d;
}

#header-bottom-left .tabmenu li { 
    position: relative;
    top: 9px;
    left: 60px;
}

#header-bottom-left .tabmenu li a {
    background: #5d656d;
    border: 0;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    padding: 4px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s; 
}

#header-bottom-left .tabmenu li.selected a {
    background: #5d656d;
    color: #fff;
    padding-bottom: 9px;
    border-bottom: 2px solid #fff;
}

#header-bottom-left .tabmenu li a:hover { 
    color: #fff; 
    padding-bottom: 9px;
    border-bottom: 2px solid #fff;
}

#header-bottom-right {
    position: absolute;
    margin-bottom: -20px;
    background-color: #5d656d;
    border-radius: 0px;
}

.pagename a {
    background-image: url(%%Unc0ver%%);
    top: 0; bottom:0; left: 0; right:0;
    margin: auto;
    padding:0;
    z-index: 300;
    font-size:0!important; 
    position: relative!important;
    display: block!important;
    width: 253px;
    height: 64px;
}

/* Header Area */

a[href="https://www.reddit.com/subreddits/"] {
    background: #5d656d;
    color: white;
}

.drop-choices {
    background-color: #5d656d;
}

.drop-choice:hover {
    background-color: #cc3600; 
}

#header-bottom-right .user {
    color: white;
}

#header .user a {
    color: white;
}

div#header-bottom-right .perf-lang a {
    color: white;
}

#header-bottom-right a.pref-lang, .loggedin .logout a {
    color: white;
}

#srList {
    background-color: #ff6933;
    color: white;
    z-index:99999999;
}

#srList a {
    color: white;
}

div.bottom {
    position: relative;
    margin-left: -12px;
}
 
 
 
/***********
     SIDEBAR BUTTONS
              **********/
 
 
.morelink {
    background: none;
    border: none;
    margin-bottom: 15px;
}
 
.nub {
    display: none;
}
 
.morelink a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Segoe UI", "Arial", sans-serif;
    letter-spacing: 0.2px;
    background-color: #6699cc;
    border: 0;
    border-radius: 3.5px;
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}
 
.morelink a:hover {
    background: #538cc6;
    color: #fff;
}
 
.users-online,
.subscribers {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #666;
    letter-spacing: 0.5px;
    font-weight: normal;
    text-align: center;
    background-color: white;
    border-radius: 2px;
    margin: 0 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
 
.subscribers {
    margin-top: 10px;
    font-size: 140%;
    border-radius: 2px 2px 0 0;
    padding-top: 10px;
    margin-top: 10px;
}
 
body.res .subscribers {
    margin-top: 35px;
}
 
.users-online {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-radius: 0 0 2px 2px;
}
 
.users-online:before {
    display: none;
}
 
.subButtons {
    text-align: center;
}
 
.res-sr-style-toggle {
    display: none;
}
 
.RESshortcutside,
.RESDashboardToggle,
.RESshortcutside.remove,
.RESDashboardToggle.remove {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #808080;
    letter-spacing: 0.5px;
    font-weight: normal;
    border: 0;
    border-radius: 2px;
    background-image: none;
    background-color: #e6e6e6;
    display: inline-block;
    width: 120px;
    height: 17px;
    line-height: 17px;
    margin: 5px 0 0 0;
}
 
.RESshortcutside {
    float: left;
    margin-left: 10px!important;
}
 
.RESDashboardToggle {
    float: right;
    margin-right: 10px!important;
}
 
.RESshortcutside:hover,
.RESDashboardToggle:hover,
.RESshortcutside.remove:hover,
.RESDashboardToggle.remove:hover {
    background: #d9d9d9;
}
 
.fancy-toggle-button .active {
    display: block!important;
    width: 280px;
    height: 33px;
    line-height: 33px;
    padding: 0;
    margin: 15px 10px -5px 10px;
    background-image: none;
    background-color: #85e085;
    border: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    border-radius: 3.5px;
}
 
body.subscriber .fancy-toggle-button .active {
    background-color: #f0f0f0;
    color: #000000;
    text-transform: lowercase;
    font-weight: normal;
}
 
.fancy-toggle-button .active:hover {
    background-color: #71da71;
}
 
 
 
/***********
        SIDEBAR
              **********/
 
 
.side {
    background: #f8f8f8;
    padding: 10px;
    margin: 8px;
    padding-top: 5px;
}
 
.flairselector h2 {
    background-color: #69c9bb;
    color: #fff;
    font-weight: 500;
}
 
/* sidebar formatting */
 
.md h1 {
    color: #262626;
    font-size: large;
    text-transform: uppercase;
    font-family: "Segoe UI", "Arial", sans-serif;
    letter-spacing: 0.2px;
}
 
.md h2 {
    color: #404040;
    font-size: medium;
    text-transform: uppercase;
    font-family: "Segoe UI", "Arial", sans-serif;
    letter-spacing: 0.2px;
}
 
.side .titlebox .md h1,
.side .titlebox .md h2 {
    text-align: center;
}
 
.side .titlebox .md h1 {
    display: block;
    color: #333;
    font-size: 20px;
}
 
.md h3 {
    color: #595959;
    font-size: medium;
    font-family: "Segoe UI", "Arial", sans-serif;
    letter-spacing: 0px;
}
 
.md blockquote {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 4px solid #e1e1e1;
}
 
.md pre {
    margin: 10px;
    padding: 10px;
    background-color: #f0f0f0!important;
    border: 1px solid #e1e1e1;
}
 
.md hr {
    background-color: #bfbfbf;
    margin: 20px 35px;
    height: 1px;
}
 
.md h6,
.md h6 a {
    text-decoration: none!important;
}
 
.side .titlebox .md h6 a {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    padding: 6px 0px;
    background-color: #8cb3d9;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-family: "Segoe UI", "Arial", sans-serif;
    font-size: 1em;
    border-radius: 2px;
}
 
.side .titlebox .md h6 a:hover {
    background-color: #79a6d2;
}
 
/* end sidebar formatting */
 
.sidecontentbox .title h1 {
    color: #fff;
    font-weight: normal;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #8cb3d9;
    text-transform: lowercase;
    border-radius: 3.5px 3.5px 0 0;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
}
 
.sidecontentbox .collapse-button {
    position: absolute;
    margin-left: 280px;
}
 
.sidecontentbox a.helplink {
    color: #333;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 4px 12px;
    margin-right: 4px;
    border-radius: 2px;
}
 
.sidecontentbox a.helplink:hover {
    border: 1px solid #808080;
}
   
.side .content {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0 0 3.5px 3.5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
}
 
.side .content:hover {
    border: 1px solid #e1e1e1;
    border-top: 1px solid #fff;
}
 
.side .titlebox .md {
    background: transparent;
    padding: 5px;
    margin: 5px 0px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
 
.side .titlebox .bottom {
    border: none;
    margin: 5px 0px 25px 0px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
}
 
.sidebox.create,
.leavemoderator,
.leavecontributor-button {
    display: none;
}
 
.titlebox form.flairtoggle {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    text-align: center;
    border: 1px solid #fff;
    border-bottom: none;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
}
 
.titlebox form.flairtoggle:before {
    display: block;
    background-color: #8cb3d9;
    content: "FLAIR";
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-transform: lowercase;
    font-size: 130%;
    text-align: left;
    margin-bottom: 5px;
    border-radius: 3.5px 3.5px 0 0;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
}
 
.titlebox .tagline {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: center;
    font-size: 105%;
    border: 1px solid #fff;
    border-top: none;
    background: #fff;
    border-radius: 0 0 3.5px 3.5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
}
 
#search input[type=text] {
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3.5px;
    font-family: Arial, sans-serif;
    letter-spacing: 0.2px;
    z-index: 9999;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.03);
}
 
#search input[type=text]:hover {
    border: 1px solid #bfbfbf;
}
 
#searchexpando {
    background-color: white;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    border: none;
    padding: 20px;
    margin: 10px 10px 0 10px;
}
 
 
 
/***********
         FLAIRS
              **********/
 
 
.flair,
.linkflair .linkflairlabel {
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    padding: 2px 8px;
    max-width: none;
    border-radius: 2px;
}
 
.linkflairlabel {
    position: relative;
    top: 3px;
}
 
.flair {
    font-size: 11px!important;
}
 
.res .flair {
    margin-left: 5px;
}
 
.flair-userorange {
    color: #fff;
    background-color: #faa47a;
    border: 1px solid #faa47a;
}
 
.flair-usergreen {
    color: #fff;
    background-color: #9fdf9f;
    border: 1px solid #9fdf9f;
}
 
.linkflair-green .linkflairlabel {
    color: #fff;
    background: #9fdf9f;
    border: 1px solid #9fdf9f;
}
 
.linkflair-blue .linkflairlabel {
    color: #fff;
    background: #6699cc;
    border: 1px solid #6699cc;
}
 
.linkflair-red .linkflairlabel {
    color: #fff;
    background: #ff8080;
    border: 1px solid #ff8080;
}
 
.linkflair-aqua .linkflairlabel {
    color: #fff;
    background: #69c9bb;
    border: 1px solid #69c9bb;
}
 
.linkflair-orange .linkflairlabel {
    color: #fff;
    background: #faa47a;
    border: 1px solid #faa47a;
}
 
.linkflair-aquathumb .linkflairlabel,
.linkflair-aquathumb .thumbnail {
    background-color: #69c9bb!important;
    border: 0!important;
    color: #fff!important;
}
 
.linkflair-greenthumb .linkflairlabel,
.linkflair-greenthumb .thumbnail {
    background-color: #9fdf9f!important;
    border: 0!important;
    color: #fff!important;
}
 
.linkflair-bluethumb .linkflairlabel,
.linkflair-bluethumb .thumbnail {
    background-color: #9cb3c9!important;
    border: 0!important;
    color: #fff!important;
}
 
.linkflair-redthumb .linkflairlabel,
.linkflair-redthumb .thumbnail {
    background-color: #ff8080!important;
    border: 0!important;
    color: #fff!important;
}
 
.linkflair-orangethumb .linkflairlabel,
.linkflair-orangethumb .thumbnail {
    background-color: #faa47a!important;
    border: 0!important;
    color: #fff!important;
}
 
.linkflair-aquathumb .thumbnail:after,
.linkflair-redthumb .thumbnail:after,
.linkflair-bluethumb .thumbnail:after,
.linkflair-greenthumb .thumbnail:after,
.linkflair-orangethumb .thumbnail:after {
    color: #fff!important;
}
 
 
/***********
      COMMENTS PAGE
              **********/
 
 
.comments-page .comment,
.comment .comment, /*targets child comments*/
.res-commentBoxes .thing.comment .thing.comment /*overrides RES CSS*/ {
    padding: 10px!important;
    border: 1px solid #eee!important;
    border-radius: 2px!important;
}
 
.res-commentBoxes.res-commentBoxes-rounded .comment {
    background: #fff;
    margin-bottom: 10px!important;
    margin-left: 10px!important;
    border: 1px solid #d9d9d9!important;
    border-radius: 2px!important;
}
 
.comment {
    background: #fff!important;
    margin-bottom: 10px!important;
    margin-left: 15px!important;
    border: 1px solid #d9d9d9!important;
    border-radius: 2px!important;
}
 
.commentarea .comment .comment,
.commentarea .comment .comment .comment .comment,
.commentarea .comment .comment .comment .comment .comment .comment,
.commentarea .comment .comment .comment .comment .comment .comment .comment .comment,
.commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
    background: #f8f8f8!important;
}
.commentarea .comment .comment .comment,
.commentarea .comment .comment .comment .comment .comment,
.commentarea .comment .comment .comment .comment .comment .comment .comment,
.commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment,
.commentarea .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
    background: #fff!important;
}
 
.comment-visits-box,
.linkinfo,
.login-form-side {
    background: #f8f8f8;
    border: none;
}
 
.linkinfo {
    padding: 20px 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    margin: 20px 0;
}
 
.linklisting .md, .commentarea .md {
    padding: 10px;
}
 
 
/***********
         FOOTER
              **********/
 
 
.debuginfo {
    width: calc(100% - 10px);
    background: #e6e6e6;
}
 
.footer {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3.5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
}
 
.footer:hover {
    border: 1px solid #e1e1e1;
    border-top: 1px solid #fff;
}
 
.footer-parent {
    background: #f8f8f8;
    margin-bottom: -12px;
    padding-bottom: 20px;
}
 
.flat-vert.title {
    background: #8cb3d9;
    color: #fff;
    padding: 10px;
    margin: -20px -20px 10px -20px;
    border-radius: 3.5px 3.5px 0 0;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
}
 
 
 
/***********
      COMMENTS BOX
              **********/
 
 
.commentarea .menuarea .toggle a {
    font-weight: normal;
}
 
.menuarea {
    background-color: transparent;
    margin-left: 15px;
    margin-right: 335px;
    margin-bottom: 0px;
    border-bottom: none;
}
 
.drop-choices {
    border: 0;
}
 
.drop-choices a.choice {
    padding: 4px 12px;
    margin: 6px;
    background-color: #fff;
}
 
.panestack-title {
    background-color: #eaeaea;
    border-bottom: 0;
    padding: 10px;
    margin-left: 10px;
    margin-right: 335px;
    border-bottom: none;
    margin-top: 15px;
    border-radius: 3.5px 3.5px 0 0;
}
 
.commentarea .menuarea {
    background-color: #eaeaea;
    border-bottom: 1px solid #d9d9d9;
    border-top: 0;
    padding: 10px;
    margin-left: 10px;
    margin-right: 335px;
}
 
.commentarea > .usertext {
    background-color: #fff;
    border-top: 0;
    padding: 10px;
    margin-left: 10px;
    margin-right: 335px;
    margin-top: -10px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    border-radius: 0 0 3.5px 3.5px;
}
 
.gold-accent.comment-visits-box {
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 8px;
}

/**********
 
 
   Customisation options start here:
 
   Remove the " /* " symbols before and after the blocks of code to active them. If you don't want a header or sidebar image, keep them there.
   Next, upload an image onto your stylesheet and name it either "header" for the header image or "sidebar" for the sidebar image.
   Hit save and you're done!
 
 
              **********/
 
/*
#header {
    background-image: url(%%header%%);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* Additions and Fixes 1 */
/* Contributer Unknown */
/* Patch - Fix some coloring issues, Increase Readability */

/* main page */
body.theme-daymode   { background-color: #EEEEEE; }
body.theme-nightmode { background-color: #222222; }

/* space between paragraphs increased for easier reading */
.md .-blocks,
.md .-lists,
.md pre,
.md blockquote,
.md table,
.md p,
.md ul,
.md ol                      { margin-top: 0.90em; margin-bottom: 0.90em; }

/* Additions and Fixes 2 */
/* Contributed by u/JasonCarswell edited by u/OmegaUser296 */
/* Patch - Fixed Background color of Moderation Tool SideBar */

       /* sidebox "Moderation Tools" colour behind text only */
.theme-daymode   ul.flat-vert.icon-menu a.reddit-edit.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.edit-stylesheet.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.community-rules.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.moderator-mail.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-moderators.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-contributors.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-traffic.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-modqueue.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-reported.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-spam.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-edited.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-ban.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-mute.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-flair.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-automod.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-moderationlog.access-required.choice,
.theme-daymode   ul.flat-vert.icon-menu a.reddit-unmoderated.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-edit.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.edit-stylesheet.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.community-rules.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.moderator-mail.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-moderators.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-contributors.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-traffic.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-modqueue.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-reported.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-spam.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-edited.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-ban.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-mute.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-flair.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-automod.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-moderationlog.access-required.choice,
.theme-nightmode ul.flat-vert.icon-menu a.reddit-unmoderated.access-required.choice { background: none; }

       /* sidebox "Moderators" box */
.theme-daymode   .side .sidecontentbox ul.content,
.theme-nightmode .side .sidecontentbox ul.content { background: none; border: 0px; border-radius: 10px; margin: 5px; }

/* Additions and Fixes 3 
/* Contribution - u/JasonCarswell */
/* Patch - Removed Saidit Logo and Changed Sidebar Coloring */

/* Remove Saidit Logo */

#header-img, #header-img.default-header { background-image: none; }

/* Sidebar Coloring (Mostly Working) */

.titlebox { color: #5d656d; }

.theme-daymode .titlebox .subscribers { color: #5d656d; }

.theme-nightmode .titlebox .subscribers { color: #5d656d; }

.theme-daymode p.users-online.fuzzed { color: #5d656d; }

.theme-nightmode p.users-online.fuzzed { color: #5d656d; }

/* Additions and Fixes 4 */
/* Contributed by u/Magnora7 */
/* Patch - Content/Body/Sidebar Moved Down By 32 Pixels */

.content { margin-top: 32px; }

.side { margin-top: 32px; }

/* Additions and Fixes 5 */
/* Contributed by u/OmegaUser296 */
/* Patch - Fix coloring issues */

.link .usertext-body .md { color: #000000; }

.linkinfo { color: #000000; }

.panestack-title .title { color: #000000; }

.md-container-small .md, .side .md { color: #000000; }

.icon-menu a { background: none; }

.md .-blocks, .md .-lists, .md pre, .md blockquote, .md table, .md p, .md ul, .md o { color: #000000; }

.new-comment .usertext-body { background: none; }

.theme-daymode .comment-visits-box .title { color: #000000; }

.theme-daymode #header-bottom-right { background: none; }

.theme-daymode #header-bottom-right .separator, .theme-daymode #header-bottom-right .user { color: #000000; }

.theme-daymode #header-bottom-right a { color: #000000; }

.sr-bar a { color: #000000; }

.theme-daymode .sr-bar a { color: #000000; }

.theme-nightmode .sr-bar a { color: #000000; }

#sr-more-link, .sr-bar a, .dropdown.srdrop .selected { color: #000000; background: none; }

.theme-nightmode .comment-visits-box .title { color: #ffffff; }

.comment-visits-box .title { color: #369; }			

.comment-visits-box .title { color: #373737; font-weight: normal; }

.theme-daymode .wiki-page-content .md .-blocks, .theme-daymode .wiki-page-content .md .-lists, .wiki-page-content .md pre, .theme-daymode .wiki-page-content .md blockquote, .theme-daymode .wiki-page-content .md table, .theme-daymode .wiki-page-content .md p, .theme-daymode .wiki-page-content .md ul, .theme-daymode .wiki-page-content .md ol  { color: #000000; }

.theme-nightmode .wiki-page-content .md .-blocks, .theme-nightmode .wiki-page-content .md .-lists, .theme-nightmode .wiki-page-content .md pre, .theme-nightmode .wiki-page-content .md blockquote, .theme-nightmode .wiki-page-content .md table, .theme-nightmode .wiki-page-content .md p, .theme-nightmode .wiki-page-content .md ul, .wiki-page-content .md ol  { color: #ffffff; }

.theme-nightmode .subreddit-rules-page .md-container .md h2 { color: #ffffff; }

.theme-nightmode .subreddit-rules-page .md-container .md .subreddit-rule-title { color: #000000; }

/* Additions and Fixes 6 */
/* Contributed By u/OmegaUser296 */
/* Patch - Made Reddit name a clickable image link */

.titlebox .redditname a {
   display: block;
   height: 200px;
   width: 280px;
   background-image: url(%%sidebar%%);
   background-repeat: no-repeat;
   text-indent: -9999px;
   overflow: hidden;
   margin-left: 15px;
   margin-bottom: -150px;
}

/* Additions and Fixes 7 */
/* Contributed By u/OmegaUser296 */
/* Patch - Flairs */

.flair-mod { color: #000; background: #09ff00 }

/* Additions and Fixes 8 */
/* Contributed By u/OmegaUser296 */
/* Patch - Top Bar */

#sr-header-area {
  background: #f0f0f0;
  border-bottom: none; }

.theme-nightmode #sr-header-area {
  background: #0f0f0f; }

#sr-header-area a {
  color: #373737; }

.theme-nightmode #sr-header-area a {
  color: #c8c8c8; }

/* Additions and Fixes 9 */
/* Contributed By u/OmegaUser296 */
/* Patch - Force White Background */

body.theme-nightmode {
    background-color: #f6f6f6;
}

/* Additions and Fixes 10 */
/* Contributed By u/OmegaUser296 */
/* Patch - Add space between sticky and rest of posts */

.link.stickied { margin-bottom: 30px; }
.link.stickied ~ .stickied {margin-bottom: 30px; margin-top: -20px;}

/* Additions and Fixes 11 */
/* Copied with alteration from r/Watch_Dogs */
/* Patch - Move FAQ and stuff to header */

.side .md [href$="/#FAQ"] {
    line-height: 15px !important;
    display: inline-block !important;
    position: fixed;
    padding: 3px 12px 3px !important;
    top: 85px;
    left: 30px;
    width: auto;
    height: 15px;
    text-align: center;
    z-index: 100;

    background-color: #5d656d !important;
    color: white !important;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* fcking workaround for a stroke */
    display: inline-block !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.side .md a[href$="/#FAQ"]:hover {
    padding: 3px 12px 3px !important;
    background-color: #2dadcd !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* fcking workaround for a stroke */
}

/* MOVE SIDEBAR ANNOUNCEMENT LINK TO HEADER */
.side .md [href$="/#download"] {
    line-height: 15px !important;
    display: inline-block !important;
    position: fixed;
    padding: 3px 12px 3px !important;
    top: 105px;
    left: 30px;
    width: auto;
    height: 15px;
    text-align: center;
    z-index: 100;

    background-color: #5d656d !important;
    color: white !important;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* fcking workaround for a stroke */
    display: inline-block !important;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.side .md a[href$="/#download"]:hover {
    padding: 3px 12px 3px !important;
    background-color: #0fbeff !important; /* replaced all instances of #0fbeff with #2dadcd in this stylesheet to match legion colours */
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* fcking workaround for a stroke */
}

/* Additions and Fixes 14 */
/* Contributed By u/OmegaUser296 */
/* Feature - Remove Founder, even though it's me, it's out of respect since we all contributed equally */

.titlebox .bottom {
font-size: 0px;
color: #FFF;
}
.titlebox .bottom:before {
font-size: 10px;
color: gray;
content: "Founded By The";
}
.titlebox .bottom .age {
font-size: 10px;
color: gray;
}

images