Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /***
- * __
- * / ` / _/_ / /
- * /-- __/ o / _ __/ /____ ,
- * (___,(_/_<_<__</_(_/_ /_)/ (_/_
- * /
- * '
- * __ _ , ______ __ _ ,
- * / ` ' ) / // / ` ' ) /
- * /-- __ /-< --//_ _ /-- __ /-<
- * (___,/ (_/ )(_// /_</_(___,/ (_/ )
- * /u/erktheerk
- *
- * ALL OTHER credit goes to /u/Cryptonaut's theme NAUT
- * /u/gavin19 and the other contributors as /r/csshelp
- * and the following.
- * ==FlatBlue reddit CSS Theme v1.1.1 - (http://www.reddit.com/r/FlatBlue/)==
- * == Boxed reddit CSS Theme v1.5 - (http://www.reddit.com/r/boxed/)==
- * ==Mindashq http://www.reddit.com/r/mindashq/wiki/==
- * */
- /*
- Version 1.7
- Stylesheet by Cryptonaut
- Last modified: 01 December 2013
- Details: This is a custom template made by /u/Cryptonaut.
- Find out more on /r/Naut.
- Hirarchy
- --------------------------------------------------------------------------
- The individual classes are ranked below their inherited class as good as
- possible. You are encouraged to use Ctrl + F!
- --------------------------------------------------------------------------
- [Changelog]
- v1.0 - Initial Design - /r/Naut Template
- v1.5 - Update 1 - New colours, icons and a whole bunch of fixes.
- V1.6 - Update 2 - Adjustments to make Naut come back to the reddit UX.
- V1.7 - Update 3 - A whole lot of UI tweaks and fixes.
- -------------------------------------------------------------------------- */
- body {
- min-width: 940px;
- /*background-color: #55bdd8;*/
- /*no-repeat fixed -05px 0px;*/
- background-image: -webkit-linear-gradient(top,#55bdd8,#ffffff);
- background-image: -moz-linear-gradient(top,#55bdd8,#ffffff);
- background-image: -ms-linear-gradient(top,#55bdd8,#ffffff);
- background-image: -o-linear-gradient(top,#55bdd8,#ffffff);
- background-image: linear-gradient(top,#55bdd8,#ffffff);
- background-attachment: fixed;
- background-color: #55bdd8;
- font-family: arial, sans-serif;
- }
- /* Custom browser CSS */
- :focus {outline: 0px;}
- ::-webkit-scrollbar {
- width: 12px;
- height: 12px;
- background-color: #f5f5f5;
- border-left: 1px solid #d2d2d2;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #c3c3c3;
- border-top: 1px solid #b6b6b6;
- border-bottom: 1px solid #969696;
- border-left: 1px solid #b6b6b6;
- }
- ::-webkit-scrollbar-button {
- display: none;
- width: 0;
- height: 0;
- }
- ::-webkit-scrollbar-corner {
- background-color: transparent;
- color: #555555;
- }
- ::selection {background-color:#5b92f9;color:BLUE;font-weight:bold;}
- /* Link */
- a {
- color: #5b92f9;
- }
- a:hover {
- text-decoration: underline;
- }
- .error {
- color: #000000;
- font-size: 13px;
- font-family: arial, sans-serif;
- }
- .comments-page #noresults:after {
- content: "... so go ahead and tell us what you think!";
- }
- /* General Button*/
- button, #search input[type='submit'], .wiki-page .wiki-page-content .wiki_button {
- margin: 3px 3px 3px 3px;
- padding: 0px 8px 1px 8px;
- background-color: #ffffff;
- border: 1px solid #d4d4d4;
- border-radius: 2px;
- -webkit-box-shadow: 0 1px 0 #e2e0e0;
- box-shadow: 0 1px 0 #e2e0e0;
- color: #737373 !important;
- text-transform: capitalize;
- font-weight: bold;
- line-height: 26px;
- cursor: default;
- }
- button:hover, #search input[type='submit']:hover, .wiki-page .wiki-page-content .wiki_button:hover {
- padding-bottom: 0px;
- border-color: #bababa;
- border-bottom-width: 2px;
- color: #333 !important;
- }
- button:active, #search input[type='submit']:active, .wiki-page .wiki-page-content .wiki_button:active {
- padding-bottom: 0px;
- background-color: #e5e5e5;
- border-color: #a7a7a7;
- border-top-width: 2px;
- border-bottom-width: 1px;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #333 !important;
- line-height: 25px;
- }
- /* Header Area */
- /* Top Most header */
- #sr-header-area {
- opacity: 0.4;
- filter: alpha(opacity=40);
- height: 18px;
- background-color: #333;
- border-bottom: 1px solid #333;
- }
- #sr-header-area:hover {
- opacity: 90;
- filter: alpha(opacity=90);
- }
- #sr-header-area a {
- color: #C4C4C4;
- font-family: Verdana, Arial, sans-serif;
- }
- #sr-header-area a:hover {
- color: #7CA9FF;
- text-decoration: none;
- }
- #sr-more-link {
- position: absolute;
- background-color: #333;
- color: #C4C4C4;
- }
- .dropdown.srdrop .selected {background-image: none;}
- .dropdown.srdrop .selected:after {content: "▼";}
- .sr-bar .separator {color: #333;}
- #sr-header-area .width-clip .dropdown.srdrop .selected.title {
- color: #C4C4C4;
- font-size: 9px;
- font-weight: normal;
- font-family: Verdana, Arial, sans-serif;
- padding-right: 3px;
- }
- #sr-header-area .width-clip .dropdown.srdrop .selected.title:hover {
- color: #55bdd8;
- }
- #sr-header-area .drop-choices a.choice {
- color: #333 !important;
- }
- #sr-header-area .drop-choices a.choice:hover {
- background-color: #55bdd8;
- color: #fff !important;
- }
- /* Header Image */
- #header {
- height: 167px;
- width: auto;
- background: #2a2b2e url(%%headerimg%%) no-repeat fixed 68% 0%;
- border-bottom: 0px solid;
- }
- #header:after {
- position: absolute;
- top: 132px;
- left: 0px;
- z-index: -1;
- width: 100%;
- height: 44px;
- background: #fff;
- border-bottom: 0px solid;
- content: " ";
- text-indent: -999px;
- }
- #header-img {
- position: absolute;
- top: 130px;
- left: 0px;
- z-index: 99;
- width: 44px;
- height: 44px;
- background-image: url(%%spritesheet%%);
- background-position: 0px -226px;
- background-repeat: no-repeat;
- }
- #header-img:hover {background-position: -44px -226px;}
- .pagename a:hover {background-position: 0px 0px;}
- /* HOT / NEW / ETC */
- #header .tabmenu {
- display: block;
- position: absolute;
- top: 132px;
- margin: 0px;
- right:0px;
- left: 0px;
- padding: 0px;
- height: 44px;
- background-color: transparent;
- border-bottom: 0px solid;
- color: #999;
- list-style-type: none;
- vertical-align: bottom;
- text-align: center;
- white-space: nowrap;
- font-weight: normal;
- font-size: 15px;
- font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
- min-width: 450px;
- }
- .tabmenu li {
- display: inline-block;
- margin:7px 0px 0px 0px;
- }
- .tabmenu li a {
- margin: 0px 17px 0px 17px;
- padding: 8px 0px 8px 0px;
- background-color: transparent;
- border: 0px solid;
- color: #999;
- font-weight: normal;
- font-size: 22px;
- font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
- }
- .tabmenu li a:hover {border-bottom: 2px solid #55bdd8;color: #262626;text-decoration: none;}
- .tabmenu li.selected a {
- z-index: 100;
- background-color: transparent;
- border: 0px solid;
- border-bottom: 2px solid #55bdd8;
- color: #262626;
- font-size: 22px;
- font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
- }
- .tabmenu li.selected a:hover {
- border-color: #719ff2;
- }
- .res #header .tabmenu {
- text-align: left;
- margin-left: 55px;
- }
- .listing-page .tabmenu li:nth-of-type(3), /* Rising */
- .listing-page .tabmenu li:nth-of-type(4), /* Controversial */
- .listing-page .tabmenu li a[href*="/promoted"], /* Self-serve advertising */
- .listing-page .tabmenu li a[href*="/gilded"] /* gilded */
- {display:none;}
- /* User bar */
- #header-bottom-right {
- position: absolute;
- top: 141px;
- right: 0px;
- padding: 8px 15px 7px 15px;
- width: auto;
- height: 12px;
- background-color: #fff;
- }
- .user {color: #7A7A7A;}
- .loggedin .user {color: #7A7A7A;}
- #header-bottom-right a {
- color: #7A7A7A;
- font-weight: normal;
- font-size: 15px;
- }
- #header-bottom-right a:hover {
- border-bottom: 1px solid #55bdd8;
- color: #333;
- text-decoration: none;
- }
- /* Mail / Modmail icons */
- #mail {
- top: 0px;
- overflow: visible;
- width: 16px;
- height: 16px;
- background-image: url(%%spritesheet%%) !important;
- }
- #mail:hover, #modmail:hover {
- border-bottom: 0px solid !important;
- }
- #mail.nohavemail {background-position: -64px 0px;}
- #mail.havemail {background-position:-80px 0px;}
- #mail.havemail:before, #modmail.havemail:before {
- display: block;
- visibility: visible !important;
- position: fixed;
- top: 4px;
- right: 10px;
- z-index: 2;
- z-index: 0;
- width: 25px;
- height: 25px;
- background-color: #fff;
- background-image: url(%%spritesheet%%);
- background-position: -126px -50px;
- border-radius: 50%;
- content: " ";
- }
- #modmail {
- top: -2px;
- margin-bottom: -6px;
- width: 16px;
- height: 16px;
- background-image: url(%%spritesheet%%) !important;
- }
- #modmail.havemail {background-position:-112px 0px;}
- #modmail.nohavemail {background-position:-96px 0px;}
- #modmail.havemail:before {background-position: -151px -50px; margin-right: 40px;}
- /* Preferences & Logout Icons */
- #header-bottom-right a.pref-lang, .loggedin .logout a{
- background-position: -96px -49px;
- background-image: url(%%spritesheet%%);
- width: 16px;
- height: 16px;
- display: inline-block;
- text-indent: -9999px;
- margin: 0px;
- position: relative;
- top: -2px;
- }
- .loggedin .logout a {background-position: -80px -49px;}
- .gearIcon {
- background-image: url(%%spritesheet%%)!important;
- background-position: -80px -65px!important;
- height: 16px!important;
- width: 17px!important;
- }
- /* Opacity Hoves */
- #modmail, #mail, .gearIcon, #header-bottom-right a.pref-lang,
- .loggedin .logout a {
- opacity: 0.75;
- }
- #modmail:hover, #mail:hover, #header-bottom-right a.pref-lang:hover,
- .loggedin .logout a:hover, .gearIcon:hover {
- opacity: 1;
- text-decoration: none !important;
- border-bottom: 0px solid !important;
- }
- /* Sidebar */
- .side {
- /*background-color: #fafde0;*/
- background-image: -webkit-linear-gradient(top,#55bdd8,#ffffff);
- background-image: -moz-linear-gradient(top,#55bdd8,#ffffff);
- background-image: -ms-linear-gradient(top,#55bdd8,#ffffff);
- background-image: -o-linear-gradient(top,#55bdd8,#ffffff);
- background-image: linear-gradient(top,#55bdd8,#ffffff);
- background-attachment: fixed;
- background-color: #55bdd8;
- float: right;
- margin: 34px 0px 0px 0px;
- padding-top: 25px;
- width: 300px;
- text-align: left;
- font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
- }
- /* SUBMIT LINK OR POST */
- .morelink {
- z-index: 97;
- width: 270px;
- height: 28px;
- background-color: #55bdd8;
- background-image: none!important;
- border: none;
- border-top: 2px solid #55bdd8;
- border-bottom: 3px solid #55bdd8;
- border-radius: 1px;
- -webkit-box-shadow: 0 1px 2px #CECECE;
- box-shadow: 0 1px 2px #CECECE;
- margin-left: 15px;
- }
- .morelink:hover {
- background-color: #7BA8FF;
- border-top: 2px solid #7BA8FF;
- border-bottom: 3px solid #3863B6;
- }
- .morelink:active {
- background-color: #3863B6;
- border-top: 2px solid #21365F;
- border-bottom: 3px solid #3863B6;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .morelink a {
- color: #fff !important;
- text-shadow: 0px 1px 0px #5787e1;
- letter-spacing: 0px;
- font-weight: bold;
- font-size: 15px;
- font-family: arial, sans-serif;
- cursor: default;
- line-height: 30px;
- }
- .morelink a:hover {text-decoration: none;}
- .disabled .morelink,.disabled .morelink:hover {
- background-image: none;
- border: 0px solid;
- color: white;
- font-size: 0px;
- background-color: #c8c8c8;
- margin-top: 3px;
- text-shadow: none;
- box-shadow:none;
- }
- .disabled .morelink a {
- color: #fff;
- letter-spacing: 0px;
- font-weight: 600;
- font-size: 14px;
- font-family: sans-serif;
- cursor: default;
- text-indent: 0px;
- text-shadow: none;
- }
- /*.account-activity-box, .sidebox.create, .morelink .nub {display: none;}*/
- /* Subreddit name sidebar */
- .titlebox h1 a {
- position: absolute;
- top: 211px;
- margin: 0px;
- margin-bottom: 5px;
- margin-left: 5px;
- color: #707070;
- text-transform: capitalize;
- font-weight: lighter;
- font-size: 25px;
- font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
- }
- .titlebox h1 a:hover {color: #fafde0;text-decoration: none;}
- .sidebox .subtitle {font-size: 1.6em;}
- /* Sub / Unsub button */
- .fancy-toggle-button .active {
- padding: 1px 8px;
- background-image: none !important;
- outline: none !important;
- border: 0px;
- border-radius: 2px;
- color: #fff !important;
- text-transform: capitalize;
- font-weight: bold;
- font-size: 12px;
- font-family: arial, sans-serif!important;
- line-height: 26px;
- cursor: default;
- }
- /* Sub */
- .fancy-toggle-button .add {
- background-color: #55bdd8;
- border-top: 2px solid #fafde0;
- border-bottom: 2px solid #55bdd8;
- -webkit-box-shadow: 0 1px 0 #e2e0e0;
- box-shadow: 0 1px 0 #e2e0e0;
- }
- .fancy-toggle-button .add:hover {
- background-color: #6599fa;
- border-top: 2px solid #6599fa;
- border-bottom: 2px solid #3863b6;
- -webkit-box-shadow: none;
- box-shadow: none;
- text-decoration: none;
- }
- .fancy-toggle-button .add:active {
- background-color: #3863b6;
- border-top: 2px solid #21407a;
- border-bottom: 2px solid #3863b6;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- /* Unsub */
- /* Unsub */
- .fancy-toggle-button .remove {
- background-color: #fff;
- border: 1px solid #d4d4d4;
- -webkit-box-shadow: 0 1px 0 #e2e0e0;
- box-shadow: 0 1px 0 #e2e0e0;
- font-size: 10px;
- line-height: 16px;
- color: #737373 !important;
- cursor: pointer;
- }
- .fancy-toggle-button .remove:hover {
- background-color: #fff;
- color: #333;
- border-bottom-width: 2px;
- border-color: #bababa;
- text-decoration: none;
- }
- .fancy-toggle-button .remove:active {
- background-color: #e5e5e5;
- border-color: #a7a7a7;
- border-top-width: 2px;
- color: #333;
- }
- /* Sub notice */
- .fancy-toggle-button .add:after {
- position: fixed;
- top: 4px;
- right: 25px;
- z-index: 98;
- background-color: #55bdd8;
- color: #FFF;
- content: "Subscribe Now";
- padding: 0px 16px;
- }
- .fancy-toggle-button .add:hover:after {
- background-color: #7BA8FF;
- border-bottom: 3px solid #3863B6 ;
- height: 23px;
- }
- /*Replace readers.. */
- div.titlebox span.word {display: none;}
- .titlebox .users-online {display: inline;}
- .titlebox .users-online:before {display: none;}
- .titlebox .users-online .number {font-style: italic;font-size: 12px;}
- .titlebox .users-online .number:before {content: "(";}
- .titlebox .users-online .number:after {content: " here)";}
- .titlelebox .word {display: none;}
- .titlebox .users-online, .titlebox .number {cursor: text;}
- .titlebox .tagline {font-size: 12px;}
- /* Subreddit description */
- .titlebox {
- padding: 0px 15px 15px 15px;
- color: #404040;
- }
- .titlebox .md {
- font-size: 14px;
- line-height: 1.35em;
- font-family: arial, sans-serif;
- }
- .titlebox .bottom {
- padding-top: 5px;
- border-top: 1px solid #e5e5e5;
- color: #999;
- font-size: 110%;
- }
- /* Download button */
- .titlebox h5 {
- width: 100%;
- height: 30px;
- color: #fff;
- background-color: #55bdd8;
- border-bottom: 2px solid #306cd1;
- display: block;
- font-size: 18px;
- text-align: center;
- line-height: 31px;
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .titlebox h5 a, .titlebox h5 a:hover {
- text-decoration: none;
- color: #fff;
- cursor: pointer;
- }
- .titlebox h5:hover {
- background-color: #77a7fb;
- border-bottom: 2px solid #55bdd8;
- text-decoration: none;
- }
- .titlebox h5:active {
- background-color: #306cd1;
- border-bottom: 2px solid #306cd1;
- }
- /* Search */
- #search {
- }
- #search input[type=text] {
- margin: 17px 0px 0px 0px;
- padding: 5px 0px 5px 40px;
- width: 258px;
- background-image: url(%%spritesheet%%);
- background-position: -129px 0px;
- background-repeat: no-repeat;
- border: none;
- border-top: 1px solid #d5d5d5;
- border-bottom: 1px solid #d5d5d5;
- border-left: 2px solid #fff;
- color: #999;
- font-weight: normal;
- font-size: 16px;
- font-family: arial, sans-serif !important;
- }
- #search input[type=text]:focus {
- padding: 5px 0px 5px 40px;
- width: 258px;
- outline: none !important;
- border: none;
- border-top: 1px solid #d5d5d5;
- border-bottom: 1px solid #d5d5d5;
- border-left: 2px solid #4285f4;
- color: #000;
- }
- #searchexpando {
- margin: 0px 0px 5px 0px;
- padding: 5px 5px 0px 15px;
- height: 25px;
- background-color: #f5f5f5;
- border: 0px solid;
- border-bottom: 1px solid #DFDFDF;
- border-radius: 0px;
- color: #3b3b3b;
- font-size: 150%;
- }
- #searchexpando label {cursor: pointer;}
- .search-page form#search label {font-size: 150%;cursor: pointer;}
- #search_showmore {display: none;}
- /* Ad Frame */
- #ad-frame,#ad_main {text-align: center;}
- /* Sidebar mod box */
- .sidecontentbox {
- padding: 0px 5px 0px 15px;
- }
- .sidecontentbox .title {
- text-align: left;
- }
- .sidecontentbox .title h1 {
- color: #262626;
- text-align: left;
- text-transform: capitalize;
- font-size: 14px;
- font-family: arial, sans-serif;
- }
- .sidecontentbox.collapsible .title {
- text-align: left;
- }
- .sidecontentbox .collapse-button {
- background: transparent;
- border: 0px;
- border-radius: 0px;
- color: #262626;
- font-size: 15px;
- }
- .sidecontentbox .content {
- padding: 3px 0px 5px 0px;
- background-color: transparent;
- border: 0px solid;
- text-align: left;
- }
- .sidecontentbox .content a {
- color: #262626;
- text-align: left;
- font-family: arial, sans-serif;
- }
- .sidecontentbox .content a:hover {
- color: #55bdd8;
- text-decoration: underline;
- }
- /* Mod icons */
- .icon-menu a {background-color: transparent;}
- .icon-menu .reddit-edit:before{background-image:url(%%spritesheet%%);background-position: 0px -33px;}
- .icon-menu .moderator-mail:before{margin-top:-1px;height:16px;background-image:url(%%spritesheet%%);background-position: -16px -32px;}
- .icon-menu .reddit-moderators:before{background-image:url(%%spritesheet%%);background-position: -32px -33px;}
- .icon-menu .reddit-contributors:before{background-image:url(%%spritesheet%%);background-position: -48px -33px;}
- .icon-menu .reddit-traffic:before{background-image:url(%%spritesheet%%);background-position: -64px -32px;}
- .icon-menu .reddit-modqueue:before{background-image:url(%%spritesheet%%);background-position: -80px -32px;}
- .icon-menu .reddit-reported:before{background-image:url(%%spritesheet%%);background-position: -96px -32px;}
- .icon-menu .reddit-spam:before{background-image:url(%%spritesheet%%);background-position: -112px -32px;}
- .icon-menu .reddit-ban:before{background-image:url(%%spritesheet%%);background-position: -128px -32px;}
- .icon-menu .reddit-flair:before{background-image:url(%%spritesheet%%);background-position: -144px -32px;}
- .icon-menu .reddit-moderationlog:before{background-image:url(%%spritesheet%%);background-position: -160px -33px;}
- /* Message the mods */
- .sidecontentbox a.helplink {
- display: block;
- margin-right: 27px;
- margin-bottom: 15px;
- width: 80%;
- background-color: #55bdd8;
- background-image: none!important;
- border: none;
- border-top: 2px solid #55bdd8;
- border-bottom: 2px solid #55bdd8;
- -webkit-box-shadow: 0 1px 0 #E2E0E0;
- box-shadow: 0 1px 0 #E2E0E0;
- color: #000!important;
- text-align: center;
- text-transform: capitalize;
- text-shadow: 0px 1px 0px #5787e1;
- letter-spacing: 0px;
- font-weight: bold;
- font-size: 13px;
- font-family: Arial, sans-serif;
- line-height: 26px;
- cursor: default;
- }
- .sidecontentbox a.helplink:hover {
- background-color: #6599fa;
- border-top: 2px solid #6599fa;
- border-bottom: 2px solid #3863b6;
- -webkit-box-shadow: none;
- box-shadow: none;
- text-decoration: none;
- }
- .sidecontentbox a.helplink:active {
- background-color: #3863b6;
- border-top: 2px solid #21407a;
- border-bottom: 2px solid #3863b6;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- /* Links/Posts Area */
- /* Actual Links */
- .content {
- margin-top: 34px;
- margin-left: 10px;
- }
- /* Fixed Scroll Banner */
- .titlebox h6 {
- position: fixed;
- bottom:1px;
- right: 0px;
- left: 0px;
- z-index: 97;
- height: 35px;
- background-color: #fff;
- -webkit-box-shadow: 0 2px 4px 0 #d3d3d3;
- box-shadow: 0 2px 4px 0 #d3d3d3;
- color: #737373;
- text-align: center;
- font-weight: normal;
- font-size: 22px;
- line-height: 35px;
- }
- .titlebox h6 a {
- margin: 0px 17px 0px 17px;
- padding: 2px 0px 2px 0px;
- border: 0px solid;
- color: #999;
- font-weight: normal;
- font-size: 22px;
- font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
- }
- .titlebox h6 a:hover {
- border-bottom: 2px solid #55bdd8 !important;
- color: #262626 !important;
- text-decoration: none;
- }
- /* reddit icon */
- .titlebox h6 a[href*="http://www.reddit.com#top"] {
- position: fixed;
- left:0px;
- top:0px;
- height: 35px;
- width: 35px;
- background-color: #ff0;
- background-image: url(%%spritesheet%%);
- background-position: 0px -49px;
- border-bottom: 0px;
- text-indent: -9999px;
- padding: 0px;
- margin: 0px;
- }
- .titlebox h6 a[href*="http://www.reddit.com#top"]:hover {
- background-position: -35px -49px;
- }
- .new-page .titlebox h6 a[href*="/new"], .top-page .titlebox h6 a[href*="/top"], .hot-page .titlebox h6 a[href*="/hot"] {border-bottom: 2px solid #55bdd8; color: #262626;}
- .link {
- background-color: #fff;
- margin-right: 320px;
- margin-bottom: 8px;
- padding: 8px 10px 6px 10px;
- }
- /*.link, .side,*/ .submit-page .infobar, .roundfield, .submit-page .content button,
- .content.submit .info-notice, .stylesheet-customize-container .pretty-form, #images, .search-page .raisedbox,
- .search-page .searchfacets, .linefield, .search-page .searchpane, .nextprev {
- border: 0px;
- border-bottom: 3px solid #e5e5e5 !important;
- /*background-color: #fff;*/
- background-image: -webkit-linear-gradient(top,#55bdd8,#ffffff);
- background-image: -moz-linear-gradient(top,#55bdd8,#ffffff);
- background-image: -ms-linear-gradient(top,#55bdd8,#ffffff);
- background-image: -o-linear-gradient(top,#55bdd8,#ffffff);
- background-image: linear-gradient(top,#55bdd8,#ffffff);
- background-attachment: fixed;
- background-color: #55bdd8;
- }
- /* Stickied Link */
- .stickied.link {border-bottom-color: #55bdd8!important;}
- .thing.stickied a.title, .thing.stickied a {color: #65b354!important;}
- .thing.stickied a.thumbnail {background-position: 102px -209px;}
- /* Promoted Link */
- .organic-listing {
- margin-right: 320px;
- border: 1px solid #D0D6DD;
- border-bottom-width: 3px;
- border-top-width: 0px;
- }
- .link .title {
- font-weight: bold;
- font-family: Arial, sans-serif;
- line-height: 100%;
- }
- .link .title:hover {color: #55bdd8 !important;}
- /* Link Titles */
- /*Unvisited*/ .thing .title.loggedin.click, .thing .title.click, .thing .title.loggedin, .thing .title {color:#55bdd8;}
- /*Visited */ .thing .title:visited, .thing.visited .title {color:#7D5D8A;}
- /*Clicking */ .thing .title.loggedin.click:visited, .thing .title.click:visited {color:#fafde0;}
- /* Upvote and downvotes */
- .link .score {margin-bottom: -1px;margin-left: 1px;color:#999;font-family: arial, sans-serif;}
- .link .score.likes {color: #ee5821;}
- .link .score.dislikes {color: #6f85bf;}
- .arrow {
- margin: 2px 0px 0px 0px;
- margin-right: auto;
- margin-left: auto;
- width: 16px;
- height: 16px;
- background-image: url(%%spritesheet%%) !important;
- background-position: center center;
- outline: none !important;
- border: none !important;
- }
- .arrow.up {background-position: -32px 0px;}
- .arrow.upmod {background-position: -48px 0px;}
- .arrow.down {background-position: 0px 0px;}
- .arrow.downmod {background-position: -16px 0px;}
- /* Expand post */
- .expando-button {
- margin: 0px 5px 0px 0px !important;
- width: 16px !important;
- height: 16px !important;
- background-color: transparent !important;
- background-image: url(%%spritesheet%%) !important;
- cursor: pointer;
- }
- /* + */ .content .expando-button.selftext.collapsed {background-position:0 -17px;}
- /* + */ .content .expando-button.selftext.collapsed:hover {background-position:-16px -17px;}
- /* - */ .content .expando-button.selftext.expanded {background-position:-32px -17px;}
- /* - */ .content .expando-button.selftext.expanded:hover {background-position:-48px -17px;}
- .expando-button.video.collapsed {background-position: -64px -17px;}
- .expando-button.video.collapsed:hover, .eb-vch {background-position: -80px -17px;}
- .expando-button.video.expanded, .eb-ve {background-position: -64px -17px;}
- .expando-button.video.expanded:hover, .eb-veh {background-position: -80px -17px;}
- .res .expando-button.image.collapsed,.expando-button.image.gallery.collapsedExpando, .expando-button.image.collapsedExpando {background-position: -96px -17px!important;}
- .res .expando-button.image.collapsed:hover, .expando-button.image.collapsedExpando:hover, .expando-button.image.gallery.collapsedExpando:hover {background-position: -112px -17px!important;}
- .res .expando-button.image.expanded {background-position: -96px -17px!important;}
- .res .expando-button.image.expanded:hover {background-position: -112px -17px!important;}
- /* Selftext expand */
- .link .usertext .md {
- padding: 0 5px;
- background-color: #ffffff;
- border: 0px solid;
- border-top: 1px solid #e5e5e5;
- border-radius: 0px;
- color: #404040;
- font-weight: normal;
- font-size: 14px;
- font-family: arial, sans-serif;
- line-height: 1.35em;
- }
- .domain {color: white;}
- .domain a {color: #c0c0c0;}
- .domain a:hover {color: #fff;text-decoration: none;}
- .link .tagline {
- color: #999;
- font-size: 12px;
- }
- .thumbnail {
- max-height: 50px;
- max-width: 70px;
- }
- .thumbnail.self {
- background-image: url(%%spritesheet%%);
- background-position: -102px -92px;
- background-repeat: no-repeat;
- }
- .thumbnail.default {
- background-image: url(%%spritesheet%%);
- background-position: -102px -154px;
- background-repeat: no-repeat;
- }
- .thumbnail.nsfw {
- width: 80px;
- height: 50px;
- background-image: url(%%spritesheet%%);
- background-position: -22px -150px;
- background-repeat: no-repeat;
- }
- .entry {
- padding-left: 5px;
- }
- .entry .buttons li a {
- padding: 0 1px;
- color: #999;
- font-weight: 400;
- font-size: 13px;
- }
- .entry .buttons li a:hover {
- color: #fff;
- }
- .link .entry li .comments {
- visibility: visible;
- color: #55bdd8;
- font-weight: bold;
- font-size: 13px;
- }
- #siteTable div.thing ul {visibility: visible;}
- #siteTable div.thing:hover ul {visibility: visible;}
- .link .usertext .md ul {visibility: visible !important;}
- .nsfw-stamp acronym {visibility: visible;background-color: #e82e63;border-radius:0px;color:#fff;cursor: help;}
- .entry .buttons a[onclick*="reply"] {
- color: #000!important;
- font-weight: bold !important;
- font-size: 13px !important;
- }
- .link .flat-list {
- font-weight: normal;
- font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
- }
- .link .midcol {margin-right: 7px;}
- /*.link .rank {display: none;}*/
- .link.last-clicked {
- overflow: visible;
- background-color: #f8f8f8;
- border: 0px solid #d8d8d8;
- border-bottom: 3px solid #e5e5e5;
- }
- /* Mod Report buttons */
- .entry .buttons li.reported-stamp {
- background-color: #f5b400;
- border-radius: 2px;
- border: 1px solid #e2a600 !important;
- color: #fff;
- font-weight: bold;
- background-image: none;
- }
- a.pretty-button.negative {
- border-radius: 2px;
- background-color: #dc4437;
- color: #fff;
- font-weight: bold;
- border: 1px solid #c4362a;
- background-image: none;
- }
- a.pretty-button.neutral {
- border-radius: 2px;
- font-weight: bold;
- color: #fff;
- background-color: #666666;
- border: 1px solid #4d4d4d;
- background-image: none;
- }
- a.pretty-button.positive {
- border-radius: 2px;
- font-weight: bold;
- color: #fff;
- background-color: #109d59;
- border: 1px solid #0a8a4c;
- background-image: none;
- }
- .menuarea {
- margin-right: 320px;
- border: none;
- font-size: 16px;
- }
- .infobar {
- margin-right: 320px;
- background-color: #4B4A4A;
- border: none;
- color: #fff;
- font-size: 14px;
- }
- .infobar a {color: #89B3FF;}
- /* First time visit infobar */
- .infobar.welcome {
- margin-right: 321px;
- color: #333;
- margin-bottom: 8px;
- }
- .nextprev {
- margin-top: 8px;
- margin-right: 320px;
- height: 35px;
- color: #737373;
- text-align:center;
- font-size: 16px;
- line-height: 35px;
- padding: 10px;
- }
- .nextprev a {
- background-color: transparent;
- border: none;
- color: #fafde0;
- }
- .nextprev a:hover {
- background-color: transparent;
- border: none;
- }
- /* Submit Page */
- form#newlink.submit.content {
- margin-top: 40px;
- }
- .submit-page .infobar {
- margin-top: 0px;
- margin-bottom: 8px;
- padding: 10px 10px 10px 10px;
- color: #3b3b3b;
- text-align: center;
- text-indent: -9999px;
- font-size: 0px;
- }
- .formtabs-content .infobar:before {
- display: block;
- text-indent: 0px;
- font-size: 16px;
- }
- .submit-page .tabmenu li a {margin:0px;}
- .submit-page ul.tabmenu.formtab {padding-left: 0px;width: 500px;text-align:center; }
- .formtabs-content {padding-top: 0px;border-top: 4px solid #fff;}
- .submit-page .tabmenu.formtab a {
- padding: 5px 55px 0px 55px;
- width: 100px;
- background-color: #5b92f9;
- border: 0px solid;
- color: #55bdd8;
- text-align: center;
- font-weight:normal;
- font-size: 14px;
- }
- .submit-page .tabmenu li a:hover {color: #333;}
- .submit-page .tabmenu.formtab .selected a {
- padding: 5px 60px 0px 60px;
- background-color: #5b92f9;
- color: #fff;
- font-size: 18px;
- }
- .roundfield {
- padding: 10px 10px 10px 10px;
- color: #707070;
- }
- .submit-page textarea, .roundfield input[type=url], .roundfield input[type=text], .login-form-side input[type=text], .login-form-side input[type=password],
- .linefield textarea, .linefield input[type="text"], .flairlist .flaircell input[type="text"], .linkinfo .shortlink input, .search-page #search input[type=text] {
- margin: 0;
- padding: 5px;
- border: 1px solid #d9d9d9;
- border-top: 1px solid #c0c0c0;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #333;
- font-size: 100%;
- font-family: arial, sans-serif;
- }
- .submit-page textarea:hover, .roundfield input[type=url]:hover, .roundfield input[type=text]:hover, .login-form-side input[type=text]:hover, .login-form-side input[type=password]:hover,
- .linefield textarea:hover, .linefield input[type="text"]:hover, .flairlist .flaircell input[type="text"]:hover, .linkinfo .shortlink input:hover, .search-page #search input[type=text] {border: 1px solid #bebebe;}
- .submit-page textarea:focus, .roundfield input[type=url]:focus, .roundfield input[type=text]:focus, .login-form-side input[type=text]:focus, .login-form-side input[type=password]:focus,
- .linefield textarea:focus, .linefield input[type="text"]:focus, .flairlist .flaircell input[type="text"]:focus, .linkinfo .shortlink input:focus, .search-page #search input[type=text] {border: 1px solid #4d90fe;color: #000;}
- .linefield .usertext-edit textarea {height: 500px;}
- .submit-page .content textarea, .submit-page .content input[type=url], .submit-page .content input[type=text] {width: 488px;}
- .submit-page .content button {
- margin-bottom: 30px;
- margin-left: 0px;
- padding: 10px 10px 10px 10px;
- width: 522px;
- color: #707070 !important;
- text-align: center;
- cursor: pointer;
- border: 0px;
- border-bottom: 3px solid #E5E5E5;
- }
- .submit-page button:hover {
- background-color: #fafde0;
- color: #000!important;
- border-bottom: 4px solid #477ADB;
- }
- .submit-page button:active {
- background-color: #477ADB;
- border-bottom-color: #000;
- }
- .submit-page h1 {display: none;}
- .submit-page .side h1 {display: inherit;}
- .content.submit .info-notice {
- margin: 0px 0px 4px 0px;
- padding: 20px 10px 20px 10px;
- color: #707070;
- text-align: center;
- border: 0px;
- border-bottom: 3px solid #E5E5E5;
- }
- .content.submit .info-notice a {
- text-decoration: none;
- font-size: 120%;
- }
- .content.submit .info-notice a:hover {text-decoration: underline;}
- .thing.spam {border-color: #F3B9B9; background-color: #fff;margin-right: 320px;}
- #file {margin: 10px;}
- .submit-page .gray, #url-field button, #suggested-reddits {display: none;}
- .submit-page form .spacer+.spacer {margin: 8px 0px;}
- /* Flair Selector */
- .flairselector.drop-choices.active {
- visibility: visible !important;
- background-color: #fff;
- border: 1px solid #d8d8d8;
- border-radius: 2px;
- }
- .flairselector h2 {
- padding: 5px 5px 5px 5px;
- background-color: #fff;
- border-bottom: 1px solid #e5e5e5;
- color: #333;
- text-transform: capitalize;
- font-size: 130%;
- }
- .flairoptionpane {
- text-align: left;
- }
- .flairoptionpane ul {visibility: visible !important;}
- .flairoptionpane ul a.title {font-size: 100% !important;}
- .flairselector li {
- padding: 3px 0px 3px 0px;
- width: 182px;
- }
- .flairselector li:hover {
- background-color: #efefef;
- }
- .flairselector form {border-top: 1px solid #e5e5e5;}
- .flairsample-left {text-align: left !important;}
- .flairselector ul {overflow: visible;}
- .flairselector li.selected {background-color: #e5ebf8;border:none;}
- /* Flairs */
- /* LINKFLAIRS */
- .linkflairlabel {
- padding: 0px 6px 1px 6px;
- height: auto;
- border-radius: 0px;
- color: #333;
- font-weight: bold;
- font-style: normal;
- font-variant: normal;
- font-size: 13px;
- font-family: Tahoma, Arial, sans-serif;
- cursor: default;
- vertical-align: middle;
- }
- .linkflair-mod .linkflairlabel {
- background-color: #5fb04d;
- border: 1px solid #4c8d3e;
- color: #fff;
- }
- .linkflair-mod a {color: #4c8d3e !important;}
- .linkflair-mod .thumbnail.default, .linkflair-mod .thumbnail.self {
- background-image: url(%%spritesheet%%)!important;
- background-position: -22px -90px!important;
- background-repeat: no-repeat;
- }
- .linkflair-image .linkflairlabel {
- background-color: #dc4437;
- border: 1px solid #d03e32;
- color: #fff;
- }
- .linkflair-gif .linkflairlabel {
- background-color: #f5b400;
- border: 1px solid #e5a800;
- color: #fff;
- }
- .linkflair-extra .linkflairlabel {
- background-color: #fff;
- border: 1px solid #3a7ae6;
- color: #fff;
- }
- /* USER FLAIRS */
- .flair {
- height: auto;
- background-color: transparent;
- border: none;
- color: #555;
- font-size: small !important;
- font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
- border: 1px solid #DADADA;
- padding: 0px 3px 2px 3px;
- cursor: help;
- }
- /* Flair-page */
- div.tabpane-content {
- padding: 4px 4px 4px 4px;
- border: 0px solid #e5e5e5;
- border-bottom-width: 3px;
- background-color: #fff;
- width: 1080px;
- margin-top: 7px;
- }
- .linefield {
- margin-bottom: 5px;
- padding: 10px 10px 10px 10px;
- width: 55.5%;
- color: #707070;
- margin-bottom: 15px;
- }
- .linefield .title {
- padding: 1px 10px;
- color: #fff;
- }
- .linefield .title+.gray {font-size: small;}
- /*
- .flairtemplatelist flairlist pretty-form {
- margin-top: 2px;
- margin-right: 320px;
- padding: 5px 5px 8px 3px;
- color: #707070;
- text-transform: capitalize;
- width: 100%;
- margin-bottom: 8px;
- }
- .flairrow:nth-of-type(1) {
- width: 700px;
- line-height: 2;
- }
- .flairrow .tagline {
- margin-right: 0px;
- margin-left: 0px;
- width: 150px;
- font-size: 100%;
- }
- */
- .flairtemplate .flairrow {
- margin-top: 2px;
- margin-right: 320px;
- padding: 5px 5px 8px 3px;
- color: #707070;
- text-transform: capitalize;
- width: 100%;
- margin-bottom: 8px;
- }
- .tabmenu li#tab-grant.selected, .tabmenu li#tab-templates.selected,
- .tabmenu li#tab-link_templates.selected {margin: 7px 0px 4px 0px;}
- .tabmenu li#tab-grant.selected a, .tabmenu li#tab-grant a:hover,
- .tabmenu li#tab-templates.selected a, .tabmenu li#tab-templates a:hover,
- .tabmenu li#tab-link_templates.selected a, .tabmenu li#tab-link_templates a:hover {color: #333;}
- /* WIKI Page */
- .wiki-page .wiki-page-content {
- margin: 5px 320px 10px 0px;
- padding: 5px 10px 5px 10px;
- background-color: #fff;
- border: 1px solid #d8d8d8;
- }
- .wiki-page .tabmenu li:nth-of-type(3),
- .wiki-page .tabmenu li:nth-of-type(4),
- .wiki-page .tabmenu li a[href*="/promoted"],
- .wiki-page .tabmenu li a[href*="/gilded"]
- {display:none;}
- .wiki-page .wiki-page-content .md.wiki h1 {
- margin-top: 0.5em;
- color: #333;
- font-size: 1.5em;
- font-family: Arial, sans-serif;
- }
- .wiki-page .wiki-page-content .md.wiki h2 {font-size: 1.45em;}
- .wiki-page .wiki-page-content .md.wiki h3 {font-size: 1.4em;}
- .wiki-page .wiki-page-content .md.wiki h4 {font-size: 1.35em;}
- .wiki-page .wiki-page-content .md.wiki p, .wiki-page .wiki-page-content .md.wiki .md.wiki blockquote {
- color: #404040;
- font-weight: normal;
- font-size: 14px;
- font-family: Arial, sans-serif;
- line-height: 1.5em;
- }
- .wiki-page .pageactions {
- border: none;
- border-radius: 0px;
- }
- .wiki-page .pageactions .wikiaction {
- text-transform: capitalize;
- font-size: 110%;
- }
- .wiki-page .pageactions .wikiaction:hover {
- background-color: transparent;
- }
- .wiki-page .pageactions .wikiaction-current {
- background-color: #55bdd8;
- border-radius: 0px;
- color: #fff;
- }
- .wiki-page .pageactions .wikiaction-current:hover {
- background-color: #528bf3;
- text-decoration: none;
- }
- .wiki-page .wiki-page-content .md.wiki>.toc>ul {
- padding: 10px 10px;
- border: 1px solid #e5e5e5;
- font-weight: normal;
- font-size: 110%;
- }
- .wiki-page .wiki-page-content .discussionlink {
- display: inline-block;
- position: relative;
- top: inherit;
- right: inherit;
- left: inherit;
- padding: inherit;
- width: 175px;
- }
- .wiki-page .wiki-page-content .discussionlink a {
- padding-left: 0px;
- }
- .wiki-page .nextprev {display: none;}
- .wiki-page-content em, .wiki-page-content form#editform label {font-size: 120%;}
- /*Stylesheet fix */
- .pretty-form {
- margin-right: 320px;
- margin-bottom: 10px;
- padding: 10px 10px 10px 10px;
- color: #707070;
- }
- .pretty-form textarea {-webkit-box-shadow: none;box-shadow: none;}
- .stylesheet-customize-container textarea {
- margin: 0;
- padding: 0px;
- border: 0px;
- border: 1px solid #d8d8d8;
- border-bottom: 1px solid #d8d8d8;
- border-radius: 3px;
- color: #707070;
- font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
- }
- /*.sheets .btn.right {display: none;}*/
- .sheets .col textarea {width: 100%;background-color: #fff;}
- .sheets .col textarea:hover {border-color: #B1B1B1;}
- .sheets .col textarea:focus {border-color: #55bdd8;}
- .sheets {margin-right: 0px;}
- #images {
- margin-right: 320px;
- margin-bottom: 30px;
- padding: 10px 10px 10px 10px;
- height: 1280px;
- color: #707070;
- }
- ul#image-preview-list {
- margin: 15px 0px 0px 0px;
- padding-bottom: 80px;
- font-size: 14px;
- }
- /* COMMENT SECTION */
- .linkinfo {
- margin-top: -10px;
- padding-left: 10px;
- background-color: transparent;
- border: none;
- border-bottom: 1px solid #d5d5d5;
- color: #404040;
- }
- .commentarea {
- margin-top: 10px;
- margin-right: 320px;
- margin-bottom: 30px;
- padding: 10px 10px 10px 10px;
- background-color: #FCFCFC;
- border-bottom: 3px solid #e5e5e5;
- color: #3b3b3b;
- }
- .commentarea>.usertext {
- overflow:visible;
- margin: 0px 0px 10px 0px;
- padding: 0px 0px 0px 0px;
- }
- a.author {
- margin-right:4px;
- color: #5b92fa;
- }
- .comments-page .tagline {
- color: #999;
- font-size: small;
- font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
- }
- .comments-page .tagline a {
- margin-top: 1px;
- background-color: transparent;
- color: #5b92fa;
- letter-spacing: 1px;
- font-weight: bold;
- font-size: 12px;
- }
- .tagline a:hover {
- text-decoration: underline;
- }
- .tagline .submitter {color: #dd4b39!important;}
- .tagline .moderator,.green {color: #53a93f!important;}
- .tagline .moderator:after {content: "oderator - speaking officially.";}
- a.author.moderator:after {content: "";}
- .tagline .moderator:hover {color: #65b354!important;}
- .comment .midcol {margin-top: 6px;width: 15px !important;}
- .comment .score {font-size: small;}
- /* Comments */
- .commentarea .menuarea {
- display: inline;
- margin: 0 0px 10px -320px;
- padding: 0;
- color: #c0c0c0;
- font-weight: normal;
- font-size: 110%;
- }
- .panestack-title {
- display: inline;
- border-bottom: 1px solid #e5e5e5;
- color: #c0c0c0;
- }
- /*.commentarea .menuarea .toggle a, .panestack-title .title, .help-hoverable {display: none;}*/
- /*.panestack-title .title {display: none;}*/
- .menuarea .spacer {display: inline-block; margin-right: 15px;}
- .commentarea .menuarea .toggle a {font-size: 11px;color:#c0c0c0;font-weight: normal; }
- .menuarea .spacer .drop-choices.lightdrop {
- padding: 5px;
- border-color: #DFDDDD;
- box-shadow: 0px 1px 1px #C9C9C9;
- font-family: arial, sans-serif;
- }
- .menuarea .spacer .drop-choices.lightdrop a.choice, .commentarea .menuarea form {
- padding: 0.5px;
- font-size: 14px;
- color: #5b92fa;
- }
- .menuarea .spacer .drop-choices.lightdrop a.choice:hover, .commentarea .menuarea form:hover {
- background-color: #fafde0;
- color: #fff;
- text-decoration: none;
- }
- .menuarea .dropdown.lightdrop .selected {
- background-image: none;
- color: #3b3b3b;
- text-decoration: none;
- opacity: 10;
- filter: alpha(opacity=100);
- cursor: pointer;
- }
- .menuarea .dropdown.lightdrop .selected:hover {color: #fafde0;}
- .menuarea .dropdown.lightdrop .selected:after {
- content: " ≡";
- vertical-align: middle;
- opacity: 0.5;
- filter: alpha(opacity=50);
- }
- .comments-page .comment .md {
- color: #161616;
- font-weight: normal;
- font-size: 14px;
- font-family: Arial, sans-serif;
- line-height: 1.35em;
- }
- hr {
- border-width: 1px;
- border-style: solid;
- border-color: #e5e5e5;
- }
- .comments-page textarea {
- background-color: #fff;
- border: 1px solid #cccccc;
- color: #999;
- font-size: 13px;
- font-family: arial, sans-serif;
- }
- .comments-page textarea:hover {border-color: #bebebe;}
- .comments-page textarea:focus {border:1px solid #4d90fe;color: #000;}
- .usertext .help-toggle, .usertext a.reddiquette {font-size: 100%;}
- .usertext a.reddiquette {color:#DD4B39;}
- .comments-page .usertext.border .usertext-body {
- padding-left: 5px;
- background-color: #f0f0f0;
- }
- .comment .expand {
- background-color: transparent;
- color: #999 !important;
- }
- .comment .expand:hover {
- background-color: transparent;
- color: #999 !important;
- text-decoration: underline;
- }
- .comment .child,.comment .showreplies {
- margin-top: 10px;
- margin-left: 15px;
- border-left: 0px solid;
- }
- /* H2 3 4 5 markup */
- .link .usertext .md h2, .comments-page .comment .md h2,
- .link .usertext .md h3, .comments-page .comment .md h3,
- .link .usertext .md h4, .comments-page .comment .md h4,
- .link .usertext .md h5, .comments-page .comment .md h5 {
- display: inline;
- margin-top: 5px;
- border: none;
- font-weight: normal;
- font-size: 18px;
- font-family: arial, sans-serif;
- }
- .link .usertext .md h2, .comments-page .comment .md h2 {color: #d73d32;}
- .link .usertext .md h3, .comments-page .comment .md h3 {color: #5b92fa;}
- .link .usertext .md h4, .comments-page .comment .md h4 {color: #53a93f;}
- .link .usertext .md h5, .comments-page .comment .md h5 {color: #f4b400;}
- /* Footer */
- .footer-parent {
- margin-top: 120px;
- padding-top: 0px;
- background-color: transparent;
- }
- .footer {
- border: none;
- color: #969696;
- font-family: arial, sans-serif;
- }
- .footer:before {
- display: block;
- margin: 10px;
- padding: 10px;
- color: #fafde0;
- content: "Modified /r/Naut";
- text-transform: none;
- font-size: 16px;
- font-family: arial, sans-serif;
- }
- .footer a {
- color: #969696;
- font-weight: normal;
- font-size: 14px;
- }
- .footer a:hover {
- color: #000;
- text-decoration: underline;
- }
- .footer .col {border-left: 1px solid #D5D5D5;}
- .debuginfo {background-color: transparent;color: #969696;}
- /* Some login stuff */
- .login-form-side {
- border: 0px;
- border-bottom: 1px solid #d8d8d8;
- font-size: 120%;
- margin: 10px;
- }
- .login-form-side input[type=text], .login-form-side input[type=password] {
- margin: 10px 0px;
- width: 265px;
- }
- .popup {
- position: fixed;
- left: 10%;
- margin-bottom: 30px;
- padding: 10px 10px 10px 10px;
- background-color: #33CCFF;
- border: 0px solid;
- border-radius: 2px;
- color: #3b3b3b;
- font-size: 16px;
- font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
- }
- .cover {
- position: fixed;
- top: 0px;
- left: 0px;
- z-index: 1000;
- width: 100%;
- height: 100%;
- background-color: white;
- opacity: .6;
- filter: alpha(opacity=60);
- }
- /* Search page */
- .search-page #search {
- position: relative;
- top: 0px;
- margin: 0px 150px 0px 80px;
- height: 50px;
- background: none !important;
- background-color: transparent;
- text-align: left;
- }
- .search-page .searchpane {
- margin: 5px 320px 5px 0px;
- padding-left: 96px;
- height: 120px;
- }
- .search-page .raisedbox {
- padding: 5px;
- border: 0px solid;
- }
- .search-page #search input[type=text] {
- padding: 5px 0px 5px 40px;
- font-size: 150%;
- }
- .searchfacets {
- margin-top: 10px;
- margin-right: 320px;
- padding: 10px;
- box-shadow:none;
- color: #3b3b3b;
- border: 0px solid;
- border-bottom: 3px solid #E5E5E5;
- }
- .search-page #header .tabmenu {display: none !important;}
- .search-page .side {padding-top: 40px;}
- .search-summary {margin-right: 40px;}
- /* Fuckin' Reddit Enhancement Suite (RES) */
- .res .keyHighlight {
- background-color: transparent;
- outline: 0px solid;
- }
- .res .RES-keyNav-activeElement, .res .commentarea .RES-keyNav-activeElement .md, .res .commentarea .RES-keyNav-activeElement.entry .noncollapsed {
- background-color: transparent !important;
- }
- .res .RES-keyNav-activeElement {outline: 1px dashed #C5C5C5 !important; border-radius: 0px !important;}
- /* Res Live Preview */
- .RESDialogSmall {
- border: 1px solid #DFDFDF!important;
- border-radius: 0px!important;
- }
- .RESDialogSmall > h3 {
- background-color: #f4f4f4!important;
- border-bottom: 1px solid #DFDFDF!important;
- border-radius: 0px!important;
- color: #333!important;
- }
- .res .comment {
- margin-top:0px !important;
- margin-bottom: 3px !important;
- border: 1px solid #f8f8f8 !important;
- }
- /* comment comment comment comment comment god damn it */
- .comments-page .comment {background-color: #FCFCFC !important;}
- .comments-page .comment .comment {background-color: #FCFCFC !important;}
- .comments-page .comment .comment .comment {background-color: #FCFCFC !important;}
- .comments-page .comment .comment .comment .comment {background-color: #FCFCFC !important;}
- .comments-page .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
- .comments-page .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
- .comments-page .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
- .comments-page .comment .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
- .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
- .comments-page .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {background-color: #FCFCFC !important;}
- .RESshortcutside {
- padding: 0px 0px !important;
- background: none repeat-x scroll center left !important;
- background-color: white !important;
- background-image: none !important;
- border: 0px solid !important;
- border-radius: 0px !important;
- color: #55bdd8 !important;
- text-transform: capitalize !important;
- font-weight: 500 !important;
- font-size: 14px !important;
- line-height: 20px !important;
- }
- .RESshortcutside.remove {
- padding: 0px 3px 0px 0px !important;
- background-color: white !important;
- background-image: none !important;
- border: 0px solid !important;
- color: #3b3b3b !important;
- font-weight: lighter !important;
- }
- .RESDashboardToggle {
- padding: 0px 0px !important;
- background: none repeat-x scroll center left !important;
- background-color: white !important;
- background-image: none !important;
- border: 0px solid !important;
- border-radius: 0px !important;
- color: #55bdd8 !important;
- text-transform: capitalize !important;
- font-weight: 500 !important;
- font-size: 14px !important;
- line-height: 20px !important;
- }
- .RESDashboardToggle.remove {
- padding: 2px 6px 2px 0px !important;
- background-color: white !important;
- background-image: none !important;
- border: 0px solid !important;
- color: #3b3b3b !important;
- font-weight: lighter !important;
- }
- #RESShortcutsEditContainer {
- top: 1px !important;
- background-color: #2d2d2d !important;
- }
- #RESShortcutsRight,#RESShortcutsLeft,#RESShortcutsAdd,#RESShortcutsTrash {
- background-color: #2d2d2d !important;
- color: #979797 !important;
- }
- #srLeftContainer, #RESShortcutsViewport, #RESShortcutsEditContainer {
- border-left: 1px solid #666;
- padding-left: 10px;
- }
- .res #RESShortcutsSort {width: 30px !important;background-color: transparent !important;color:#B1B1B1 !important; }
- /* resresresresresresresrsesresresrsstop */
- .content .RESBigEditorPop {color: #333 !important; padding:2px;}
- .markdownEditor {white-space: inherit !important;}
- #progressIndicator, #NERFail, .NERPageMarker {
- margin-right: 320px !important;
- width: inherit !important;
- background-color: white !important;
- border: 1px solid #d8d8d8 !important;
- border-top: 0px solid !important;
- border-bottom: 3px solid #d8d8d8 !important;
- border-radius: 2px !important;
- }
- .res #NREFloat {
- top: 8px;
- z-index: 100;
- }
- .res .fancy-toggle-button .add:after {
- right: 50px !important;
- }
- .RESSubscriptionButton {
- background-color: white !important;
- border: 0px solid !important;
- border-radius: 0px !important;
- color: #55bdd8 !important;
- }
- .res #header-bottom-right {
- right: 10px;
- top: 141px !important;
- padding: 4px 2px 5px 2px !important;
- border-radius: 0px !important;
- }
- .res #userbarToggle {display: none !important;}
- #RESAccountSwitcherIcon {margin-top: -5px;}
- .res .author.submitter {
- padding: 2px 5px !important;
- background-color: #DD4B39!important;
- border-radius: 0px !important;
- color: #fff !important;
- }
- .res .author.submitter:hover {background-color: #ed5f4d !important;}
- .res .author.moderator {
- padding: 2px 5px !important;
- background-color: #53a93f !important;
- border-radius: 0px !important;
- color: #fff !important;
- }
- .res .author.moderator:hover {
- background-color: #64be4f !important;
- color: #fff !important;
- }
- .res .blueButton {
- padding: 2px 3px !important;
- background-color: #53a93f !important;
- border: none !important;
- border-radius: 0px !important;
- }
- /* CUSTOMIZATION */
- /* --------------------------- */
- /* Link Flairs that you can make! */
- .linkflair-one .linkflairlabel {
- background-color: #dc4437;
- border: 1px solid #d03e32;
- color: #fff;
- }
- .linkflair-two .linkflairlabel {
- background-color: #f5b400;
- border: 1px solid #e5a800;
- color: #fff;
- }
- .linkflair-three .linkflairlabel {
- background-color: #fff;
- border: 1px solid #3a7ae6;
- color: #fff;
- }
- /* Create your own! */
- /* "squee" can be anything!
- This is what you use in the CSS field at the flair page */
- .linkflair-squee .linkflairlabel {
- background-color: #5b92f9; /* Base color */
- border: 1px solid #3a7ae6; /* Slightly darker to create nice edges */
- color: #fff; /* Text color - alternatively use #333 when white is too light */
- }
- /* --------------------------- */
- /*My subreddit mainly uses SELF posts */
- /*.sidebox.submit.submit-link {display: none;} */
- /* My subreddit mainly uses LINK posts */
- /* Then add to the line above and remove from
- the line below the asterix and slahes */
- /*.sidebox.submit.submit-text {display: none;}*/
- /* --------------------------- */
- /* Submit page message */
- .formtabs-content .infobar:before {
- content: "Here you can set text that users will see when submitting."; /* Don't delete the " "*/
- }
- /* Subscriber Name */
- div.titlebox span.number:after {content: " readers";} /* Leave the space before the name! */
- /* -- C.6. Sidebar Image - view only
- see http://www.reddit.com/r/mindashq/wiki/modules/SidebarImages for details
- + Add only when corresponding image is loaded in community settings > stylesheet
- + Update the main CSS header comment block when this module is used
- ---- */
- .side .usertext-body:after{
- content: url('%%logo%%');
- display: block;
- overflow: hidden;
- margin: 10px 0px;
- text-align: center;
- }
- /* -- C.6.end Sidebar Image ---- */
- /*
- ---------------------
- Most things icon related. Note: If you do not want the icons to be available for your users you simply add .side before every a, for example:
- a[href*='#icon-']
- becomes
- .side a[href*='#icon-']
- The easiest way to do this is with a search and replace query in your favorite editor
- ---------------------
- */
- a[href*='#icon-'] {
- color: #000!important;
- cursor: default;
- }
- /* remove RES annotation since these aren't really links */
- a[href*='#icon-'] + .keyNavAnnotation {
- display: none;
- }
- a[href*='#icon-']:hover {
- text-decoration: none;
- }
- a[href*='#icon-']::before {
- display: inline-block;
- height: 16px;
- width: 16px;
- content: '';
- margin: 0 5px -1px 0;
- background: url(%%sprite-icon-16%%) no-repeat top left;
- }
- a[href='#icon-adjust']::before {
- background-position: 0 0;
- }
- a[href='#icon-adn']::before {
- background-position: 0 -34px;
- }
- a[href='#icon-align-center']::before {
- background-position: 0 -68px;
- }
- a[href='#icon-align-justify']::before {
- background-position: 0 -102px;
- }
- a[href='#icon-align-left']::before {
- background-position: 0 -136px;
- }
- a[href='#icon-align-right']::before {
- background-position: 0 -170px;
- }
- a[href='#icon-ambulance']::before {
- background-position: 0 -204px;
- }
- a[href='#icon-anchor']::before {
- background-position: 0 -238px;
- }
- a[href='#icon-android']::before {
- background-position: 0 -272px;
- }
- a[href='#icon-angle-down']::before {
- background-position: 0 -306px;
- }
- a[href='#icon-angle-left']::before {
- background-position: 0 -340px;
- }
- a[href='#icon-angle-right']::before {
- background-position: 0 -374px;
- }
- a[href='#icon-angle-up']::before {
- background-position: 0 -408px;
- }
- a[href='#icon-apple']::before {
- background-position: 0 -442px;
- }
- a[href='#icon-archive']::before {
- background-position: 0 -476px;
- }
- a[href='#icon-arrow-down']::before {
- background-position: 0 -510px;
- }
- a[href='#icon-arrow-left']::before {
- background-position: 0 -544px;
- }
- a[href='#icon-arrow-right']::before {
- background-position: 0 -578px;
- }
- a[href='#icon-arrow-up']::before {
- background-position: 0 -612px;
- }
- a[href='#icon-asterisk']::before {
- background-position: 0 -646px;
- }
- a[href='#icon-backward']::before {
- background-position: 0 -680px;
- }
- a[href='#icon-ban-circle']::before {
- background-position: 0 -714px;
- }
- a[href='#icon-bar-chart']::before {
- background-position: 0 -748px;
- }
- a[href='#icon-barcode']::before {
- background-position: 0 -782px;
- }
- a[href='#icon-beaker']::before {
- background-position: 0 -816px;
- }
- a[href='#icon-beer']::before {
- background-position: 0 -850px;
- }
- a[href='#icon-bell-alt']::before {
- background-position: 0 -884px;
- }
- a[href='#icon-bell']::before {
- background-position: 0 -918px;
- }
- a[href='#icon-bitbucket-sign']::before {
- background-position: 0 -952px;
- }
- a[href='#icon-bitbucket']::before {
- background-position: 0 -986px;
- }
- a[href='#icon-bitcoin']::before {
- background-position: 0 -1020px;
- }
- a[href='#icon-bold']::before {
- background-position: 0 -1054px;
- }
- a[href='#icon-bolt']::before {
- background-position: 0 -1088px;
- }
- a[href='#icon-book']::before {
- background-position: 0 -1122px;
- }
- a[href='#icon-bookmark-empty']::before {
- background-position: 0 -1156px;
- }
- a[href='#icon-bookmark']::before {
- background-position: 0 -1190px;
- }
- a[href='#icon-briefcase']::before {
- background-position: 0 -1224px;
- }
- a[href='#icon-btc']::before {
- background-position: 0 -1258px;
- }
- a[href='#icon-bug']::before {
- background-position: 0 -1292px;
- }
- a[href='#icon-building']::before {
- background-position: 0 -1326px;
- }
- a[href='#icon-bullhorn']::before {
- background-position: 0 -1360px;
- }
- a[href='#icon-bullseye']::before {
- background-position: 0 -1394px;
- }
- a[href='#icon-calendar-empty']::before {
- background-position: 0 -1428px;
- }
- a[href='#icon-calendar']::before {
- background-position: 0 -1462px;
- }
- a[href='#icon-camera-retro']::before {
- background-position: 0 -1496px;
- }
- a[href='#icon-camera']::before {
- background-position: 0 -1530px;
- }
- a[href='#icon-caret-down']::before {
- background-position: 0 -1564px;
- }
- a[href='#icon-caret-left']::before {
- background-position: 0 -1598px;
- }
- a[href='#icon-caret-right']::before {
- background-position: 0 -1632px;
- }
- a[href='#icon-caret-up']::before {
- background-position: 0 -1666px;
- }
- a[href='#icon-certificate']::before {
- background-position: 0 -1700px;
- }
- a[href='#icon-check-empty']::before {
- background-position: 0 -1734px;
- }
- a[href='#icon-check-minus']::before {
- background-position: 0 -1768px;
- }
- a[href='#icon-check-sign']::before {
- background-position: 0 -1802px;
- }
- a[href='#icon-check']::before {
- background-position: 0 -1836px;
- }
- a[href='#icon-chevron-down']::before {
- background-position: 0 -1870px;
- }
- a[href='#icon-chevron-left']::before {
- background-position: 0 -1904px;
- }
- a[href='#icon-chevron-right']::before {
- background-position: 0 -1938px;
- }
- a[href='#icon-chevron-sign-down']::before {
- background-position: 0 -1972px;
- }
- a[href='#icon-chevron-sign-left']::before {
- background-position: 0 -2006px;
- }
- a[href='#icon-chevron-sign-right']::before {
- background-position: 0 -2040px;
- }
- a[href='#icon-chevron-sign-up']::before {
- background-position: 0 -2074px;
- }
- a[href='#icon-chevron-up']::before {
- background-position: 0 -2108px;
- }
- a[href='#icon-circle-arrow-down']::before {
- background-position: 0 -2142px;
- }
- a[href='#icon-circle-arrow-left']::before {
- background-position: 0 -2176px;
- }
- a[href='#icon-circle-arrow-right']::before {
- background-position: 0 -2210px;
- }
- a[href='#icon-circle-arrow-up']::before {
- background-position: 0 -2244px;
- }
- a[href='#icon-circle-blank']::before {
- background-position: 0 -2278px;
- }
- a[href='#icon-circle']::before {
- background-position: 0 -2312px;
- }
- a[href='#icon-cloud-download']::before {
- background-position: 0 -2346px;
- }
- a[href='#icon-cloud-upload']::before {
- background-position: 0 -2380px;
- }
- a[href='#icon-cloud']::before {
- background-position: 0 -2414px;
- }
- a[href='#icon-cny']::before {
- background-position: 0 -2448px;
- }
- a[href='#icon-code-fork']::before {
- background-position: 0 -2482px;
- }
- a[href='#icon-code']::before {
- background-position: 0 -2516px;
- }
- a[href='#icon-coffee']::before {
- background-position: 0 -2550px;
- }
- a[href='#icon-cog']::before {
- background-position: 0 -2584px;
- }
- a[href='#icon-cogs']::before {
- background-position: 0 -2618px;
- }
- a[href='#icon-collapse-alt']::before {
- background-position: 0 -2652px;
- }
- a[href='#icon-collapse-top']::before {
- background-position: 0 -2686px;
- }
- a[href='#icon-collapse']::before {
- background-position: 0 -2720px;
- }
- a[href='#icon-columns']::before {
- background-position: 0 -2754px;
- }
- a[href='#icon-comment-alt']::before {
- background-position: 0 -2788px;
- }
- a[href='#icon-comment']::before {
- background-position: 0 -2822px;
- }
- a[href='#icon-comments-alt']::before {
- background-position: 0 -2856px;
- }
- a[href='#icon-comments']::before {
- background-position: 0 -2890px;
- }
- a[href='#icon-compass']::before {
- background-position: 0 -2924px;
- }
- a[href='#icon-copy']::before {
- background-position: 0 -2958px;
- }
- a[href='#icon-credit-card']::before {
- background-position: 0 -2992px;
- }
- a[href='#icon-crop']::before {
- background-position: 0 -3026px;
- }
- a[href='#icon-css3']::before {
- background-position: 0 -3060px;
- }
- a[href='#icon-cut']::before {
- background-position: 0 -3094px;
- }
- a[href='#icon-dashboard']::before {
- background-position: 0 -3128px;
- }
- a[href='#icon-desktop']::before {
- background-position: 0 -3162px;
- }
- a[href='#icon-dollar']::before {
- background-position: 0 -3196px;
- }
- a[href='#icon-double-angle-down']::before {
- background-position: 0 -3230px;
- }
- a[href='#icon-double-angle-left']::before {
- background-position: 0 -3264px;
- }
- a[href='#icon-double-angle-right']::before {
- background-position: 0 -3298px;
- }
- a[href='#icon-double-angle-up']::before {
- background-position: 0 -3332px;
- }
- a[href='#icon-download-alt']::before {
- background-position: 0 -3366px;
- }
- a[href='#icon-download']::before {
- background-position: 0 -3400px;
- }
- a[href='#icon-dribbble']::before {
- background-position: 0 -3434px;
- }
- a[href='#icon-dropbox']::before {
- background-position: 0 -3468px;
- }
- a[href='#icon-edit-sign']::before {
- background-position: 0 -3502px;
- }
- a[href='#icon-edit']::before {
- background-position: 0 -3536px;
- }
- a[href='#icon-eject']::before {
- background-position: 0 -3570px;
- }
- a[href='#icon-ellipsis-horizontal']::before {
- background-position: 0 -3604px;
- }
- a[href='#icon-ellipsis-vertical']::before {
- background-position: 0 -3638px;
- }
- a[href='#icon-envelope-alt']::before {
- background-position: 0 -3672px;
- }
- a[href='#icon-envelope']::before {
- background-position: 0 -3706px;
- }
- a[href='#icon-eraser']::before {
- background-position: 0 -3740px;
- }
- a[href='#icon-eur']::before {
- background-position: 0 -3774px;
- }
- a[href='#icon-euro']::before {
- background-position: 0 -3808px;
- }
- a[href='#icon-exchange']::before {
- background-position: 0 -3842px;
- }
- a[href='#icon-exclamation-sign']::before {
- background-position: 0 -3876px;
- }
- a[href='#icon-exclamation']::before {
- background-position: 0 -3910px;
- }
- a[href='#icon-expand-alt']::before {
- background-position: 0 -3944px;
- }
- a[href='#icon-expand']::before {
- background-position: 0 -3978px;
- }
- a[href='#icon-external-link-sign']::before {
- background-position: 0 -4012px;
- }
- a[href='#icon-external-link']::before {
- background-position: 0 -4046px;
- }
- a[href='#icon-eye-close']::before {
- background-position: 0 -4080px;
- }
- a[href='#icon-eye-open']::before {
- background-position: 0 -4114px;
- }
- a[href='#icon-facebook-sign']::before {
- background-position: 0 -4148px;
- }
- a[href='#icon-facebook']::before {
- background-position: 0 -4182px;
- }
- a[href='#icon-facetime-video']::before {
- background-position: 0 -4216px;
- }
- a[href='#icon-fast-backward']::before {
- background-position: 0 -4250px;
- }
- a[href='#icon-fast-forward']::before {
- background-position: 0 -4284px;
- }
- a[href='#icon-female']::before {
- background-position: 0 -4318px;
- }
- a[href='#icon-fighter-jet']::before {
- background-position: 0 -4352px;
- }
- a[href='#icon-file-alt']::before {
- background-position: 0 -4386px;
- }
- a[href='#icon-file-text-alt']::before {
- background-position: 0 -4420px;
- }
- a[href='#icon-file-text']::before {
- background-position: 0 -4454px;
- }
- a[href='#icon-file']::before {
- background-position: 0 -4488px;
- }
- a[href='#icon-film']::before {
- background-position: 0 -4522px;
- }
- a[href='#icon-filter']::before {
- background-position: 0 -4556px;
- }
- a[href='#icon-fire-extinguisher']::before {
- background-position: 0 -4590px;
- }
- a[href='#icon-fire']::before {
- background-position: 0 -4624px;
- }
- a[href='#icon-flag-alt']::before {
- background-position: 0 -4658px;
- }
- a[href='#icon-flag-checkered']::before {
- background-position: 0 -4692px;
- }
- a[href='#icon-flag']::before {
- background-position: 0 -4726px;
- }
- a[href='#icon-flickr']::before {
- background-position: 0 -4760px;
- }
- a[href='#icon-folder-close-alt']::before {
- background-position: 0 -4794px;
- }
- a[href='#icon-folder-close']::before {
- background-position: 0 -4828px;
- }
- a[href='#icon-folder-open-alt']::before {
- background-position: 0 -4862px;
- }
- a[href='#icon-folder-open']::before {
- background-position: 0 -4896px;
- }
- a[href='#icon-font']::before {
- background-position: 0 -4930px;
- }
- a[href='#icon-food']::before {
- background-position: 0 -4964px;
- }
- a[href='#icon-forward']::before {
- background-position: 0 -4998px;
- }
- a[href='#icon-foursquare']::before {
- background-position: 0 -5032px;
- }
- a[href='#icon-frown']::before {
- background-position: 0 -5066px;
- }
- a[href='#icon-fullscreen']::before {
- background-position: 0 -5100px;
- }
- a[href='#icon-gamepad']::before {
- background-position: 0 -5134px;
- }
- a[href='#icon-gbp']::before {
- background-position: 0 -5168px;
- }
- a[href='#icon-gear']::before {
- background-position: 0 -5202px;
- }
- a[href='#icon-gears']::before {
- background-position: 0 -5236px;
- }
- a[href='#icon-gift']::before {
- background-position: 0 -5270px;
- }
- a[href='#icon-github-alt']::before {
- background-position: 0 -5304px;
- }
- a[href='#icon-github-sign']::before {
- background-position: 0 -5338px;
- }
- a[href='#icon-github']::before {
- background-position: 0 -5372px;
- }
- a[href='#icon-gittip']::before {
- background-position: 0 -5406px;
- }
- a[href='#icon-glass']::before {
- background-position: 0 -5440px;
- }
- a[href='#icon-globe']::before {
- background-position: 0 -5474px;
- }
- a[href='#icon-google-plus-sign']::before {
- background-position: 0 -5508px;
- }
- a[href='#icon-google-plus']::before {
- background-position: 0 -5542px;
- }
- a[href='#icon-group']::before {
- background-position: 0 -5576px;
- }
- a[href='#icon-h-sign']::before {
- background-position: 0 -5610px;
- }
- a[href='#icon-hand-down']::before {
- background-position: 0 -5644px;
- }
- a[href='#icon-hand-left']::before {
- background-position: 0 -5678px;
- }
- a[href='#icon-hand-right']::before {
- background-position: 0 -5712px;
- }
- a[href='#icon-hand-up']::before {
- background-position: 0 -5746px;
- }
- a[href='#icon-hdd']::before {
- background-position: 0 -5780px;
- }
- a[href='#icon-headphones']::before {
- background-position: 0 -5814px;
- }
- a[href='#icon-heart-empty']::before {
- background-position: 0 -5848px;
- }
- a[href='#icon-heart']::before {
- background-position: 0 -5882px;
- }
- a[href='#icon-home']::before {
- background-position: 0 -5916px;
- }
- a[href='#icon-hospital']::before {
- background-position: 0 -5950px;
- }
- a[href='#icon-html5']::before {
- background-position: 0 -5984px;
- }
- a[href='#icon-inbox']::before {
- background-position: 0 -6018px;
- }
- a[href='#icon-indent-left']::before {
- background-position: 0 -6052px;
- }
- a[href='#icon-indent-right']::before {
- background-position: 0 -6086px;
- }
- a[href='#icon-info-sign']::before {
- background-position: 0 -6120px;
- }
- a[href='#icon-info']::before {
- background-position: 0 -6154px;
- }
- a[href='#icon-inr']::before {
- background-position: 0 -6188px;
- }
- a[href='#icon-instagram']::before {
- background-position: 0 -6222px;
- }
- a[href='#icon-italic']::before {
- background-position: 0 -6256px;
- }
- a[href='#icon-jpy']::before {
- background-position: 0 -6290px;
- }
- a[href='#icon-key']::before {
- background-position: 0 -6324px;
- }
- a[href='#icon-keyboard']::before {
- background-position: 0 -6358px;
- }
- a[href='#icon-krw']::before {
- background-position: 0 -6392px;
- }
- a[href='#icon-laptop']::before {
- background-position: 0 -6426px;
- }
- a[href='#icon-leaf']::before {
- background-position: 0 -6460px;
- }
- a[href='#icon-legal']::before {
- background-position: 0 -6494px;
- }
- a[href='#icon-lemon']::before {
- background-position: 0 -6528px;
- }
- a[href='#icon-level-down']::before {
- background-position: 0 -6562px;
- }
- a[href='#icon-level-up']::before {
- background-position: 0 -6596px;
- }
- a[href='#icon-lightbulb']::before {
- background-position: 0 -6630px;
- }
- a[href='#icon-link']::before {
- background-position: 0 -6664px;
- }
- a[href='#icon-linkedin-sign']::before {
- background-position: 0 -6698px;
- }
- a[href='#icon-linkedin']::before {
- background-position: 0 -6732px;
- }
- a[href='#icon-linux']::before {
- background-position: 0 -6766px;
- }
- a[href='#icon-list-alt']::before {
- background-position: 0 -6800px;
- }
- a[href='#icon-list-ol']::before {
- background-position: 0 -6834px;
- }
- a[href='#icon-list-ul']::before {
- background-position: 0 -6868px;
- }
- a[href='#icon-list']::before {
- background-position: 0 -6902px;
- }
- a[href='#icon-location-arrow']::before {
- background-position: 0 -6936px;
- }
- a[href='#icon-lock']::before {
- background-position: 0 -6970px;
- }
- a[href='#icon-long-arrow-down']::before {
- background-position: 0 -7004px;
- }
- a[href='#icon-long-arrow-left']::before {
- background-position: 0 -7038px;
- }
- a[href='#icon-long-arrow-right']::before {
- background-position: 0 -7072px;
- }
- a[href='#icon-long-arrow-up']::before {
- background-position: 0 -7106px;
- }
- a[href='#icon-magic']::before {
- background-position: 0 -7140px;
- }
- a[href='#icon-magnet']::before {
- background-position: 0 -7174px;
- }
- a[href='#icon-mail-forward']::before {
- background-position: 0 -7208px;
- }
- a[href='#icon-mail-reply-all']::before {
- background-position: 0 -7242px;
- }
- a[href='#icon-mail-reply']::before {
- background-position: 0 -7276px;
- }
- a[href='#icon-male']::before {
- background-position: 0 -7310px;
- }
- a[href='#icon-map-marker']::before {
- background-position: 0 -7344px;
- }
- a[href='#icon-maxcdn']::before {
- background-position: 0 -7378px;
- }
- a[href='#icon-medkit']::before {
- background-position: 0 -7412px;
- }
- a[href='#icon-meh']::before {
- background-position: 0 -7446px;
- }
- a[href='#icon-microphone-off']::before {
- background-position: 0 -7480px;
- }
- a[href='#icon-microphone']::before {
- background-position: 0 -7514px;
- }
- a[href='#icon-minus-sign-alt']::before {
- background-position: 0 -7548px;
- }
- a[href='#icon-minus-sign']::before {
- background-position: 0 -7582px;
- }
- a[href='#icon-minus']::before {
- background-position: 0 -7616px;
- }
- a[href='#icon-mobile-phone']::before {
- background-position: 0 -7650px;
- }
- a[href='#icon-money']::before {
- background-position: 0 -7684px;
- }
- a[href='#icon-moon']::before {
- background-position: 0 -7718px;
- }
- a[href='#icon-move']::before {
- background-position: 0 -7752px;
- }
- a[href='#icon-music']::before {
- background-position: 0 -7786px;
- }
- a[href='#icon-off']::before {
- background-position: 0 -7820px;
- }
- a[href='#icon-ok-circle']::before {
- background-position: 0 -7854px;
- }
- a[href='#icon-ok-sign']::before {
- background-position: 0 -7888px;
- }
- a[href='#icon-ok']::before {
- background-position: 0 -7922px;
- }
- a[href='#icon-paper-clip']::before {
- background-position: 0 -7956px;
- }
- a[href='#icon-paperclip']::before {
- background-position: 0 -7990px;
- }
- a[href='#icon-paste']::before {
- background-position: 0 -8024px;
- }
- a[href='#icon-pause']::before {
- background-position: 0 -8058px;
- }
- a[href='#icon-pencil']::before {
- background-position: 0 -8092px;
- }
- a[href='#icon-phone-sign']::before {
- background-position: 0 -8126px;
- }
- a[href='#icon-phone']::before {
- background-position: 0 -8160px;
- }
- a[href='#icon-picture']::before {
- background-position: 0 -8194px;
- }
- a[href='#icon-pinterest-sign']::before {
- background-position: 0 -8228px;
- }
- a[href='#icon-pinterest']::before {
- background-position: 0 -8262px;
- }
- a[href='#icon-plane']::before {
- background-position: 0 -8296px;
- }
- a[href='#icon-play-circle']::before {
- background-position: 0 -8330px;
- }
- a[href='#icon-play-sign']::before {
- background-position: 0 -8364px;
- }
- a[href='#icon-play']::before {
- background-position: 0 -8398px;
- }
- a[href='#icon-plus-sign-alt']::before {
- background-position: 0 -8432px;
- }
- a[href='#icon-plus-sign']::before {
- background-position: 0 -8466px;
- }
- a[href='#icon-plus']::before {
- background-position: 0 -8500px;
- }
- a[href='#icon-power-off']::before {
- background-position: 0 -8534px;
- }
- a[href='#icon-print']::before {
- background-position: 0 -8568px;
- }
- a[href='#icon-pushpin']::before {
- background-position: 0 -8602px;
- }
- a[href='#icon-puzzle-piece']::before {
- background-position: 0 -8636px;
- }
- a[href='#icon-qrcode']::before {
- background-position: 0 -8670px;
- }
- a[href='#icon-question-sign']::before {
- background-position: 0 -8704px;
- }
- a[href='#icon-question']::before {
- background-position: 0 -8738px;
- }
- a[href='#icon-quote-left']::before {
- background-position: 0 -8772px;
- }
- a[href='#icon-quote-right']::before {
- background-position: 0 -8806px;
- }
- a[href='#icon-random']::before {
- background-position: 0 -8840px;
- }
- a[href='#icon-refresh']::before {
- background-position: 0 -8874px;
- }
- a[href='#icon-remove-circle']::before {
- background-position: 0 -8908px;
- }
- a[href='#icon-remove-sign']::before {
- background-position: 0 -8942px;
- }
- a[href='#icon-remove']::before {
- background-position: 0 -8976px;
- }
- a[href='#icon-renminbi']::before {
- background-position: 0 -9010px;
- }
- a[href='#icon-renren']::before {
- background-position: 0 -9044px;
- }
- a[href='#icon-reorder']::before {
- background-position: 0 -9078px;
- }
- a[href='#icon-repeat']::before {
- background-position: 0 -9112px;
- }
- a[href='#icon-reply-all']::before {
- background-position: 0 -9146px;
- }
- a[href='#icon-reply']::before {
- background-position: 0 -9180px;
- }
- a[href='#icon-resize-full']::before {
- background-position: 0 -9214px;
- }
- a[href='#icon-resize-horizontal']::before {
- background-position: 0 -9248px;
- }
- a[href='#icon-resize-small']::before {
- background-position: 0 -9282px;
- }
- a[href='#icon-resize-vertical']::before {
- background-position: 0 -9316px;
- }
- a[href='#icon-retweet']::before {
- background-position: 0 -9350px;
- }
- a[href='#icon-road']::before {
- background-position: 0 -9384px;
- }
- a[href='#icon-rocket']::before {
- background-position: 0 -9418px;
- }
- a[href='#icon-rotate-left']::before {
- background-position: 0 -9452px;
- }
- a[href='#icon-rotate-right']::before {
- background-position: 0 -9486px;
- }
- a[href='#icon-rss-sign']::before {
- background-position: 0 -9520px;
- }
- a[href='#icon-rss']::before {
- background-position: 0 -9554px;
- }
- a[href='#icon-rupee']::before {
- background-position: 0 -9588px;
- }
- a[href='#icon-save']::before {
- background-position: 0 -9622px;
- }
- a[href='#icon-screenshot']::before {
- background-position: 0 -9656px;
- }
- a[href='#icon-search']::before {
- background-position: 0 -9690px;
- }
- a[href='#icon-share-alt']::before {
- background-position: 0 -9724px;
- }
- a[href='#icon-share-sign']::before {
- background-position: 0 -9758px;
- }
- a[href='#icon-share']::before {
- background-position: 0 -9792px;
- }
- a[href='#icon-shield']::before {
- background-position: 0 -9826px;
- }
- a[href='#icon-shopping-cart']::before {
- background-position: 0 -9860px;
- }
- a[href='#icon-sign-blank']::before {
- background-position: 0 -9894px;
- }
- a[href='#icon-signal']::before {
- background-position: 0 -9928px;
- }
- a[href='#icon-signin']::before {
- background-position: 0 -9962px;
- }
- a[href='#icon-signout']::before {
- background-position: 0 -9996px;
- }
- a[href='#icon-sitemap']::before {
- background-position: 0 -10030px;
- }
- a[href='#icon-skype']::before {
- background-position: 0 -10064px;
- }
- a[href='#icon-smile']::before {
- background-position: 0 -10098px;
- }
- a[href='#icon-sort-by-alphabet-alt']::before {
- background-position: 0 -10132px;
- }
- a[href='#icon-sort-by-alphabet']::before {
- background-position: 0 -10166px;
- }
- a[href='#icon-sort-by-attributes-alt']::before {
- background-position: 0 -10200px;
- }
- a[href='#icon-sort-by-attributes']::before {
- background-position: 0 -10234px;
- }
- a[href='#icon-sort-by-order-alt']::before {
- background-position: 0 -10268px;
- }
- a[href='#icon-sort-by-order']::before {
- background-position: 0 -10302px;
- }
- a[href='#icon-sort-down']::before {
- background-position: 0 -10336px;
- }
- a[href='#icon-sort-up']::before {
- background-position: 0 -10370px;
- }
- a[href='#icon-sort']::before {
- background-position: 0 -10404px;
- }
- a[href='#icon-spinner']::before {
- background-position: 0 -10438px;
- }
- a[href='#icon-stackexchange']::before {
- background-position: 0 -10472px;
- }
- a[href='#icon-star-empty']::before {
- background-position: 0 -10506px;
- }
- a[href='#icon-star-half-empty']::before {
- background-position: 0 -10540px;
- }
- a[href='#icon-star-half-full']::before {
- background-position: 0 -10574px;
- }
- a[href='#icon-star-half']::before {
- background-position: 0 -10608px;
- }
- a[href='#icon-star']::before {
- background-position: 0 -10642px;
- }
- a[href='#icon-step-backward']::before {
- background-position: 0 -10676px;
- }
- a[href='#icon-step-forward']::before {
- background-position: 0 -10710px;
- }
- a[href='#icon-stethoscope']::before {
- background-position: 0 -10744px;
- }
- a[href='#icon-stop']::before {
- background-position: 0 -10778px;
- }
- a[href='#icon-strikethrough']::before {
- background-position: 0 -10812px;
- }
- a[href='#icon-subscript']::before {
- background-position: 0 -10846px;
- }
- a[href='#icon-suitcase']::before {
- background-position: 0 -10880px;
- }
- a[href='#icon-sun']::before {
- background-position: 0 -10914px;
- }
- a[href='#icon-superscript']::before {
- background-position: 0 -10948px;
- }
- a[href='#icon-table']::before {
- background-position: 0 -10982px;
- }
- a[href='#icon-tablet']::before {
- background-position: 0 -11016px;
- }
- a[href='#icon-tag']::before {
- background-position: 0 -11050px;
- }
- a[href='#icon-tags']::before {
- background-position: 0 -11084px;
- }
- a[href='#icon-tasks']::before {
- background-position: 0 -11118px;
- }
- a[href='#icon-terminal']::before {
- background-position: 0 -11152px;
- }
- a[href='#icon-text-height']::before {
- background-position: 0 -11186px;
- }
- a[href='#icon-text-width']::before {
- background-position: 0 -11220px;
- }
- a[href='#icon-th-large']::before {
- background-position: 0 -11254px;
- }
- a[href='#icon-th-list']::before {
- background-position: 0 -11288px;
- }
- a[href='#icon-th']::before {
- background-position: 0 -11322px;
- }
- a[href='#icon-thumbs-down-alt']::before {
- background-position: 0 -11356px;
- }
- a[href='#icon-thumbs-down']::before {
- background-position: 0 -11390px;
- }
- a[href='#icon-thumbs-up-alt']::before {
- background-position: 0 -11424px;
- }
- a[href='#icon-thumbs-up']::before {
- background-position: 0 -11458px;
- }
- a[href='#icon-ticket']::before {
- background-position: 0 -11492px;
- }
- a[href='#icon-time']::before {
- background-position: 0 -11526px;
- }
- a[href='#icon-tint']::before {
- background-position: 0 -11560px;
- }
- a[href='#icon-trash']::before {
- background-position: 0 -11594px;
- }
- a[href='#icon-trello']::before {
- background-position: 0 -11628px;
- }
- a[href='#icon-trophy']::before {
- background-position: 0 -11662px;
- }
- a[href='#icon-truck']::before {
- background-position: 0 -11696px;
- }
- a[href='#icon-tumblr-sign']::before {
- background-position: 0 -11730px;
- }
- a[href='#icon-tumblr']::before {
- background-position: 0 -11764px;
- }
- a[href='#icon-twitter-sign']::before {
- background-position: 0 -11798px;
- }
- a[href='#icon-twitter']::before {
- background-position: 0 -11832px;
- }
- a[href='#icon-umbrella']::before {
- background-position: 0 -11866px;
- }
- a[href='#icon-unchecked']::before {
- background-position: 0 -11900px;
- }
- a[href='#icon-underline']::before {
- background-position: 0 -11934px;
- }
- a[href='#icon-undo']::before {
- background-position: 0 -11968px;
- }
- a[href='#icon-unlink']::before {
- background-position: 0 -12002px;
- }
- a[href='#icon-unlock-alt']::before {
- background-position: 0 -12036px;
- }
- a[href='#icon-unlock']::before {
- background-position: 0 -12070px;
- }
- a[href='#icon-upload-alt']::before {
- background-position: 0 -12104px;
- }
- a[href='#icon-upload']::before {
- background-position: 0 -12138px;
- }
- a[href='#icon-usd']::before {
- background-position: 0 -12172px;
- }
- a[href='#icon-user-md']::before {
- background-position: 0 -12206px;
- }
- a[href='#icon-user']::before {
- background-position: 0 -12240px;
- }
- a[href='#icon-vk']::before {
- background-position: 0 -12274px;
- }
- a[href='#icon-volume-down']::before {
- background-position: 0 -12308px;
- }
- a[href='#icon-volume-off']::before {
- background-position: 0 -12342px;
- }
- a[href='#icon-volume-up']::before {
- background-position: 0 -12376px;
- }
- a[href='#icon-warning-sign']::before {
- background-position: 0 -12410px;
- }
- a[href='#icon-weibo']::before {
- background-position: 0 -12444px;
- }
- a[href='#icon-windows']::before {
- background-position: 0 -12478px;
- }
- a[href='#icon-won']::before {
- background-position: 0 -12512px;
- }
- a[href='#icon-wrench']::before {
- background-position: 0 -12546px;
- }
- a[href='#icon-xing-sign']::before {
- background-position: 0 -12580px;
- }
- a[href='#icon-xing']::before {
- background-position: 0 -12614px;
- }
- a[href='#icon-yen']::before {
- background-position: 0 -12648px;
- }
- a[href='#icon-youtube-play']::before {
- background-position: 0 -12682px;
- }
- a[href='#icon-youtube-sign']::before {
- background-position: 0 -12716px;
- }
- a[href='#icon-youtube']::before {
- background-position: 0 -12750px;
- }
- a[href='#icon-zoom-in']::before {
- background-position: 0 -12784px;
- }
- a[href='#icon-zoom-out']::before {
- background-position: 0 -12818px;
- }
- /* ==Boxed reddit CSS Theme v1.5 - (http://www.reddit.com/r/boxed/)== */
- .pagename a[href="http://www.reddit.com/r/ooratrop/"] {
- position: absolute;
- width: 80px;
- height: 80px;
- z-index: 99;
- display: block;
- font-size: 0px;
- background-image: url(%%back%%);
- background-repeat: no-repeat;
- background-position: 0px 18px;
- visibility: visible!important;
- }
- .side a[href="http://www.reddit.com/r/portaroo"] {
- position:absolute;
- top:185px; /*distance from the top*/
- right:106px;
- height:60px; /*adjust to the height of your image*/
- width:48px; /*always try and keep this at 300px*/
- background:url(%%portaroo%%) no-repeat 0 0;
- }
- .side a[href="http://www.reddit.com/r/portaroo_inspection"] {
- position: absolute;
- top:185px; /*distance from the top*/
- right:53px;
- height:60px; /*adjust to the height of your image*/
- width:48px; /*always try and keep this at 300px*/
- background:url(%%portaroo-inspection%%) no-repeat 0 0;
- }
- .side a[href="http://www.reddit.com/r/portaroo_tavern"] {
- position: absolute;
- top:185px; /*distance from the top*/
- right:0px;
- height:60px; /*adjust to the height of your image*/
- width:48px;
- background:url(%%portaroo-tavern%%) no-repeat 0 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement