Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Poppy for specific posts */
- /*
- a.title:before {
- content: url(%%poppy%%)
- }
- */
- .link {
- margin:10px 305px 10px 0;
- padding:2px;
- }
- /* Change the description of "subscribers"*/
- div.titlebox span.word {
- display: none
- }
- div.titlebox span.number:after {
- content: " Arcanists "
- }
- div.titlebox .users-online span.number:after {
- content: " Arcanists in the Archives "
- }
- div.titlebox span.number:before {
- content: " "
- }
- /* UP_DOWN arrows
- .arrow.upmod {
- background-image: url(%%voteup-on%%);
- width: 15px;
- height: 15px;
- background-position: 0 0
- }
- .arrow.downmod {
- background-image: url(%%votedown-on%%);
- width: 15px;
- height: 15px;
- background-position: 0 0
- }
- .arrow.up {
- background-image: url(%%voteup-off%%);
- width: 15px;
- height: 15px;
- background-position: 0 0
- }
- .arrow.down {
- background-image: url(%%votedown-off%%);
- width: 15px;
- height: 15px;
- background-position: 0 0
- }
- */
- /* Only necessary if arrows differ from default width ==
- .arrow { margin: 0px !important; }
- .midcol[style] { width: 38px !important }
- .comment .midcol { width: 25px }
- .gadget .midcol { width: 25px; margin: 0 }
- */
- .link .score {
- color: #BBBBBB;
- text-align: center
- }
- /* title style for frontpage and self posts */
- .comment .author {
- /*color: green*/
- }
- .thing .title {
- color: #063C6D;
- padding: 0px;
- overflow: hidden
- }
- .thing .title:visited {
- color: #864F8C
- }
- .thing .title:hover {
- color: #8F3B08
- }
- .thing .title.click {
- color: #063C6D
- }
- .thing .title.click:visited {
- color: #864F8C
- }
- .thing .title.click:hover {
- color: #8F3B08
- }
- /* title style for logged-in users */
- .thing .title.loggedin {
- color: #063C6D
- }
- .thing .title.loggedin:visited {
- color: #864F8C
- }
- .thing .title.loggedin:hover {
- color: #8F3B08
- }
- .thing .title.loggedin.click {
- color: #063C6D
- }
- .thing .title.loggedin.click:visited {
- color: #864F8C
- }
- .thing .title.loggedin.click:hover {
- color: #8F3B08
- }
- /* Disabling background and styling promoted-links */
- .link.promotedlink.promoted {
- background-color: transparent
- }
- .link.promotedlink {
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border: 1px solid #DDDDDD
- }
- /* Custom Header Graphics */
- #header {
- border-bottom: 1px solid #BBBBBB;
- position: relative;
- background-color: #FFFFFF;
- background-image: url(%%header-bkg%%);
- z-index: 99
- }
- /*Custom Header bottom right menu*/
- #header-bottom-right {
- position: absolute;
- right: 0px;
- bottom: 0px;
- background-color: #555555;
- /*green is 8ea957*/
- color: #FFFFFF;
- padding: 4px;
- -moz-border-radius-topleft: 7px;
- -webkit-border-top-left-radius: 7px
- }
- #header-bottom-right a {
- color: #FFFFFF
- }
- #header-bottom-right b {
- color: #FFFFFF
- }
- /* Thin Upper Header Bar */
- #sr-bar .separator {
- color: #B49071
- }
- .sr-bar a {
- color: #EEEEEE !important
- }
- .dropdown.srdrop .selected {
- background:transparent;
- color:#EEEEEE;
- }
- #sr-header-area {
- padding: 3px 0px 3px 5px;
- background-image: url(%%translucent-black%%);
- background-color: transparent;
- white-space: nowrap;
- overflow: hidden;
- text-transform: none !important;
- border-bottom: 1px solid #555555 !important;
- font-size: 90%;
- /* display:none !important */
- }
- #sr-header-area .selected a {
- color: yellow
- }
- #sr-more-link {
- color: white;
- /*background-image: url(%%droid-header-bkg%%);*/
- background-color: #555555;
- position: absolute;
- right: 0px;
- top: 3px;
- padding: 0 5px 0 15px;
- font-weight: bold;
- margin: 0
- }
- /* Change Footer */
- /*.footer {
- color: gray;
- font-size: larger;
- padding: 0px;
- margin: 15px;
- border: 1px solid #F0F0F0;
- display: inline-block
- }
- .footer a {
- color: #9B5842
- }
- */
- /* Insert a Subreddit banner just below user-control-panel */
- .side {
- /* Change the padding-top px to the height of the image */
- /* Padding-right 10px is only necessary for zebra stripes */
- padding: 310px 1px 0 10px;
- /* change the background-image to whatever you want */
- background-image: url(%%banner%%);
- background-color: transparent !important;
- /* leave these properties as is */
- background-repeat: no-repeat
- }
- /*fixing the moderator stylesheet panel bug due to sidebar padding-right*/
- .sheets {
- margin-right: 350px
- }
- /* Highlight Original Poster */
- /*
- .author.submitter {
- padding: 0 2px 0 2px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px
- }
- .noncollapsed .author.submitter {
- background-color: #FFE0C3
- }
- .collapsed .author.submitter {
- color: #FFE0C3
- }
- */
- /* Change text in various areas of the subreddit */
- .score .number:after {
- content: " votes";
- font-size: 15px
- }
- .score .word {
- display: none
- }
- /* Force-display a thumbnail when none exists
- .thumbnail img[src^="/static/"] {
- background-image: url(%%blank-icon%%) !important;
- background-repeat: no-repeat !important;
- height: 0 !important;
- width: 0 !important;
- padding: 50px 0 0 70px !important
- }
- */
- /* Tabs styling and hover effect */
- .tabmenu li.selected a {
- border-color: #888888 #888888 transparent !important;
- border-style: solid;
- border-width: 1px;
- background-color: #E2E2F9 !important;
- }
- .tabmenu li a {
- background-color: #FFF7EF !important;
- color: #666678 !important;
- -moz-border-radius-topleft: 4px;
- -moz-border-radius-topright: 4px;
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px
- }
- .tabmenu li a:hover {
- background-color: #CEE3F8 !important;
- color: #222222 !important
- }
- /* Sidebox in Sidebar and self post background formatting (round corners) */
- .sidecontentbox .content, .link .usertext .md {
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- background-image: url("%%comment-bkg%%");
- border: 1px solid #CCCCCC;
- }
- .icon-menu a {
- background: none no-repeat scroll left center transparent;
- }
- /* Submission-Date and Likes-Dislikes area formatting */
- .linkinfo {
- border: 1px solid #BBBBBB !important;
- background-color: #E2E2F9;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px
- }
- /* Changing the SubReddit's name to lowercase */
- .pagename {
- font-size: 11pt;
- font-variant: normal !important
- }
- .pagename a {
- color:white;
- padding-left: 4px;
- padding-right: 4px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px
- }
- /* Changing the search-box design */
- #search input[type="text"] {
- border: 1px solid #CCCCCC !important;
- outline: none;
- font-size: 14px;
- padding: 5px 0 5px 10px;
- width: 280px !important;
- color: #AAAAAA;
- text-align: center
- }
- .morelink {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px
- }
- .morelink .nub {
- background: none repeat scroll 0 0 transparent !important;
- display: none !important;
- }
- /* Horizontal Comment-Sort Menu */
- .commentarea .menuarea {
- padding: 2px
- }
- .commentarea .menuarea:before {
- content: "Sort by:";
- padding-right: 10px
- }
- .commentarea .menuarea .dropdown-title {
- display: none
- }
- .dropdown.lightdrop .selected {
- background-color: #CEE3F8;
- background-image: none;
- border: 1px solid #97B45D !important;
- color: #666666;
- padding: 0 5px;
- text-decoration: none;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px
- }
- /* Dropdown Header Bar Reddits Menu */
- #sr-header-area .drop-choices {
- border-radius: 8px;
- background-color: transparent;
- background-image: url(%%translucent-black%%);
- border: none !important;
- padding: 5px;
- margin-right: 100px;
- font-weight: bold;
- margin-top: 10px
- }
- #sr-header-area .drop-choices a.choice {
- color: #FFFFFF;
- font-weight: bold
- }
- #sr-header-area .drop-choices a.choice:hover {
- background-color: #AD9378
- }
- body {
- background: url(%%body-bkg%%) fixed repeat center center
- }
- .drop-choices.lightdrop form {
- display: inline;
- position: static;
- margin-left: 4px;
- visibility: visible
- }
- .drop-choices.lightdrop form a {
- display: inline;
- padding: 0 5px;
- color: #000000;
- margin: 6px;
- background-color: #CCCCCC;
- border-radius: 4px;
- }
- /* Downvote tooltip */
- .arrow.down:hover:before {
- position: absolute;
- display: block;
- z-index: 1000;
- width: 210px;
- padding: 5px;
- border: 0px solid #333;
- background: #888888;
- content: "Please remember reddiquette!";
- text-align: center;
- font-size: 10px;
- color: white;
- font-weight: bold;
- margin-left: 25px;
- margin-top: 5px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px
- }
- /* MODERATOR FORM.TOGGLE BACKGROUND */
- .titlebox form.toggle, .leavemoderator {background-color:transparent !important}
- /* HOVERING CLICKABLE ANNOUNCEMENT */
- .titlebox form {
- position: static
- }
- .titlebox .usertext-body .md ol {
- list-style: none;
- position: absolute;
- z-index: 200;
- margin: 0;
- padding: 0;
- left: 180px;
- top: 35px;
- height: 47px;
- overflow: hidden
- }
- .titlebox .usertext-body .md ol li {
- display: -moz-inline-box;
- display: inline-block;
- margin-top: 2px;
- padding: 0 3px 8px 3px
- }
- * html .titlebox .usertext-body .md ol li {
- display: inline
- }
- /* for IE 6 - inline-block */
- * + html .titlebox .usertext-body .md ol li {
- display: inline
- }
- /* for IE 7 - inline-block */
- .titlebox .usertext-body .md ol li a {
- color: #F0EFFF;
- font-weight: bold;
- border: 1px solid #7D6C66;
- background-color: #815443;
- padding: 1px 4px 2px 4px;
- text-decoration: none;
- font-size: small;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px
- }
- /* changes box color on mouse hover */
- .titlebox .usertext-body .md ol li a:hover {
- background-color: #9F3B3B
- }
- /*New Announcement Style*/
- .titlebox .usertext-body .md h6 {
- display: block;
- position: absolute;
- top: 100px;
- left: 0px;
- background-color: transparent;
- background-image: url(%%sticky-note%%);
- background-repeat: no-repeat;
- font-family: verdana, sans-serif;
- font-size: 12px;
- font-weight: bold;
- color: #555555;
- text-align: left;
- padding: 13px 5px 13px 55px;
- margin: 15px;
- margin-left: 4px;
- border-radius: 8px;
- }
- /* Increasing margin after header-area, necessary for comments page */
- body > .content {
- padding-top: 55px
- }
- /* Allow absolute positioning to page */
- .titlebox form {
- position: static
- }
- /* Inactive link */
- .titlebox .usertext-body .md h6 a, .titlebox .usertext-body .md h6 a:link, .titlebox .usertext-body .md h6 a:visited {
- color: #555555
- }
- /* Link on hover */
- .titlebox .usertext-body .md h6 a:hover {
- color: #666666
- }
- /* Catches all <a> */
- .titlebox .usertext-body .md h6 a:before {
- content: "REMINDER";
- color: #588096;
- border-right: 1px solid #444;
- padding-right: .6em;
- margin-right: .6em
- }
- /* RES compatibility */
- #srLeftContainer, #RESStaticShortcuts, #RESShortcuts, #srDropdown {
- background-color: transparent !important;
- }
- #header #sr-header-area a {
- color: #EEEEEE !important;
- font-size: 100% !important;
- }
- #header #sr-header-area a:hover {
- color: #FFFFFF !important;
- }
- #RESShortcutsEditContainer, #RESShortcutsRight, #RESShortcutsAdd, #RESShortcutsLeft {
- background-color: transparent !important
- }
- .RESshortcutside {
- margin-left: 15px!important;
- color: #333333!important
- }
- .res-nightmode .titlebox .md {background-color:transparent!important;}
- .res-nightmode .titlebox, .res-nightmode .sidecontentbox .content {background-image:none!important;}
- .res-nightmode .content .entry .domain a {color:#8AD!important;}
- #srList {
- background-color: transparent !important;
- background-image: url("%%translucent-black%%")!important;
- border: 0px !important;
- color: white !important
- }
- #srList tr:hover {
- background-color: #A4B688 !important;
- }
- #srList a {
- color: white !important
- }
- #srList td a {
- font-weight: bold !important;
- }
- #RESShortcuts, #srDropdown > #srDropdownContainer > a, #RESStaticShortcuts > a {
- /*opacity: 1.0 !important*/
- }
- /*ICON LEGEND IN SIDEBAR*/
- a[href="/r2ofm#pipes"]:before { content: ""; width: 20px; height: 16px; display: inline-block; background-repeat: no-repeat; background-image: url(%%icon-sprites%%); background-position: -0px -0px; vertical-align: middle; margin-right: 3px}
- div.flairselector {background:#FFFFFF !important}
- .flairselectbtn {font-weight: bold}
- .flairselectbtn:after {content: " - get an icon! "; font-weight: bold}
- div.flairselector h2:after {content: " = choose and type"}
- .md table, .md td, .md th {
- border-color: #DDDDDD;
- border-width: 1px;
- padding-left: 5px;
- padding-right: 5px;
- }
- .md th {
- color: #555555;
- }
- div.side form div.usertext-body div.md table td, div.side form div.usertext-body div.md table th {
- border-width: 0px;
- border-color: transparent
- }
- /* Spoiler code */
- a[href$="/spoiler"] { background:#CCCCCC!important; color:#CCCCCC!important; }
- a[href$="/spoiler"]:hover { color:#000000!important; }
- /* ================================
- * Book spoiler
- */
- a[href="/s"] {
- color: #222222;
- background: #CCCCCC;
- background-image: url(%%favicon-book%%);
- background-repeat: no-repeat;
- padding: 0px 0px 0px 20px;
- cursor: text
- }
- a[href="/s"]:hover {
- color: #8F8F8F;
- }
- a[href="/s"]::after {
- content: attr(title);
- background: #CCCCCC;
- color: #CCCCCC;
- padding: 0px 10px 0px 10px
- }
- a[href="/s"]:hover::after, a[href="/s"]:active::after {
- color: black
- }
- /* -------------------------------------------------BEGIN NEW EDITS---------------------------------------------------------------------- */
- /* adds spacing and a line between posts on the front of subreddit*/
- .content #siteTable .link {
- margin-bottom: 0px;
- padding-top: 6px;
- padding-bottom: 6px;
- border-bottom: 1px solid #ececec
- }
- /* fix transparency in the sidebar*/
- .sidebox .spacer {
- background: transparent !important
- }
- /*Actual Post changes*/
- /*Spreads the posts out a bit more*/
- p {
- margin-top: 2px;
- margin-bottom: 2px
- }
- .tagline {
- font-size: x-small
- }
- p.tagline a:hover {
- color: #00235d
- }
- .domain {
- font-size: 0px;
- color: #FFF
- }
- .domain a {
- font-size: x-small;
- display: inline-block !important;
- margin-right: .5em;
- padding: 0 2px;
- border: 1px solid #ddd;
- border-radius: 2px
- }
- .domain a:hover {
- text-decoration: underline
- }
- #preview {
- float: right;
- width: 20em;
- margin-right: 10px;
- margin-top: 3px;
- margin-bottom: 5px
- }
- #preview span {
- color: #ffffff
- }
- #preview #previewbox {
- border-width: .2em;
- border-style: none;
- border-color: #ffffff;
- padding: 1em
- }
- #preview-table > table {
- border-width: .2em;
- border-style: dashed;
- border-color: lightgray;
- padding: 5px;
- margin: 5px;
- width: 100%
- }
- .link .title {
- font-weight: normal
- }
- /*headers*/
- #header {
- border-bottom: 2px solid #4A4A4A;
- position: relative;
- background-color: #006;
- z-index: 99
- }
- /* message the moderators link*/
- .sidecontentbox a.helplink {
- float: right;
- margin-top: 4px;
- color: grey
- }
- /* move the 'Submit A Link' button upwards towards the top of the page */
- .sidebox.submit {
- position: absolute;
- top: 470px; /* might need adjustement, depending on the
- size of your header */
- width: 300px;
- }
- .sidebox.submit .spacer {
- display: none;
- }
- .side {
- margin-top: 45px;
- }
- /* move the Search bar upwards towards the top of the page */
- div.side div.spacer #search input[type="text"] {
- /* Search-box styles */
- margin-top: 55px;
- font-size: 14px;
- border: solid 1px;
- }
- /* Search */
- #search {
- margin: 0px 0px 10px 0px !important;
- padding: 0px 0px 0px 0px !important
- }
- #search input[type="text"] {
- -moz-border-radius: 5px !important;
- -webkit-border-radius: 5px !important;
- width: 285px !important;
- height: 20px !important;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 12px !important;
- color: #999999 !important;
- background-color: #FFFFFF !important;
- background-position: 270px 0 !important;
- background-repeat: no-repeat !important
- }
- #search input[type="text"]:hover {
- background-position: 270px -25px !important;
- background-repeat: no-repeat !important;
- background-color: #FFFFFF !important
- }
- #search input[type="text"]:active {
- background-position: 270px -50px !important;
- background-repeat: no-repeat !important;
- background-color: #FFFFFF !important
- }
- /* This is to add in the new sidebar, complete with stylised banner. */
- .titlebox {
- background: #f5f5f5;
- border: 1px solid #a5a5a5;
- border-radius: 7px;
- padding: 10px
- }
- .titlebox .md {
- color: #444;
- overflow: visible
- }
- .titlebox .usertext .md > h2 {
- background-color: #800000;
- border-color: #610000;
- border-top-color: #610000;
- border-top-right-radius: 3px;
- border-bottom-right-radius: 3px;
- border-style: solid solid solid none;
- border-width: 1px 1px 1px 0;
- color: #FFFFFF;
- font: normal normal 1.5em sans-serif;
- margin: 10px 13px 5px -18px;
- padding: 5px 0 5px 20px;
- text-shadow: 0px 0px 0 #610000;
- z-index: 100
- }
- .titlebox .usertext .md > h2::after {
- border-color: transparent #610000 transparent transparent;
- border-style: solid;
- border-width: 15px;
- content: "";
- display: block;
- height: 0;
- margin-left: -35px;
- margin-top: -10px;
- position: absolute;
- width: 0;
- z-index: -1
- }
- /* This is to add a box and some colour to the 'Rules' sidebar. */
- .side .md li a {
- padding: 5px;
- display: block;
- border: 1px solid #000000;
- font-size: 10px;
- font-weight: bold;
- border-radius: 4px;
- -moz-border-radius: 4px;
- margin: 3px;
- background: #F5DEB3;
- color: #C84300;
- /* float: left; */
- }
- .side .md li a:hover {
- background-image: none;
- background-color: #FFF8DC
- }
- .md ul li {
- list-style: none;
- padding-left: -15px;
- margin-left: -25px
- }
- /* This is to change the colour of the 'KingkillerChronicle' logo above the 'subscribe' button. */
- .side .redditname a {
- color: Maroon
- }
- /* This is to capitalize the 'KingkillerChronicle' logo above the subscribe button. */
- .titlebox h1 {
- font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
- font-size: 25px;
- font-weight: bold;
- font-variant: small-caps;
- color: #9A7D2E;
- text-transform: capitalize
- }
- /* This is to change the colour of the points box in the submission page. */
- .linkinfo {
- background-color: #EBC79E;
- border: 1px solid #E1B000
- }
- /* This is to change the colour of the 'Submit a Link' page into gold. */
- .roundfield {
- background-color: #EBC79E
- }
- .formtabs-content {
- border-top: 4px solid #E1B000
- }
- .tabmenu.formtab .selected a {
- background-color: #E1B000
- }
- /* This is to remove the babble below the 'Submit a Link' button. */
- .sidebox .spacer {
- display: none
- }
- /* This is to remove the 'Create a Community' button, as it reduces clutter on the page. */
- .side .sidebox.create {
- display: none
- }
- /* ------------------------------------------------END NEW EDITS------------------------------------------------------------------- */
- /* Flair Sprites */
- .flair {
- border-radius: 4px;
- padding: 1px 4px 1px 4px;
- border: 1px solid #E6E6E6
- }
- .flair-empty:before {
- content: "";
- width: 20px;
- height: 16px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%icon-sprites%%);
- background-position: -999px -999px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-talentpipes:before {
- content: "";
- width: 20px;
- height: 16px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%icon-sprites%%);
- background-position: -0px -0px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-Lute:before {
- content: "";
- width: 13px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -212px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-amyr:before {
- content: "";
- width: 21px;
- height: 25px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 0;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-blood-vial:before {
- content: "";
- width: 20px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -35px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-blue-flame:before {
- content: "";
- width: 15px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -65px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-crescent-moon:before {
- content: "";
- width: 20px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -95px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-edema-ruh:before {
- content: "";
- width: 20px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -125px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-harp:before {
- content: "";
- width: 17px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -155px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-letter:before {
- content: "";
- width: 27px;
- height: 17px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -185px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-talent-pipes:before {
- content: "";
- width: 20px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -242px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-tehlin-wheel:before {
- content: "";
- width: 20px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -272px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-waystone:before {
- content: "";
- width: 21px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -302px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-wind:before {
- content: "";
- width: 20px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -332px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-moon:before {
- content: "";
- width: 20px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -362px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-cthaeh:before {
- content: "";
- width: 20px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -392px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-tree:before {
- content: "";
- width: 21px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet%%);
- background-position: 0 -422px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-book:before {
- content: "";
- width: 20px;
- height: 13px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet-2%%);
- background-position: 0 0;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-sword:before {
- content: "";
- width: 45px;
- height: 11px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet-2%%);
- background-position: 0 -63px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-sygaldry-rune-green:before {
- content: "";
- width: 16px;
- height: 11px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet-2%%);
- background-position: 0 -124px;
- vertical-align: middle;
- margin-right: 3px
- }
- .flair-writ:before {
- content: "";
- width: 20px;
- height: 20px;
- display: inline-block;
- background-repeat: no-repeat;
- background-image: url(%%spritesheet-2%%);
- background-position: 0 -185px;
- vertical-align: middle;
- margin-right: 3px
- }
- /*Removal Reasons. Get Reddit Moderator Toolbox to use them.*/
- .linkflair-rule .linkflairlabel{background:#e74c3c}
- .comments-page .thing.link.linkflair-rule .title .linkflairlabel {
- -webkit-transform: rotate(0)!important;
- transform: rotate(0)!important;
- background: #e74c3c!important;
- text-align: center;
- top: auto;
- right: 0;
- width: 100%;
- max-width: none;
- height: 25px;
- bottom: 100%;
- margin-bottom: 20px;
- box-sizing: border-box;
- padding: 5px;
- font-size: 14px;
- border-radius: 2px;
- color: white !important;
- }
- .author[href$="/Kixking"]{color:#27b062; font-weight: bold;}
- .author[href$="/imnotlegolas"]{color:#27b062; font-weight: bold;}
- .author[href$="/PalpatineSenpai"]{color:#27b062; font-weight: bold;}
- .author[href$="/Jamalisms"]{color:#27b062; font-weight: bold;}
- .linkflair-mod .linkflairlabel{background:#27b062;color:#fff}
- .linkflair-QT .linkflairlabel{background:#3498DB;color:#fff}
- p.title .linkflairlabel {
- display: block;
- padding-top: 3px;
- text-align: center;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement