Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CONTENTS:
- 1. Global
- 2. Header
- 3. Sidebar
- 4. Content/No Participation
- 5. Specials
- 6. Reminders
- 7. Spoiler Tags (3 types)
- 8. Spoiler Button (by saioke)
- 9. Announcement Banner (hybrid Raerth-jwilliams code)
- 10. Sticky Menu (drop-down menu)
- 11. RES
- 12. Dark Souls flair (USER)
- 13. Dark Souls flair (LINK)
- 14. Special images
- 15. Special names
- 16. Trophy flair
- 17. Special Thanks
- */
- /* ~~~~~~~~~~~~~~~~~~~~ */
- /* ~~~PART 1: GLOBAL~~~ */
- /*~~~~~~~~~~~~~~~~~~~~~~*/
- html {
- font-size: 62.5%;
- }
- body {
- font-family: Arial, sans-serif;
- font-size: 14px;
- line-height: 1.428571429;
- color: #333333;
- background-color: #f9f9f7;
- }
- .footer {
- padding: 3px 5px 10px;
- background-color: #f7f7f9;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
- border-radius: 7px;
- -webkit-box-shadow: 0 0 5px #999999;
- -moz-box-shadow: 0 0 5px #999999;
- box-shadow: 0 0 5px #999999;
- }
- .footer .col {
- border-left: 1px solid #999999;
- }
- /* END: Global */
- /* ~~~~~~~~~~~~~~~~~~~~ */
- /* ~~~PART 2: HEADER~~~ */
- /*~~~~~~~~~~~~~~~~~~~~~~*/
- #header {
- height: 120px;
- background-color: #070d03;
- /*background: url(%%IMG-NAME%%) no-repeat bottom left;*/
- border-bottom: 1px solid #8c8281;
- }
- #header #header-img {
- position: absolute;
- bottom: 0;
- left: 88px;
- }
- #header .pagename.redditname {
- font-size: 0px;
- }
- #header .pagename a {
- position: absolute;
- left: 125px;
- top: 35px;
- display: block;
- height: 50px;
- width: 280px;
- text-indent: -9999px;
- }
- #sr-header-area {
- height: 18px;
- font-size: 9px;
- line-height: 1.2;
- background-color: #f9f9f7;
- color: #333333;
- border-bottom: 1px solid #8c8281;
- }
- #sr-header-area .separator {
- display: inline-block;
- margin: 3px;
- text-align: center;
- color: #333333;
- border-right: 2px solid #333333;
- text-indent: -9999px;
- }
- #sr-header-area .sr-bar a {
- display: inline-block;
- padding: 5px;
- height: 16px;
- color: #333333;
- }
- #sr-header-area .sr-bar a:hover {
- color: #d9b166;
- }
- #sr-header-area .sr-bar .flat-list li {
- padding-right: 4px;
- margin-left: 4px;
- border-right: 1px solid #333333;
- }
- #sr-header-area .sr-bar .flat-list li:last-child {
- border-right: 0;
- }
- #sr-header-area .srdrop {
- padding-top: 4px;
- }
- #sr-header-area .srdrop a {
- color: #2c5ec5;
- }
- #sr-header-area .srdrop a:hover {
- background-color: #f9f9f7;
- color: #6c8ccf;
- }
- #sr-header-area #sr-more-link {
- padding-top: 5px;
- background-color: #f9f9f7;
- }
- #header-bottom-left {
- height: 102px;
- overflow: hidden;
- }
- #header-bottom-left a#header-img-a {
- display: block;
- height: 102px;
- width: 110px;
- }
- #header-bottom-left .tabmenu {
- position: absolute;
- top: 91px;
- left: 133px;
- margin: 0;
- padding: 5px 5px 6px 5px;
- font-size: 12px;
- border: 1px solid #8c8281;
- border-left: 7px solid #d9b166;
- border-bottom: none;
- background-color: #3b3c40;
- -webkit-border-top-right-radius: 7px;
- -moz-border-radius-topright: 7px;
- border-top-right-radius: 7px;
- }
- #header-bottom-left .tabmenu li a {
- background-color: #3b3c40;
- color: #d9b166;
- border: none;
- }
- #header-bottom-left .tabmenu li a:visited {
- color: #879f81;
- }
- #header-bottom-left .tabmenu li a:hover {
- color: #dfcdac;
- }
- #header-bottom-left .tabmenu li.selected a {
- color: #f9f9f7;
- }
- #header-bottom-right {
- top: 19px;
- bottom: auto;
- padding: 2px 7px 3px 10px;
- background-color: #f9f9f7;
- color: #333333;
- font-size: 11px;
- border: 0;
- border-radius: 0;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- #header-bottom-right a {
- color: #333333;
- }
- #header-bottom-right .user {
- margin-right: 6px;
- color: #333333;
- }
- #header-bottom-right .separator {
- display: inline-block;
- margin: 3px;
- text-align: center;
- border-right: 2px solid #333333;
- text-indent: -9999px;
- }
- /* END: Header */
- /* ~~~~~~~~~~~~~~~~~~~ */
- /*~~~PART 3: SIDEBAR~~~*/
- /*~~~~~~~~~~~~~~~~~~~~~*/
- .side {
- padding: 38px 8px 8px;
- background-color: #f7f7f9;
- color: #333333;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- -webkit-box-shadow: 0 0 5px #999999;
- -moz-box-shadow: 0 0 5px #999999;
- box-shadow: 0 0 5px #999999;
- }
- .side .spacer:first-child {
- position: absolute;
- top: 117px;
- right: 5px;
- height: 24px;
- width: 302px;
- margin: 0;
- padding: 7px;
- background: #3b3c40;
- z-index: 70;
- }
- .side > .spacer {
- clear: both;
- }
- .side .create {
- display: none;
- }
- .side input {
- background-color: #3b3c40;
- color: #d9ccc5;
- }
- .side .titlebox h1 {
- font-family: inherit;
- font-size: 18px;
- word-spacing: -1px;
- }
- .side .titlebox .redditname a {
- display: block;
- height: 43px;
- width: 270px;
- padding: 0 15px;
- /*background: url(%%IMG-NAME%%) no-repeat 50% 0;*/
- float: none;
- text-indent: -9999px;
- }
- .side .titlebox form.toggle,
- .side .titlebox .leavemoderator {
- color: #333333;
- background-color: transparent;
- }
- .side .titlebox .users-online:before {
- margin-top: 6px;
- }
- .side .titlebox .leavemoderator {
- font-size: 12px;
- }
- .side .titlebox span.word {
- display: none;
- }
- .side .titlebox span.number {
- font-size: 9pt !important;
- }
- .side .titlebox span.number:after {
- font-size: 9pt !important;
- content: " souls";
- }
- .side .titlebox .flairselector input {
- background-color: inherit;
- }
- .side .md {
- overflow: hidden;
- }
- .side .sidebox.submit-link {
- display: none;
- }
- .side .linkinfo {
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 12px;
- background-color: #eeeeee;
- border: 1px dotted #eeeeee;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- .side .linkinfo .shortlink input {
- background-color: #333333;
- color: #f9f9f7;
- }
- .side .morelink {
- height: 31px;
- background-color: #3b3c40;
- background-image: none;
- border: none;
- border-left: 7px solid #d9b166;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- .side .morelink a {
- width: 280px;
- padding-left: 8px;
- color: #d9ccc5;
- text-align: left;
- font-size: 18px;
- font-weight: bold;
- letter-spacing: -1px;
- }
- .side .morelink a:hover {
- color: #dfcdac;
- }
- .side .morelink .nub {
- display: none;
- }
- .side .morelink:hover a {
- color: #6c8ccf;
- }
- .side .icon-menu a {
- background-color: transparent;
- }
- .side .gadget small {
- color: #333333;
- }
- .side a[href*="sidebar"] {
- display: block;
- height: 31px;
- width: 280px;
- padding-left: 8px;
- background-color: #3b3c40;
- background-image: none;
- border: none;
- border-left: 7px solid #d9b166;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- color: #d9ccc5;
- text-align: left;
- font-size: 18px;
- font-weight: bold;
- letter-spacing: -1px;
- }
- .side a[href*="sidebar"]:hover {
- color: #d9b166;
- }
- .side .sidecontentbox .title h1 {
- color: #333333;
- }
- .side .sidecontentbox .content {
- font-size: 12px;
- border: 1px solid #999999;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- .side .sidecontentbox .content li {
- padding: 1px 0;
- }
- #search input[type="text"] {
- margin: 0;
- padding: 0 7px;
- height: 26px;
- width: 276px;
- color: #fff;
- /*background: #f9f9f7 url(%%IMG-NAME%%) no-repeat right top;*/
- font-size: 12px;
- border-left: 7px solid #d9b166;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- #search input::-webkit-input-placeholder {
- /* color: #333333; */
- }
- #search input::-moz-placeholder {
- color: #333333;
- }
- #search input:-moz-placeholder {
- color: #333333;
- }
- #search input:-ms-input-placeholder {
- color: #333333;
- }
- #searchexpando {
- margin-top: 10px;
- border: none;
- background-color: #3b3c40;
- color: #d9ccc5;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
- border-radius: 7px;
- -webkit-box-shadow: 0 0 3px #6c8ccf;
- -moz-box-shadow: 0 0 3px #6c8ccf;
- box-shadow: 0 0 3px #6c8ccf;
- }
- #searchexpando a {
- color: #d9ccc5;
- }
- #searchexpando a:hover {
- color: #2c5ec5;
- }
- /* END: Sidebar */
- /* ~~~~~~~~~~~~~~~~~~~~~ */
- /* ~~~PART 4: CONTENT~~~ */
- /*~~~~~~~~~~~~~~~~~~~~~~~*/
- div.content {
- margin-top: 70px !important;
- margin-left: 14px !important;
- margin-right: 342px !important;
- margin-bottom: 0 !important;
- background-color: #f9f9f7;
- -webkit-border-top-right-radius: 7px;
- -moz-border-radius-topright: 7px;
- border-top-right-radius: 7px;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- div.content .commentarea {
- padding: 7px 0 0;
- -webkit-border-top-right-radius: 7px;
- -moz-border-radius-topright: 7px;
- border-top-right-radius: 7px;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- div.content .commentarea .entry {
- padding-bottom: 7px;
- border-bottom: 1px dotted #DDF;
- }
- div.content .commentarea .comment .md p > a {
- color: #2c5ec5;
- }
- div.content .commentarea .comment .md p > a:visited {
- color: #994239;
- }
- div.content .commentarea .comment .md p > a:hover {
- color: #6c8ccf;
- }
- div.content .sitetable .thing {
- margin-right: 14px;
- padding: 7px 0 0;
- }
- div.content .sitetable .thing .title a,
- div.content .sitetable .thing .title.loggedin a,
- div.content .sitetable .thing .title.loggedin.click a {
- color: #2c5ec5;
- }
- div.content .sitetable .thing .title a:visited,
- div.content .sitetable .thing .title.loggedin a:visited,
- div.content .sitetable .thing .title.loggedin.click a:visited {
- color: #994239;
- }
- div.content .sitetable .thing .title a:hover,
- div.content .sitetable .thing .title.loggedin a:hover,
- div.content .sitetable .thing .title.loggedin.click a:hover {
- color: #6c8ccf;
- }
- div.content .sitetable .thing .title .domain {
- font-size: 11px;
- }
- div.content .sitetable .thing .title .domain a {
- color: #333333;
- }
- div.content .sitetable .thing .title .domain a:visited {
- color: #333333;
- }
- div.content .sitetable .thing .title .domain a:hover {
- color: #6c8ccf;
- text-decoration: none;
- }
- div.content .sitetable .thing .keyHighlight {
- outline: 1px dotted #999999;
- background-color: #eeeeee;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- div.content .sitetable .thing:last-child {
- border-bottom: none !important;
- }
- div.content .sitetable .child .thing {
- padding-left: 7px;
- }
- div.content .sitetable .link {
- margin: 0 14px 7px;
- padding: 7px 0;
- border-bottom: 1px dotted #DDF;
- }
- div.content .sitetable .link .rank,
- div.content .sitetable .link .score {
- padding-top: 3px;
- color: #333333;
- }
- div.content .sitetable .link .usertext .md {
- background-color: #f9f9f7;
- font-size: 13px;
- border: 1px #999999 solid;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- -webkit-border-top-right-radius: 7px;
- -moz-border-radius-topright: 7px;
- border-top-right-radius: 7px;
- }
- #images {
- padding-left: 7px;
- overflow: hidden;
- }
- /* Wiki Pages */
- .wiki-page .wiki-page-content .md.wiki > .toc > ul {
- border: 1px solid #999999 !important;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- -webkit-box-shadow: 0 0 5px #999999;
- -moz-box-shadow: 0 0 5px #999999;
- box-shadow: 0 0 5px #999999;
- }
- /* Submit Page */
- .content.submit .info-notice,
- .roundfield {
- background-color: #eeeeee;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- .content.submit .info-notice {
- border: 1px solid #444444;
- }
- .tabmenu.formtab a {
- padding: 5px 12px 1px;
- background-color: #eeeeee;
- color: #444444;
- border: 1px solid #999999;
- border-bottom: none;
- vertical-align: baseline;
- -webkit-border-top-right-radius: 7px;
- -moz-border-radius-topright: 7px;
- border-top-right-radius: 7px;
- }
- .tabmenu.formtab .selected a {
- padding-bottom: 3px;
- background-color: #444444;
- border-bottom: none;
- }
- .formtabs-content {
- border-top: 7px solid #444444;
- }
- /* Misc */
- /* standard link colours/behaviour */
- a {
- color: #2c5ec5;
- }
- a:visited {
- color: #994239;
- }
- a:hover {
- color: #6c8ccf;
- text-decoration: none;
- }
- .hover a:hover {
- text-decoration: none;
- }
- /* colour updates */
- .tagline {
- font-size: 12px;
- color: #333333;
- }
- .tagline a.author {
- color: #333333;
- font-weight: bold;
- }
- .tagline a.author:hover {
- color: #6c8ccf;
- text-decoration: none;
- }
- .tagline a.moderator {
- color: #228822;
- }
- .tagline .submitter {
- color: #6c8ccf;
- }
- .entry .buttons li {
- font-size: 12px;
- line-height: 1.428571429;
- }
- .entry .buttons li a {
- color: #333333;
- }
- .entry .buttons li a:visited {
- color: #333333;
- }
- .entry .buttons li a:hover {
- color: #6c8ccf;
- text-decoration: none;
- }
- .menuarea {
- font-size: 12px;
- }
- /* END: Content */
- /* START NO PARTCIPATION */
- /* BEGIN COPY */
- /* "No Participation"-Mode, aka "Read Only"-Mode
- * by /u/KortoloB
- * /r/NoParticipation
- *
- * Link people to np.reddit.com/r/YourSubreddit to show them a read-only version.
- * Subscribers will see the full page, only non-subscribers will see the read-only version.
- * This is of course by no means fool-proof, but it should work for the average user.
- * */
- body:lang(np):not(.subscriber) .arrow
- {
- visibility: hidden !important;
- }
- body:lang(np):not(.subscriber) .usertext-edit,
- body:lang(np):not(.subscriber) .sidebox.submit,
- body:lang(np):not(.subscriber) .commentingAs,
- body:lang(np):not(.subscriber) .markdownEditor,
- body:lang(np):not(.subscriber) .report-button,
- body:lang(np):not(.subscriber) a[onclick*="return reply(this)"],
- body:lang(np):not(.subscriber) .subButtons,
- body:lang(np):not(.subscriber) .helplink,
- body:lang(np):not(.subscriber) .titlebox .fancy-toggle-button.toggle > .option.add
- {
- display: none !important;
- }
- body:lang(np):not(.subscriber) #siteTable:before
- {
- content: "You have been linked to a read-only version of this subreddit. Please respect the community by not voting.";
- display: block;
- max-width: 800px;
- background-color: #F6E69F;
- padding: 5px 10px;
- margin: 5px 305px 5px 0px;
- border: 1px solid orange;
- font-size: small;
- }
- body:lang(np):not(.subscriber) .entry.likes:not(.reddit-entry):before,
- body:lang(np):not(.subscriber) .entry.dislikes:not(.reddit-entry):before
- {
- content: "Please do not vote or comment when you come from external subreddits.";
- color: red;
- font-size: large;
- font-weight: bold;
- }
- /* Wiki protection */
- body.wiki-page:lang(np):not(.subscriber) span.pageactions a.wikiaction-edit:not(.wikiaction-current),
- body.wiki-page:lang(np):not(.subscriber) div.wiki-page-content form#editform label[for='reason'],
- body.wiki-page:lang(np):not(.subscriber) div.wiki-page-content form#editform input#wiki_revision_reason,
- body.wiki-page:lang(np):not(.subscriber) div.wiki-page-content form#editform input[type='submit']
- {
- display: none !important;
- }
- /* END COPY */
- /* ~~~~~~~~~~~~~~~~~~~~ */
- /*~~~PART 5: SPECIALS~~~*/
- /*~~~~~~~~~~~~~~~~~~~~~~*/
- a[href$="/red-color"] {
- color: red !important;
- cursor: default !important;
- }
- a[href$="/green-color"] {
- color: green !important;
- cursor: default !important;
- }
- a[href$="/blue-color"] {
- color: blue !important;
- cursor: default !important;
- }
- a[href$="/purple-color"] {
- color: purple !important;
- cursor: default !important;
- }
- a[href$="/orange-color"] {
- color: orange !important;
- cursor: default !important;
- }
- a[href$="/grey-color"] {
- color: grey !important;
- cursor: default !important;
- }
- a[href$="/gold-color"] {
- color: #CCCC66 !important;
- cursor: default !important;
- }
- /* End specials */
- /* ~~~~~~~~~~~~~~~~~~~~~~~ */
- /* ~~~PART 6: REMINDERS~~~ */
- /*~~~~~~~~~~~~~~~~~~~~~~~~~*/
- /* Downvote tooltip from /r/Android */
- .arrow.down:hover:before {
- position: absolute;
- display: block;
- width: 210px;
- padding: 5px;
- margin-left: 25px;
- margin-top: 5px;
- border: 1px solid #999999;
- background-color: #f9f9f7;
- color: #333333;
- content: "Please don't downvote comments unless they are inappropriate or false.";
- text-align: center;
- font-size: 12px;
- font-weight: bold;
- z-index: 1000;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
- border-radius: 7px;
- }
- /* Report button tooltip from /r/AskHistorians */
- .report-button:hover:before {
- position: absolute;
- display: block;
- width: 480px;
- margin-left: 5px;
- margin-top: 14px;
- padding: 5px;
- border: 2px solid #999999;
- background-color: #f9f9f7;
- color: #333333;
- content: "Please send a message to the moderators explaining why you are reporting this post.";
- text-align: center;
- font-size: 11px;
- font-weight: normal;
- z-index: 1000;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
- border-radius: 7px;
- }
- /* Adds reminder to submission text */
- #link-desc:after,
- #text-desc:after {
- display: block;
- margin-top: 1em;
- content: "Avoid using spoilers in the title!";
- font-weight: bold;
- }
- body.submit-page #text-field .title:after {
- content: " (Don't forget to add spoiler tags if needed! See the sidebar for examples.)";
- }
- body.submit-page #link-field .title:after {
- content: " (When posting spoilers use the -add spoiler tag- button after you post.)";
- }
- /* END: Reminders */
- /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
- /* ~~~PART 7: SPOILER TAGS~~~~ */
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
- /* masta (from /r/PS3) spoiler code */
- a[href$="/spoiler"],
- a[href$="#spoiler"] {
- background: #000 !important;
- color: #000 !important;
- cursor: text;
- padding: 0 2px;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- a[href$="/spoiler"]:hover,
- a[href$="#spoiler"]:hover {
- color: #FFF !important;
- }
- /*End spoiler code Type 1 & 2*/
- /* Advanced Spoiler Code */
- a[href="/s"] {
- color: #000 !important;
- cursor: text;
- padding: 0 2px;
- }
- a[href="/s"]:hover {
- color: #000 !important;
- }
- a[href="/s"]:after {
- content: attr(title);
- background-color: #000;
- color: #000;
- padding: 0px 8px;
- text-decoration: none;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- a[href="/s"]:hover::after,
- a[href="/s"]:active::after {
- color: #FFF;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- /*End spoiler code Type 3*/
- /* END: Spoiler Tags */
- /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
- /* ~~~~~PART 8: SPOILER BUTTON~~~~~~ */
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
- /* NSFW to SPOILER Conversion */
- .marknsfw-button,
- .unmarknsfw-button {
- font-size: 0;
- }
- .marknsfw-button a.togglebutton:hover,
- .unmarknsfw-button a.togglebutton:hover {
- text-decoration: none;
- }
- .marknsfw-button a.togglebutton:hover:after,
- .unmarknsfw-button a.togglebutton:hover:after {
- background-color: #999999;
- }
- .marknsfw-button a.togglebutton:after {
- padding: 1px 2px 2px;
- content: "add spoiler tag";
- font-size: 11px;
- color: #2c5ec5;
- /*original #000066*/
- border: 1px solid #2c5ec5 !important;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .unmarknsfw-button a.togglebutton:after {
- padding: 1px 2px 2px;
- content: "remove spoiler tag";
- font-size: 11px;
- color: #994239;
- border: 1px solid #994239 !important;
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .thumbnail.nsfw {
- visibility: hidden;
- }
- .thumbnail.nsfw:after {
- content: "";
- /*background-image: url('%%saioke-spoilers%%');*/
- display: block;
- width: 70px;
- height: 70px;
- visibility: visible;
- }
- .nsfw-stamp acronym {
- visibility: hidden;
- font-size: 0 !important;
- }
- .nsfw-stamp acronym:after {
- visibility: visible;
- margin-left: -3px;
- padding: 0 2px;
- color: #005678;
- /*original #ac3939*/
- font-size: 11px;
- text-decoration: none;
- content: "SPOILERS";
- border: 1px solid #005678 !important;
- /*original #d27979*/
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
- }
- .nsfw-stamp acronym:hover:after {
- visibility: visible;
- position: absolute;
- display: block;
- width: auto;
- margin-left: 25px;
- margin-top: 5px;
- padding: 2px;
- border: 2px solid #005678;
- background: #000;
- content: "This submission may contain spoilers.";
- text-align: center;
- font-size: x-small;
- color: white;
- font-weight: bold;
- cursor: default !important;
- z-index: 1000;
- -webkit-border-radius: 7px;
- -moz-border-radius: 7px;
- border-radius: 7px;
- }
- /* END: Spoiler Button */
- /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
- /* ~~~PART 9: ANNOUNCEMENT BAR~~~ */
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
- .side h4:nth-of-type(1),
- .side h6:nth-of-type(1) {
- position: absolute;
- top: 156px;
- left: -2px;
- display: block;
- height: 28px;
- padding: 0 12px 0 24px;
- background-color: #3b3c40;
- background-image: none;
- border-right: 7px solid #d9b166;
- border-bottom: 1px solid #8c8281;
- color: #d9ccc5;
- text-align: left;
- font-size: 14px;
- font-weight: bold;
- line-height: 2.2;
- z-index: 30;
- -webkit-border-bottom-right-radius: 7px;
- -moz-border-radius-bottomright: 7px;
- border-bottom-right-radius: 7px;
- }
- .side h4:nth-of-type(1) a,
- .side h6:nth-of-type(1) a {
- color: #d9b166;
- }
- .side h4:nth-of-type(1) a:visited,
- .side h6:nth-of-type(1) a:visited {
- color: #879f81;
- }
- .side h4:nth-of-type(1) a:hover,
- .side h6:nth-of-type(1) a:hover {
- color: #dfcdac;
- }
- /* END: Announcement Bar */
- /* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
- /* ~~~PART 10: STICKY MENU~~~ */
- /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
- .titlebox blockquote:first-child {
- display: block;
- position: absolute;
- top: 119px;
- left: 0;
- height: 36px;
- width: 99%;
- margin: 0;
- padding: 0;
- background-color: #3b3c40;
- border: 1px solid #8c8281;
- border-left: 7px solid #d9b166;
- font-size: 14px;
- z-index: 50;
- }
- .titlebox blockquote:first-child a {
- color: #d9b166;
- }
- .titlebox blockquote:first-child a:visited {
- color: #879f81;
- }
- .titlebox blockquote:first-child a:hover {
- color: #dfcdac;
- }
- .titlebox blockquote:first-child p:first-child {
- display: none;
- }
- .titlebox blockquote:first-child ul {
- float: left;
- display: inline-block;
- margin: 0 2px 0 0;
- height: 36px;
- width: 183px;
- color: #d9ccc5;
- background-color: #3b3c40;
- overflow: hidden;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- .titlebox blockquote:first-child ul li {
- display: block;
- padding: 3px 12px 4px;
- color: #d9ccc5;
- text-align: center;
- border-bottom: 1px solid #999999;
- }
- .titlebox blockquote:first-child ul li:hover {
- background-color: #47484d;
- }
- .titlebox blockquote:first-child ul li:first-child {
- height: 27px;
- padding: 8px 10px 0;
- border-bottom: none;
- color: #d9ccc5;
- font-weight: bold;
- }
- .titlebox blockquote:first-child ul li:last-child {
- border-bottom: none;
- }
- .titlebox blockquote:first-child ul:hover {
- height: auto;
- overflow: visible;
- color: #dfcdac;
- -webkit-box-shadow: 0 0 3px #d9b166;
- -moz-box-shadow: 0 0 3px #d9b166;
- box-shadow: 0 0 3px #d9b166;
- }
- .titlebox blockquote:first-child > p + ul:hover {
- -webkit-box-shadow: 0 0 0 #000000;
- -moz-box-shadow: 0 0 0 #000000;
- box-shadow: 0 0 0 #000000;
- }
- .titlebox .bottom {
- display: none;
- }
- /* END: Sticky Menu */
- /* ~~~~~~~~~~~~~~~~~~ */
- /* ~~~PART 11: RES~~~ */
- /*~~~~~~~~~~~~~~~~~~~~*/
- .res #header #sr-header-area #srLeftContainer {
- margin-top: 0;
- }
- .res #header #sr-header-area .srSep {
- display: inline-block;
- margin: 2px 0 0 6px;
- height: 16px;
- border-right: 2px solid #333333;
- text-indent: -9999px;
- }
- .res #header #sr-header-area #RESShortcuts {
- padding-top: 5px;
- }
- .res #header #sr-header-area #RESShortcuts a {
- padding: 0;
- }
- .res #header #sr-header-area #RESShortcutsEditContainer {
- background-color: #f9f9f7;
- }
- .res #header #sr-header-area #RESShortcutsSort {
- padding: 3px 5px 0 0;
- background-color: transparent;
- color: #333333;
- }
- .res #header #sr-header-area #RESShortcutsRight,
- .res #header #sr-header-area #RESShortcutsLeft,
- .res #header #sr-header-area #RESShortcutsAdd,
- .res #header #sr-header-area #RESShortcutsTrash {
- color: #333333;
- background-color: #f9f9f7;
- }
- .res #header #sr-header-area #ResShortcutsLeft {
- padding-top: 2px;
- }
- .res #header #header-bottom-right #userbarToggle {
- color: #333333;
- background-color: #d9b166;
- border-right: 2px solid #333333;
- -webkit-border-radius: 0;
- -moz-border-radius: 0;
- border-radius: 0;
- -webkit-border-bottom-left-radius: 7px;
- -moz-border-radius-bottomleft: 7px;
- border-bottom-left-radius: 7px;
- }
- .res #header #header-bottom-right #userbarToggle.userbarShow {
- left: -3px;
- }
- .res .neverEndingReddit {
- background-color: #f9f9f7;
- }
- .res .res_post_ups,
- .res .res_comment_ups,
- .res .res_post_downs,
- .res .res_comment_downs {
- padding: 0 2px;
- }
- .res a.voteWeight {
- padding-right: 3px;
- }
- .res .content .commentarea .entry {
- padding-bottom: 0;
- border-bottom: none;
- }
Add Comment
Please, Sign In to add comment