Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*HEADER BACKGROUND*/
- #header-bottom-left {
- height: 195px;
- }
- #header {
- height: 220px;
- background: url(%%background%%);
- background-size: cover;
- border: none;
- /*shadow*/
- }
- /*END HEADER BACKGROUND*/
- /*HEADER LOGO*/
- #header .pagename a {
- position: absolute;
- top: 60px;
- left: 50%;
- margin-left: -108px;
- background: url(%%htlogo%%);
- background-position: 0 0;
- background-repeat: no-repeat;
- width: 272px;
- height: 68px;
- text-indent: -9999px;
- font-size: 0px;
- }
- /*END HEADER LOGO*/
- /*HEADER*/
- *,
- :before,
- :after {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- /*END HEADER*/
- /*REDDIT ICON*/
- #header-img.default-header,
- #header-img {
- z-index: 99;
- width: 48px;
- padding-left: 48px;
- height: 54px;
- background-image: url(%%redditlogoht%%);
- background-size: cover;
- background-position: center;
- position: relative;
- }
- #header-img {
- margin-top: 140px;
- margin-left: 20px;
- }
- /*SUBREDITS LISTA*/
- #sr-header-area {
- background-color: rgba(0, 0, 0, 0.05);
- border: 0 solid;
- transition: all .15s ease;
- height: 24px;
- line-height: 23px;
- text-transform: uppercase;
- }
- #sr-header-area .sr-list {
- margin-right: 48px;
- }
- #sr-header-area .width-clip {
- right: 300px;
- }
- #sr-more-link {
- background-color: transparent
- }
- #sr-more-link {
- top: 5px;
- }
- /*RIGHT SIDEBAR*/
- .side {
- float: right;
- background-color: white;
- margin: 0px 10px 0 5px;
- width: 300px;
- position: relative;
- top: 0px;
- }
- body > .content {
- margin: 15px 5px 0;
- }
- /*LOGOUT BAR*/
- #header-bottom-right {
- position: absolute;
- top: 0;
- right: 0;
- width: auto;
- max-width: 300px;
- height: 24px;
- background-color: #1A804E;
- font-size: 11px;
- color: rgba(255, 255, 255, 0.45);
- padding: 6px 9px 0px 5px;
- border-top-left-radius: 0px;
- }
- a {
- text-decoration: none;
- color: white;
- }
- .separator {
- color: transparent;
- }
- .user {
- color: rgba(255, 202, 42, 0.8);
- }
- /*MENU*/
- /*MENU TABS DELETE*/
- .listing-page .tabmenu li:nth-child(3),
- .listing-page .tabmenu li:nth-child(4),
- .listing-page .tabmenu li:nth-child(5),
- .listing-page .tabmenu li:nth-child(6),
- .listing-page .tabmenu li:nth-child(8),
- .listing-page .tabmenu li:nth-child(9) {
- display: none;
- }
- #header .tabmenu li {
- margin: 0;
- }
- #header .tabmenu a {
- margin: 0 3px;
- }
- /*END MENU TABS DELETE*/
- /*MENU BG*/
- #header .tabmenu:before {
- content: "";
- display: block;
- position: absolute;
- top: 170px;
- left: 0px;
- right: 0px;
- background-color: rgba(0, 0, 0, 0.24);
- height: 42px;
- z-index: -1;
- }
- /*END MENU BG*/
- #header .tabmenu li a {
- display: inline-block;
- height: 42px;
- vertical-align: top;
- color: #E6E6E6;
- background-color: transparent;
- border: none;
- transition: color .25s ease, background-color .25s ease;
- padding: 0 13px;
- font-family: Lato, arial, sans-serif;
- text-transform: uppercase;
- font-weight: bold;
- font-size: 15px;
- }
- #header .tabmenu .selected a {
- color: white;
- background-color: transparent;
- border-top: 3px solid rgba(18, 129, 77, 0.5)!important;
- background: url(%%tabsimg%%);
- }
- .tabmenu li {
- margin: 0px 30px;
- display: inline-block;
- top: -25px;
- }
- #header .tabmenu li a:hover,
- .pagename a:hover {
- background-color: rgba(0, 0, 0, 0.12);
- background: url(%%tabsimghover%%);
- }
- #header .tabmenu li a:hover {
- color: rgba(255, 255, 255, 1);
- background-color: rgba(0, 0, 0, 0.08);
- }
- /*GAVIN19 MENU MINIMIZED FIX*/
- #header .tabmenu {
- position: absolute;
- top: 182px;
- left: 0;
- right: 6px;
- line-height: 42px;
- margin: -6px;
- max-height: 42px;
- overflow: hidden;
- padding-left: 70px;
- white-space: normal;
- z-index: 90;
- text-align: center!important
- }
- #header .tabmenu:before {
- bottom: 0;
- top: auto;
- }
- #header .tabmenu li {
- margin: 0;
- padding: 0 2%;
- /*menu offset*/
- top: 0;
- }
- /*END GAVIN19 MENU MINIMIZED FIX*/
- /*END MENU*/
- /* PRETTY SUBMIT LINKS by /u/RainbowCrash*/
- .morelink {
- font-weight: normal;
- letter-spacing: 0;
- background: #08B36D;
- border: none;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- -o-border-radius: 2px;
- -ms-border-radius: 2px;
- -khtml-border-radius: 2px;
- border-radius: 1px;
- height: 30px;
- line-height: 30px;
- overflow: hidden;
- color: white;
- box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, .12), 0 0 4px 0 rgba(0, 0, 0, .12);
- transition: color .25s ease, background-color .25s ease;
- }
- .morelink:hover {
- background: #078853;
- background-color: #078853;
- border-color: #078853;
- }
- .morelink .nub {
- display: none;
- }
- .morelink {
- color: #FFF;
- font-family: Verdana, Arial, sans-serif;
- font-size: 16px;
- width: 145px;
- }
- .morelink a,
- .morelink a:hover {
- color: white;
- }
- .sidebox.submit-link .morelink::before {
- display: block;
- clear: none;
- content: "Submit a Link";
- font-size: 95%;
- }
- .sidebox.submit-text .morelink::before {
- display: block;
- clear: none;
- content: "Submit a Self Post";
- font-size: 90%;
- }
- .sidebox.submit .morelink a {
- position: absolute;
- top: 0;
- padding-left: 1000px;
- font-size: 0px;
- text-align: right;
- color: #56a6f7;
- }
- .sidebox.submit.submit-link {
- width: 150px;
- }
- .sidebox.submit.submit-text {
- margin-top: -45px;
- /*Edit this is the buttons aren't parallel*/
- margin-left: 153px;
- }
- .sidebox.create {
- display: none;
- }
- .sidebox.submit.disabled {
- display: none;
- }
- .side .spacer {
- margin: 15px 0 12px 0;
- }
- /* NIGHTMODE FIXES */
- .res-nightmode .sidebox.submit.submit-text {
- background: none !important;
- margin-top: -45px;
- margin-left: 153px;
- }
- .res-nightmode .sidebox {
- padding-left: 0px !important;
- border: 2px solid #151515 !important;
- }
- .res-nightmode .morelink {
- height: 29px !important;
- }
- .res-nightmode .morelink {
- background: rgb(39, 63, 87) !important;
- }
- .res-nightmode .morelink:hover {
- background: #449ef8 !important;
- background-color: #9edbf8 !important;
- border-color: #9edbf8 !important;
- }
- /* END NIGHTMODE FIX */
- /* END PRETTY SUBMIT LINKS */
- /*/r/naut buttons*/
- button,
- #search input[type="submit"],
- .wiki-page .wiki-page-content .wiki_button {
- margin: 3px 3px 3px -25px;
- 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;
- }
- .res .blueButton {
- padding: 2px 3px!important;
- background-color: #53a93f!important;
- border: none!important;
- border-radius: 0px!important;
- }
- .RESSubscriptionButton {
- background-color: white!important;
- border: 0px solid!important;
- border-radius: 0px!important;
- color: #5b92fa!important;
- }
- /* Nightmode buttons*/
- body.res-nightmode button,
- body.res-nightmode #search input[type="submit"],
- body.res-nightmode .wiki-page .wiki-page-content .wiki_button {
- padding: 0px 8px 0px 8px;
- background-color: transparent;
- border: 1px solid #414955;
- border-radius: 0px;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #e5e5e5!important;
- line-height: 28px;
- }
- body.res-nightmode button: hover,
- body.res-nightmode #search input[type="submit"]: hover,
- body.res-nightmode .wiki-page .wiki-page-content .wiki_button: hover {
- padding-bottom: 0px;
- border-color: #414955;
- border-width: 1px;
- color: #fff!important;
- line-height: 28px;
- background-color: #1C1F26;
- }
- body.res-nightmode button: active,
- body.res-nightmode #search input[type="submit"]: active,
- body.res-nightmode .wiki-page .wiki-page-content .wiki_button: active {
- padding-bottom: 0px;
- background-color: #1C1F26;
- border-color: #414955;
- border-width: 1px;
- -webkit-box-shadow: none;
- box-shadow: none;
- color: #fff!important;
- line-height: 28px;
- }
- .RESSubscriptionButton {
- background-color: transparent!important;
- }
- /*end r/naut buttons*/
- /*TABS*/
- .link,
- .infobar,
- .content button,
- .info-notice,
- .stylesheet-customize-container .pretty-form,
- #images,
- .search-page .raisedbox,
- .search-page .searchfacets,
- .linefield,
- .search-page .searchpane,
- .nextprev,
- .roundfield {
- border: 0px;
- border-bottom: 3px solid rgba(8, 179, 109, 0.5)!important;
- background-color: rgba(255, 255, 255, 0.73);
- box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, .12), 0 0 4px 0 rgba(0, 0, 0, .12);
- }
- button {
- margin: 0;
- }
- .link {
- margin-right: 320px;
- margin-bottom: 8px;
- padding: 8px 10px 6px 10px;
- border-radius: 2px;
- }
- .link {
- margin: 8px;
- margin-bottom: 15px;
- padding-left: 15px;
- margin-right: 320px;
- }
- /*SUBMIT TAB*/
- .content.submit .info-notice {
- display: none;
- }
- .roundfield,
- .submit-page,
- .content.submit,
- content.spacer,
- {
- padding-right: 10px;
- border: 0px;
- border-bottom: 3px solid #e5e5e5!important;
- background-color: #fff;
- }
- .roundfield {
- width: 520px
- }
- h1 {
- margin-top: 25px;
- font-size: 0px;
- }
- /*SUBMIT HORNI LISTA*/
- .submit-page .tabmenu.formtab .selected a {
- padding: 5px 60px 0px 60px;
- background-color: #08b36d;
- color: #fff;
- font-size: 18px;
- }
- .submit-page .tabmenu.formtab a {
- padding: 5px 55px 0px 55px;
- width: 100px;
- background-color: white;
- border: 0px solid;
- color: #08B36D;
- text-align: center;
- font-weight: normal;
- font-size: 14px;
- }
- .tabmenu.formtab .selected a {
- color: white;
- font-size: 130%;
- background-color: #5f99cf;
- border: none;
- }
- .submit-page .tabmenu li a {
- margin: 0px;
- }
- .formtabs-content {
- padding-top: 0px;
- border-top: 5px solid #08b36d;
- }
- ul.tabmenu.formtab {
- padding-left: 100px;
- }
- /*END SUMBIT HORNI LISTA*/
- /*END SUBMIT TAB*/
- /*posts*/
- a.thumbnail img {
- height: 64px;
- width: 64px;
- }
- .thumbnail {
- margin: 5px 15px 5px 5px;
- }
- /*SUBMIT PAGE*/
- /*.commentarea>.sitetable>.comment {
- }*/
- .commentarea > .usertext {
- background-color: #FAFAFA !important;
- padding: 10px 0 5px 20px !important;
- overflow: visible;
- margin-left: 10px;
- margin-bottom: 10px;
- }
- .comments-page .link {
- margin-bottom: 0;
- }
- .commentarea .menuarea,
- .commentarea .panestack-title {
- background: #fafafa;
- }
- .commentarea .panestack-title {
- margin: 0 0 0 10px;
- padding-top: 10px;
- }
- .commentarea .menuarea {
- margin: 0 0 0 10px;
- padding-left: 29px;
- }
- .comment {
- margin-left: 10px;
- }
- .panestack-title .title {
- margin: 38px 29px;
- }
- .panestack-title {
- border-bottom: none;
- }
- /*END SUBMIT PAGE*/
- /*END TABS*/
- /*MISC*/
- .md textarea,
- .md .-text,
- .md p,
- .md pre>code,
- .md th,
- .md td,
- .md li {
- font-size: 1em;
- line-height: 1.4285714285714286em;
- }
- body {
- background: url(%%bg%%) center center;
- }
- body > .content {
- margin: 15px 5px 0;
- }
- /*Changes the name of your subscribers/users here now*/
- .titlebox .word {
- display: none
- }
- .titlebox .number:after {
- content: " managers";
- }
- .titlebox .users-online span.number:after {
- content: " on pitch right now";
- }
- /*SIDEBAR*/
- .side {
- background-color: transparent;
- }
- a[href="/sidebar"]:after {
- content: url(%%sidebarpic%%)
- }
- titlebox form.toggle,
- .leavemoderator {
- margin: 0;
- padding: 5px 0px;
- font-size: smaller;
- color: #8A8C8A;
- background: transparent;
- }
- /*END SIDEBAR*/
- /*nvm*/
- .redditname,
- .score .number {
- font-family: Roboto !important;
- font-weight: bold !important;
- }
- /*end nvm*/
- /*END MISC*/
- /*FONT COLORS*/
- .thing .title {
- /*title color*/
- color: #18b775;
- }
- .thing .title:visited,
- .thing.visited .title {
- /*title color visited*/
- color: #0D7145;
- }
- .tagline a,
- .search-result-meta a {
- color: rgb(234, 186, 42);
- }
- .error {
- color: #f96300;
- font-size: small;
- padding-left: 37px;
- }
- /*END FONT COLORS*/
- /*FONTS*/
- .link .title {
- margin: 0px 0px 0px 0px;
- font-size: 13pt;
- font-family: Arial, sans-serif;
- overflow: visible;
- }
- .entry .buttons li a {
- color: #BAB7B7;
- font-weight: normal;
- padding: 0 1px;
- }
- body {
- font: 13px -apple-system, ".SFNSDisplay-Light", HelveticaNeue, Helvetica, Arial, "Lucida Grande", sans-serif;
- }
- .arrow.upmod {
- background: url(%%arrowup%%) no-repeat 0 0;
- }
- .arrow.downmod {
- background: url(%%arrowdownl%%) no-repeat 0 0;
- }
- .arrow.up {
- background: url(%%arrowupbaw%%) no-repeat 0 0;
- }
- .arrow.down {
- background: url(%%arrowdownlbw%%) no-repeat 0 0;
- }
- .sr-bar a {
- color: black;
- font: normal x-small verdana, arial, helvetica, sans-serif;
- }
- .dropdown.srdrop .selected {
- font-size: 0px;
- margin-left: 0px;
- margin-right: 5px;
- }
- #sr-more-link {
- font: normal x-small verdana, arial, helvetica, sans-serif;
- }
- .drop-choices a.choice {
- background-color: #08AB68;
- color: black;
- }
- .link .score.likes {
- color: #FFCA2A;
- margin-top: 5px;
- }
- .link .score.dislikes {
- color: #987300;
- margin-top: 5px;
- }
- .titlebox .redditname {
- display: none;
- }
- .link .score {
- color: #c6c6c6;
- margin-top: 5px;
- }
- .tagline .friend,
- .search-result-meta .friend {
- color: #fe7267;
- }
- /*END FONTS*/
- /*comment area*/
- .link .usertext-body .md {
- border-top: 2px solid rgb(126, 215, 176)!important;
- }
- .link .usertext .md {
- padding: 10px 10px;
- }
- .linklisting .md {
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .md {
- /* color: #03351E; */
- max-width: 62em;
- }
- .link .usertext-body .md {
- background-color: transparent;
- border: none;
- border-radius: 0;
- }
- .link .rank {
- font-size: 0px;
- }
- .titlebox .fancy-toggle-button .active.add {
- background-color: #FFCA2A;
- color: #FFFFFF;
- text-align: center;
- margin-right: 2px;
- border-top: 3px solid rgba(255, 255, 255, 0.5) !important;
- padding-top: 4px;
- margin-top: -16px;
- }
- .titlebox .fancy-toggle-button .active {
- display: block;
- border: none;
- height: 28px;
- border-radius: 1px;
- line-height: 19px;
- background-image: none!important;
- padding: 5px 40px;
- text-transform: capitalize;
- font-size: 12px;
- box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, .12), 0 0 4px 0 rgba(0, 0, 0, .12);
- border-top: 3px solid rgba(0, 0, 0, 0.22) !important;
- padding-top: 4px;
- margin-top: -16px;
- }
- .fancy-toggle-button .active {
- background: #065C38;
- color: #B8D9C0;
- text-align: center;
- font-size: 10px;
- font-weight: bold;
- line-height: 20px;
- border-radius: 3px;
- }
- .titlebox .fancy-toggle-button {
- display: block;
- margin-right: 0px;
- padding: 10px 0px;
- }
- /*modtools edit*/
- .gadget small {
- color: rgba(255, 255, 255, 0.65);
- }
- .sidecontentbox a.helplink {
- color: gray;
- }
- .sidecontentbox .more a {
- color: rgba(255, 255, 255, 0.5);
- }
- .sidecontentbox .content {
- border: none font-size: larger;
- list-style: none;
- background-color: rgba(0, 0, 0, 0.47);
- }
- .tabmenu li a {
- background-color: #000;
- }
- .icon-menu a {
- background: none;
- color: black;
- }
- .titlebox form.toggle {
- background: none;
- }
- .stylesheet-customize-container .pretty-form,
- #images {
- margin-right: 316px;
- }
- /*footer*/
- .footer {
- padding: 5px;
- margin: 17px auto;
- border: none;
- max-width: 750px;
- background-color: rgba(8, 179, 109, 0.3);
- }
- .rounded {
- border-radius: 1px;
- }
- .footer .col {
- border: none;
- }
- .flat-vert.title {
- color: #FFFFFF;
- text-transform: uppercase;
- }
- /*search*/
- #search input[type=text] {
- padding: 10px 25px 10px 16px;
- border: 0 solid;
- border-radius: 2px;
- box-shadow: 0 1px 5px rgba(0, 0, 0, 0.24)!important;
- transition: all .25s ease;
- }
- #search input[type=text] {
- border: none;
- font-size: 13px;
- width: 300px;
- height: 30px;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- padding: 6px;
- padding-right: 25px;
- padding-left: 9px;
- vertical-align: middle;
- }
- #searchexpando {
- margin: -1px 0 0 0;
- }
- #search #searchexpando p {
- display: none!important;
- }
- #search input[type="submit"] {
- border: none;
- border-radius: none;
- box-shadow: none;
- }
- /*login*/
- .login-form-side #remember-me * {
- color: white;
- }
- .login-form-side {
- border: none;
- background-color: #08b36d;
- border-radius: 1px;
- box-shadow: 0 2px 1.5px 0 rgba(0, 0, 0, .12), 0 0 4px 0 rgba(0, 0, 0, .12);
- }
- .commentarea .panestack-title,
- .commentarea .menuarea,
- .commentarea>.usertext {
- margin: 0 323px 0 10px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement