Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*--------------------------------------------------------------------------
- /r/SandersForPresident Theme
- Based heavilly off of and using /r/Minimaluminiumalism
- Version 1.28
- Header Style A
- Initial Modification done by /u/AvadaKedavra03 for /r/NewEngland4Sanders
- Follup Modifications done in part by /u/AvadaKedavra03, /u/scriggities and /u/Vermonty_Python with help from /u/gavin19.
- Developer Version
- Last modified on August 15, 2015
- --------------------------------------------------------------------------*/
- /*SIDEBAR IMAGE*/
- /*.side::before {
- /*(display: block;
- /*content: "";
- /*padding-top: 200px;
- /*width: 300px;
- /*background: url(%%Sidebar-img%%) no-repeat;
- /*border-radius: 5px 5px 0px 0px;
- /*background-size:contain;
- /*background-size:300px;
- }
- /*END SIDEBAR IMAGE*/
- /*END SUBREDDIT NAME*/
- /*MODERATOR BOX RENAME*/
- .sidecontentbox .helplink + .title h1 {font-size: 0}
- .sidecontentbox .helplink + .title h1:before {font-size: 13.5px; content: "SUBREDDIT MODERATORS"}
- /*END MODERATOR BOX RENAME*/
- /*SUBMIT POST HOVER MESSAGE*/
- .morelink::after {
- content: "Please read the rules before making a new post!";
- padding: 10px;
- position: absolute;
- display: block;
- background-color: #087ED7;
- color: #FFF;
- z-index: 200;
- transition: 300ms;
- font-weight: bold;
- line-height: 1.4em;
- border-radius: 4px;
- pointer-events: none;
- font-size: 12px;
- width: 269px;
- top:0px;
- margin-right: 290px;
- opacity: 0;
- right: 0px;
- }
- .morelink:hover:after {
- margin-right: 350px;
- opacity: 100;
- }
- /*END SUBMIT POST HOVER MESSAGE*/
- /* Table in sidebar */
- .side .titlebox .md th {
- padding-left: 5px;
- padding-right: 5px;
- padding-bottom: 0px;
- padding-top: 0px;
- width: 100%;
- border: 0px;
- margin: 0px;
- }
- .side .titlebox .md th:first-child {
- padding-left: 0px;
- }
- .side .titlebox .md th:last-child {
- padding-right: 0px;
- }
- .side .titlebox .md table {
- margin: .7em 0em;
- }
- /* Buttonstyle one for table*/
- .side .titlebox .md th a {
- padding: 8px 5px;
- width: 93%;
- border-radius: 2px;
- background-color: #327bbe ;
- border-radius: 5px 5px 5px 5px;
- transition: all 0.25s ease;
- color: #fff;
- display: block;
- margin: 0em 0em;
- font-size: 12px;
- text-align: center;
- }
- .side .titlebox .md th a:hover {
- background-color: #EA504E ;
- }
- .side .titlebox .md th a:active {
- background-color: #ED6765 ;
- }
- /* Facebook/Twitter Table Formatting */
- .side .md table:nth-of-type(2){width:100%}
- .side .md table:nth-of-type(2) th:nth-of-type(1){
- width: 50%;
- }
- /* Tumblr/Instagram Table Formatting */
- .side .md table:nth-of-type(3){width:100%}
- .side .md table:nth-of-type(3) th:nth-of-type(1){
- width: 50%;
- }
- /* Wiki/HowToHelp Table Formatting */
- .side .md table:nth-of-type(4){width:100%}
- .side .md table:nth-of-type(4) th:nth-of-type(1){
- width: 50%;
- }
- /* Related Sub/IRC Table Formatting */
- .side .md table:nth-of-type(5){width:100%}
- .side .md table:nth-of-type(5) th:nth-of-type(1){
- width: 50%;
- }
- /*USER FLAIR LABELS*/
- .flair-redflair[title]:before {content: 'Redflair';}
- .flair-purpleflair[title]:before {content: 'Purpleflair';}
- .flair-greenflair[title]:before {content: 'Greenflair';}
- .flair-orangeflair[title]:before {content: 'Orangeflair';}
- .flair-blueflair[title]:before {content: 'Blueflair';}
- /*END USER FLAIR LABELS*/
- /* Flairs */
- .flair {
- border: none;
- border-radius: 5px 5px 5px 5px;
- font-size: 12px;
- font-family: arial, sans-serif;
- font-weight: none;
- background-color: #A6A6A6;
- color: #fff;
- padding-left: 0px;
- margin-right: inherit;
- }
- .flair.flair-aidan {
- background: #9932CC;
- }
- .flair.flair-aidan:hover {
- text-shadow: black 0.1em 0.1em 0.2em;
- }
- .flair.flair-SGP {
- background: #9932CC;
- }
- .flair.flair-SGP:hover {
- text-shadow: black 0.1em 0.1em 0.2em;
- }
- .flair.flair-staff {
- background: #087ED7;
- }
- .flair.flair-BBS {
- background: #B8860B;
- /* color: #006400; */
- }
- .flair.flair-VIP {
- background: #FF4500;
- /* color: #006400; */
- }
- .link .flair {font-size: 12px;}
- /* Linkflairs */
- .linkflairlabel {
- padding: 0 6px 0 6px;
- border-radius: 5px 5px 5px 5px;
- border: 0px solid;
- color: #fff;
- font-weight: bold;
- font-variant: normal;
- font-size: 12px;
- font-family: Arial,sans-serif;
- cursor: default;
- vertical-align: center;
- position: relative;
- top: 0px;
- background-color: #A6A6A6;
- text-transform: none;
- max-width: none;
- }
- .linkflair-mod .linkflairlabel {
- background-color: #2B8B27;
- color: #fff;
- }
- .linkflair-mod a.title { color: #2B8B27 !important }
- .linkflair-mod a {
- color: #2B8B27 !important;
- }
- .linkflair-global .linkflairlabel {
- background-color: #A6A6A6;
- color: #fff;
- }
- .linkflair-global a.title { color: #A6A6A6 !important }
- /*SUBREDDIT LOGO*/
- span.pagename.redditname a {
- color: transparent;
- display: block;
- width: 100%;
- height: 75px;
- background-image: url(http://b.thumbs.redditmedia.com/mx7Ws1JG-xPvUXyKIletiK9l9mvo21hg47wKBs336BI.png);
- background-size: contain;
- background-position: center center;
- background-repeat: no-repeat;
- position: absolute;
- top: 45px;
- }
- /*HEADER A EXCLUSIVE CODE*/
- /* THIS CODE CENTERS THE TAB MENU*/
- #header::after {
- position: absolute;
- top: 150px;
- width: 100%;
- height: 48px;
- background: rgba(0, 0, 0, 0.5);
- content: " ";
- z-index: -1;
- }
- #header-bottom-left .tabmenu {
- background-color: transparent;
- text-align: center;
- position: absolute;
- left: 0px;
- right: 0px;
- top: 128px;
- }
- /*END*/
- /*TABMENU*/
- .tabmenu {margin-top: 22px;}
- .tabmenu li {
- background-color: transparent;
- margin: 0 !important;
- height: 136px;
- width: 102px;
- }
- .selected, .choice.primary {font-weight: 600;}
- a {
- text-decoration: none;
- color: #999;
- }
- .tabmenu li a {
- padding: 0px 20px!important;
- background-color: transparent;
- border-left: none;
- border-right: none;
- display: inline-block;
- line-height: 48px;
- text-align: center;
- text-transform: Uppercase;
- transition: .4s color ease;
- font-weight: normal;
- color: #e5e5e5 !important;
- text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
- }
- .tabmenu li:hover a {
- background-color: rgba(255, 255, 255, 0.08);
- color: #FFF !important;
- font-weight: bold !important;
- }
- .tabmenu li.selected a {
- color: #FFF !important;
- background-color: rgba(255, 255, 255, 0.15);
- font-weight: bold !important;
- border: none !important;
- }
- /*--- Tabs - Hide unimportant ones ---*/
- #header .tabmenu li:nth-of-type(8) {
- display: none;
- visibility: hidden;
- }
- /*--- Hide Promoted (Tab 8) --- */
- .listing-page .tabmenu li a[href*="/gilded"],
- .listing-page .tabmenu li a[href*="/controversial"]
- {display: none;}
- #header .tabmenu li:nth-of-type(9) {
- display: none;
- visibility: hidden;
- }
- /*--- Hide View Images (Tab 9) ---*/
- /*--- Hide View Images (Tab 10) --- */
- #header .tabmenu li:nth-of-type(10) {
- display: none;
- visibility: hidden;
- }
- /*--- Hide View Images (Tab 10) ---*/
- /*--- Hide Metrics (Tab 11) --- */
- #header .tabmenu li:nth-of-type(11) {
- display: none;
- visibility: hidden;
- }
- /*--- Hide View Images (Tab 11) ---*/
- /*--- End Tabs - Hide unimportant ones ---*/
- /*** HEADER ***/
- #header-img {
- position: absolute;
- top: 30px;
- left: 50%;
- margin-left: -200px;
- z-index: 1;
- }
- /*END HEADER A EXCLUSIVE CODE*/
- /*CORE CODE*/
- /*UNCATEGORIZED FIXES*/
- body:not(.comments-page) .thing .title:visited {color: #331f6d;}
- .flairselector li:hover {
- width: 400px !important;
- background-color: rgb(221, 221, 221);
- border-radius: 20px;
- }
- .flair {cursor: default;}
- .loadFlat {
- position: relative !important;
- z-index: 1;
- font-weight: bold;
- text-transform: uppercase;
- font-size: 10px;
- margin-left: 10px;
- transition: 200ms;
- }
- .link.last-clicked {border: none;}
- div#RESStyleSheetTipPane {border: none !important;}
- div#RESStyleSheetTipPane-header {border: none !important;}
- .toc ul {background: #fff}
- .commentNavSortType:hover, .commentarea .menuarea .toggle a:hover{text-decoration: none !important;}
- .commentarea textarea, .roundfield textarea, .roundfield input[type="url"], .roundfield input[type="text"] {transition: 300ms; border: 1px solid #e1e1e1}
- .commentarea textarea:not(:focus):not(:hover) {
- background-color: #F8F8F8 !important;
- }
- .commentarea textarea:hover, .roundfield textarea:hover, .roundfield input[type="url"]:hover, .roundfield input[type="text"]:hover {border: 1px solid #a0a0a0;}
- #RESMainGearOverlay {background-color: rgba(0, 0, 0, 0.85) !important;}
- #RESPrefsDropdown {
- background-color: rgba(0, 0, 0, 0.85) !important;
- border: none;
- border-radius: 6px;
- }
- .RESDropdownList li {
- background-color: transparent;
- color: #fff !important;
- border: none !important;
- transition: all 0.15s ease;
- text-transform: uppercase;
- }
- .RESDropdownList li:hover,
- .RESDropdownList li a:hover {
- background-color: rgba(80, 80, 80, 0.6) !important;
- color: #fff !important;
- }
- .usertext-edit textarea:focus,
- .roundfield textarea:focus,
- .roundfield input[type="url"]:focus,
- .roundfield input[type="text"]:focus {
- border: 1px solid #ccc;
- transition: 0.1s ease;
- }
- #NERFail {
- padding-top: 20px;
- border: none;
- }
- /* Domain */
- .link .domain {visibility: hidden;}
- .link .domain a {
- visibility: visible;
- color: #b3b3b3;
- transition: all 0.15s ease;
- }
- .sr-bar a.gold {color: gold;}
- .icon-menu a {background: none;}
- textarea {border: 1px solid rgba(0, 0, 0, 0.12); /*MAKES IT LOOK BETTER ON FIREFOX*/}
- a.madeVisible {margin-top: 20px;}
- img.RESImage {border-radius: 12px;}
- .gold-accent.comment-visits-box {color: black;}
- .gold-accent {
- background-color: transparent;
- border: 0px;
- }
- .nsfw-stamp {
- color: white;
- border: none !important;
- background: #D10023;
- padding: 0px 8px !important;
- border-radius: 20px;
- font-weight: bold;
- }
- .action-form {
- border: medium none;
- max-width: 300px;
- padding: 20px;
- margin: 5px 0px;
- font-size: 12px;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 25px;
- background: rgba(0, 0, 0, 0.85);
- color: white;
- position: absolute;
- z-index: 999;
- }
- .action-form button {margin-right: 10px;}
- .action-form input:disabled {display: none;}
- .action-form ol {margin-bottom: 15px;}
- .pretty-button {
- background: none !important;
- font-weight: bold;
- padding: 1px 5px;
- border-radius: 20px;
- font-size: 10px !important;
- border: medium none !important;
- text-transform: uppercase;
- }
- .pretty-button.negative {color: #D10023;}
- .pretty-button.neutral {color: #444;}
- .pretty-button.positive {color: #2B8B27;}
- .pretty-button.pressed {font-size: 0px !important;}
- .pretty-button.pressed:after {font-size: 10px; content: "Action Done"; text-transform: uppercase; font-weight: bold;}
- button[disabled] {display:none;}
- ul.report-reasons {background-color: transparent; text-transform: uppercase; border: none;}
- .content .entry .buttons li.reported-stamp,
- body .content .stickied .entry .buttons li.reported-stamp,
- body .content .over18 .entry .buttons li.reported-stamp {
- border: none !important;
- background: #666 !important;
- color: white !important;
- font-weight: bold;
- text-transform: uppercase !important;
- padding: 1px 8px;
- border-radius: 20px;
- font-size: 9px !important;
- }
- .commentarea .nestedlisting {margin: 0 -10px;}
- .res-commentBoxes .nestedlisting > .comment {margin: 0 0 8px!important;}
- .res-commentBoxes .nestedlisting .comment {overflow: visible!important;}
- .dropdown.srdrop .selected {color: white;}
- .flat-list li a.gold {color: gold;}
- /*SUBREDDIT FONT*/
- .login-form-side input[type="text"], .login-form-side input[type="password"],
- #search input[type="text"],
- .md textarea,
- textarea,
- body {font-family: -apple-system, San Francisco Display, Helvetica Neue, Helvetica, Segoe UI, Arial, sans-serif;}
- /*Stylesheet page fix*/
- .sheets {
- margin-right: 20px;
- margin-bottom: 20px;
- }
- #preview-table {padding-left: 20px;}
- div#images {
- margin-left: 20px;
- padding-right: 20px;
- }
- ul#image-preview-list {
- margin: -15px;
- margin-bottom: -15px;
- margin-top: 20px;
- padding-top: 0px;
- }
- ul#image-preview-list li {
- background: #fff;
- padding: 8px 8px;
- margin: 0 0 5px 5px;
- border-radius: 10px;
- border: 1px solid #e1e1e1;
- width: 296.5px;
- height: 100px;
- font-size: 14px;
- color: #666;
- }
- ul#image-preview-list .preview {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 8px;
- right: 0;
- margin: auto 0;
- line-height: 98px;
- }
- ul#image-preview-list .preview img {vertical-align: middle;}
- /*RES TEMP BUGFIX*/
- .title + .expando-button + .expando-button {display: none;}
- /*DROP DOWN CHOICES*/
- .drop-choices.lightdrop {
- background: rgba(0, 0, 0, 0.85);
- border: medium none;
- padding: 5px;
- border-radius: 0px 0px 4px 4px;
- font-weight: bold;
- margin-top: 2px;
- color: rgb(255, 255, 255) !important;
- }
- .drop-choices a.choice {color: #FFF;}
- .drop-choices a.choice:hover {background: rgba(80, 80, 80, 0.6);}
- /*ICONOGRAPHY*/
- #mail.nohavemail {background: url(http://b.thumbs.redditmedia.com/yRJVNbV6QTRe8lT0D6apqpcx5_xsXT_E5zeeC28QhrM.png);}
- #mail.havemail {background: url(http://b.thumbs.redditmedia.com/7Hh5donNbD7KKLuJQJqdTE3vaKblgGOGvdSe9UWMgaI.png);}
- #mail.nohavemail,
- #mail.havemail {height: 12px;}
- #modmail.havemail {background: url(http://b.thumbs.redditmedia.com/TbT_zo4w6UQ6qzIHb_bdHRSYtY7SqyvQT714vgbEiis.png);}
- #modmail.nohavemail {background: url(http://a.thumbs.redditmedia.com/MQWldGNPPOYubQZ5JQVi9gVSFzypAp285PbwZVI7fj4.png);}
- #modmail.havemail,
- #modmail.nohavemail {height: 18px;}
- #mail.nohavemail,
- #mail.havemail,
- #modmail.havemail,
- #modmail.nohavemail {
- background-size: contain !important;
- background-repeat: no-repeat !important;
- width: 20px;
- }
- /*GENERAL RES FIXES*/
- .livePreview, .livePreview .md {text-transform: none;}
- .new-comment .usertext-body {
- border: none !important;
- }
- /*AD fixes*/
- .organic-listing {border: 0px;}
- .infobar.newsletterbar {display: none !important;}
- /*MENU AREA*/
- .menuarea {overflow: visible;}
- body:not(.search-page) .menuarea {
- font-size: 12px;
- font-weight: bold;
- text-transform: uppercase;
- margin-top: 20px !important;
- }
- .comments-page .menuarea {
- font-size: 12px;
- font-weight: bold;
- text-transform: uppercase;
- margin-top: 5px !important;
- }
- /*SEARCH PAGE*/
- .combined-search-page .searchfacets {
- margin: 0px !important;
- max-width: none !important;
- }
- .combined-search-page .searchfacets > h4.title {color: #444;}
- .combined-search-page .search-result-group {
- padding-left: 0px;
- padding-right: 0px;
- max-width: 100%
- }
- .combined-search-page .search-result {
- margin-bottom: 25px;
- margin-top: 10px;
- padding: 0px 30px;
- border-bottom: 1px solid #E1E1E1;
- padding-bottom: 20px;
- }
- .combined-search-page .search-result-group .search-result-group-header {
- border-bottom: 1px solid #999;
- color: inherit;
- margin-bottom: 20px;
- margin-top: 30px;
- padding: 0px 30px;
- text-transform: uppercase;
- padding-bottom: 5px;
- font-weight: bold;
- }
- .combined-search-page .searchpane {background: #444;}
- .combined-search-page #search input[type="text"] {max-width: none;color: #fff !important}
- .combined-search-page .search-icon {
- background-size: 30px 30px;
- height: 30px;
- width: 30px;
- }
- .combined-search-page .search-submit-button {
- background: none;
- border: none;
- float: left;
- margin-top: -45px;
- margin-left: -25px;
- }
- .combined-search-page .search-result-subreddit .search-subscribe-button .add, .combined-search-page .search-result-subreddit .search-subscribe-button .remove {width: auto;}
- .combined-search-page .search-result .search-result-body {
- font-size: 1em;
- line-height: 1.25em;
- color: #4F4F4F;
- padding: 10px 0px;
- width: 800px;
- }
- .combined-search-page .search-result a, .combined-search-page .search-result a > mark {color: inherit;}
- .combined-search-page .search-result .search-result-meta, .combined-search-page .search-result .search-score {
- font-size: 10px;
- line-height: 2em;
- color: #808080;
- padding: 8px 0px 0px 0px;
- font-weight: bold;
- text-transform: uppercase;
- }
- #moresearchinfo {
- border: none;
- background: rgba(0, 0, 0, 0.9);
- border-radius: 0 0 10px 10px;
- line-height: 1.7em;
- padding-left: 20px;
- padding-right: 10px;
- padding-bottom: 10px;
- text-align: left;
- }
- .search-page div.content {
- margin-top: 100px;
- margin-left: auto;
- margin-bottom: 300px;
- margin-right: auto;
- width: 80%;
- min-width: 1000px;
- }
- .search-page #noresults {
- padding-bottom: 20px !important;
- margin-left: 15px !important;
- }
- .search-page .side {display: none;}
- .search-page .menuarea {
- border-bottom: none;
- padding: 5px 10px;
- margin: 5px;
- font-size: 12px;
- font-weight: bold;
- text-transform: uppercase;
- margin-top: -45px;
- position: absolute;
- top: 418px;
- }
- .search-page div#moresearchinfo {
- background: rgba(0, 0, 0, 0.85);
- position: absolute;
- z-index: 9999;
- padding-left: 22px;
- padding-bottom: 20px;
- color: white;
- padding-right: 20px;
- border-radius: 0 0 8px 8px;
- top: 65px;
- }
- .search-page a#search_showmore {
- position: absolute;
- top: 100px;
- font-size: 12px;
- text-transform: uppercase;
- color: #999;
- font-weight: bold;
- right: 13px;
- }
- .search-page .searchfacets {
- border: none;
- box-shadow: none;
- background: #E0E0E0;
- color: #434343;
- text-transform: uppercase;
- font-size: 12px;
- padding-left: 20px;
- }
- .searchfacet a {color: #434343 !important;}
- #previoussearch label {
- display: block;
- margin: 5px 0px;
- position: absolute;
- top: 95px;
- text-transform: uppercase;
- font-size: 12px;
- font-weight: bold;
- }
- .search-page .searchpane {
- margin: auto;
- height: 50px;
- border: none;
- border-radius: 8px;
- box-shadow: 0 1px 5px rgba(0,0,0,0.24);
- position: relative;
- top: -85px;
- margin-bottom: -45px;
- }
- .search-page #search input[type="submit"], .search-page #search input[type="submit"]:hover {display: none;}
- .dropdown.lightdrop .selected {text-decoration: none;}
- .search-page #search input[type="text"] {
- background: none;
- border: medium none;
- font-size: 27px;
- width: 100% !important;
- position: relative;
- top: 2px;
- margin-left: 30px;
- }
- .search-page .raisedbox h4 {display: none;}
- .search-summary {display: none}
- .searchpane-toggle-hide {display: none;}
- /*COMMENTS PAGE*/
- .comments-page .content .infobar {
- border: 0px none;
- background: #fff;
- max-width: 300px;
- padding: 10px 20px;
- text-transform: uppercase;
- font-weight: bold;
- font-size: 11px;
- border-radius: 4px;
- box-shadow: 0 1px 5px rgba(0,0,0,0.24);
- margin-top: 30px;
- margin-left: -10px !important;
- margin-bottom: 15px;
- }
- .panestack-title a.title-button {
- position: relative;
- z-index: 2;
- }
- .panestack-title a.title-button.gold, .panestack-title a.title-button {
- padding: 5px 10px;
- text-transform: uppercase;
- font-weight: bold;
- font-size: 9px;
- color: #fff;
- border: none;
- border-radius: 3px;
- }
- .linkinfo .shortlink input {
- padding-left: 10px;
- padding-right: 10px;
- top: 25px;
- height: 20px;
- }
- .linkinfo {
- border: none !important;
- background-color: #fff;
- top: 365px;
- font-family: inherit !important;
- padding: 20px;
- position: absolute;
- box-shadow: 0 1px 5px rgba(0,0,0,0.16);
- border-radius: 4px;
- }
- .res .comments-page .side {margin: 315px 25px 100px;}
- .comments-page .side {margin: 300px 25px 100px;}
- .res .content .RESBigEditorPop {
- line-height: inherit;
- font-size: 11px;
- box-shadow: none;
- font-weight: 400;
- color: #4D5763;
- border: none;
- padding: 0;
- height: inherit;
- margin-left: 4px;
- margin-top: 5px;
- background-color: transparent;
- }
- .RESSubscriptionButton {
- display: inline-block;
- position: relative;
- z-index: 1;
- margin-left: 15px;
- padding: 5px !important;
- font-size: 9px;
- text-transform: uppercase;
- text-align: center;
- cursor: pointer;
- color: #fff!important;
- border: 0 solid #CCC!important;
- border-radius: 2px;
- transition: .25s ease
- }
- body.comments-page div.content {background: none !important;}
- body.comments-page .link {
- background: #FFF;
- border: none;
- border-radius: 5px 5px 0px 0px;
- box-shadow: 0 1px 5px rgba(0,0,0,0.16);
- }
- body.comments-page .sitetable {
- position: relative;
- z-index: 2;
- }
- .commentarea > .usertext {
- background-color: #F8F8F8;
- border-radius: 0px 0px 2px 2px;
- box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.16);
- overflow: visible;
- padding-top: 165px;
- padding-left: 29px;
- margin-top: -160px;
- margin-left: -10px;
- margin-right: -10px;
- }
- .res .commentarea > .usertext {
- position: relative;
- top: -110px;
- margin-bottom: -90px;
- margin-top: -160px;
- padding-top: 136px;
- clear: left;
- }
- .commentarea .panestack-title {
- margin: 16px 0 -16px 22px;
- border-bottom: 0
- }
- .commentarea span.title {
- text-transform: uppercase !important;
- font-weight: bold;
- font-size: 13px;
- position: relative;
- z-index: 1;
- }
- .commentarea .panestack-title .title {color: #4D5763}
- .commentarea .menuarea {
- margin-left: 22px !important;
- text-transform: uppercase;
- font-size: 12px;
- position: relative;
- z-index: 1;
- overflow: visible;
- }
- .commentarea .thing {
- border-radius: 2px;
- background-color: #fff;
- box-shadow: 0 1px 5px rgba(0,0,0,0.16);
- margin: 0 0 8px;
- padding: 16px 16px 1px 16px;
- }
- .res .commentarea .thing {padding:15px 15px 0px !important}
- .res .commentarea .thing.collapsed {padding: 10px 15px 10px !important;}
- .res .commentarea .entry .flat-list {padding-bottom: 8px;}
- .comment .flat-list li a[onclick*="reply"] {font-weight: bold;}
- .commentarea .child .thing {
- box-shadow: none;
- padding: 4px;
- margin-left: 0px !important;
- margin-top: 15px;
- }
- body.comments-page div.content {border: none !important;}
- div.sitetable.nestedlisting, div.child {box-shadow: none;}
- /*END COMMENT AREA*/
- /*WIKI PAGE*/
- .wiki-page div.content {
- border: 0px;
- background: none;
- margin-right: 350px !important;
- }
- .wiki-page-content .md h1, .wiki-page-content .md h6 {text-transform: none !important;}
- .wiki-page .wikititle {
- background-color: #fff;
- padding: 12px 16px 10px;
- border-radius: 5px;
- box-shadow: 0 1px 5px rgba(0,0,0,0.16);
- font-size: 12px;
- text-transform: uppercase;
- margin: 0;
- color: #444;
- }
- .wiki-page .wiki-page-content .md.wiki h4 {
- padding: 15px 0px;
- font-weight: bold;
- }
- .wiki-page .pageactions {
- background-color: #fff;
- margin-left: 16px;
- border-radius: 5px;
- padding: 8px 16px;
- font-size: 12px;
- border: none;
- text-transform: uppercase;
- box-shadow: 0 1px 5px rgba(0,0,0,0.16)
- }
- .wiki-page .pageactions .wikiaction {
- margin: 0;
- background-color: transparent;
- border-radius: 0;
- color: #B3B3B3;
- }
- .wiki-page .pageactions .wikiaction-current {
- color: #444;
- font-weight: bold;
- }
- .wiki-page .pageactions .wikiaction:hover,.wiki-page .pageactions .wikiaction-current:hover {
- background: none;
- color: #666;
- font-weight: bold;
- }
- .wiki-page .wiki-page-content {
- margin: 16px 0px 16px 0;
- background-color: #fff;
- padding: 16px;
- border-radius: 2px;
- box-shadow: 0 1px 5px rgba(0,0,0,0.16)
- }
- .wiki-page .wiki-page-content .wiki>.toc>ul {border: none}
- .wiki-page .wiki-page-content .wiki.md {color: #4D5763;}
- .wiki-page .wiki-page-content .wiki.md h2 {color: #444;}
- .wiki-page .wiki-page-content .wiki.md p {
- font-size: 14px;
- line-height: 1.4285714285714em
- }
- .wiki-page .wiki-page-content hr {
- border-style: solid;
- border-color: #e5e5e5
- }
- /*SUBMIT PAGE*/
- .submit-page .submit_text {width: 540px !important;}
- .submit-page .submit_text.enabled {text-transform: none !important;}
- .formtabs-content .infobar {
- font-size: 15px;
- font-weight: bold;
- border: none;
- background-color: white;
- box-shadow: 0 2px 5px rgba(0,0,0,0.12);
- padding: 20px;
- border-radius: 4px;
- text-align: center;
- color: #000;
- }
- #sr-more-link {background-color: #fff !important;}
- .roundfield {
- background: #FFF;
- width: auto;
- padding: 15px 20px 9px;
- text-transform: uppercase;
- font-weight: bold;
- font-size: 12px;
- line-height: 1.5em;
- border-radius: 4px;
- box-shadow: 0 2px 5px rgba(0,0,0,0.12);
- }
- .roundfield textarea, .roundfield input[type="url"], .roundfield input[type="text"] {width: 530px;}
- .roundfield input[type="text"] {margin-bottom: 15px;}
- .submit-page .markdownEditor-wrapper {
- white-space: nowrap;
- width: 535px;
- }
- .content.submit .info-notice {
- margin-bottom: 12px;
- margin-left: 10px;
- margin-top: -10px;
- margin-right: 10px;
- font-size: 12px;
- padding: 9px;
- background-color: #FFF;
- border: none;
- }
- .submit-page .content .spacer {margin-left: 0px;}
- .submit-page .content {
- width: 600px;
- margin: 0 auto;
- }
- .submit-page div.content {
- margin-top: 20px !important;
- margin-bottom: 50px !important;
- background: none !important;
- border: none !important;
- }
- .submit-page .tabmenu.formtab .selected a {
- color: #cecece;
- background-color: transparent;
- border: none;
- font-size: inherit;
- }
- .submit-page ul.tabmenu.formtab {
- display: block;
- padding-left: 10px;
- font-size: larger;
- border-radius: 4px;
- }
- .submit-page .tabmenu li a {
- background: transparent;
- border: none;
- }
- .submit-page .tabmenu {margin-top: 0px;}
- .formtabs-content {border-top: 0px solid!important;}
- body:not(.submit-page) .tabmenu::after {display: none;}
- .submit-page #newlink.submit.content .btn {
- height: 42px;
- line-height: 41px;
- width: 97%;
- margin-left: 10px;
- }
- /*SIDEBAR*/
- .sidecontentbox .title h1 {
- color: #555;
- font-weight: bold;
- font-size: 14px;
- }
- .md-container {text-align: left;}
- .titlebox {text-align: center;}
- .submit-page .side, .submit-page .content h1 {display: none !important;}
- .formtabs-content {border-top: 0px solid!important;}
- body:not(.submit-page) .tabmenu::after {
- position: absolute;
- height: 49px;
- content: '';
- z-index: -1;
- left: 0px;
- right: 0px;
- background: #666;
- }
- .formtabs-content {
- width: auto;
- border-top: 4px solid #5f99cf;
- padding: 10px;
- margin-top: 15px;
- }
- /*No comment message*/
- .comments-page #noresults:after {content: ".";}
- /* --- Message the mod button --- */
- .sidecontentbox .title h1 {display: inline-block;}
- .sidecontentbox a.helplink {
- margin-right: 30px;
- margin-bottom: 20px;
- margin-top: 10px;
- width: 215px;
- border: none;
- border-radius: 4px;
- color: #fff!important;
- text-align: center;
- font-weight: 700;
- font-size: 13px;
- text-transform: uppercase;
- line-height: 30px;
- transition: .25s ease
- }
- .sidecontentbox a.helplink:hover {text-decoration: none;}
- .sidecontentbox a.helplink:active {background-color: #ae9df4}
- /*OP TAG*/
- div .thing .tagline .author.submitter:before,
- div .thing .tagline .author.submitter {
- font-weight: Bold;
- line-height: 20px;
- color: #FFF;
- display: inline-block;
- font-size: 10px;
- }
- div .thing .tagline .author.submitter:before {
- background: #4169E1;
- padding: 0 7px 0 10px;
- border-radius: 20px 0px 0px 20px;
- font-size: 10px;
- content: "OP ";
- margin-right: 7px;
- }
- div .thing .tagline .author.submitter {
- background: #27408b !important;
- padding: 0px 10px 0px 0px;
- border-radius: 20px;
- transition: 300ms;
- }
- div .thing .tagline .author.submitter:hover {background: #4169E1 !important;}
- /*MODERATOR DISTINGUISH TAG*/
- div .thing .tagline .author.moderator:before,
- div .thing .tagline .author.moderator {
- font-weight: Bold;
- line-height: 20px;
- color: #FFF;
- display: inline-block;
- font-size: 10px;
- }
- div.thing .tagline .author.moderator:before {
- background: #282 !important;
- padding: 0 7px 0 10px;
- border-radius: 20px 0px 0px 20px;
- font-size: 10px;
- content: "Mod ";
- margin-right: 7px;
- }
- body div .thing .tagline .author.moderator {
- background: #1A4B17 !important;
- padding: 0px 10px 0px 0px;
- border-radius: 20px;
- transition: 300ms;
- }
- body div .thing .tagline .author.moderator:hover {background: #282 !important;}
- .tagline .moderator:after {content: "oderator - speaking officially.";}
- a.author.moderator:after {content: "";}
- /*REDDIT ADMIN DISTINGUISH*/
- .tagline .admin:after {content: "dmin - speaking officially";}
- a.author.admin:after {content: "";}
- a.author.admin:before {content: "";}
- a.author.moderator:after {content: "";}
- .thing .tagline .author.admin {background-color: #c41959 !important;}
- .thing .tagline .author.admin:before {background-color: #fe506e !important;}
- /*BODY AND POST APPEARANCE*/
- .link {
- margin-bottom: 0px;
- }
- body:not(.comments-page) div.content .entry {
- border-bottom: 1px solid #e1e1e1;
- padding: 15px;
- }
- .comments-page .link {padding: 20px;}
- /*IMAGE SIDEBAR SUB TITLE*/
- .res h1.redditname {overflow: visible;}
- /*LINK SCORES TYPE*/
- .link .score.likes {color: #FF5F3F;}
- .link .score.dislikes {color: #4F4DC0;}
- /*USERBAR TOGGLE*/
- .res #userbarToggle {
- width: 11px;
- height: 30px;
- background-color: transparent;
- border: medium none;
- line-height: 48px;
- color: #FFF;
- border-radius: 0px;
- padding-bottom: 23px;
- padding-left: 5px;
- padding-right: 8px;
- margin-left: -6px;
- margin-bottom: -13px;
- transition: all 200ms ease 0s;
- }
- .res #userbarToggle:hover {
- background-color: rgba(255, 255, 255, 0.1);
- }
- #userbarToggle.userbarShow {
- background-color: rgba(255, 255, 255, 0.1);
- left: -3px !important;
- margin-top: -11px;
- padding-right: 20px;
- font-size: 25px;
- padding-left: 15px;
- margin-left: -12px;
- transition:200ms;
- }
- #userbarToggle.userbarShow:hover {
- background-color: rgba(255, 255, 255, 0.3);
- }
- /*NO SELECT BACKGROUND*/
- .entry.RES-keyNav-activeElement, .entry.RES-keyNav-activeElement div.md, .entry.RES-keyNav-activeElement .usertext-body, .commentarea .entry.RES-keyNav-activeElement div.noncollapsed {background: none repeat scroll 0% 0% transparent !important;}
- /*BODY BACKGROUND*/
- body {background: #f2f2f2;}
- /*EXPANDO NO OUTLINE*/
- .entry.RES-keyNav-activeElement div.md, .commentarea .entry.RES-keyNav-activeElement div.noncollapsed, .entry.RES-keyNav-activeElement .usertext-body, .new-comment .usertext-body .md {
- outline: medium none !important;
- border: 0px none !important;
- }
- /*RES NEVER ENDING REDDIT*/
- .NERPageMarker, #progressIndicator {
- font-size: 14px !important;
- font-weight: bold !important;
- text-align: left !important;
- background-color: transparent !important;
- border: none !important;
- border-radius: 0 !important;
- padding: 10px !important;
- text-transform: uppercase;
- margin-left: 20px;
- }
- #progressIndicator {
- font-size: 12px !important;
- text-align: center;
- text-transform: uppercase;
- color: #666;
- }
- #progressIndicator a#NERStaticLink {color: #08c;}
- #progressIndicator h2 {
- text-align: center;
- font-size: 16px !important;
- text-transform: uppercase;
- font-weight: bold;
- margin-top: 5px;
- }
- /*RES-NAVTOP*/
- div#header-bottom-right.res-navTop {
- position: absolute;
- top: 25px;
- right: -10px;
- background: none;
- }
- #header-bottom-right a, #header-bottom-right .user, #header-bottom-right .separator, #header-bottom-right .user .userkarma {
- color: #FFF;
- font-size: 11px;
- font-weight: bold;
- text-transform: uppercase;
- }
- /*NO-RES HEADER-BOTTOM-RIGHT*/
- #header-bottom-right {
- background: none repeat scroll 0% 0% transparent !important;
- margin-right: 20px;
- position: abolute;
- top: 163px;
- padding-top: 5px;
- padding-right: 10px;
- right: -2px;
- text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
- }
- /*Sub Selector*/
- #sr-header-area {
- background-color: rgba(0, 0, 0, 0.5);
- border: none;
- color: #fff;
- padding-top: 3px;
- padding-bottom: 3px;
- font-weight: 400;
- font-size: 9px;
- }
- #srList {
- position: absolute;
- top: 24px !important;
- left: 20px !important;
- z-index: 9999;
- border: none;
- background-color: rgba(0, 0, 0, 0.85) !important;
- width: auto;
- overflow-y: auto;
- color: white;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 2em;
- border-radius: 0 0 10px 10px;
- padding-bottom: 6px;
- }
- #srList tr {border-bottom: none !important;}
- #srList tr:hover {background-color: rgba(80, 80, 80, 0.6) !important;}
- #srList td a {color: #fff;}
- #sr-header-area .drop-choices.srdrop {
- margin-top: 3px;
- margin-left: 5px;
- background: rgba(0, 0, 0, 0.85);
- border: medium none;
- line-height: 1.5em;
- font-weight: bold;
- padding-bottom: 10px;
- padding-left: 10px;
- padding-right: 10px;
- padding-top: 10px;
- border-radius: 0px 0px 10px 10px;
- }
- body.res #sr-header-area .sr-bar a.RESShortcutsCurrentSub {color: #fff!important; /*COLOR OF SUB SELECTOR, ACTIVE*/}
- #sr-header-area a {font-size: 9px; transition: 200ms;}
- #sr-header-area a:hover {font-weight: bold;}
- .sr-bar a {color: #fff;}
- .titlebox h1 {
- font-family: inherit;
- font-weight: normal;
- }
- div.score {
- font-weight: 500;
- color: #999;
- }
- .linkinfo .date {
- font-weight: 500;
- font-size: 12px;
- }
- .md p, .md h1 {line-height: 20px;}
- .md ul {line-height: 20px;}
- h2 {
- color: #252525;
- font-size: 18px;
- font-weight: normal;
- }
- .linkinfo .shortlink input {
- box-shadow: none!important;
- font-family: monospace !important;
- border: 1px solid #e5e5e5!important;
- transition: all .15s ease!important;
- }
- .linkinfo .shortlink {
- text-transform: uppercase;
- margin-top: 20px;
- font-weight: bold;
- text-align: center;
- }
- .comment .collapsed {
- padding-left: 24px;
- padding-bottom: 10px;
- padding-top: 2px;
- }
- .comment .midcol {width: 20px !important;}
- .gadget .midcol {width: 20px !important;}
- /*Sub Selector*/
- /*HEADER*/
- #header {
- background: #327bbe;
- border-bottom: 1px solid transparent;
- height: 197px;
- }
- #header span.pagename.redditname a{
- -webkit-animation-duration: 1.2s;
- -webkit-animation-name: godown;
- animation-duration: 1.2s;
- animation-name: godown;
- }
- @keyframes godown {
- 0% {opacity:0;transform:translateY(-60px);-webkit-transform:translateY(-60px)}
- 100% {opacity:1;transform:translateY(0px);-webkit-transform:translateY(0px)}
- }
- @-moz-keyframes godown {
- 0% {opacity:0;transform:translateY(-60px);-webkit-transform:translateY(-60px)}
- 100% {opacity:1;transform:translateY(0px);-webkit-transform:translateY(0px)}
- }
- @-webkit-keyframes godown {
- 0% {opacity:0;transform:translateY(-60px);-webkit-transform:translateY(-60px)}
- 100% {opacity:1;transform:translateY(0px);-webkit-transform:translateY(0px)}
- }
- @-o-keyframes godown {
- 0% {opacity:0;transform:translateY(-60px);-webkit-transform:translateY(-60px)}
- 100% {opacity:1;transform:translateY(0px);-webkit-transform:translateY(0px)}
- }
- .pagename a {
- height: 100px;
- width: 200px;
- display: inline-block;
- text-indent: -99999px;
- background-repeat: no-repeat;
- }
- span.pagename.redditname a:hover {opacity: 0.8}
- .pagename {font-size: 0px;}
- .subtitle, .sidebox .spacer, .sidebox .spacer a, .sidebox.create, .morelink .nub {display: none;}
- /*DISABLE CSS STYLE TOGGLE*/
- .res .titlebox>div:first-of-type, .titlebox form.toggle {
- font-weight: normal;
- text-align: center;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- /*SUBSCRIBE+SIDEBAR TOGGLES*/
- .fancy-toggle-button .add,
- .fancy-toggle-button .remove {
- padding: 5px 20px;
- border-radius: 20px;
- }
- .res .fancy-toggle-button .remove{padding: 5px 8px !important;}
- .res .fancy-toggle-button .add,
- .res .fancy-toggle-button .remove,
- .fancy-toggle-button .add,
- .fancy-toggle-button .remove,
- .RESshortcutside,
- .RESDashboardToggle,
- .RESshortcutside.remove,
- .RESDashboardToggle.remove {
- font-size: 9px;
- border: none !important;
- text-transform: uppercase;
- transition: 200ms;
- background-image: none !important;
- }
- .res .fancy-toggle-button .add,
- .res .fancy-toggle-button .remove,
- .RESshortcutside,
- .RESDashboardToggle,
- .RESshortcutside.remove,
- .RESDashboardToggle.remove {
- padding: 5px 10px !important;
- border-radius:3px !important;
- }
- /*END SIDEBAR TOGGLES*/
- .linkinfo .date {
- font-weight: 500;
- font-size: 12px;
- text-transform: uppercase;
- text-align: left;
- }
- .linkinfo .score .number {
- font-size: 14px;
- text-align: left;
- }
- div.score,
- span.totalvotes {
- text-transform: uppercase;
- font-size: 14px;
- font-weight: 500 !important;
- color: #777;
- }
- .linkinfo .totalvotes {font-size: 100%;}
- /* reddit name on sidebar below search box */
- .titlebox h1.redditname {
- width: 100%;
- text-align: center;
- }
- .titlebox .redditname {height: 25px}
- .res .titlebox .fancy-toggle-button {
- display: inline-block;
- margin-top: 10px;
- margin-right: 5px;
- margin-left: 0px;
- width: auto;
- }
- .titlebox .fancy-toggle-button {
- margin: 0px auto;
- width: 100%;
- }
- .titlebox .fancy-toggle-button {
- display: inline-block;
- margin-top: 4px;
- transition: 300ms;
- }
- .flat-list {
- list-style-type: none;
- display: inline;
- }
- /*COMMENTS BUTTON COLOR*/
- .entry .buttons .may-blank {
- font-weight: bold;
- }
- .link .tagline {
- color: #666;
- font-size: 12px;
- margin-top: 3px;
- }
- .entry .buttons li a, .entry .buttons li + li {color: #666;}
- .comment .flat-list li a:hover,
- .link .entry .buttons li a:hover,
- .link .domain a:hover {
- font-weight: bold;
- text-decoration: none;
- transition: 200ms;
- }
- /*COMMENTS AND EVERYTHING ELSE BUTTONS*/
- button {
- border-radius: 4px;
- color: #FFF;
- cursor: pointer;
- font-size: 14px;
- line-height: 2.16;
- text-align: center;
- white-space: nowrap;
- border: 0px none;
- padding: 0px 1.06667em;
- text-transform: uppercase;
- transition: all 200ms ease 0s;
- font-weight: bold;
- font-size: 12px;
- }
- /*BODY MARGINS AND SETTINGS */
- body:not(.submit-page) .tabmenu::after {
- position: absolute;
- height: 49px;
- content: '';
- z-index: -1;
- left: 0px;
- right: 0px;
- background: #666; /*TABMENU BACKGROUND SELECT*/
- }
- /* TAB BAR SETTINGS */
- #sr-header-area {
- width: 100%;
- z-index: 9999;
- }
- /* BODY MARGINS */
- div.content {
- border-radius: 8px;
- margin: 20px 350px 10px 25px;
- border: 1px solid #e1e1e1;
- background-color: #fff;
- font-size: 12px;
- }
- .midcol {margin-left: 0;}
- body >.content .link .rank, .rank-spacer {display: none;}
- body > .content .link .midcol, .midcol-spacer { width: 40px !important;}
- body:not(.comments-page) > .content .link .midcol, .midcol-spacer {margin: 15px 7px 10px 10px;}
- .link .title {font-weight: normal;}
- .link .title .domain {
- color: #999;
- font-size: 0;
- font-weight: normal
- }
- .link .title .domain::before {font-size: 12px}
- .link .title .domain a {
- font-size: 12px;
- margin-left: 1px;
- margin-top: -10px;
- }
- /*SIDEBAR*/
- .side {
- border: 1px solid #e1e1e1;
- border-radius: 5px;
- padding: 0px;
- margin: 163px 25px 100px;
- width: 300px;
- background: #ffffff;
- }
- #searchexpando {
- border-radius: 0px 0px 4px 4px;
- text-align: center;
- width: 280px;
- background: rgba(0, 0, 0, 0.85);
- border: medium none;
- box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
- color: white;
- margin-top: 0px;
- font-weight: bold;
- text-transform: uppercase;
- font-size: 11px;
- line-height: 2.5em;
- height: auto;
- }
- .infobar {border: 0px}
- .side #search {
- top: 220px;
- position: absolute;
- margin-right: 25px;
- z-index: 4;
- width: 317px;
- }
- /*SEARCH ANIMATION*/
- body:not(.search-page) #search input[type=text] {
- border-radius: 6px;
- padding:9px;
- border: 1px solid #e1e1e1;
- text-align: center;
- transition: 300ms;
- }
- body:not(.search-page) #search input[type=text]:hover {border: 1px solid #a0a0a0;}
- body:not(.search-page) #search input[type=text]:focus {
- border-color: #aaa;
- text-align: left;
- padding-left: 8px;
- outline: 0;
- padding-left: 6px;
- animation-name: search;
- animation-duration: 0.4s;
- animation-timing-function: ease;
- animation-iteration-count: 1;
- animation-play-state: running;
- }
- @-webkit-keyframes search {
- 0% {padding-left: 125px;}
- 8% {padding-left: 107px;}
- 15% {padding-left: 89px;}
- 30% {padding-left: 71px;}
- 50% {padding-left: 53px;}
- 60% {padding-left: 18px;}
- 100% {padding-left: 6px;}
- }
- @keyframes search {
- 0% {padding-left: 125px;}
- 8% {padding-left: 107px;}
- 15% {padding-left: 89px;}
- 30% {padding-left: 71px;}
- 50% {padding-left: 53px;}
- 60% {padding-left: 18px;}
- 100% {padding-left: 6px;}
- }
- /*SUBMIT LINKS */
- .morelink {
- border: none;
- letter-spacing: 0;
- font-size: 14px !important;
- border-radius: 3.5px;
- padding: 3px;
- text-transform: uppercase;
- transition:200ms;
- }
- .morelink a, .morelink a:hover, .morelink a:visited {color: #fff;}
- /*RESTRICTED*/
- .disabled .morelink, .disabled .morelink:hover {
- background-image: none !important;
- top: 314px;
- position: absolute;
- width: 300px;
- }
- .side .submit-link {
- position: absolute;
- width: 300px;
- top: 271px;
- right: 25px;
- }
- .side .submit-text {
- position: absolute;
- width: 300px;
- top: 318px;
- right: 25px;
- }
- .morelink .nub {display: none;}
- /*TITLEBOX PADDING*/
- .titlebox {padding: 12px;}
- .side .titlebox .md h3 a {margin-left: 5px;}
- .side md {
- padding-left: 5px;
- padding-right: 5px;
- }
- .side #moderation_tools {
- padding-left: 15px;
- margin-bottom: 15px;
- }
- .sidecontentbox {padding: 15px;}
- .infobar {
- background: #f2f2f2;
- border: 1px solid #ebebeb;
- }
- .user .userkarma {font-weight: normal;}
- .message-count {
- position: relative;
- top: -2px;
- }
- .commentarea {padding: 0 10px 10px;}
- .users-online {color: #535353;}
- .users-online:before {display: none;}
- .flair, .linkflairlabel {
- margin-right: 0.8em;
- padding: 2px 4px;
- }
- .nextprev, .next-suggestions {
- margin: 10px !important;
- padding: 10px !important;
- display: block;
- }
- .nextprev a, .next-suggestions a {font-weight: normal !important;}
- .link .usertext .md {border: 1px solid #e1e1e1;}
- .link .usertext-body .md {
- border: none !important;
- background: none !important;
- }
- .arrow.downmod,
- .arrow.upmod,
- .arrow.up,
- .arrow.down {
- background-size: contain;
- background-position: 0px 0px;
- height: 25px;
- width: 25px;
- }
- .arrow.downmod {background-image: url(http://b.thumbs.redditmedia.com/26letbjDXi2ouaCtkXvCJyVzIbYblc1Bv_SA6w2201E.png);}
- .arrow.upmod {background-image: url(http://b.thumbs.redditmedia.com/qKSbXIj8zBXoeETvuSzfOdroghp3g6_Pzm02s4N7Pzw.png);}
- .arrow.up {background-image: url(http://b.thumbs.redditmedia.com/vL2LfIAdhazhFkq_D1m03v_EEGlxppSsjyxz-rlvUSQ.png);}
- .arrow.down {background-image: url(http://b.thumbs.redditmedia.com/ZuHqxkp2aOeOzCpI64aDiN1V1jNSadGSkgRGl7LISBk.png);}
- div.midcol.likes, div.midcol.dislikes, div.midcol.unvoted,div.reddit-entry {padding: 0px 10px;}
- #header-img.default-header:hover, #header-img:hover {opacity: .7;}
- .users-online {margin-bottom: 2em;}
- .titlebox span.subscribers,.titlebox .number {
- font-size: 12px;
- position: relative;
- }
- .titlebox span.subscribers, .titlebox .users-online {
- color: #999;
- position: relative;
- top: 10px;
- }
- div.leavemoderator {
- margin-left: 18px;
- background: none;
- }
- .titlebox .users-online {
- font-size: 12px;
- position: relative;
- top: 15px;
- }
- .titlebox h1 {
- color: #4d5763;
- margin-bottom: 6px
- }
- .titlebox .users-online:before {display: none}
- .titlebox .users-online .number {font-style: italic}
- .titlebox .users-online .number:before {content: ""}
- .titlelebox .word {display: none}
- .titlebox .users-online,.titlebox .number {cursor: text}
- /* Text */
- .side .md .-blocks,.side .md .-lists,.side .md pre,.side .md blockquote,.side .md table,.side .md p,.side .md ul,.side .md ol {
- margin-top: 15px;
- color: #000;
- font-size: 13px;
- font-weight: normal;
- }
- /*BUTTONS ON SIDEBAR - Buttonstyle one */
- .side .titlebox .md h3 a {
- border-radius: 3.5px;
- padding: 6px 0px;
- border: none;
- color: #fff;
- letter-spacing: 0;
- font-weight: bold;
- text-align: center;
- transition: .3s background ease;
- font-size: 13px !important;
- width: 276px;
- margin: .03em 0;
- display: block;
- }
- /*BUTTONS ON SIDEBAR - Buttonstyle two */
- .side .titlebox .md h4 a {
- border-radius: 3.5px;
- padding: 6px 0px;
- border: none;
- color: #fff;
- letter-spacing: 0;
- font-weight: bold;
- text-align: center;
- transition: .3s background ease;
- font-size: 13px !important;
- width: 276px;
- margin: .03em 0;
- display: block;
- }
- .md hr {border: solid 1px #e5e5e5}
- .titlebox .bottom {display: none}
- .sidecontentbox .collapse-button {
- display: inline-block;
- width: 12px;
- height: 12px;
- line-height: 10px;
- text-align: center;
- font-size: 10px;
- margin: 1px 8px;
- background-color: transparent;
- color: #4169E1;
- vertical-align: middle;
- border-radius: 2px;
- border: 1px solid #4169E1
- }
- .sidecontentbox .collapse-button:hover {
- background-color: transparent;
- color: #009884;
- vertical-align: middle;
- border-radius: 2px;
- border: 1px solid #27408b
- }
- .side .sidecontentbox .content {
- border: none;
- padding: 8px 0
- }
- /* Recently viewed links */
- .gadget .midcol {width: 38px}
- /* Body Content - Frontpage */
- .content {
- margin: 96px 16px 0;
- padding: 0
- }
- .entry .buttons li a, .entry .buttons li + li {font-weight: normal;}
- /*EXPANDO BUTTONS*/
- expando-button, .expando-button.image {
- height: 20px;
- width: 20px;
- margin: 5px 7px 2px 3px;
- background-repeat: no-repeat !important;
- background-size: contain;
- }
- /*EXPANDO BUTTONS*/
- body .expando-button,
- body .expando-button:hover,
- body .expando-button.expanded:hover,
- body .expando-button.expanded {
- background-size: 20px 20px !important;
- background-repeat: no-repeat !important;
- }
- .expando-button {background: url(http://b.thumbs.redditmedia.com/aDFezrdcXu6tiE0z-9S0IRcAwl72Q2FnRWuR1K91OjA.png) !important;}
- .expando-button:hover {background: url(http://b.thumbs.redditmedia.com/uRT2m624lndOfpmLjkPSLehinPlnbSltF3Yi08KCq0k.png) !important;}
- .expando-button.expanded:hover {background: url(http://b.thumbs.redditmedia.com/54F0Ajt4L3QpPPcPBPqLDGjJau2IuNtAZh60l-QRCoI.png) !important;}
- .expando-button.expanded {background: url(http://b.thumbs.redditmedia.com/1JA-UcAfESFIJ5lLzbmTF2wqyC6PziNxG2g9kI26T9o.png) !important;}
- /* Flair Selector */
- .flairselector.drop-choices.active {
- border: 1px solid #e1e1e1;
- border-radius: 8px !important;
- top: 100px;
- visibility: visible;
- background-color: #FFF;
- padding: 20px !important;
- }
- .flairselector .flairselection {margin-bottom: 17px;}
- .flairselector .customizer {
- display: inline-block;
- vertical-align: middle;
- }
- .side .flairselector {
- position: fixed;
- top: 350px!important;
- left: 50%!important;
- margin-left: -220px;
- width: 400px !important;
- border: none;
- border-radius: 2px;
- box-shadow: 0 0 16px rgba(0,0,0,0.64);
- }
- .flairselector h2 {
- margin-bottom: 4px;
- background-color: transparent;
- color: #555 !important;
- text-align: left;
- text-transform: uppercase !important;
- font-weight: bold;
- font-size: 12px !important;
- }
- .flairselector form button {
- text-transform: uppercase;
- font-size: 10px;
- font-weight: bold;
- }
- .side .flairselector:before {
- display: block;
- position: fixed;
- top: 0px;
- left: 0px;
- z-index: -2;
- overflow: hidden;
- width: 100%;
- height: 100%;
- background-color: rgba(255, 255, 255, 0.75);
- content: "";
- cursor: default;
- transition: all 0.25s ease;
- pointer-events: none; /*DO NOT REMOVE*/
- }
- .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;
- text-transform: capitalize;
- }
- .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;
- }
- /*LOGIN FORM*/
- .login-form-side {
- border: medium none;
- padding: 16px;
- margin-top: -10px;
- }
- .login-form-side input[type="text"], .login-form-side input[type="password"] {
- font-size: 11px;
- box-sizing: border-box;
- border: 1px solid #999;
- width: 258px;
- }
- .login-form-side #remember-me * {vertical-align: middle;}
- .login-form-side .submit {
- float: right;
- margin-top: 5px;
- margin-right: 5px;
- }
- /*THUMBNAILS*/
- .thumbnail {
- border-radius: 5px;
- margin-right: 0px !important;
- position: relative;
- top: 33px;
- transform: translateY(-50%);
- }
- body:not(.comments-page) .thumbnail {margin: 15px 5px 10px 0px !important;}
- body .stickied .thumbnail.self,
- .thumbnail.nsfw,
- .thumbnail.self,
- .thumbnail.default {
- background-repeat: no-repeat !important;
- background-size: contain !important;
- padding-bottom: 8px !important;
- }
- .stickied .thumbnail.self {background: url(http://a.thumbs.redditmedia.com/kNnzEPQEeCOM31DKRK6xHzHNk_eD7wOFaDL-wv8fw_4.png) !important;}
- .thumbnail.nsfw {background: url(http://b.thumbs.redditmedia.com/SN3CmRZVOZJOiuJ5KKZITg-2vETlvlJSE7N6WGweoXA.png);}
- .thumbnail.self {background: url(http://a.thumbs.redditmedia.com/w7NEw-aaUwtFx5Cez2w0pO172kweyn23_1IqyKJhGp4.png);}
- .thumbnail.default {background: url(http://b.thumbs.redditmedia.com/cArO9sxrwMBlW6laKnY2uOAH7eY3Fbw2AbBXPp3ZXtI.png); /*CREDITS TO VICON DESIGN, THE NOUN PROJECT*/}
- body:not(.loggedin) .thumbnail.self,
- body:not(.loggedin) .thumbnail.default {padding-bottom: 20px;}
- /*STICKIED*/
- .stickied a.title:link,
- .stickied a.title:visited,
- body:not(.comments-page) .stickied .link .tagline,
- body:not(.comments-page) .stickied .tagline,
- body:not(.comments-page) .stickied .entry .buttons li a,
- body:not(.comments-page) .stickied .entry .buttons li + li,
- body:not(.comments-page) .stickied .md p {color: #2B8B27 !important;}
- /*NSFW*/
- .over18 a.title:link,
- .over18 a.title:visited,
- body:not(.comments-page) .over18 .link .tagline,
- body:not(.comments-page) .over18 .tagline,
- body:not(.comments-page) .over18 .entry .buttons li a,
- body:not(.comments-page) .over18 .entry .buttons li + li,
- body:not(.comments-page) .over18 .md p {color: #D10023!important;}
- /*UPPER RIGHT RES THINGY*/
- .res #RESShortcutsEditContainer, .res #sr-more-link {
- height: 23px !important;
- max-height: 23px !important;
- line-height: 23px;
- background: rgba(0, 0, 0, 0.6);
- border: 0px none;
- font-weight: normal;
- text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
- }
- #sr-more-link {
- position: absolute;
- top: -3px;
- }
- #RESShortcutsSort, #RESShortcutsRight, #RESShortcutsLeft, #RESShortcutsAdd, #RESShortcutsTrash {
- height: 25px;
- line-height: 25px!important;
- margin-right: 4px;
- background: transparent!important;
- color: #fff !important;
- }
- .link .flat-list {
- display: block;
- padding: 1px 0px;
- margin-top: 3px;
- }
- .flaircell, .flairlist .header {
- display: inline-block;
- text-align: center;
- width: 30ex;
- margin-right: 100px;
- }
- li.searchfacet {width: 20em}
- /*LOADING MESSAGE AND ERROR FORMAT*/
- .error {
- font-size: 12px;
- text-transform: uppercase;
- font-weight: bold;
- }
- /*STYLESHEET EDITING PAGE FIX*/
- .pretty-form {
- font-size: larger;
- margin-left: 25px;
- }
- #preview-table > table {
- border-width: 0.2em;
- border-style: dashed;
- border-color: #D3D3D3;
- padding: 5px;
- margin: 5px;
- width: 900px;
- margin-left: 25px;
- }
- form#image-upload.image-upload {margin-left: 25px;}
- /*FOOTER*/
- .debuginfo {background-color: #222;}
- .footer-parent {
- font-size: 14px;
- padding-top: 20px;
- padding-bottom: 20px;
- background-color: #333;
- margin-top: 300px;
- }
- .footer .col {margin: 10px 0px 30px 0px;}
- .footer {border: 0 solid;}
- .col {border: none !important;}
- .footer .flat-vert li a {
- font-size: 11px;
- font-weight: bold;
- text-transform: uppercase;
- color: #999 !important;
- }
- .footer .flat-vert li a:hover {
- text-decoration: none !important;
- color: #fff !important;
- }
- .footer .flat-vert .title {
- font-size: 16px;
- font-weight: 700;
- transition: color .25s ease, background-color .25s ease;
- text-transform: uppercase;
- color: white;
- }
- .bottommenu {
- font-size: 10px;
- color: #FFF !important;
- border: medium none !important;
- text-transform: uppercase;
- font-weight: bold;
- }
- .bottommenu a {
- text-decoration: none;
- color: #999;
- }
- /*NEW MAIL ANIMATION*/
- /*TAKEN FROM /R/APPLE*/
- #mail.havemail:before {
- position: fixed;
- bottom: 24px;
- z-index: 100;
- padding: 45px 0px 10px 0px;
- background-color: rgba(0, 0, 0, 0.85);
- border-radius: 6px;
- box-shadow: 0 1px 5px rgba(0,0,0,0.5);
- color: #fff;
- width: 210px;
- height: 15px;
- left: 0px;
- right: 0px;
- content: "YOU HAVE NEW MESSAGES";
- text-indent: 30px;
- font-size: 11px;
- line-height: 1;
- -webkit-transform: translateY(112px);
- transform: translateY(112px);
- transition: background-color 0.25s ease, box-shadow 0.25s ease;
- background-image: url(http://b.thumbs.redditmedia.com/7Hh5donNbD7KKLuJQJqdTE3vaKblgGOGvdSe9UWMgaI.png);
- background-position: 85px 14px;
- margin: 0px auto;
- background-size: 32px;
- font-weight: bold;
- background-repeat: no-repeat;
- }
- /*Animation */
- #mail.havemail:before {
- animation-name: toast;
- animation-duration: 8s;
- animation-iteration-count: 1;
- animation-timing-function: ease;
- -webkit-animation-name: toast;
- -webkit-animation-duration: 8s;
- -webkit-animation-iteration-count: 1;
- -webkit-animation-timing-function: ease;
- }
- #mail.havemail:hover:before {
- -webkit-animation-play-state: paused;
- -moz-animation-play-state: paused;
- -o-animation-play-state: paused;
- animation-play-state: paused;
- }
- @-webkit-keyframes toast {
- 0% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- 20% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- 25% {transform:translateY(-8px); -webkit-transform:translateY(-8px); opacity: 0.8;}
- 27% {transform:translateY(00px); -webkit-transform:translateY(00px); opacity: 0.8;}
- 92% {transform:translateY(00px); -webkit-transform:translateY(00px); opacity: 0.8;}
- 97% {transform:translateY(16px); -webkit-transform:translateY(16px); opacity: 0.8;}
- 100% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- }
- @-o-keyframes toast {
- 0% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- 20% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- 25% {transform:translateY(-8px); -webkit-transform:translateY(-8px); opacity: 0.8;}
- 27% {transform:translateY(00px); -webkit-transform:translateY(00px); opacity: 0.8;}
- 92% {transform:translateY(00px); -webkit-transform:translateY(00px); opacity: 0.8;}
- 97% {transform:translateY(16px); -webkit-transform:translateY(16px); opacity: 0.8;}
- 100% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- }
- @-moz-keyframes toast {
- 0% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- 20% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- 25% {transform:translateY(-8px); -webkit-transform:translateY(-8px); opacity: 0.8;}
- 27% {transform:translateY(00px); -webkit-transform:translateY(00px); opacity: 0.8;}
- 92% {transform:translateY(00px); -webkit-transform:translateY(00px); opacity: 0.8;}
- 97% {transform:translateY(16px); -webkit-transform:translateY(16px); opacity: 0.8;}
- 100% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- }
- @keyframes toast {
- 0% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- 20% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- 25% {transform:translateY(-8px); -webkit-transform:translateY(-8px); opacity: 0.8;}
- 27% {transform:translateY(00px); -webkit-transform:translateY(00px); opacity: 0.8;}
- 92% {transform:translateY(00px); -webkit-transform:translateY(00px); opacity: 0.8;}
- 97% {transform:translateY(16px); -webkit-transform:translateY(16px); opacity: 0.8;}
- 100% {transform:translateY(76px); -webkit-transform:translateY(76px); opacity: 0;}
- }
- /*SIDEBAR BUTTONS COLORS*/
- .fancy-toggle-button .add,
- .RESshortcutside,
- .RESDashboardToggle
- {background: #EA504E ;}
- /*SET THREE - SIDEBAR BUTTONS HOVER*/
- .fancy-toggle-button .add:hover,
- body.res .RESshortcutside:hover,
- .RESDashboardToggle:hover
- {background: #327bbe;}
- /*SET THREE - SIDEBAR BUTTONS ACTIVE*/
- .fancy-toggle-button .add:active,
- body.res .RESshortcutside:active,
- .RESDashboardToggle:active
- {background: #327bbe ;}
- /*——————————————————————————————————————————————
- SUBREDDIT COLOR SCHEME
- For aesthetic purposes, please keep everything
- of the same set in one color.
- The text color for the buttons and backgrounds
- is white. Please make sure the chosen background
- color will provide enough contrast with the text
- color.
- ——————————————————————————————————————————————*/
- /*SET ONE*/
- /*DEFAULT COLOR*/
- .RESDashboardToggle.remove,.RESSubscriptionButton,.RESshortcutside.remove,.fancy-toggle-button .remove,.panestack-title a.title-button,.panestack-title a.title-button.gold,.side .titlebox .md h4 a,.sidecontentbox a.helplink,button
- {background:#327bbe }
- .comment .flat-list li a:hover,.comment .flat-list li a[onclick*=reply],.commentNavSortType:hover,.commentarea .menuarea .toggle a:hover,.entry .buttons .may-blank,.error,.link .domain a:hover,.link .entry .buttons li a:hover,.loadFlat:hover,.submit-page .roundfield a,.thing .title
- {color:#327bbe }
- .roundfield input[type=url]:focus,.roundfield input[type=text]:focus,.roundfield textarea:focus,.usertext-edit textarea:focus
- {border-bottom:3px solid #327bbe }
- /*HOVER - LIGHTER SHADE OF DEFAULT COLOR*/
- .RESDashboardToggle.remove:hover,.comments-page .RESSubscriptionButton:hover,.fancy-toggle-button .remove:hover,.panestack-title a.title-button.gold:hover,.panestack-title a.title-button:hover,.side .titlebox .md h4 a:hover,.sidecontentbox a.helplink:hover,body.res .side .RESshortcutside.remove:hover,button:hover
- {background:#EA504E}
- /*ACTIVE - DARKER SHADE OF DEFAULT COLOR*/
- .RESDashboardToggle.remove:active,.RESshortcutside.remove:active,.comments-page .RESSubscriptionButton:active,.fancy-toggle-button .remove:active,.panestack-title a.title-button.gold:active,.panestack-title a.title-button:active,.side .titlebox .md h4 a:active,.sidecontentbox a.helplink:active,button:active
- {background:#27408b}
- /*SET TWO - SECONDARY COLOR*/
- /*DEFAULT*/
- #siteTable .thing .md table thead tr th,.commentarea .thing .md table thead tr th,.morelink,.side .titlebox .md h3 a,.tabmenu,.wiki-page-content .md table thead tr th
- {background:#EA504E}
- /*HOVER - LIGHTER SHADE OF DEFAULT COLOR*/
- .morelink:hover,.side .titlebox .md h3 a:hover {background:#327bbe }
- /*ACTIVE - DARKER SHADE OF DEFAULT COLOR*/
- .morelink:active, .side .titlebox .md h3 a:active {background: #E83C37;}
- /*END CHANGE COLOR SCHEME*/
- /*
- EnTypo v0.2 (http://www.reddit.com/r/EnTypo)
- Modified for Minimaluminiumalism
- Copyright (c) 2015 Timur Kuzhagaliyev (TimboKZ)
- */
- #siteTable .thing .md blockquote,
- .wiki-page-content .md blockquote,
- .commentarea .md blockquote,
- #siteTable .thing .md ul,
- .commentarea .md ul,
- #siteTable .thing .md ol,
- .commentarea .thing .md ol,
- #siteTable .thing .md table,
- .commentarea .thing .md table {
- font-family: Arial, Helvetica, sans-serif;
- margin: 20px 10px 10px 10px;
- }
- #siteTable .thing .md blockquote,
- .wiki-page-content .md blockquote,
- .commentarea .md blockquote {
- padding: 10px 10px;
- border-left: solid 2px #666;
- background-color: #f2f2f2;
- color: #2f2f2f;
- line-height: 20px;
- font-size: 14px;
- }
- /*Dark mode*/
- html[lang="dm"] #siteTable .thing .md blockquote,
- html[lang="dm"] .wiki-page-content .md blockquote,
- html[lang="dm"] .commentarea .md blockquote {
- padding: 10px;
- border-left: 2px solid #888;
- background-color: #2f2f2f;
- color: #fff;
- line-height: 20px;
- font-size: 14px;
- }
- html[lang="dm"] #siteTable .thing .md table thead tr th, html[lang="dm"] .wiki-page-content .md table thead tr th {background: #333;}
- html[lang="dm"] #siteTable .thing .md table tbody tr,
- html[lang="dm"] .commentarea .thing .md table tbody tr,
- html[lang="dm"] .wiki-page-content .md table tbody tr {
- border-bottom: 1px solid #999;
- }
- html[lang="dm"] .md hr {color: #888;}
- html[lang="dm"] #siteTable .thing .md ul li:nth-child(odd),
- html[lang="dm"] .commentarea .md ul li:nth-child(odd),
- html[lang="dm"] #siteTable .thing .md ol li:nth-child(odd),
- html[lang="dm"] .commentarea .thing .md ol li:nth-child(odd),
- html[lang="dm"] .wiki-page-content .md ol li:nth-child(odd) {
- background-color: #444;
- }
- html[lang="dm"] #siteTable .thing .md ul li,
- html[lang="dm"] .commentarea .md ul li,
- html[lang="dm"] #siteTable .thing .md ol li,
- html[lang="dm"] .commentarea .thing .md ol li,
- html[lang="dm"] .wiki-page-content .md ol li {
- border-bottom: solid 1px #777;
- background-color: #333;
- padding: 5px;
- }
- html[lang="dm"] #siteTable .thing .md ul,
- html[lang="dm"] .commentarea .md ul,
- html[lang="dm"] #siteTable .thing .md ol,
- html[lang="dm"] .commentarea .thing .md ol,
- html[lang="dm"] .wiki-page-content .md ol {
- border-right: solid 1px #777;
- border-left: solid 1px #777;
- border-top: solid 1px #777;
- line-height: 20px;
- font-size: 14px;
- }
- html[lang="dm"] .content .entry .buttons li.reported-stamp, html[lang="dm"] body .content .stickied .entry .buttons li.reported-stamp {
- background: #222 !important;
- color: #d1d1d1 !important;
- }
- html[lang="dm"] .pretty-button.positive {color: #7DDC1F !important;}
- html[lang="dm"] .pretty-button.neutral {color: #ccc;}
- html[lang="dm"] .pretty-button.negative {color:#FE728B !important;}
- html[lang="dm"] .nsfw-stamp {background: #FE728B;}
- html[lang="dm"] .combined-search-page .search-result-group .search-header-label,html[lang="dm"] .combined-search-page .search-result .search-result-body,html[lang="dm"] .combined-search-page .search-result .search-result-header .search-title,html[lang="dm"] .combined-search-page .search-result .search-result-footer .search-link,html[lang="dm"] .combined-search-page .search-result .search-result-meta,html[lang="dm"] .combined-search-page .search-result .search-score,html[lang="dm"] .combined-search-page .search-result .search-comments,html[lang="dm"] .combined-search-page .search-result-group .search-result-group-header {color: #fff}
- html[lang="dm"] .combined-search-page .search-result .search-expando.collapsed::before {background: transparent linear-gradient(to bottom,rgba(255,255,255,0) 0%,#444 100%) repeat scroll 0 0}
- html[lang="dm"] .combined-search-page .search-result .search-expando-button {color: #A4D11B}
- html[lang="dm"] .stickied a.title:link,html[lang="dm"] body:not(.comments-page) .stickied a.title:visited,html[lang="dm"] body:not(.comments-page) .stickied .link .tagline,html[lang="dm"] body:not(.comments-page) .stickied .tagline,html[lang="dm"] body:not(.comments-page) .stickied .entry .buttons li a,html[lang="dm"] body:not(.comments-page) .stickied .entry .buttons li + li,html[lang="dm"] body:not(.comments-page) .stickied .md p {color: #7ddc1f!important}
- html[lang="dm"] .over18 a.title:link,html[lang="dm"] .over18 a.title:visited,html[lang="dm"] body:not(.comments-page) .over18 .link .tagline,html[lang="dm"] body:not(.comments-page) .over18 .tagline,html[lang="dm"] body:not(.comments-page) .over18 .entry .buttons li a,html[lang="dm"] body:not(.comments-page) .over18 .entry .buttons li + li,html[lang="dm"] body:not(.comments-page) .over18 .md p {color: #fe728b!important}
- html[lang="dm"] body {background: #323232}
- html[lang="dm"] div.content {background-color: #444;border:1px solid #4c4c4c}
- html[lang="dm"] .entry .buttons li a {color: #ccc!important}
- html[lang="dm"] .thing .title:visited,html[lang="dm"] .commentarea .menuarea .toggle a,html[lang="dm"] .commentNavSortType,html[lang="dm"] .dropdown.lightdrop .selected {color: #ababab !important;}
- html[lang="dm"] .thing .title {color: #fff !important}
- html[lang="dm"] input[name="uh"] ~ a:after {display: none}
- html[lang="dm"] .entry .buttons .may-blank {color: #fff}
- html[lang="dm"] a.comments::after {color: #ccc!important}
- html[lang="dm"] .flair {border: none}
- html[lang="dm"] .side {border: #4c4c4c;background:#444}
- html[lang="dm"] div.leavemoderator,html[lang="dm"] .toggle .option.active,html[lang="dm"] .titlebox form.toggle {color: #ccc}
- html[lang="dm"] .side .usertext-body {background-image: none;padding:0}
- html[lang="dm"] .icon-menu a {color: #fff}
- html[lang="dm"] .sidecontentbox .title h1 {color: #fff;font-weight:700}
- html[lang="dm"] .side .titlebox .md h3 a {background: #323232}
- html[lang="dm"] .side .titlebox .md h3 a:hover {background: #555}
- html[lang="dm"] .titlebox span.subscribers,html[lang="dm"] .titlebox .users-online {color: #fff!important}
- html[lang="dm"] #sr-header-area a,
- html[lang="dm"] h2,html[lang="dm"] .sidecontentbox .collapse-button {color: #fff}
- html[lang="dm"] .sidecontentbox .collapse-button {border: 1px solid #fff;}
- html[lang="dm"] body.res #sr-header-area .sr-bar a.RESShortcutsCurrentSub {color: #fff!important}
- html[lang="dm"] .side .md h4 a {color: #fff!important}
- html[lang="dm"] .side .md h4 {background: #323232}
- html[lang="dm"] body:not(.comments-page) div.content .entry,html[lang="dm"] .md hr {border-bottom: 1px solid #888}
- html[lang="dm"] .md a {color: #a4d11b}
- html[lang="dm"] .link.promotedlink.promoted {background-color: #565656}
- html[lang="dm"] .link .score.likes {color: #FF5F3F!important}
- html[lang="dm"] .link .score.dislikes {color: #4F4DC0;}
- html[lang="dm"] .expando-button.video,html[lang="dm"] .expando-button.image,html[lang="dm"] .expando-button.selftext,html[lang="dm"] .expanded-button.video-muted {
- background: url(http://b.thumbs.redditmedia.com/uRT2m624lndOfpmLjkPSLehinPlnbSltF3Yi08KCq0k.png)!important;
- background-size: 20px 20px!important;
- background-repeat: no-repeat!important
- }
- html[lang="dm"] .expando-button.video.expanded,html[lang="dm"] .expando-button.image.expanded,html[lang="dm"] .expando-button.selftext.expanded,html[lang="dm"] .expanded-button.video-muted.expanded {
- background: url(http://b.thumbs.redditmedia.com/54F0Ajt4L3QpPPcPBPqLDGjJau2IuNtAZh60l-QRCoI.png)!important;
- background-size: 20px 20px!important;
- background-repeat: no-repeat!important
- }
- html[lang="dm"] span.score,html[lang="dm"] .sidecontentbox .more a {color: #ccc!important}
- html[lang="dm"] #progressIndicator,html[lang="dm"] .commentarea .panestack-title .title,html[lang="dm"] .commentingAs,html[lang="dm"] .md,html[lang="dm"] .linkinfo .date,html[lang="dm"] div.score,html[lang="dm"] span.totalvotes,html[lang="dm"] .linkinfo .shortlink {color: #fff!important}
- html[lang="dm"] body.comments-page .link {background: #4c4c4c}
- html[lang="dm"] .commentarea > .usertext {background-color: #444}
- html[lang="dm"] .commentarea .thing,
- html[lang="dm"] .commentarea .child .thing.comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
- border:1px solid #666!important
- }
- html[lang="dm"] .commentarea .child .thing.comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
- background: #444 !important;
- }
- html[lang="dm"] .commentarea .thing,
- html[lang="dm"] .commentarea .child .thing.comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment .comment,
- html[lang="dm"] .commentarea .child .thing.comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
- background: #3b3b3b !important;
- }
- html[lang="dm"] button {background-color: #999;color:#000}
- html[lang="dm"] .tagline a,html[lang="dm"] #RESShortcutsSort,html[lang="dm"] #RESShortcutsRight,html[lang="dm"] #RESShortcutsLeft,html[lang="dm"] #RESShortcutsAdd,html[lang="dm"] #RESShortcutsTrash {color: #fff}
- html[lang="dm"] .shortlink .input {
- background-color: #222;
- color: #fff;
- border: 1px solid #666!important;
- }
- html[lang="dm"] .side .titlebox .md h1,html[lang="dm"] .side .md ol,html[lang="dm"] .error,html[lang="dm"] .md del,html[lang="dm"] .dropdown.srdrop span.selected.title,html[lang="dm"] .menuarea,html[lang="dm"] #previoussearch label,html[lang="dm"] .search-page .searchfacets,html[lang="dm"] .searchfacet a,html[lang="dm"] .wiki-page-content .md h1,html[lang="dm"] .titlebox h1 a,html[lang="dm"] .wiki-page .wikititle,html[lang="dm"] .wiki-page .pageactions .wikiaction-current,html[lang="dm"] .generic-table,html[lang="dm"] .md pre code,html[lang="dm"] .formtabs-content .infobar,html[lang="dm"] .roundfield,html[lang="dm"] .wiki-page .wiki-page-content .wiki.md,html[lang="dm"] .wiki-page .wiki-page-content .wiki.md h2, html[lang="dm"] .side .md p,html[lang="dm"] .link .tagline,html[lang="dm"] .entry .buttons .may-blank,html[lang="dm"] .comment .flat-list li a:hover,html[lang="dm"] .link .entry .buttons li a:hover,html[lang="dm"] .link .domain a:hover, html[lang="dm"] #preview-table > table > tbody > tr > th,html[lang="dm"] form#image-upload.image-upload,html[lang="dm"] .pretty-form, html[lang="dm"] .commentNavSortType:hover,html[lang="dm"] .commentarea .menuarea .toggle a:hover,html[lang="dm"] .comment .flat-list li a[onclick*="reply"],html[lang="dm"] .loadFlat:hover {color: #fff!important}
- html[lang="dm"] .search-page .searchfacets {background: #555}
- html[lang="dm"] .roundfield,html[lang="dm"] .formtabs-content .infobar {background-color: #444}
- html[lang="dm"] .md code {background-color: #222;border:1px solid #666!important}
- html[lang="dm"] .md pre {padding: 0;background-color:transparent!important; border: none;}
- html[lang="dm"] .footer-parent {background: #222}
- html[lang="dm"] .wiki-page div.content {background-color: transparent;border:none}
- html[lang="dm"] .livePreview .md p {color: #000}
- html[lang="dm"] .wiki-page .infobar {background: none;border:none}
- html[lang="dm"] .wiki-page .wiki-page-content,html[lang="dm"] .wiki-page .pageactions,html[lang="dm"] .wiki-page .wikititle,html[lang="dm"] .content.submit .info-notice {background-color: #444!important}
- html[lang="dm"] body:not(.search-page) #search input[type="text"] {
- background: #222!important;
- border: 1px solid #444;
- color: #fff
- }
- html[lang="dm"] .submit-page .content a {color: #999 !important;}
- html[lang="dm"] .md table,html[lang="dm"] .md ul {color: #fff!important}
- html[lang="dm"] .side .titlebox {color: #fff}
- html[lang="dm"] ::-moz-selection {background: #666;color:#fff}
- html[lang="dm"] .linkinfo {background-color: #444}
- html[lang="dm"] .debuginfo, .footer-parent {background: #222;}
- html[lang="dm"] .gold-accent.comment-visits-box {color: #fff}
- html[lang="dm"] ul#image-preview-list li {
- background: #444;
- border: 1px solid #666;
- color: #fff
- }
- html[lang="dm"] .flairselector h2,html[lang="dm"] .flairselector .tagline a {color: #000!important}
- html[lang="dm"] .wiki-page .wiki-page-content .md.wiki h4 {color: #fff!important}
- html[lang="dm"] .comments-page .content .infobar {
- background: #444;
- color: #fff;
- }
- html[lang="dm"] .commentarea textarea:not(:focus):not(:hover) {
- color: transparent;
- background-color: #444 !important;
- text-shadow: 0px 0px 12px #000;
- }
- html[lang="dm"] .commentarea textarea:hover,
- html[lang="dm"] .roundfield textarea:hover,
- html[lang="dm"] .roundfield input[type="url"]:hover,
- html[lang="dm"] .roundfield input[type="text"]:hover {border: 1px solid #9f9f9f;}
- html[lang="dm"] textarea,
- html[lang="dm"] .roundfield input[type="text"],
- html[lang="dm"] .roundfield input[type="url"] {
- background-color: #222!important;
- color:#fff!important;
- transition: 300ms;
- transition: 300ms;
- border: 1px solid #666;
- }
- html[lang="dm"] .usertext-edit textarea:focus,
- html[lang="dm"] .roundfield textarea:focus,
- html[lang="dm"] .roundfield input[type="url"]:focus,
- html[lang="dm"] .roundfield input[type="text"]:focus {
- border: 1px solid #666;
- transition: 0.1s ease;
- border-bottom: 3px solid #999 !important;
- }
- html[lang="dm"] .toc ul {background: transparent;}
- /*ADD SNIPPETS BELOW THIS LINE
- ============================================================================*/
- /* Top bar, thanks to gavin19 */
- .side .md blockquote {
- position: absolute;
- top: 200px;
- left: 35px;
- right: 330px;
- border: 0;
- margin: 0;
- overflow: scroll;
- padding: 0;
- white-space: nowrap;
- }
- .side .md blockquote ul {
- list-style: none;
- padding: 0;
- }
- .side .md blockquote ul li {
- display: inline-block;
- text-align: center;
- }
- .side .md blockquote ul li * {
- display: block;
- }
- .side .md blockquote ul li ~ li {
- border-left: 1px dotted #999;
- margin-left: 2em;
- padding-left: 2em;
- }
- .side .md blockquote ul strong {
- border-bottom: 1px dotted #999;
- padding-bottom: 3px;
- }
- .side .md blockquote ul em {
- font-weight: bold;
- padding-top: 3px;
- font-style: normal;
- }
- .side .md blockquote ul a {
- color: dodgerblue;
- }
- /* Announcement BAR */
- div.content {
- border-radius: 8px;
- margin: 116px 350px 10px 25px;
- border: 1px solid #e1e1e1;
- background-color: #fff;
- font-size: 12px;
- }
- .side .titlebox .md h5 {
- display: block;
- background-color: #EA504E;
- border: none;
- font-size: 18px;
- color: white;
- text-align: center;
- text-transform: none;
- font-weight: bold;
- font-style: italic;
- font-family: verdana;
- border-radius: 4px 4px 0px 0px;
- position: absolute;
- right: 350px;
- left: 24.5px;
- z-index: 110;
- height: auto;
- top: 272px;
- padding: 11px 11px 11px 16px;
- margin: 0;
- white-space: nowrap;
- overflow: hidden;
- }
- .side .titlebox .md h5 a {
- font-style: italic;
- color: white;
- }
- .side .titlebox .md h5 a:hover {
- text-decoration: underline;
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/*
- /* Custom /r/SandersForPresident Tweaks Begin Here /*
Add Comment
Please, Sign In to add comment