Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- CSS v1.0 by Rapptz.
- Background Colour: #a0a0a0
- Orangered Colour: #ff4500
- Subreddit Colour: #eee
- Navy Blue Colour: #002654
- Inspired By: /r/LearnPython
- Thansk to: /r/FWP and /r/CSShelp
- */
- /* Code Syntax. Credit to /r/LearnPython and /r/CSSHelp */
- .usertext-body pre {
- margin: 10px 0;
- padding: 10px
- }
- .usertext-body pre, .usertext-body p > code {
- background: #f6f6f6;
- border: 1px solid #ccc;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- -o-border-radius: 2px;
- -ms-border-radius: 2px;
- -khtml-border-radius: 2px;
- border-radius: 2px
- }
- .usertext-body code {
- color: #222;
- font-family: Consolas, Monaco, monospace;
- line-height: 1.5em
- }
- .usertext-body p > code {
- padding: 0 3px
- }
- /* Rounded tabs, Credit to /r/Python */
- .tabmenu li a, .dropdown.tabdrop .selected.title {
- background-color: transparent
- }
- .tabmenu li a {
- border: 1px solid #b6c3cf;
- border-bottom: none;
- -moz-border-radius-topleft: 4px;
- -moz-border-radius-topright: 4px;
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px
- }
- .tabmenu li.selected a {
- border-width: 1px 1px medium
- }
- .tabmenu li a:hover {
- background-color: #e4e4e4
- }
- .tabmenu li.selected a:hover {
- background-color: white
- }
- /*Last Edited By Markup */
- .tagline .edited-timestamp:after {
- content: attr(title);
- }
- .tagline .edited-timestamp:before {
- content: " ";
- }
- /*Active users position and text tweak*/
- .side .titlebox .leavemoderator,
- .side .titlebox .toggle .flairtoggle,
- .side .titlebox .tagline,
- .side .titlebox .usertext {
- clear: both !important;
- }
- .side .titlebox .users-online {
- padding-left: 2px;
- }
- .side .titlebox .users-online .number:before {
- content: "(" !important;
- background: transparent !important
- }
- .side .titlebox .users-online .number:after {
- content: " active)" !important;
- }
- .fancy-toggle-button,
- .side .titlebox .users-online,
- .side .titlebox .subscribers {
- display:inline;
- }
- .users-online::before {
- display:none !important;
- }
- div.titlebox .users-online span.word {
- display: none
- }
- div.titlebox span.word {
- display: none;
- }
- div.titlebox span.number:after {
- content: " learners";
- }
- /*Downvote Warning Credit to /r/AskScience*/
- .arrow.down:hover:before {
- position: absolute;
- display: block;
- z-index: 1000;
- width: 100px;
- padding: 5px;
- border: 1px solid #333;
- background-color: #66B5FF;
- content: "Only downvote offtopic answers or questions.";
- text-align: center;
- font-size: 11px;
- font-weight: bold;
- margin-left: 25px;
- margin-top: 5px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px
- }
- /* Background stuff */
- html {
- background-color: #a0a0a0
- }
- body {
- box-shadow: 0 0 32px 32px #7e7e7e;
- border-bottom-left-radius: 16px;
- border-bottom-right-radius: 16px;
- margin: 0 auto 32px;
- width: 85%
- }
- body, .side, .titlebox form.toggle, .leavemoderator, .icon-menu a, .morelink .nub, .sidebox .spacer {
- background-color: #f0f0f0 !important
- }
- /*Reddit name*/
- .titlebox h1 {
- font-size: 0
- }
- .titlebox h1:before {
- font-size: 20px;
- content: "Learning C++"
- }
- /* RES Shortcut Fix */
- #RESShortcutsEditContainer {
- background: transparent !important;
- background-color: transparent !important
- }
- #RESShortcutsRight, #RESShortcutsLeft, #RESShortcutsAdd, #RESShortcutsTrash {
- background-color: transparent !important;
- color: #111 !important /*1EBDCC*/
- }
- /* Subreddit Header */
- #sr-header-area {
- background: #eee;
- text-transform: lowercase;
- border: none
- }
- #sr-header-area a:link, #sr-header-area a:visited {
- color: #111 !important
- }
- /* Header Area */
- #header .pagename {
- font-size: 11pt;
- }
- #header {
- height: 65px;
- background-color: #eee;
- }
- #header-bottom-right {
- background-color: #eee;
- /*border-top: 1px solid #b6c3cf;*/
- /* border-left: 1px solid #b6c3cf;*/
- }
- #header-img {
- padding-left: 5px
- }
- /* Hide the reddit name */
- #header .redditname a {
- font-size: 0px;
- }
- #header .redditname a:after {
- font-size: 13px;
- font-variant: normal;
- content: "Learning C++";
- }
- /* Submit Link and Create Subreddit */
- .sidebox.create {
- display: none
- }
- .sidebox.submit {
- position: absolute;
- top: 70px;
- width: 300px;
- }
- .sidebox .ad {
- display: none
- }
- .subtitle {
- display: none
- }
- .sidebox .spacer {
- display: none
- }
- .morelink .nub {
- display: none
- }
- form#search input[name="q"] {
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- text-align: center;
- }
- .side {
- margin-top: 45px;
- }
- .sidebox.submit .morelink {
- float: right;
- width: 300px;
- background-image: none;
- /*background-color: #CBDFE0;*/
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-color: #BBB;
- margin-top: 10px
- }
- .sidebox.submit .morelink a {
- color: #166E76
- }
- .sidecontentbox a.helplink {
- margin-top: 2px
- }
- .sidebox.submit .morelink a:hover {
- color: #198791
- }
- /* Header 6 */
- .side h6:nth-of-type(1) {
- /*this code positions the sticky*/
- position: absolute;
- display: block;
- top: 70px;
- left: 130px;
- background-color: #CBDFE0;
- border: 1px solid blue;
- font-size: 0.9em;
- color: #555555;
- text-align: left;
- margin: 15px;
- border-style: dashed;
- padding: 7px 7px 7px;
- background-repeat: no-repeat;
- background-position: left
- }
- .titlebox .usertext-body .md h6 a:hover {
- color: #198791;
- }
- .titlebox .usertext-body .md h6 a, .titlebox .usertext-body .md h6 a:link, .titlebox .usertext-body .md h6 a:visited {
- color: #166E76;
- }
- body > .content {
- padding-top: 10px
- }
- /* Link Modifying */
- div.sitetable.linklisting {
- margin-top: 15px;
- background-color: #eee;
- border-radius: 5px;
- border: 1px solid #CCC;
- margin-left: 15px;
- padding-top: 12px;
- padding-left: 11px;
- padding-right: 11px
- }
- div.linklisting div.link {
- margin-left: -6px
- }
- body > div.content {
- margin-top: 38px;
- margin-right: 330px;
- padding-right: 20px
- }
- /* Mod box fix */
- .sheets {
- /* margin-right: 345px; */
- width: 100%
- }
- div.stylesheet-customize-container {
- margin-top: 75px
- }
- #preview-table {
- /* margin-right: 345px; */
- }
- /* Side Bar */
- .side .icon-menu a {
- background-color: transparent
- }
- .side {
- background-color: #ddd1aa;
- margin-left: 0px;
- margin-right: 0px;
- padding-left: 15px;
- padding-right: 15px;
- padding-top: 10px;
- border-left: 1px solid #7e7e7e;
- border-bottom: 1px solid #7e7e7e;
- width: 300px;
- border-bottom-left-radius: 3px
- }
- /* Header 5 */
- .titlebox .usertext-body h5 {
- margin: 0;
- color: #002654;
- font-size: 130%;
- text-transform: uppercase;
- font-weight: bold;
- margin-top: 1.2em
- }
- /* Header 4 */
- .titlebox .usertext-body h4 {
- margin: 0;
- color: #002654;
- font-size: 100%;
- font-weight: bold;
- margin-top: 1.2em
- }
- /* Listing <ul> */
- .titlebox .usertext-body ul {
- border-radius: 3px;
- border-color: #9f9976 #9f9976 #a4a085 #a4a085;
- border-style: solid;
- border-width: 1px;
- background-color: #f6f6f6;
- padding-top: 8px;
- padding-left: 30px;
- padding-right: 15px;
- padding-bottom: 8px;
- margin: 0;
- list-style-type: decimal;
- }
- /* Table Syntax */
- .side .md table {
- border: 2px solid #c2c2c2;
- width: 90%;
- padding: 2px;
- background-color: #ffffff;
- margin-left: 10px;
- margin-right: 0px;
- margin-top: 10px;
- margin-bottom: 15px
- }
- .side .md table th {
- background-color: #002654;
- color: white
- }
- .side .md table td {
- border: 1px dotted gray
- }
- .side .md table a {
- color: #7f7f7f;
- text-decoration: underline
- }
- .side .md table a:hover {
- color: black !important;
- text-decoration: underline;
- font-style: italic
- }
- .side .md table a:selected {
- color: #7f7f7f;
- text-decoration: underline
- }
- .side .md table a:visited {
- color: #7f7f7f;
- text-decoration: underline
- }
- /* Ad Fix */
- #ad-frame {
- background-color: #F7F7F7;
- border: 1px solid;
- border-color: #BABABA;
- overflow: hidden;
- height: 250px
- }
- .sr-ad-table .inherited {
- background-color: #F7F7F7
- }
- .sr-ad-table .overridden {
- background-color: #F7F7F7
- }
- /* RES MISC */
- #userbarToggle {
- background-color: transparent !important;
- border: 0px !important;
- color: #444444 !important;
- font-size: 22px !important;
- }
- #RESStaticShortcuts {
- text-transform: lowercase;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement