gyrfalcons

Sepia Reddit

Aug 19th, 2015
23,733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.58 KB | None | 0 0
  1.     .tabmenu li, .guider, body, #main, input, button, .wikipage, .wikipage h1, .wikipage h2, .wikipage h3, .wikipage h4, .flat-vert.title {
  2.       background-color: #e5e4de !important;
  3.       font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahoma", "Myriad Web", sans-serif !important;
  4.         font-weight: normal;
  5.         color: #474642;
  6.     }
  7.     .new-comment .usertext-body {
  8.         background-color: transparent !important;
  9.         border: 1px dotted #474642;
  10.         display: inline-block;
  11.         margin-top: 4px;
  12.     }
  13.     .RESDialogSmall {
  14.         background-color: #f0efe8 !important;
  15.       font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahoma", "Myriad Web", sans-serif !important;
  16.         font-weight: normal;
  17.         color: #474642 !important;
  18.     }
  19.     h3, .md-small h3, h2, .stylesheet-customize-container h2 {
  20.         background-color: transparent !important;
  21.       font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahoma", "Myriad Web", sans-serif !important;
  22.         font-weight: normal;
  23.         color: #474642 !important;
  24.         border: 0px !important;
  25.     }
  26.     .titlebox h1 a, .deepthread a, .morecomments a, .submit_text h1, .link.self .usertext-body .md p, .comment .usertext-body .md p {
  27.       font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahoma", "Myriad Web", sans-serif !important;
  28.         font-weight: normal;
  29.         color: #474642 ;
  30.         /* to get larger fonts for post texts and comments, replace this with 'font-size: 110%;'.*/
  31.     }
  32.     .footer {
  33.         border: 0px;
  34.     }
  35.     .md tbody tr:first-child td {
  36.         background-color: #d6d4cc !important;
  37.         text-align: center;
  38.         font-weight: bold;
  39.     }
  40.     .md tbody tr {
  41.         background-color: #fafafa;
  42.     }
  43.     .usertext .markhelp tr, .usertext .markhelp td {
  44.         border: 1px solid #e5e4de;
  45.     }
  46.     ul.flat-list.buttons li a {
  47.         font-family:"Segoe UI", "PT Sans", "Open Sans", "Ubuntu", "Tahoma", "Myriad Web", sans-serif !important;
  48.         font-weight: 600;
  49.         color: #474642 ;
  50.     }
  51.     .titlebox form.flairtoggle {
  52.         background-color: transparent;
  53.     }
  54.     .link {
  55.         background-color: transparent;
  56.         border: 0px;
  57.     }
  58.     .deepthread::after {
  59.         background-image: none;
  60.         content: "➤";
  61.     }
  62.     .end.noKeyNav.previous, .RESGalleryControls .previous.noKeyNav, .end.noKeyNav.previous:after, .RESGalleryControls .previous.noKeyNav:after {
  63.         background-image: none;
  64.         background: none;
  65.         color: #474642;
  66.         font-style: normal !important;
  67.         content: "<";
  68.     }
  69.     .end.noKeyNav.next, .RESGalleryControls .next.noKeyNav, .end.noKeyNav.next:after, .RESGalleryControls .next.noKeyNav:after {
  70.         background-image: none;
  71.         background: none;
  72.         color: #474642;
  73.         font-style: normal !important;
  74.         content: ">";
  75.     }
  76. .expando-button, .expando-button.image, .expando-button.video-muted {
  77.     background: url(%%EXPANDO BUTTONS HERE%%) no-repeat !important;
  78. }
  79. .expando-button.video.collapsed, .expando-button.video-muted.collapsed {
  80.     background-position: 0 -192px!important
  81. }
  82. .expando-button.video.collapsed:hover, .expando-button.video-muted.collapsed:hover {
  83.     background-position: 0 -216px!important
  84. }
  85. .expando-button.video.expanded, .expando-button.video-muted.expanded {
  86.         background-position: 0 -240px!important
  87.     }
  88. .expando-button.video.expanded:hover, .expando-button.video-muted.expanded:hover {
  89.         background-position: 0 -264px!important
  90.     }
  91.  
  92. .expando-button.selftext.collapsed {
  93.     background-position: 0 -480px!important
  94. }
  95. .expando-button.selftext.collapsed:hover {
  96.     background-position: 0 -456px!important
  97. }
  98. .expando-button.selftext.expanded {
  99.     background-position: 0 -384px!important
  100. }
  101. .expando-button.selftext.expanded:hover {
  102.     background-position: 0 -360px!important
  103. }
  104. .expando-button.image.collapsedExpando {
  105.     background-position: 0 0px!important
  106. }
  107. .expando-button.image.collapsedExpando:hover {
  108.     background-position: 0px -24px!important
  109. }
  110. .expando-button.image.expanded {
  111.     background-position: 0 -48px!important     
  112.     }
  113. .expando-button.image.expanded:hover {
  114.     background-position: 0 -72px!important     
  115.     }
  116. .expando-button.image.gallery.collapsedExpando {
  117.     background-position: 0 -96px!important     
  118.     }
  119. .expando-button.image.gallery.collapsedExpando:hover {
  120.     background-position: 0 -120px!important    
  121.     }
  122. .expando-button.image.gallery.expanded {
  123.     background-position: 0 -144px!important
  124.     }
  125. .expando-button.image.gallery.expanded:hover {
  126.     background-position: 0 -168px!important
  127.     }
  128.     .md a {
  129.         background-color: transparent !important;
  130.         color: #87857a !important;
  131.         font-style: italic;
  132.     }
  133.     .md a:hover {
  134.         text-decoration: underline;
  135.     }
  136.     .md code, .md pre {
  137.         border: 1px dotted #474642;
  138.         background-color: #f0efe8;
  139.         border-radius: 0px;
  140.     }
  141.     body.with-listing-chooser .listing-chooser .grippy, .morelink .nub, .side, .sidebox .spacer {
  142.         background-color: #e5e4de !important;
  143.     }
  144.     #header {
  145.         border-bottom: 0px solid #474642;
  146.         position: relative;
  147.         background-color: #474642;
  148.     }
  149.     .message .tagline, .tagline .submitter, .link .rank, .thing .title, .tagline a, a {
  150.         color: #474642;
  151.     }
  152.     .newComments {
  153.         color: #a9a3a0;
  154.     }
  155.     .tabmenu li.selected a, #header .tabmenu li.selected a {
  156.         color: #474642;
  157.         background-color: #e5e4de;
  158.         border-width: 0px;
  159.         border-bottom: 1px solid #e5e4de;
  160.         font-weight: 900;
  161.     }
  162.     .tabmenu li a:hover {
  163.         background-color: #e5e4de !important;
  164.         color: #474642 !important;
  165.         border-bottom: 1px solid #e5e4de;
  166.     }
  167.     .tabmenu li a, #header .tabmenu {
  168.         color: #e5e4de;
  169.         background-color: #474642;
  170.         border-color: #474642 #474642 transparent;
  171.     }
  172.     .flat-list li.selected a, .error {
  173.         color: #474642;
  174.     }
  175.     .pagename a {
  176.         display: inline-flex;
  177.         width: auto;
  178.         color: #e5e4de;
  179.         background-color: #474642;
  180.         border-color: #474642 #474642 transparent;
  181.     }
  182.     #siteTable a.title {
  183.         color: #474642;
  184.     }
  185.     #siteTable a.title:visited {
  186.         color: #87857a;
  187.     }
  188.     div.RES-keyNav-activeElement, div.commentarea div.RES-keyNav-activeElement .md, div.commentarea div.RES-keyNav-activeElement.entry div.noncollapsed, .NERPageMarker, #progressIndicator {
  189.         background-color: #d6d4cc !important;
  190.         border: 0px;
  191.         padding: 3px 0px 3px 10px;
  192.         border-radius: 5px;
  193.     }
  194.     .goldvertisement .inner, .goldvertisement {
  195.         border: none;
  196.         box-shadow: none;
  197.     }
  198.     .goldvertisement .progress .bar {
  199.         background-color: #f0efe8;
  200.     }
  201.     .hover-bubble, .gold-bubble, .linkinfo, .server-seconds, .sidecontentbox .content, .login-form-side, .gold-accent.comment-visits-box  {
  202.         background-color: #fafafa;
  203.         color: #474642;
  204.         border: 0px;
  205.         border-radius: 5px;
  206.     }
  207.     .infobar {
  208.     background-color: #e5e4de;
  209.         padding: 0px 0px;
  210.     border: none;
  211.     font-size: small;
  212.         color: #474642;
  213.     }
  214.     #authorInfoToolTip:before, #authorInfoToolTip:after, #RESHoverContainer:before, #RESHoverContainer:after, #RESHoverContainer.RESDialogSmall.right:before, #RESHoverContainer.RESDialogSmall.right:after, #authorInfoToolTip.RESDialogSmall.right:before, #authorInfoToolTip.RESDialogSmall.right:after {  
  215.         display: none;
  216.     }
  217.     #authorInfoToolTip, #RESHoverContainer {
  218.         background-color: #d6d4cc !important;
  219.         border-radius: 5px;
  220.         border: 1px solid #474642;
  221.         padding: 10px;
  222.     }
  223.     #authorInfoToolTipContents {
  224.         background-color: #d6d4cc !important;
  225.         border-radius: 5px;
  226.         border: 0px;
  227.     }
  228.     #sr-header-area, #sr-header-area a, #RESShortcutsEditContainer, #RESShortcutsSort, #RESShortcutsRight, #RESShortcutsLeft, #RESShortcutsAdd, #RESShortcutsTrash, #authorInfoToolTip .blueButton {
  229.         border: 0px;
  230.         background-color: #474642 !important;
  231.         color: #e5e4de !important;
  232.         height: 19px;
  233.         line-height: 18px;
  234.     }
  235.     #sr-header-area a.RESShortcutsCurrentSub, #RESSubredditGroupDropdown .RESShortcutsCurrentSub a {
  236.         color: #e5e4de !important;
  237.         font-weight: 900;
  238.     }
  239.     .sr-bar a {
  240.         color: #e5e4de;
  241.     }
  242.     .morelink {
  243.         background: #474642 no-repeat !important;;
  244.         border: 0px;
  245.     }
  246.     .morelink a {
  247.         color: #e5e4de;
  248.     }
  249.     .morelink:hover a {
  250.     color: #f0efe8;
  251.     }    
  252.     .nub {
  253.         display: none;
  254.     }
  255.     #userbarToggle, #header-bottom-right, .user, .user a, .pref-lang, #header-bottom-right .hover a, #header-bottom-right .logout a {
  256.         background: #474642 !important;
  257.         color: #e5e4de !important;
  258.         border: 0px;
  259.         border-radius: 0px 0px 0px 0px;
  260.     }
  261.     #RESAccountSwitcherIconOverlay, DIV#RESMainGearOverlay.RESGearOverlay {
  262.     border-width: 0px;
  263.     background-color: #474642 !important;
  264.     border-radius: 0px 0px 0px 0px;
  265.         vertical-align: bottom;
  266.     }
  267.     #RESAccountSwitcherDropdown, #RESAccountSwitcherDropdown li, #RESPrefsDropdown, #RESPrefsDropdown li, #RESPrefsDropdown li a, #RESPrefsDropdown li i {
  268.         border-width: 0px;
  269.     background-color: #474642;
  270.     border-radius: 0px 0px 0px 0px;
  271.         color: #e5e4de;
  272.         padding: 0px 3px 0px 3px;
  273.     }
  274.     #search input[type="text"], #search input[type="submit"], .linefield textarea, .linefield input[type="text"], .linefield input[type="password"], .roundfield textarea, .roundfield input[type="text"], .roundfield input[type="url"], .roundfield input[type="password"], .roundfield input[type="number"] {
  275.         background-color: #FAFAFA !important;
  276.         border: none;
  277.     }
  278.     .linefield, .roundfield, .content.submit .info-notice {
  279.         background-color: #f0efe8;
  280.         border: none;
  281.     }
  282.     .tabmenu.formtab .selected a {
  283.         background-color: #474642;
  284.         color: #e5e4de;
  285.     }
  286.     .formtabs-content {
  287.         border-top: 4px solid #474642;
  288.         position: relative;
  289.         top: -1px;
  290.     }
  291.     #RESSearchMenuItem {
  292.         border: 1px solid #e5e4de !important;      
  293.     }
  294.     .RESFilterToggle:hover, .RESCloseButton:hover, .RESFilterToggle.remove:hover, #RESSearchMenuItem:hover, .fancy-toggle-button .active:hover, .res .RESshortcutside:hover, .res .RESDashboardToggle:hover, .RESSubscriptionButton:hover, .thing .tagline .author.submitter:hover, .interstitial .buttons .c-btn:hover, .login-form-side .submit *:hover, .user-form .submit *:hover, #authorInfoToolTip .blueButton:hover {
  295.         background-color: transparent !important;
  296.         color: #474642 !important;
  297.         border: 0px !important;
  298.         padding: 10px;
  299.     }
  300.     .thing .tagline .author.submitter {
  301.         background-color: #474642 !important;
  302.     }
  303.  .RESFilterToggle, .RESFilterToggle.remove, .RESshortcut, .RESshortcutside.remove, .fancy-toggle-button .active, .RESDashboardToggle, .RESSubscriptionButton, .interstitial .buttons .c-btn, .login-form-side .submit *, .user-form .submit * {
  304.         background-image: none !important;
  305.         background-color: #474642 !important;
  306.         color: #e5e4de !important;
  307.         border: 0px !important;
  308.         padding: 2px 8px !important;
  309.         border-radius: 2px;
  310.       margin: 0 -8px;
  311.         font-weight: 700;
  312.     }
  313.     .res-fancy-toggle-button {
  314.         background-image: none !important;
  315.         background-color: #474642;
  316.     }
  317.     .res-fancy-toggle-button.RESshortcut.RESshortcutside:hover, .res-fancy-toggle-button.RESDashboardToggle.REStoggle:hover, .res-fancy-toggle-button.RESDashboardToggle.REStoggle, .res-fancy-toggle-button.RESshortcut.RESshortcutside, .fancy-toggle-button.subscribe-button.toggle, .fancy-toggle-button.subscribe-button.toggle:hover {
  318.         padding: 2px 8px;
  319.         font-weight: 700;
  320.         text-align: center;
  321.     margin: 0 5px;
  322.         border-radius: 2px;
  323.     }
  324.     .RESCloseButton {
  325.         background-image: none;
  326.         background-color: #474642 !important;
  327.         color: #e5e4de !important;
  328.         border: 0px !important;
  329.         border-radius: 2px;
  330.     }
  331.     #header-img {
  332.         display: inline-block;
  333.         height: 40px;
  334.         width: auto;
  335.     }
  336.     .usertext.border .usertext-body {
  337.         background: transparent;
  338.         border: 1px dotted #474642;
  339.         padding: 0px 0px 0px 7px;
  340.     }
  341.     .res-commentBoxes .thing.comment {background:none!important;border:none!important}    
  342.     .res-commentBoxes .thing.comment .thing.comment {background:#f0efe8!important;}
  343.     .res-commentBoxes .thing.comment .thing.comment .thing.comment {background:#FAFAFA!important;}
  344.     .res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.comment {background:#f0efe8!important;}
  345.     .res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment {background:#FAFAFA!important;}
  346.     .res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment {background:#f0efe8!important;}
  347.     .res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment {background:#FAFAFA!important;}
  348.     .res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment {background:#f0efe8!important;}
  349.     .res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment {background:#FAFAFA!important;}
  350.     .res-commentBoxes .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment .thing.comment {background:#f0efe8!important;}
  351.     .thing .arrow {
  352.     height: 14px;
  353.     width: 16px;
  354.     background-image: url(%%VOTEY ARROWS HERE%%);
  355.     }
  356.     .link .score {
  357.         color: #797772;
  358.     }
  359.     .arrow.up { background-position: top left; }
  360.     .arrow.down { background-position: bottom left; }
  361.     .arrow.upmod { background-position: top right; }
  362.     .arrow.downmod { background-position: bottom right; }
  363.     .RES-keyNav-activeElement, .RES-keyNav-activeElement .md-container {
  364.         background-color: transparent !important;
  365.     }
  366.     .res-show-link .res-show-link-tagline {
  367.         background-color: transparent !important;
  368.     }
  369.     .res-show-link .res-show-link-header .res-show-link-title, .res-show-link .toTop, .res-show-link a {
  370.         color: #474642 !important;
  371.     }
  372.     .link .usertext-body .md {
  373.         border: none;
  374.     }
  375.     .titlebox form.toggle, .leavemoderator {
  376.         margin: 5px;
  377.         padding: 5px 5px;
  378.         background-color: #fafafa;
  379.     }
  380.     .subreddit-subscribe {
  381.         background: none !important;
  382.     }
  383.     a.option.active.add {
  384.         display: inline-flex !important;
  385.     }
  386.     .entry.res-selected,
  387.     .entry.res-selected .md-container {
  388.         background: #D6D4CC !important;
  389.     }
Add Comment
Please, Sign In to add comment