Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*HEADER BACKGROUND*/
- #header {
- height: 220px;
- background: url(%%background%%);
- background-size: cover;
- border: none;
- }
- /*HEADER*/
- #header .pagename {
- width: 100%;
- display: block;
- position: absolute;
- top: -278px;
- z-index: -1;
- }
- #header .pagename {
- font-size: 0;
- }
- <style>…</style> .redditname,
- .score .number {
- font-family: Roboto !important;
- font-weight: bold !important;
- }
- .pagename {
- font-weight: bold;
- margin-right: 1ex;
- font-variant: small-caps;
- font-size: 1.3em;
- vertical-align: bottom;
- }
- *,
- :before,
- :after {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- /*REDDIT IKONA*/
- #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*/
- #header-bottom-left .tabmenu #viewImagesButton,
- #header-bottom-left .tabmenu li a[href$="/controversial/"],
- #header-bottom-left .tabmenu li a[href$="/rising/"],
- #header-bottom-left .tabmenu li a[href$="/top/"],
- #header-bottom-left .tabmenu li a[href$="/gilded/"],
- #header-bottom-left ul.tabmenu li a[href="https://www.reddit.com/r/shieldxxtest/ads/"] {
- 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: white;
- background-color: transparent;
- border: none;
- }
- #header .tabmenu .selected a {
- color: white;
- background-color: transparent;
- border: none;
- background: url(%%tabsimg%%);
- padding: 12px;
- }
- .tabmenu li {
- margin: 0px 30px;
- position: relative;
- display: inline-block;
- top: -25px;
- }
- #header .tabmenu li a:hover,
- .pagename a:hover {
- background-color: rgba(0, 0, 0, 0.12);
- padding: 14px;
- }
- #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;
- bottom: 8px;
- left: 0;
- right: 0;
- line-height: 42px;
- margin: -6px;
- max-height: 42px;
- overflow: hidden;
- padding-left: 70px;
- white-space: normal;
- }
- #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 */
- /*MISC*/
- body > .content {
- margin: 15px 5px 0;
- }
- /*SIDEBAR*/
- a[href="/sidebar"]:after {
- content: url(%%sidebarpic%%)
- }
- /*END SIDEBAR*/
- /*END MISC*/
Add Comment
Please, Sign In to add comment