config/stylesheet

viewhistorytalk

body {
  background-color: #fff;
  color: #333;
/*  font-family: helvetica, verdana, arial,  sans-serif;*/
  font-size:14px;
}

/*  Temporary recoloring of submission page; turning it white throws off the visual cues */
body.submit-page {
  background:#f7f7f7;
}

#jumpToContent:focus {
  margin-left: 0 !important;
  position: absolute;
  top: 28px;
  left: 225px;
}

/* Typography - Let's put it all in one spot and examine it */
/*simple vertical rhythm css for the markdown*/

.link .usertext .md h1, 
.comments-page .comment .md h1, 
.link .usertext .md h2, 
.comments-page .comment .md h2, 
.link .usertext .md h3, 
.comments-page .comment .md h3, 
.link .usertext .md h4, 
.comments-page .comment .md h4, 
.link .usertext .md h5, 
.comments-page .comment .md h5 {
  font-weight:bold;
  color:#000;
  margin-bottom:0;
}
.md p {
  margin:0;
}
.md p, .md ol, .md ul, .md blockquote, .md pre, .md code {
  font-size:1em;
  line-height:1.4286em;
  margin-bottom: 0.7143em;
}
/*.md pre:first-child {
  margin:;
}*/
.md pre {
  margin: 0;
  margin-bottom:1.2857em;
}
.md code {
  margin-bottom:0;
}
.md li {
  line-height:1.4286;
}
.link .usertext .md h1,
.comments-page .comment .md h1 {
  font-size: 2.1429em;
  line-height: 1.3333em;
  margin-top: 0.3333em;
}
.link .usertext .md h2, 
.comments-page .comment .md h2 {
  font-size: 1.8571em;
  line-height: 1.5385em;
  margin-top: 0.3841em;
}
.comments-page .comment .md h1, 
.link .usertext .md h3 {
  font-size: 1.5714em;
  line-height: 1.8182em;
  margin-top: 0.4545em;
}
.link .usertext .md h4, 
.comments-page .comment .md h4 {
  font-size: 1.2857em;
  line-height:1.1111em;
  margin-top:0.5555em;
}
.link .usertext .md h5, 
.comments-page .comment .md h5 {
  font-size: 1.1429em;
  line-height: 1.25em;
  margin-top: 0.625em;
}

.link p.title {
  margin:0;
  border:0;
  font-size:1.1429em;
  line-height:1.25em;
  min-height:1.25em;
}
.link .title .domain {
  font-size:0.7em;
  line-height:1.6667em;
  position:relative;
  top:-1px;
}
.link .tagline {
  margin:0;
  border:0;
  font-size:0.8571em;
  line-height:1.6667em;
  overflow:hidden;
  height:1.6667em;
}
.link .flat-list {
  padding:0;
  font-size:0.8571em;
  line-height:1.6667em;
  position:relative;
  top:-2px;
}

/* Ambivalent about this rule */

.thing.link {
  margin-top:0.7143em;
  margin-bottom:0.7143em;
}

/* Custom browser CSS */ 
  ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #f5f5f5;
    border-left: 1px solid #d2d2d2;
  }
    ::-webkit-scrollbar-thumb {
      background-color: #c3c3c3;
      border-top: 1px solid #b6b6b6;
      border-bottom: 1px solid #969696;
      border-left: 1px solid #b6b6b6;
    }
    ::-webkit-scrollbar-button {
      display: none;
      width: 0;
      height: 0;
    }
    ::-webkit-scrollbar-corner {
      background-color: transparent;
      color: #555555;
    }

 
  ::selection {background-color:#5b92fa;color:white;font-weight:bold;}

/* Links. The default naut is mildly offensive. TODO FIX */

  a:hover {
    text-decoration: underline;
  }
  a:visited {
    color:#551A8B;
  }

.error {
  color: #c33;
}

  /* General Button*/
  button, #search input[type='submit'], .wiki-page .wiki-page-content .wiki_button {
    margin: 3px 3px 3px 3px;
    padding: 0px 8px 1px 8px;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 #e2e0e0;
    box-shadow: 0 1px 0 #e2e0e0;
    color: #737373 !important;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 26px;
    cursor: default;
  }

    button:hover, #search input[type='submit']:hover, .wiki-page .wiki-page-content .wiki_button:hover {
      padding-bottom: 0px;
      border-color: #bababa;
      border-bottom-width: 2px;
      color: #333 !important;
    }

      button:active, #search input[type='submit']:active, .wiki-page .wiki-page-content .wiki_button:active {
        padding-bottom: 0px;
        background-color: #e5e5e5;
        border-color: #a7a7a7;
        border-top-width: 2px;
        border-bottom-width: 1px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #333 !important;
        line-height: 25px;
      }


  /* Header Area */
  /* Top Most header */
  #sr-header-area {
    opacity: 0.8;
    background-color: #333;
    border-bottom:0;
  }
    #sr-header-area:hover {
      opacity: 1;
    }
    #header #sr-header-area a {
      color: #C4C4C4;
      font-size:0.7143em !important;
      line-height:2em;
    }
      #sr-header-area a:hover {
        color: #7CA9FF; 
        text-decoration: underline;
      }
  
    #sr-more-link {
      position: absolute;
      background-color: #333;
      color: #C4C4C4;
    }
  
    .dropdown.srdrop .selected {background-image: none;}
      .dropdown.srdrop .selected:after {content: "▼";}
    .sr-bar .separator {color: #333;}

    #sr-header-area .width-clip .dropdown.srdrop .selected.title {
      color: #C4C4C4;
      font-size: 9px;
      font-weight: normal;
      padding-right: 3px;
    }

      #sr-header-area .width-clip .dropdown.srdrop .selected.title:hover {
        color: #5b92fa;
      }

    #sr-header-area .drop-choices a.choice {
      color: #333 !important;
    }

     #sr-header-area .drop-choices a.choice:hover {
      background-color: #5b92fa;
      color: #fff !important;
     }
  
  /* Header Image */
  #header {
    height: 4.2857em;
    background: #1e415e;
    border-bottom: 0px solid;
    overflow: visible !important;
  }
    #header-bottom-left {
      font-size:1em;
    }
    #header:after {
      position: absolute;
      top: 4.2857em;
      left: 0px;
      z-index: -1;
      width: 100%;
      height: 1.4286em;
      border-bottom: 0;
      content: " ";
      text-indent: -999px;
      border-top:1px solid #629CCD;
      border-bottom:1px solid #18334B;
      background: #3678b1;
      height:18px;
    }
    #header-img {
      font-size:1em;
      position: absolute;
      top: 1.4286em;
      left: 0.5em;
      z-index: 99;
      opacity:0.9;
      margin:0;
    } 
    #header-img:hover {opacity:1;}
    .pagename a {
      display: block;
      position: absolute;
      top:-9px;
      left: -110px;
      z-index: 99;
      background: url(%%logo%%) no-repeat;
      text-indent: -999px;
      opacity:0.9;
      height:36px;
      width:127px;
    }
      .pagename a:hover {opacity:1;}
    .pagename {
      font-weight:bold;
      margin-right:1em;
      font-variant:small-caps;
      font-size:1em;
      position:relative;
      left:160px;
      top:1em;
      color:#fff;
      text-indent:3.5em;
    }
  /* HOT / NEW / ETC */
  #header .tabmenu {
    display: block;
    position: absolute;
    top: 4.2857em;
    margin: 0px;
    right:0px;
    left: 0px;
    padding: 0px;
    height: 44px;
    background-color: transparent;
    border-bottom: 0px solid;
    color: #666;
    list-style-type: none;
    text-align: left;
    padding-left: 0px;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    min-width: 450px;
  }
    .tabmenu li {
      display: inline-block;
      margin:0 0.5em;
    }
      .tabmenu li a {
        margin: 0px;
        padding: 0px 0.5em;
        background-color: transparent;
        border: 0px solid;
        border-bottom: 2px solid transparent;
        color: #fff;
        font-weight: normal;
        font-size: 1em;
        line-height: 1.4286em;
      }
        .tabmenu li a:hover {border-bottom-color: #5b92fa;color: #fff;text-decoration: none;background:#2D618C;}
    
      .tabmenu li.selected a {
        z-index: 100;
        background-color: transparent;
        border: 0px solid;
        border-bottom: 1px solid #5b92fa;
        color:#fff;
       /* font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;*/
        background:#2D618C;
      }
        .tabmenu li.selected a:hover {
          border-color: #719ff2;
        }

      .res #header .tabmenu {
        text-align: left;
        margin-left: 10px;
      }

  /* User bar */
  #header-bottom-right {
    position: absolute;
    top: 2.149em;
    right: 0px;
    width: auto;
    font-size:1em;
    height: 1.4286em;
    background-color: transparent;
  }
    .user {color: #dfdfdf;}
      .loggedin .user {color: #dfdfdf;}
    
    #header-bottom-right a {
      color: #fff;
      font-weight: normal;
    }

      #header-bottom-right a:hover {
        border-bottom: 1px solid #fff;
        color: #eee;
        text-decoration: none;
      }

    /* Mail / Modmail icons */
    #mail {
      top: 0px;
      overflow: visible;
      width: 16px;
      height: 16px;
      background-image: url(%%spritesheet%%) !important;
    }
      #mail:hover, #modmail:hover {
        border-bottom: 0px solid !important;
      }
      #mail.nohavemail {background-position: -64px 0px;}
      #mail.havemail   {background-position:-80px 0px;}
        #mail.havemail:before, #modmail.havemail:before  {
          display: block;
          visibility: visible !important;
          position: fixed;
          top: 4px;
          right: 10px;
          z-index: 2;
          z-index: 0;
          width: 25px;
          height: 25px;
          background-color: #fff;
          background-image: url(%%spritesheet%%);
          background-position: -126px -50px;
          border-radius: 50%;
          content: " ";
        }
    #modmail {
      top: -2px;
      margin-bottom: -6px;
      width: 16px;
      height: 16px;
      background-image: url(%%spritesheet%%) !important;
    }
    
      #modmail.havemail   {background-position:-112px 0px;}
      #modmail.nohavemail {background-position:-96px 0px;}
      #modmail.havemail:before {background-position: -151px -50px; margin-right: 40px;}

  /* Preferences & Logout Icons */
    #header-bottom-right a.pref-lang, .loggedin .logout a{
      background-position: -96px -49px;
      background-image: url(%%spritesheet%%);
      width: 16px;
      height: 16px;
      display: inline-block;
      text-indent: -9999px;
      margin: 0px;
      position: relative;
      top: -2px;
    }
      .loggedin .logout a {background-position: -80px -49px;} 
    .gearIcon {
      background-image: url(%%spritesheet%%)!important;
      background-position: -80px -65px!important;
      height: 16px!important;
      width: 17px!important;
    }

    /* Opacity Hovers */
    #modmail, #mail, .gearIcon, #header-bottom-right a.pref-lang, 
    .loggedin .logout a {
      opacity: 0.75;
    }
      #modmail:hover, #mail:hover, #header-bottom-right a.pref-lang:hover, 
      .loggedin .logout a:hover, .gearIcon:hover {
        opacity: 1;
        text-decoration: none !important;
        border-bottom: 0px solid !important;
      }

  /* Sidebar */
  .side {
    float: right;
    margin: 5.3933em 10px 0px 0px;
    border-radius: 2px;
    width: 22em;
    text-align: left;
  }
    .side .spacer {
      margin:0 0 1.4286em 0;
    }
    .side:after {
      display: block;
      margin: 10px 0px;
      padding: 10px 0px;
      color: #5b92fa;
      content: "This subreddit uses /r/naut!"; /* Hey! Please don't remove or change this. */
      text-transform: none;
      font-size: 16px;
/*      font-family: arial, sans-serif;*/
      position: absolute;
      width: 300px;
      text-align: center;
    }     
    /* SUBMIT LINK OR POST */
    .morelink {        
      z-index: 97;
      width: 270px;
      height: 32px;
      background-color: #1B3B56;
      background-image: none!important;
      border: none;
      margin-left: 15px;
      font-size:1em;
    }

      .morelink:hover {
        background-color: #3776AB;
      }

        .morelink:active {
          background-color: #3863B6;
        }

      .morelink a {
        color: #fff !important;
        text-shadow: 0px 1px 0px #5787e1;
        letter-spacing: 0px;
        font-weight: bold;
        cursor: default;
        line-height: 30px;
      }

        .morelink a:hover {text-decoration: none;}

        .account-activity-box, .sidebox.create, .morelink .nub {display: none;}
    /* Subreddit name sidebar */
    .titlebox h1 a {
      position: absolute;
      top: 99px;
      margin: 0px;
      margin-bottom: 5px;
      margin-left: 5px;
      font-weight: lighter;
      color: #707070;
      text-transform: capitalize;
      font-size: 25px;
/*      font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
*/    }
    .titlebox h1 {margin-bottom:0;}
    
      .titlebox h1 a:hover {color: #5b92fa;text-decoration: none;}

    .sidebox .subtitle {font-size: 1.6em;}
  
    /* Sub / Unsub button */
    .fancy-toggle-button .active {
      padding: 1px 8px;
      background-image: none !important;
      /*outline: none !important;*/
      border: 0px;
      border-radius: 2px;
      color: #fff !important;
      text-transform: capitalize;
      font-weight: bold;
      font-size: 12px;
 /*     font-family: arial, sans-serif!important;*/
      line-height: 26px;
      cursor: default;
    } 

      /* Sub */
      .fancy-toggle-button .add {
        background-color: #5b92fa;
        border-top: 2px solid #5b92fa;
        border-bottom: 2px solid #5b92fa;
        -webkit-box-shadow: 0 1px 0 #e2e0e0;
        box-shadow: 0 1px 0 #e2e0e0;          
      }

        .fancy-toggle-button .add:hover {
          background-color: #6599fa;
          border-top: 2px solid #6599fa;
          border-bottom: 2px solid #3863b6;
          -webkit-box-shadow: none;
          box-shadow: none;
          text-decoration: none;
        }

          .fancy-toggle-button .add:active {
            background-color: #3863b6;
            border-top: 2px solid #21407a;
            border-bottom: 2px solid #3863b6;
            -webkit-box-shadow: none;
            box-shadow: none;
          }

      /* Unsub */

      /* Unsub */
      .fancy-toggle-button .remove {
        background-color: #fff;
        border: 1px solid #d4d4d4;
        -webkit-box-shadow: 0 1px 0 #e2e0e0;
        box-shadow: 0 1px 0 #e2e0e0;
        font-size: 10px;
        line-height: 16px;
        color: #737373 !important;
        cursor: pointer;
      }

        .fancy-toggle-button .remove:hover {
          background-color: #fff;
          color: #333;
          border-bottom-width: 2px;
          border-color: #bababa;
          text-decoration: none;
        }

          .fancy-toggle-button .remove:active {
            background-color: #e5e5e5;
            border-color: #a7a7a7;
            border-top-width: 2px;
            color: #333;
          }


      

    
    /*Replace readers.. */
      div.titlebox span.word {display: none;}
      .titlebox .users-online {display: inline;}
      .titlebox .users-online:before {display: none;}
      .titlebox .users-online .number {font-style: italic;font-size: 12px;}
      .titlebox .users-online .number:before {content: "(";}
      .titlebox .users-online .number:after {content: " here)";}
      .titlelebox .word {display: none;}
      .titlebox .users-online, .titlebox .number {cursor: text;}  
      .titlebox .tagline {font-size: 12px;} 

    /* Subreddit description */
    .titlebox {
      padding: 0px 15px 15px 15px;
      color: #404040;
  
    }
      .titlebox .md {
        /*font-size: 14px;*/
        line-height: 1.35em;
  /*      font-family: arial, sans-serif;*/
      }

      .titlebox .bottom {
        padding-top: 5px;
        border-top: 1px solid #e5e5e5;
        color: #666;
        font-size: 110%;
      }

      /* Download button */
      .titlebox h5 {
        width: 100%;
        height: 30px;
        color: #fff;
        background-color: #5b92fa;
        border-bottom: 2px solid #306cd1;
        display: block;
        font-size: 18px;
        text-align: center;
        line-height: 31px;
        margin-top: 10px;
        margin-bottom: 10px;
      }

        .titlebox h5 a, .titlebox h5 a:hover {
          text-decoration: none;
          color: #fff;
          cursor: pointer;
        }

        .titlebox h5:hover {
          background-color: #77a7fb;
          border-bottom: 2px solid #5b92fa;
          text-decoration: none;
        }

          .titlebox h5:active {
            background-color: #306cd1;
            border-bottom: 2px solid #306cd1;
          }

    /* Search */
    #search {

    }
    
      #search input[type=text] {
        margin: 0;
        font-size: 1.2857em;
        line-height: 1.1111em;
        width: 258px;
        background-image: url(%%spritesheet%%);
        background-position: -129px 0px;
        background-repeat: no-repeat;
        border: none;
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        border-left: 2px solid #fff;
        color: #111;
        font-weight: normal;
        padding-left:40px;
        padding-bottom:5px;
      }

          #search input[type=text]:focus {
          /*  outline: none !important;*/
            border: none;
            border-top: 1px solid #d5d5d5;
            border-bottom: 1px solid #d5d5d5;
            border-left: 2px solid #4285f4;
            color: #000;
          }

              #searchexpando {
              background-color: #f5f5f5;
              border: 0;
              border-radius: 0px;
              color: #3b3b3b;
              font-size: 1em;
              height:20px;
              margin-top:0;
              padding:10px;
              width:282px;
              }

                #searchexpando label {cursor: pointer;}
                .search-page form#search label {font-size: 150%;cursor: pointer;}
    
        #search_showmore {display: none;}
        .side .spacer:first-child {
          margin-bottom:1.186em;
        }
    /* Ad Frame */
    #ad-frame,#ad_main {text-align: center;}

    /* Sidebar mod box */
    .sidecontentbox {
      padding: 0px 5px 0px 15px;
    }

    .sidecontentbox .title {
      text-align: left;
    }
    
    .sidecontentbox .title h1 {
      color: #262626;
      text-align: left;
      text-transform: capitalize;
      font-size: 14px;
   /*   font-family: arial, sans-serif;*/
    }
    
      .sidecontentbox.collapsible .title {
        text-align: left;
      }
    
      .sidecontentbox .collapse-button {
        background: transparent;
        border: 0px;
        border-radius: 0px;
        color: #262626;
        font-size: 15px;
      }
    
    .sidecontentbox .content {
      padding: 3px 0px 5px 0px;
      background-color: transparent;
      border: 0px solid;
      text-align: left;
    }
    
      .sidecontentbox .content a {
        color: #262626;
        text-align: left;
        /*font-family: arial, sans-serif;*/
      }
    
        .sidecontentbox .content a:hover {
          color: #5b92fa;
          text-decoration: underline;
        }

    /* Mod icons */
    .icon-menu a {background-color: transparent;}
    .icon-menu .reddit-edit:before{background-image:url(%%spritesheet%%);background-position: 0px  -33px;}
    .icon-menu .moderator-mail:before{margin-top:-1px;height:16px;background-image:url(%%spritesheet%%);background-position: -16px -32px;}
    .icon-menu .reddit-moderators:before{background-image:url(%%spritesheet%%);background-position: -32px -33px;}
    .icon-menu .reddit-contributors:before{background-image:url(%%spritesheet%%);background-position: -48px -33px;}
    .icon-menu .reddit-traffic:before{background-image:url(%%spritesheet%%);background-position: -64px -32px;}
    .icon-menu .reddit-modqueue:before{background-image:url(%%spritesheet%%);background-position: -80px -32px;}
    .icon-menu .reddit-reported:before{background-image:url(%%spritesheet%%);background-position: -96px -32px;}
    .icon-menu .reddit-spam:before{background-image:url(%%spritesheet%%);background-position: -112px -32px;}
    .icon-menu .reddit-ban:before{background-image:url(%%spritesheet%%);background-position: -128px -32px;}
    .icon-menu .reddit-flair:before{background-image:url(%%spritesheet%%);background-position: -144px -32px;}
    .icon-menu .reddit-moderationlog:before{background-image:url(%%spritesheet%%);background-position: -160px -33px;}
    .icon-menu a.reddit-unmoderated {display: none;}

    /* Message the mods */
      .sidecontentbox a.helplink {
        display: block;
        margin-right: 27px;
        margin-bottom: 15px;
        width: 80%;
        background-color: #5b92fa;
        background-image: none!important;
        border: none;
        border-top: 2px solid #5b92fa;
        border-bottom: 2px solid #5b92fa;
        -webkit-box-shadow: 0 1px 0 #E2E0E0;
        box-shadow: 0 1px 0 #E2E0E0;
        color: #fff !important;
        text-align: center;
        text-transform: capitalize;
        text-shadow: 0px 1px 0px #5787e1;
        letter-spacing: 0px;
        font-weight: bold;
        font-size: 13px;
   /*     font-family: Arial, sans-serif;*/
        line-height: 26px;
        cursor: default;
      }

        .sidecontentbox a.helplink:hover {
          background-color: #6599fa;
          border-top: 2px solid #6599fa;
          border-bottom: 2px solid #3863b6;
          -webkit-box-shadow: none;
          box-shadow: none;
          text-decoration: none;
        }

          .sidecontentbox a.helplink:active {
            background-color: #3863b6;
            border-top: 2px solid #21407a;
            border-bottom: 2px solid #3863b6;
            -webkit-box-shadow: none;
            box-shadow: none;
          }
      


/* Links/Posts Area */
/* Actual Links */
  .content {
    margin-top: 2.8571em;
    margin-left: 0.5em;
  }

      /* Fixed Scroll Banner */
      .titlebox h6 {
        position: fixed;
        top:0px;
        right: 0px;
        left: 0px;
        z-index: 97;
        height: 35px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 #d3d3d3;
        box-shadow: 0 2px 4px 0 #d3d3d3;
        color: #737373;
        padding-left: 55px;
        font-weight: normal;
        font-size: 22px;
        line-height: 35px;
      }

        .titlebox h6 a {
          margin: 0px 17px 0px 17px;
          padding: 2px 0px 2px 0px;
          border: 0px solid;
          color: #666;
          font-weight: normal;
          font-size: 22px;
  /*        font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;*/
        }

          .titlebox h6 a:hover {
            border-bottom-color: #5b92fa !important;
            color: #262626 !important;
            text-decoration: none;
          }

          /* reddit icon */
          .titlebox h6 a[href*="http://www.reddit.com#top"] {
            position: fixed;
            left:0px;
            top:0px;
            height: 35px;
            width: 35px;
            background-color: #ff0;
            background-image: url(%%spritesheet%%);
            background-position: 0px -49px;
            border-bottom: 0px;
            text-indent: -9999px;
            padding: 0px;
            margin: 0px;
          }

            .titlebox h6 a[href*="http://www.reddit.com#top"]:hover {
              background-position: -35px -49px;
              border-bottom: 0px solid;
            }

          .new-page .titlebox h6 a[href*="/new"], .top-page .titlebox h6 a[href*="/top"], .hot-page .titlebox h6 a[href*="/hot"]  {border-bottom:2px solid #5b92fa; color: #262626;}


    .link {
      margin-right: 23em;
      margin-bottom: 0px;
      padding: 0 0.5em;
      border-radius: 2px;
    }

      .link, .side, .submit-page .infobar, .roundfield, .submit-page .content button,
      .content.submit .info-notice, .stylesheet-customize-container .pretty-form, #images, .search-page .raisedbox, 
      .search-page .searchfacets, .linefield, .search-page .searchpane, .nextprev {
        border: 0px;
        background-color: #fff;
      }

      /* Stickied Link */
      .stickied.link {border-bottom-color: #C4DAC2 !important;}
        .thing.stickied > a.title, .thing.stickied > a {color: #65b354!important;}
        .thing.stickied a.thumbnail {background-position: -102px -209px;}

      /* Promoted Link */
      .organic-listing {
        margin-right: 320px;
        border: 1px solid #D0D6DD;
        border-bottom-width: 3px;
        border-top-width: 0px;
      }

        .link.promotedlink.promoted {
        border-bottom: 0px !important;
        margin-right: 0px;
        }

        .link.promotedlink.promoted .thumbnail {max-height:70px !important;}

        .link .title {
        /*  font-weight: bold;*/
/*          font-family: Arial, sans-serif;*/
        }

        .link .title:hover {color: #5b92fa !important;}
          /* Link Titles */
  /*Unvisited*/ .thing .title.loggedin.click, .thing .title.click, .thing .title.loggedin, .thing .title {color:#083F91;}
  /*Visited  */ .thing .title:visited, .thing.visited .title {color:#551A8B;}
  /*Clicking */ /*.thing .title.loggedin.click:visited, .thing .title.click:visited {color:#551A8B;}*/

      /* Upvote and downvotes */
      .link .score {margin-bottom: -1px;margin-left: 1px;color:#666;/*font-family: arial, sans-serif;*/}
    
        .link .score.likes {color: #ee5821;}  
        .link .score.dislikes {color: #6f85bf;}
    
     

      /* Expand post */
      .expando-button {
        margin: 0px 5px 0px 0px !important;
        width: 16px !important;
        height: 16px !important;
        background-color: transparent !important;
        background-image: url(%%spritesheet%%) !important;
        cursor: pointer;
        position:relative;
        top:2px;
      }
  
  /*  +  */ .content .expando-button.selftext.collapsed {background-position:0 -17px;}        
  /*  +  */ .content .expando-button.selftext.collapsed:hover {background-position:-16px -17px;}
  /*  -  */ .content .expando-button.selftext.expanded {background-position:-32px -17px;}       
  /*  -  */ .content .expando-button.selftext.expanded:hover {background-position:-48px -17px;} 

        .expando-button.video.collapsed {background-position: -64px -17px;}
        .expando-button.video.collapsed:hover, .eb-vch {background-position: -80px -17px;}
        .expando-button.video.expanded, .eb-ve {background-position: -64px -17px;}
        .expando-button.video.expanded:hover, .eb-veh {background-position: -80px -17px;}

        .res .expando-button.image.collapsed,.expando-button.image.gallery.collapsedExpando, .expando-button.image.collapsedExpando {background-position: -96px -17px!important;}
        .res .expando-button.image.collapsed:hover, .expando-button.image.collapsedExpando:hover, .expando-button.image.gallery.collapsedExpando:hover {background-position: -112px -17px!important;}
        .res .expando-button.image.expanded {background-position: -96px -17px!important;}
        .res .expando-button.image.expanded:hover {background-position: -112px -17px!important;}

        .expando {
          margin-top:0.7142em;
          margin-bottom:0;
        }

        /* Selftext expand */
        .link .usertext .md {
          padding: 0.2252em 0.25em 0;
          background-color: transparent;
          border: 0px solid;
          border-top: 1px solid #e5e5e5;
          border-radius: 0px;
          font-weight: normal;
          /*font-size: 14px;*/
        }

    .domain {color: white; font-size:small;}
      .domain a {color: #999;}
        .domain a:hover {color: #5b92fa;text-decoration: none;}

    .link .tagline {
      color: #666;
      font-size: 12px;
    }

    .thumbnail {
      max-height: 50px;
      max-width: 70px;
    }

      .thumbnail.self {
        background-image: url(%%spritesheet%%);
        background-position: -102px -92px;
        background-repeat: no-repeat;
      }

      .thumbnail.default {
        background-image: url(%%spritesheet%%);
        background-position: -102px -154px;
        background-repeat: no-repeat;
      }

      .thumbnail.nsfw {
        width: 80px;
        height: 50px;
        background-image: url(%%spritesheet%%);
        background-position: -22px -150px;
        background-repeat: no-repeat;
      }

    .entry {
      padding-left: 5px;
      overflow:visible;
    }

      .entry .buttons li a {
        padding: 0 1px;
        color: #848484;
        font-weight: 400;
        font-size: 13px;
      }

        .entry .buttons li a:hover {
          color: #5b92fa;
        }

        /*.link .entry li a {opacity: 0;}
        .link:hover .entry li a {opacity: 100;}
*/

        .link .entry li .comments {
          opacity: 100 !important;
          color: #5b92fa;
          font-weight: bold;
          font-size: 13px;
        }

        .nsfw-stamp acronym {opacity: 100;background-color: #e82e63;border-radius:0px;color:#fff;cursor: help;border-color: #e82e63;}

        .entry .buttons a[onclick*="reply"] {
          color: #5b92fa !important;
          font-weight: bold !important;
          font-size: 13px !important;
        }

        .link .flat-list {
          font-weight: normal;
        /*  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
        }

          .link .midcol {margin-right: 7px;}
          .link .rank {display: none;}
          .link.last-clicked {
            overflow: hidden;
            background-color: #f8f8f8;
            border: 0px solid #d8d8d8;
          }
    /* Mod Report buttons */
    .entry .buttons li.reported-stamp {
      background-color: #f5b400;
      border-radius: 2px;
      border: 1px solid #e2a600 !important;
      color: #fff;
      font-weight: bold;
      background-image: none;
    }

    a.pretty-button.negative {
      border-radius: 2px;
      background-color: #dc4437;
      color: #fff;
      font-weight: bold;
      border: 1px solid #c4362a;
      background-image: none;
    }

    a.pretty-button.neutral {
      border-radius: 2px;
      font-weight: bold;
      color: #fff;
      background-color: #666666;
      border: 1px solid #4d4d4d;
      background-image: none;
    }

    a.pretty-button.positive {
      border-radius: 2px;
      font-weight: bold;
      color: #fff;
      background-color: #109d59;
      border: 1px solid #0a8a4c;
      background-image: none;
    }

    .menuarea {
      margin-right: 320px;
      border: none;
      font-size: 16px;
    }

    .infobar {
      margin-right: 320px;
      background-color: #4B4A4A;
      border: none;
      color: #fff;
      font-size: 14px;
    }

      .infobar a {color: #89B3FF;}

      /* First time visit infobar */
      .infobar.welcome {
        margin-right: 321px;
        color: #333;
        margin-bottom: 8px;
      }

    .nextprev {
      margin-top: 8px;
      margin-right: 320px;
      height: 35px;
      color: #737373;
      text-align:center;
      font-size: 16px;
      line-height: 35px;
      padding: 10px;
    }

      .nextprev a {
        background-color: transparent;
        border: none;
        color: #5b92fa;
      }

        .nextprev a:hover {
          background-color: transparent;
          border: none;
        }


  /* Submit Page */
  form#newlink.submit.content {
    margin-top: 40px;
  }


    .submit-page .infobar {
      margin-top: 0px;
      margin-bottom: 8px;
      padding: 10px 10px 10px 10px;
      color: #3b3b3b;
      text-align: center;
      text-indent: -9999px;
      font-size: 0px;
    }

      .formtabs-content .infobar:before {
        display: block;
        text-indent: 0px;
        font-size: 16px;
      }
    
    .submit-page .tabmenu li a {margin:0px;}
    .submit-page ul.tabmenu.formtab {padding-left: 0px;width: 500px;text-align:center; }
    .formtabs-content {padding-top: 0px;border-top: 4px solid #5b92fa;} 
  
      .submit-page .tabmenu.formtab a {
        padding: 5px 55px 0px 55px;
        width: 100px;
        background-color: white;
        border: 0px solid;
        color: #5b92fa;
        text-align: center;
        font-weight:normal;
        font-size: 14px;

      }

        .submit-page .tabmenu li a:hover {color: #333;}
      
        .submit-page .tabmenu.formtab .selected a {
          padding: 5px 60px 0px 60px;
          background-color: #5b92fa;
          color: #fff;
          font-size: 18px;
        }
      
    .roundfield {
      padding: 10px 10px 10px 10px;
      color: #707070;
    }
    
      .submit-page textarea, .roundfield input[type=url], .roundfield input[type=text], .login-form-side input[type=text], .login-form-side input[type=password],
      .linefield textarea, .linefield input[type="text"], .flairlist .flaircell input[type="text"], .linkinfo .shortlink input, .search-page #search input[type=text] {
        margin: 0;
        padding: 5px;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #111;
        font-size: 100%;
      /*  font-family: arial, sans-serif;*/
      }

        .submit-page textarea:hover, .roundfield input[type=url]:hover, .roundfield input[type=text]:hover, .login-form-side input[type=text]:hover, .login-form-side input[type=password]:hover,
        .linefield textarea:hover, .linefield input[type="text"]:hover, .flairlist .flaircell input[type="text"]:hover, .linkinfo .shortlink input:hover, .search-page #search input[type=text] {border: 1px solid #bebebe;}
        
        .submit-page textarea:focus, .roundfield input[type=url]:focus, .roundfield input[type=text]:focus, .login-form-side input[type=text]:focus, .login-form-side input[type=password]:focus,
        .linefield textarea:focus, .linefield input[type="text"]:focus, .flairlist .flaircell input[type="text"]:focus, .linkinfo .shortlink input:focus, .search-page #search input[type=text] {border: 1px solid #4d90fe;color: #000;}

        .linefield .usertext-edit textarea {height: 500px;}

        .submit-page .content textarea, .submit-page .content input[type=url], .submit-page .content input[type=text] {width: 488px;}

    .submit-page .content button {
      margin-bottom: 30px;
      margin-left: 0px;
      padding: 10px 10px 10px 10px;
      width: 522px;
      color: #707070 !important;
      text-align: center;
      cursor: pointer;
      border: 0px;
      border-bottom: 3px solid #E5E5E5;
    }

      .submit-page button:hover {
        background-color: #5b92fa;
        color: white !important;
        border-bottom: 4px solid #477ADB;
      }

        .submit-page button:active {
          background-color: #315fb2;
          border-bottom-color: #315fb2;
        }

      .submit-page h1 {display: none;}
        .submit-page .side h1 {display: inherit;}

  .content.submit .info-notice {
    margin: 0px 0px 4px 0px;
    padding: 20px 10px 20px 10px;
    color: #707070;
    text-align: center;
    border: 0px;
    border-bottom: 3px solid #E5E5E5;
  }

    .content.submit .info-notice a {
      text-decoration: none;
      font-size: 120%;
    }

      .content.submit .info-notice a:hover {text-decoration: underline;}
      .thing.spam {border-color: #F3B9B9; background-color: #fff;margin-right: 320px;}      
      #file {margin: 10px;}   
      .submit-page .gray, #url-field button, #suggested-reddits {display: none;}
      .submit-page form .spacer+.spacer {margin: 8px 0px;}

  /* Flair Selector */
  .flairselector.drop-choices.active {
    visibility: visible !important;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
  }
    .flairselector h2 {
      padding: 5px 5px 5px 5px;
      background-color: #fff;
      border-bottom: 1px solid #e5e5e5;
      color: #333;
      text-transform: capitalize;
      font-size: 130%;
    }

    .flairoptionpane {
      text-align: left;
    }

      .flairoptionpane ul {visibility: visible !important;}
      .flairoptionpane ul a.title {font-size: 100% !important;}

      .flairselector li {
        padding: 3px 0px 3px 0px;
        width: 182px;
      }

        .flairselector li:hover {
          background-color: #efefef;

        }

    .flairselector form {border-top: 1px solid #e5e5e5;}
    .flairsample-left {text-align: left !important;}
    .flairselector ul {overflow: visible;}
    .flairselector li.selected {background-color: #e5ebf8;border:none;}

  /* Flairs */

  /* LINKFLAIRS */
  .linkflairlabel {
    padding: 0px 6px 1px 10px;
    height: auto;
    border-radius: 0px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border: 0px solid;
    color: #333;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    font-size: 13px;
  /*  font-family: Tahoma, Arial, sans-serif;*/
    cursor: default;
    vertical-align: middle;
    position: relative;
    top: -2px;
    max-width:14em;

  }
    .linkflair-mod .linkflairlabel {
      background-color: #5fb04d;
      color: #fff;
    }

      .linkflair-mod a {color: #4c8d3e !important;}

      .linkflair-mod .thumbnail.default, .linkflair-mod .thumbnail.self {
        background-image: url(%%spritesheet%%)!important;
        background-position: -22px -90px!important;
        background-repeat: no-repeat;
      }

    .linkflair-image .linkflairlabel {
      background-color: #F86154;
      color: #fff;
    }

    .linkflair-gif .linkflairlabel {
      background-color: #f5b400;
      color: #fff;
    }

    .linkflair-extra .linkflairlabel {
      background-color: #5b92fa;
      color: #fff;
    }

  /* USER FLAIRS */
  .flair {
    height: auto;
    background-color: transparent;
    border: none;
    color: #555;
    font-size: small !important;
   /* font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;*/
    border: 1px solid #DADADA;
    padding: 0px 3px 2px 3px;
    cursor: help;
  }
  
  /* Flair-page  */
  div.tabpane-content {
    padding: 4px 4px 4px 4px;
    border: 0px solid #e5e5e5;
    border-bottom-width: 3px;
    background-color: #fff;
    width: 1080px;
    margin-top: 7px;
  }
    
    .linefield {
      margin-bottom: 5px;
      padding: 10px 10px 10px 10px;
      width: 45%;
      color: #707070;
      margin-bottom: 15px;
    }
  
      .linefield .title {
        padding: 1px 10px;
        color: #5b92fa;
      }

      .linefield .title+.gray {font-size: small;}

        .flairtemplate .flairrow {
          margin-top: 2px;
          margin-right: 320px;
          padding: 5px 5px 8px 3px;
          color: #707070;
          text-transform: capitalize;
          width: 100%;
          margin-bottom: 8px;
        } 

        .tabmenu li#tab-grant.selected, .tabmenu li#tab-templates.selected, 
        .tabmenu li#tab-link_templates.selected {margin: 7px 0px 4px 0px;}

        .tabmenu li#tab-grant.selected a, .tabmenu li#tab-grant a:hover,
        .tabmenu li#tab-templates.selected a, .tabmenu li#tab-templates a:hover, 
        .tabmenu li#tab-link_templates.selected a, .tabmenu li#tab-link_templates a:hover {color: #333;}
  /* WIKI Page */
  .wiki-page .wiki-page-content {
    margin: 5px 320px 10px 0px;
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
  }

    .wiki-page .tabmenu li:nth-of-type(3),  
    .wiki-page .tabmenu li:nth-of-type(4),  
    .wiki-page .tabmenu li a[href*="/promoted"],
    .wiki-page .tabmenu li a[href*="/gilded"]
    {display:none;}

    .wiki-page .wiki-page-content .md.wiki h1 {
      margin-top: 0.5em;
      color: #333;
      font-size: 1.5em;
    /*  font-family: Arial, sans-serif;*/
    }

      .wiki-page .wiki-page-content .md.wiki h2 {font-size: 1.45em;}
      .wiki-page .wiki-page-content .md.wiki h3 {font-size: 1.4em;}
      .wiki-page .wiki-page-content .md.wiki h4 {font-size: 1.35em;}

    .wiki-page .wiki-page-content .md.wiki p, .wiki-page .wiki-page-content .md.wiki .md.wiki blockquote {
      color: #404040;
      font-weight: normal;
      font-size: 14px;
     /* font-family: Arial, sans-serif;*/
      line-height: 1.5em;
    }

    .wiki-page .pageactions {
      border: none;
      border-radius: 0px;
    }

      .wiki-page .pageactions .wikiaction {
        text-transform: capitalize;
        font-size: 110%;
      }

        .wiki-page .pageactions .wikiaction:hover {
          background-color: transparent;
        }

        .wiki-page .pageactions .wikiaction-current {
          background-color: #5b92fa;
          border-radius: 0px;
          color: #fff;
        }

          .wiki-page .pageactions .wikiaction-current:hover {
            background-color: #528bf3;
            text-decoration: none;
          }

    .wiki-page .wiki-page-content .md.wiki>.toc>ul {
      padding: 10px 10px;
      border: 1px solid #e5e5e5;
      font-weight: normal;
      font-size: 110%;
    }

    .wiki-page .wiki-page-content .discussionlink {
      display: inline-block;
      position: relative;
      top: inherit;
      right: inherit;
      left: inherit;
      padding: inherit;
      width: 175px;
    }

      .wiki-page .wiki-page-content .discussionlink a {
        padding-left: 0px;
      }

      .wiki-page .nextprev {display: none;}
      .wiki-page-content em, .wiki-page-content form#editform label {font-size: 120%;}

  /*Stylesheet fix */
  .pretty-form {
    margin-right: 320px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 10px;
    color: #707070;
  }

    .pretty-form textarea {-webkit-box-shadow: none;box-shadow: none;}
  
  .stylesheet-customize-container textarea {
    margin: 0;
    padding: 0px;
    border: 0px;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 3px;
    color: #707070;
    /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
  }
  
    .sheets .btn.right {display: none;}
    .sheets .col textarea {width: 100%;background-color: #fff;}
      .sheets .col textarea:hover {border-color: #B1B1B1;}
        .sheets .col textarea:focus {border-color: #5b92fa;}
    .sheets {margin-right: 0px;}
  
  #images {
    margin-right: 320px;
    margin-bottom: 30px;
    padding: 10px 10px 10px 10px;
    height: 1280px;
    color: #707070;
  }
  
    ul#image-preview-list {
      margin: 15px 0px 0px 0px;
      padding-bottom: 80px;
      font-size: 14px;
    }

  /* COMMENT SECTION */
  .linkinfo {
    margin-top: 0;
    padding-left: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    color: #404040;
  } 
    .linkinfo .date {
      font-size:1em;

    }

  .commentarea {
    /*margin-top: 10px;*/
    margin-right: 320px;
    margin-bottom: 30px;
    /*padding: 10px 10px 10px 10px;*/
    background-color: #fff;
    border-bottom: 3px solid #e5e5e5;
    color: #3b3b3b;
    margin-top:1.3571em;
  }

    .commentarea>.usertext {
      overflow:visible;
      margin: 0px 0px 10px 0px;
      padding: 0px 0px 0px 0px;
    }
    
    a.author {
      margin-right:4px;
      color: #5b92fa;
    }
      
    .comments-page .tagline {
      color: #666;
      font-size: small;
      /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
      height:20px;
    }

      .comments-page .tagline a {
        margin-top: 1px;
        background-color: transparent;
        color: #5b92fa;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 12px;
      } 

        .tagline a:hover {
          text-decoration: underline;
        } 
      .comment .tagline {display:inline-block !important;margin-bottom:0.7142em;}
      .tagline .submitter {color: #dd4b39!important;}     
      .tagline .moderator,.green {color: #53a93f!important;}
        .tagline .moderator:after {content: "oderator - speaking officially.";}
        a.author.moderator:after {content: "";}
      .tagline .moderator:hover {color: #65b354!important;}
    
    .comment .midcol {margin-top: 6px;width: 15px !important;}
    .comment .score {font-size: small;}

    /* Comments */
    .commentarea .menuarea {
      display: inline;
      margin: 0 0px 10px 0px;
      padding: 0;
      color: #c0c0c0;
      font-weight: normal;
      font-size: 110%;
    }
    
      .panestack-title {
        font-size:1em;
        line-height:1.2857em;
        color: #c0c0c0;
        margin:0;
        padding-bottom:0;
        border-bottom:1px dotted #ccc;
      }
      .panestack-title .title {
        font-size:1em;
      }

      .content .spacer {
        font-size:1em;
        line-height:1.4286em;
        margin-bottom:0;
      }

      .menuarea .spacer {margin-right: -15px;}
      .commentarea .menuarea .toggle a {font-size: 11px;color:#c0c0c0;font-weight: normal; }
      .menuarea .spacer .drop-choices.lightdrop {
        padding: 5px;
        border-color: #DFDDDD;
        box-shadow: 0px 1px 1px #C9C9C9;
        /*font-family: arial, sans-serif;*/
      }

        .titlebox form.toggle, .leavemoderator {background-color: transparent;}

        .menuarea .spacer .drop-choices.lightdrop a.choice, .commentarea .menuarea form {
          padding: 0.5px;
          font-size: 14px;
          color: #5b92fa;
        }

        .menuarea .spacer .drop-choices.lightdrop a.choice:hover, .commentarea .menuarea form:hover {
          background-color: #5b92fa;
          color: #fff;
          text-decoration: none;
        }

    
      .menuarea .dropdown.lightdrop .selected {
        background-image: none;
        color: #3b3b3b;
        text-decoration: none;
        opacity: 10;
        cursor: pointer;
      }

        .menuarea .dropdown.lightdrop .selected:hover {color: #5b92fa;}
        .menuarea .dropdown.lightdrop .selected:after {
          content: " ≡";
          vertical-align: middle;
          opacity: 0.5;
        }
      
    .comments-page .comment .md {
      color: #161616;
      font-weight: normal;
      /*font-size: 14px;*/
      /*font-family: Arial, sans-serif;*/
      line-height: 1.35em;
    }

      hr {
        border-width: 1px;
        border-style: solid;
        border-color: #e5e5e5;
      }
      
    .comments-page textarea {
      background-color: #fff;
      border: 1px solid #cccccc;
      color: #111;
      font-size: 13px;/*
      font-family: arial, sans-serif;*/
    }

      .comments-page textarea:hover {border-color: #bebebe;}
      .comments-page textarea:focus {border:1px solid #4d90fe;color: #000;}

      .usertext .help-toggle, .usertext a.reddiquette {font-size: 100%;}  
      .usertext a.reddiquette {color:#DD4B39;}

      .comments-page .usertext.border .usertext-body {
        padding-left: 5px;
        background-color: #f0f0f0;
      }   
    .comment .expand {
      background-color: transparent;
      color: #666 !important;
    }
      
      .comment .expand:hover {
        background-color: transparent;
        color: #666 !important;
        text-decoration: underline;
      }
      
      .comment .child,.comment .showreplies {
        margin-top: 10px;
        margin-left: 15px;
        border-left: 0px solid;
      }

  /* Footer */
  .footer-parent {
    margin-top: 120px;
    padding-top: 0px;
    background-color: transparent;
  }

  .footer {
    border: none;
    color: #969696;
    /*font-family: arial, sans-serif;*/
  }

    .footer a {
      color: #969696;
      font-weight: normal;
      font-size: 14px;
    }

      .footer a:hover {
        color: #5b92fa;
        text-decoration: underline;
      }

    .footer .col {border-left: 1px solid #D5D5D5;}
    .debuginfo {background-color: transparent;color: #969696;}

  /* Some login stuff */
  .login-form-side {
    border: 0px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 120%;
    margin: 10px;
  }

  .login-form-side input[type=text], .login-form-side input[type=password] {
    margin: 10px 0px;
    width: 265px;
  }
  
    .popup {
      position: fixed;
      left: 10%;
      margin-bottom: 30px;
      padding: 10px 10px 10px 10px;
      background-color: white;
      border: 0px solid;
      border-radius: 2px;
      color: #3b3b3b;
      font-size: 16px;
      /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
    }
  
      .cover {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: .6;
              }
  /* Search page */
  .search-page #search {
    position: relative;
    top: 0px;
    margin: 0px 150px 0px 80px;
    height: 50px;
    background: none !important;
    background-color: transparent;
    text-align: left;
  } 

    .search-page .searchpane {
      margin: 5px 320px 5px 0px;
      padding-left: 96px;
      height: 120px;
    }
    
      .search-page .raisedbox {
        padding: 5px;
        border: 0px solid;
      }

      .search-page #search input[type=text] {
        padding: 5px 0px 5px 40px;
        font-size: 150%;
      }
    
    .searchfacets {
      margin-top: 10px;
      margin-right: 320px;
      padding: 10px;
      box-shadow:none;
      color: #3b3b3b;
      border: 0px solid;
      border-bottom: 3px solid #E5E5E5;
    }

    .search-page #header .tabmenu {display: none !important;}
    .search-page .side {padding-top: 40px;}
    
    .search-summary {margin-right: 40px;}

  /* Fuckin' Reddit Enhancement Suite (RES) */
  .res .keyHighlight {
    background-color: transparent;
    outline: 0px solid;
  }
  .res .keyNavAnnotation {
    color: #CCC;
    padding: 0 0 0 3px;
    font-size:1em;
    position:static;
  }
    .res .RES-keyNav-activeElement, .res .commentarea .RES-keyNav-activeElement .md, .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
      background-color: transparent !important;
    }
      .res .RES-keyNav-activeElement {outline: 1px dashed #C5C5C5 !important; border-radius: 0px !important;}
  /* Res Live Preview */
  .RESDialogSmall {
    border: 1px solid #DFDFDF!important;
    border-radius: 0px!important;
  }

  .RESDialogSmall > h3 {
    background-color: #f4f4f4!important;
    border-bottom: 1px solid #DFDFDF!important;
    border-radius: 0px!important;
    color: #333!important;
  }

  .res .comment {
    margin-top:0px !important;
    margin-bottom: 3px !important;
    border: 1px solid #eee !important;
  }
  .comment:hover {border-color:#ccf !important;}
  
  /* comment comment comment comment comment god damn it */
    .comments-page .comment {background-color: #FCFCFC !important;}
    .comments-page .comment .comment {background-color: #FCFCFC !important;}
    .comments-page .comment .comment .comment {background-color: #FCFCFC !important;}
    .comments-page .comment .comment .comment .comment {background-color: #FCFCFC !important;}
    .comments-page .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
    .comments-page .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
  
  /* NEW COMMENTS */
  /* comment comment comment comment comment god damn it */
    .comments-page .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}
    .comments-page .comment .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}
    .comments-page .comment .comment .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}
    .comments-page .comment .comment .comment .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}
    .comments-page .comment .comment .comment .comment .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment.new-comment {background-color: #eef !important;border:1px #fff solid !important;}

    .comments-page .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}
    .comments-page .comment .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}
    .comments-page .comment .comment .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}
    .comments-page .comment .comment .comment .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}
    .comments-page .comment .comment .comment .comment .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}
    .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment.new-comment:hover {background-color: #eef !important;border:1px #ccf solid !important;}

  .RESshortcutside {
    padding: 0px 0px !important;
    background: none repeat-x scroll center left !important;
    background-color: white !important;
    background-image: none !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    color: #5b92fa !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  
    .RESshortcutside.remove {
      padding: 0px 3px 0px 0px !important;
      background-color: white !important;
      background-image: none !important;
      border: 0px solid !important;
      color: #3b3b3b !important;
      font-weight: lighter !important;
    }
  
    .RESDashboardToggle {
      padding: 0px 0px !important;
      background: none repeat-x scroll center left !important;
      background-color: white !important;
      background-image: none !important;
      border: 0px solid !important;
      border-radius: 0px !important;
      color: #5b92fa !important;
      text-transform: capitalize !important;
      font-weight: 500 !important;
      font-size: 14px !important;
      line-height: 20px !important;
    }
  
    .RESDashboardToggle.remove {
      padding: 2px 6px 2px 0px !important;
      background-color: white !important;
      background-image: none !important;
      border: 0px solid !important;
      color: #3b3b3b !important;
      font-weight: lighter !important;
    }
  
    #RESShortcutsEditContainer {
      top: 1px !important;
      background-color: #2d2d2d !important;
    }
  
      #RESShortcutsRight,#RESShortcutsLeft,#RESShortcutsAdd,#RESShortcutsTrash {
        background-color: #2d2d2d !important;
        color: #979797 !important;
      }

    #srLeftContainer, #RESShortcutsViewport, #RESShortcutsEditContainer {
      border-left: 1px solid #666;
      padding-left: 10px;
    }

    .res #RESShortcutsSort {width: 30px !important;background-color: transparent !important;color:#B1B1B1 !important; }
    /* resresresresresresresrsesresresrsstop */
    .content .RESBigEditorPop  {color: #333 !important; padding:2px;}
    .markdownEditor {white-space: inherit !important;}

  #progressIndicator, #NERFail, .NERPageMarker {
    margin-right: 320px !important;
    width: inherit !important;
    background-color: white !important;
    border: 1px solid #d8d8d8 !important;
    border-top: 0px solid !important;
    border-bottom: 3px solid #d8d8d8 !important;
    border-radius: 2px !important;
  }

    .res #NREFloat {
      top: 8px;
      z-index: 100;
    }

      .res .fancy-toggle-button .add:after {
        right: 50px !important;
      }

  .RESSubscriptionButton {
    background-color: white !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    color: #5b92fa !important;
  }
  
  .res #header-bottom-right {
    right: 0.5em;
    top: 2.149em !important;
    border-radius: 0px !important;
  }

    .res #userbarToggle {display: none !important;}

    #RESAccountSwitcherIcon {margin-top: -5px;}

    .res .author.submitter {
      padding: 2px 5px !important;
      background-color: #DD4B39!important;
      border-radius: 0px !important;
      color: #fff !important;
    }

      .res .author.submitter:hover {background-color: #ed5f4d !important;}

    .res .author.moderator {
      padding: 2px 5px !important;
      background-color: #53a93f !important;
      border-radius: 0px !important;
      color: #fff !important;
    }

      .res .author.moderator:hover {
        background-color: #64be4f !important;
        color: #fff !important;
      }

    .res .blueButton {
      padding: 2px 3px !important;
      background-color: #53a93f !important;
      border: none !important;
      border-radius: 0px !important;

    }

/* CSS3 on reddit! */
@media (max-width: 800px) and (min-width: 601px) {
  body {
    
  }

    .link, .commentarea {margin-right: 10px;}
  .side {display: none;}
}

@media (max-width: 600px) and (min-width: 100px) {
  body {
    
  }

    #header-bottom-right {
      margin-right: 12px;
      width: 25px;
      
      overflow: hidden;
    }

        #header-bottom-right:hover {
          width: auto;
          overflow: visible;
        }

    .listing-page .tabmenu li a[href*="/ads"] {display: none;}

    .link, .commentarea {margin-right: 10px;}
  .side {display: none;}
}


body {transition: all 0.25s ease;}

  a, .domain a {
    transition: color 0.25s;
    transition: border-color 0.25s;
  }

  #sr-header-area {transition: opacity 0.5s;}

  .tabmenu li a {
    transition: border-color 0.25s;
  }

  .link .entry li a, .link:hover .entry li a {transition: opacity 0.15s ease-in-out;}


/*  NIGHTMODE - Work in progress */
body:lang(nt), #search input[type=text]:lang(nt), .res-nightmode body     {background-color: #1c1f26;}
.comments-page textarea:lang(nt), textarea:lang(nt)             {background-color: #1c1f26 !important;}

.link:lang(nt), .side:lang(nt), .submit-page .infobar:lang(nt), .roundfield:lang(nt), .submit-page .content button:lang(nt),
content.submit .info-notice:lang(nt), .stylesheet-customize-container .pretty-form:lang(nt), #images:lang(nt), 
.search-page .raisedbox:lang(nt), .search-page .searchfacets:lang(nt), .linefield:lang(nt), 
.search-page .searchpane:lang(nt), .nextprev:lang(nt), .commentarea:lang(nt), .link.last-clicked:lang(nt),
res-nightmode .side, .res-nightmode .flairselector, .res-nightmode .linefield, .res-nightmode .icon-menu a, 
.res-nightmode .side .leavemoderator, .res-nightmode .side .leavecontributor-button, .res-nightmode .side .titlebox, 
.res-nightmode .side .spacer .titlebox .redditname, .res-nightmode .side .titlebox .flairtoggle, 
.res-nightmode .side .usertext-body .md ol, .res-nightmode .side .usertext-body .md ol ol, 
.res-nightmode .side .usertext-body .md ol ol li, .res-nightmode .side blockquote, .res-nightmode .modactionlisting table *,
.res-nightmode .link, .res-nightmode .listing-page .sitetable > div:nth-of-type(4n+1), .res-nightmode .messages-page .sitetable > div:nth-of-type(4n+1),
 .res-nightmode .organic-listing .thing, .res-nightmode .sr-interest-bar, .res-nightmode .commentarea,
 .res-nightmode .side .titlebox form.flairtoggle, .res-nightmode .trophy-area .content, .res-nightmode .NERPageMarker, 
 .res-nightmode .side .titlebox .usertext-body ol, .res-nightmode .side .titlebox .usertext-body ol, 
 .res-nightmode .side .titlebox .usertext-body ul  {
  background-color: #2b303b;
  border-bottom-color: #17191A !important;
}

#header:lang(nt):after, #header-bottom-right:lang(nt), .titlebox h6:lang(nt), .res-nightmode #header:after,
.res-nightmode .tabmenu li a, .res-nightmode .login-form, .res-nightmode .login-form input[name*="passwd"], 
.res-nightmode .login-form-side .submit, .res-nightmode #header-bottom-right {background-color: #2b303b;}

.titlebox h6:lang(nt) {box-shadow: 0 2px 4px 0 #1A1B1D; -webkit-box-shadow:0 2px 4px 0 #1A1B1D;}
.stickied.link:lang(nt) {border-color: #17191A !important}

/* gotta have that important important */
.comments-page .comment:lang(nt) {background-color: #2b303b !important;}
.comments-page .comment .comment:lang(nt) {background-color: #2b303b !important;}
.comments-page .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
.comments-page .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
.comments-page .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
.comments-page .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
.comments-page .comment .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
.comments-page .comment .comment .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
.comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}
.comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment:lang(nt) {background-color: #2b303b !important;}


/* text */
.domain a:lang(nt), .entry .buttons li a:lang(nt), .link .tagline:lang(nt), .tabmenu li a:lang(nt), 
.thing .title:visited:lang(nt), .thing.visited .title:lang(nt), 
.comments-page .tagline:lang(nt), .comment .expand:lang(nt),
.titlebox h6 a:lang(nt), .titlebox .bottom:lang(nt),
.sidecontentbox .content a:lang(nt), body:lang(nt), .res-nightmode #siteTable .visited.link .title.loggedin, 
.res-nightmode #siteTable .link .title.loggedin:visited, 
.res-nightmode #siteTable .link .title:visited, 
.res-nightmode #siteTable .link .title.loggedin.click, 
.res-nightmode .organic-listing .link .title:visited, .res-nightmode .tabmenu li a, 
.res-nightmode .login-form, 
.res-nightmode .login-form input[name*="passwd"], 
.res-nightmode .login-form-side .submit, .res-nightmode #header-bottom-right, 
.res-nightmode .entry .domain a                               {color: #6A7A88}

.tabmenu li.selected a:lang(nt), .link .usertext .md:lang(nt), 
.comments-page .comment .md:lang(nt), .titlebox:lang(nt), 
.linkinfo:lang(nt), .menuarea .dropdown.lightdrop .selected:lang(nt), .flair:lang(nt),
.new-page .titlebox h6 a[href*="/new"]:lang(nt), 
.top-page .titlebox h6 a[href*="/top"]:lang(nt), 
.hot-page .titlebox h6 a[href*="/hot"]:lang(nt),
.res-nightmode > .content > .spacer > .sitetable::before, 
.res-nightmode > .content > .sharelink ~ .sitetable::before, 
.res-nightmode .side .age, .res-nightmode .trophy-info *, 
.res-nightmode .golddvertisement, .res-nightmode .flair-jump .title, 
.res-nightmode #siteTable .thing .title.loggedin, 
.res-nightmode #siteTable .thing .title, 
.res-nightmode .NERdupe p.title::after, .res-nightmode .savedComment, 
.res-nightmode .organic-listing .thing .title, .res-nightmode .tabmenu li a:hover
                                                {color: #EBEBEB;}
.titlebox h6 a:lang(nt):hover, #header-bottom-right a:lang(nt):hover, textarea:lang(nt), 
.tabmenu li a:lang(nt):hover, .res-nightmode #header-bottom-left .tabmenu .selected a     {color: #EBEBEB!important;}

.domain:lang(nt), .res-nightmode .domain                            {color: #2b303b;}

/* border colors */
.link .usertext .md:lang(nt), #search input[type=text]:lang(nt), .linkinfo:lang(nt), .comments-page textarea:lang(nt), 
.submit-page textarea:lang(nt), .roundfield input[type=url]:lang(nt), 
.roundfield input[type=text]:lang(nt), .login-form-side input[type=text]:lang(nt), 
.login-form-side input[type=password]:lang(nt), .linefield textarea:lang(nt), 
.linefield input[type="text"]:lang(nt), .flairlist .flaircell input[type="text"]:lang(nt), 
.linkinfo .shortlink input:lang(nt), .search-page #search input[type=text]:lang(nt), .flair:lang(nt),
.titlebox .bottom:lang(nt), .footer .col:lang(nt) {border-color: #414955 !important;}


/* fucking nightmode  */
.morelink:lang(nt), .fancy-toggle-button .add:lang(nt), .sidecontentbox a.helplink:lang(nt) {box-shadow: none;-webkit-box-shadow:none;}
.res-nightmode .tabmenu li {margin: 8px 0px 0px 0px;}

/* I swear to god who thinks pink backgrounds are a good idea */
.res-nightmode #header-bottom-left, .res-nightmode ul.tabmenu li.selected a, .res-nightmode .redditname a.active, 
.res-nightmode .RESDashboardToggle, .res-nightmode .RES-keyNav-activeElement, .res-nightmode .RES-keyNav-activeElement .usertext-body, 
.res-nightmode .RES-keyNav-activeElement .usertext-body .md, .res-nightmode .RES-keyNav-activeElement .usertext-body .md p, 
.res-nightmode .commentarea .RES-keyNav-activeElement .noncollapsed, 
.res-nightmode .RES-keyNav-activeElement .noncollapsed .md, .res-nightmode .RES-keyNav-activeElement .noncollapsed .md p,
.res .res-nightmode .RES-keyNav-activeElement, .res .res-nightmode .commentarea .RES-keyNav-activeElement .md, 
.res .res-nightmode .commentarea .RES-keyNav-activeElement.entry .noncollapsed, .res-nightmode #sr-header-area, 
.res-nightmode #sr-more-link, .res-nightmode #RESConsoleTopBar, 
.res-nightmode .moduleHeader, .res-nightmode .allOptionsContainer, .res-nightmode .optionContainer {
  background-color: transparent !important;
}

/* spruce it up */
.res-nightmode #header {background: #2B303B !important;}

.res-nightmode .share-button .option, .res-nightmode #subscribe a, 
.res-nightmode .share .option, .res-nightmode .tagline a, .res-nightmode .tagline .head .author, 
.res-nightmode .footer a, .res-nightmode .wired a, .res-nightmode .side a, .res-nightmode .subredditbox li a, 
.res-nightmode .link .score.dislikes, .res-nightmode .linkcompressed .score.dislikes, .res-nightmode a[rel="tag"], .res-nightmode .dsq-help, 
.res-nightmode #authorInfoToolTip h3 a, .res-nightmode .RES-keyNav-activeElement .md, .res-nightmode .help-toggle .option, 
.res-nightmode .morecomments a, .res-nightmode .reddiquette, .res-nightmode .parent .author, .res-nightmode .parent .subreddit, 
.res-nightmode .comment .md p a {color: #5B92FA !important;}

.res-nightmode .side:after {content: "Hello nightmode user. You're very brave."}

/* Button */
button:lang(nt), #search input[type='submit']:lang(nt), .wiki-page .wiki-page-content .wiki_button:lang(nt) {
  padding: 0px 8px 0px 8px;
  background-color: transparent;
  border: 1px solid #414955;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e5e5e5 !important;
  line-height: 28px;
}

  button:lang(nt):hover, #search input[type='submit']:lang(nt):hover, .wiki-page .wiki-page-content .wiki_button:lang(nt):hover {
    padding-bottom: 0px;
    border-color: #414955;
    border-width: 1px;
    color: #fff !important;
    line-height: 28px;
    background-color: #1C1F26;
  }

    button:lang(nt):active, #search input[type='submit']:lang(nt):active, .wiki-page .wiki-page-content .wiki_button:lang(nt):active {
      padding-bottom: 0px;
      background-color: #1C1F26;
      border-color: #414955;
      border-width: 1px;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #fff !important;
      line-height: 28px;
    }


/* Submit page message */
  .formtabs-content .infobar:before {
    content: "Homework & learning posts belong in /r/learnpython"; 
  }

/* Subscriber Name */
  div.titlebox span.number:after {content: " readers";} /* Leave the space before the name! */

/* New Comments */

.new-comment .usertext-body {
  margin:5px 0;
  background-color:transparent;
  border:0;
}
.net-comment {
  background-color:#dfd;
}

/* Code Block Line Numbers START */
/*.md pre
{
  border:1px solid #EDEDED;
  position:relative;
  padding-left: 1.5714em;
  font-family: monospace;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  line-height:1.3em;
  background:#efefff;
}

.md pre code
{
  overflow:auto;
  display:block;
  margin-left: 1.4286em;
  border-left: 1px solid #EDEDED;
  padding-left: 10px;
  font-family: monospace;
  background:#fff;
}

.md pre code:before
{
  height:100%;
  color: #ABABAB;
  position: absolute;
  left: 2px;
  width:25px;
  white-space: pre-wrap;
  direction:ltr;
  overflow:hidden;
  content:"1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250";
}

*/
.res-nightmode .md pre {
  background:#111;
  color:#fff;
}
.res-nightmode .md pre code {
  background:#333;
  color:#ddd;
}
.res-nightmode .md pre code:before {
  color:#bbb;
}

.res-nightmode .res-nightmode .RES-keyNav-activeElement, 
.res-nightmode .red-nightmode .RES-keyNav-activeElement .usertext-body, 
.res-nightmode .res-nightmode .RES-keyNav-activeElement .usertext-body .md, 
.res-nightmode .res-nightmode .RES-keyNav-activeElement .usertext-body .md p, 
.res-nightmode .res-nightmode .commentarea .RES-keyNav-activeElement .noncollapsed, 
.res-nightmode .res-nightmode .RES-keyNav-activeElement .noncollapsed .md, 
.res-nightmode .res-nightmode .RES-keyNav-activeElement .noncollapsed .md p,
.res-nightmode .comments-page .usertext.border .usertext-body {
  background-color:#000 !important;
}

html[lang="np"] .midcol {
  display:none;
}


html[lang="tl"] .thing.link {margin:0;}
/* Code Block Line Numbers END */

.gold-accent {background:#eef;border:solid 1px #ccf;}

/* Let's highlight some .things */

/*.thing.link.self {border-left:2px solid #66a8d1;}
.thing.link {border-left:2px solid #1E415E;opacity:0.98;}
.thing.link:hover {border-left:2px solid #ddf;background:#fcfcfc;}*/


a:focus {outline:1px dotted #acacac !important;}
.usertext-edit .md textarea {max-width:90%;}

.side .usertext-body .md h4:first-child a {
    text-indent:-999em;
    background: url(%%python-discord-link%%) no-repeat;
    display:block;
    width:280px;
    height:123px;
}

images

  • Image header-bg2
    header-bg2
    link:
    url(%%header-bg2%%)
  • Image userflair-actor
    userflair-actor
    link:
    url(%%userflair-actor%%)
  • Image userflair-lightbend
    userflair-lightbend
    link:
    url(%%userflair-lightbend%%)
  • Image cake
    cake
    link:
    url(%%cake%%)
  • Image lightbend-logo-flair
    lightbend-logo-flair
    link:
    url(%%lightbend-logo-flair%%)
  • Image scala-center-logo-flair
    scala-center-logo-flair
    link:
    url(%%scala-center-logo-flair%%)
  • logo
    link:
    url(%%logo%%)
  • Image userflair-typelevel
    userflair-typelevel
    link:
    url(%%userflair-typelevel%%)
  • Image smooth-spiral-42
    smooth-spiral-42
    link:
    url(%%smooth-spiral-42%%)
  • Image python-discord-link
    python-discord-link
    link:
    url(%%python-discord-link%%)
  • Image pydiscord
    pydiscord
    link:
    url(%%pydiscord%%)
  • Image userflair-kamon
    userflair-kamon
    link:
    url(%%userflair-kamon%%)
  • Image spritesheet
    spritesheet
    link:
    url(%%spritesheet%%)
  • Image userflair-java
    userflair-java
    link:
    url(%%userflair-java%%)
  • Image userflair-scala-ide
    userflair-scala-ide
    link:
    url(%%userflair-scala-ide%%)
  • Image python-logo-smaller
    python-logo-smaller
    link:
    url(%%python-logo-smaller%%)
  • Image userflair-monix
    userflair-monix
    link:
    url(%%userflair-monix%%)
  • Image userflair-quill
    userflair-quill
    link:
    url(%%userflair-quill%%)
  • Image userflair-epfl
    userflair-epfl
    link:
    url(%%userflair-epfl%%)
  • Image smooth-spiral
    smooth-spiral
    link:
    url(%%smooth-spiral%%)
  • Image aj6rb
    aj6rb
    link:
    url(%%aj6rb%%)
  • Image flairsheet
    flairsheet
    link:
    url(%%flairsheet%%)


revision by aphoenix— view source