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
- }
- /*RIGHT SIDEBAR*/
- .side {
- float: right;
- background-color: white;
- margin: 0px 5px 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: transparent;
- font-size: 11px;
- color: rgba(255, 255, 255, 0.45);
- padding: 5px 8px 4px 2px;
- }
- a {
- text-decoration: none;
- color: black;
- }
- .separator {
- color: transparent;
- }
- .user {
- color: black;
- }
- /*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 {
- color: #E6E6E6;
- background-color: transparent;
- border: none;
- transition: color .25s ease,background-color .25s ease;
- padding: 13px;
- font-family: Lato,arial,sans-serif;
- text-transform: uppercase;
- font-weight: normal;
- font-size: 14px;
- }
- #header .tabmenu .selected a {
- color: white;
- background-color: transparent;
- border-top: 3px solid rgba(18, 129, 77, 0.5)!important;
- background: url(%%tabsimg%%);
- padding: 12px;
- }
- .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: 2px 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: 2px;
- height: 30px;
- line-height: 30px;
- overflow: hidden;
- color: white;
- }
- .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: -42px;
- /*Edit this is the buttons aren't parallel*/
- margin-left: 153px;
- }
- .sidebox.create {
- display: none;
- }
- .sidebox.submit.disabled {
- display: none;
- }
- /* 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, .side,.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);
- }
- .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: 316px;
- }
- /*SUBMIT TAB*/
- .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*/
- /*SUBMIT PAGE*/
- .commentarea > .usertext {
- background-color: #FAFAFA !important;
- margin: -67px 0 -21px 0;
- padding: 65px 0 5px 20px !important;
- overflow: visible;
- margin-right: 318px;
- margin-left: 10px;
- margin-bottom: 10px;
- }
- .commentarea .menuarea {
- margin: 0px 310px 10px 35px;
- }
- .commentarea .thing {
- margin: 0 0 8px 0;
- padding: 18px 0px 0px 14px;
- }
- .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;
- }
- /*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: #CEF1D0;
- background: #08B36D none no-repeat scroll center left;
- }
- /*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 {
- color: #0D7145;
- }
- .tagline a, .search-result-meta a {
- color: rgb(255, 202, 42);
- text-shadow: 1px 1px 0px RGB(161, 118, 39);
- }
- .error {
- color: #f96300;
- font-size: small;
- padding-left: 37px;
- }
- /*END FONT COLORS*/
- /*FONTS*/
- .link .title {
- margin: 0px 0px 0px 0px;
- font-size: 13.5pt;
- font-family: Arial,sans-serif;
- overflow: visible;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement