Guest User

New RL clean up

a guest
Apr 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.13 KB | None | 0 0
  1. .flairselector.drop-choices.active,
  2. .footer-parent,
  3. .login-form-side,
  4. .modal-content,
  5. .res #userTaggerToolTip,
  6. .res .RESDropdownList,
  7. .res .res-commentNavToggle-choices,
  8. .res .res-filterline,
  9. .res .res-filterline .res-filterline-dropdown .res-filterline-dropdown-container,
  10. .side #search .infobar,
  11. .side .linkinfo,
  12. .side .sidecontentbox,
  13. .side .titlebox{
  14.     background: rgba(14,52,82,1);
  15. }
  16. body:not(.subscriber)>div.content:before,
  17. div.content {
  18.     background: rgb(48, 113, 164);
  19. }
  20.  
  21. a {
  22.     color: #acd5ff;
  23. }
  24. #sr-header-area {
  25.     margin-top: 0;
  26. }
  27. .content .link, .search-result {
  28.     padding-left: 0;  
  29. }
  30.  
  31. .thumbnail.self {
  32.     background-position: -352px -74px;
  33. }
  34.  
  35. /* arrows */
  36. .midcol {
  37.     margin-left: 14px;
  38.     margin-right: 14px;
  39. }
  40.  
  41. /* Display "Swoosh" and "ticker" */
  42. .side .md [href="#swoosh"],
  43. .side .md [href="#ticker"] {
  44.     animation: none;
  45.     display: none;
  46. }
  47.  
  48. /* Top level comments + every other */
  49. .content .link, .search-result,
  50. .comment, .comment .comment .comment, .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment, .res-commentBoxes .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  51.     background: rgb(39, 98, 147) !important;
  52. }
  53. /* Second level comments + every other */
  54. .comment .comment, .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment, .res-commentBoxes .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment, .res-commentBoxes .comment .comment .comment .comment .comment .comment .comment .comment .comment .comment {
  55.     background: rgba(22,53,80,.3) !important;
  56. }
  57.  
  58. /* Stickied posts/comments */
  59. .thing.stickied {
  60.     background: rgba(0, 0, 0, .3) !important;
  61.     box-shadow: none;
  62.     border: 2px solid rgb(92, 164, 225) !important;
  63. }
  64. .link .usertext-body .md {
  65.     padding: 0;
  66.     background: transparent;
  67.     border: 0;
  68.     box-shadow: none;
  69.     border-radius: 0;
  70. }
  71.  
  72. .side .md h3:not(:last-of-type):before,
  73. .side #search:before {
  74.     color: #99d0ff;  
  75. }
  76. .morecomments a {
  77.     color: #6c96bf;  
  78. }
  79. .morecomments .gray {
  80.     color: #a4a4a4;
  81. }
  82. .side p a[href$="#stream"],
  83. .sidecontentbox:not(#moderation_tools) .content .reddit-link {
  84.     background: rgb(34, 85, 127);
  85. }
  86.  
  87. .commentarea .midcol .arrow.down,
  88. .commentarea .midcol .arrow.downmod,
  89. .commentarea .midcol .arrow.up,
  90. .commentarea .midcol .arrow.upmod {
  91.     background-color: rgba(255, 255, 255, .1);  
  92. }
  93. .commentarea .midcol .arrow.down,
  94. .commentarea .midcol .arrow.downmod {
  95.     border-radius: 0 0 5px 5px;  
  96. }
  97. .commentarea .midcol .arrow.up,
  98. .commentarea .midcol .arrow.upmod {
  99.     border-radius: 5px 5px 0 0;
  100. }
  101. .commentarea .midcol .arrow {
  102.     transition: .5s;
  103. }
  104. .commentarea .midcol .arrow:hover {
  105.     background-color: rgba(255, 255, 255, .25);  
  106. }
  107. .commentarea textarea {
  108.     background: rgb(28, 66, 96);
  109.     border: 1px solid #5ca4e1 !important;
  110.     box-shadow: none;
  111.     transition: .5s;
  112. }
  113. #userTaggerToolTip input[type=text]:focus,
  114. .c-form-control:focus,
  115. .combined-search-page #search input[type=text]:focus,
  116. .login-form-side input[type=password]:focus,
  117. .login-form-side input[type=text]:focus,
  118. .roundfield textarea:focus,
  119. .side #search input[type=text]:focus,
  120. .side .linkinfo input[type=text]:focus,
  121. .commentarea textarea:focus {
  122.     border-color: #fff !important;
  123.     outline: none;
  124.     background: rgba(28, 66, 96, .5);
  125.     box-shadow: none;
  126. }
  127.  
  128. .comment .expand:hover {
  129.     color: #0f2639;
  130.     text-decoration: none;
  131.     background: transparent;
  132. }
  133.  
  134. /* Rules */
  135. .side .md blockquote:hover h5+p {
  136.     background: rgba(0, 0, 0, .8);
  137.     padding: 10px;
  138.     border-radius: 5px;
  139.     height: auto;
  140.     border: 1px solid;
  141.     left: -8px;
  142. }
  143. /* Add > to rule hover text */
  144. .side .md blockquote:hover h5+p:before {
  145.   content: "";
  146.   position: absolute;
  147.   right: -10px;
  148.   border-top: 10px solid transparent;
  149.   height: 0;
  150.   display: block;
  151.   top: 4px;
  152.   width: 0;
  153.   border-left: 10px solid #31abf8;
  154.   border-bottom: 10px solid transparent;
  155. }
  156.  
  157. /* Mod box */
  158. .sidecontentbox:not(#moderation_tools) a~.content {
  159.     padding: 0;
  160.     background: transparent;
  161.     box-shadow: none;
  162.     border: 0;
  163.     line-height: 150%;
  164. }
  165.  
  166. /* Titles */
  167. .search-result .search-title,
  168. .search-result:link,
  169. .search-result:link>mark,
  170. .thing .title,
  171. .thing.stickied.link a.title { 
  172.     font-weight: 300;
  173.     font-size: 140%;
  174. }
  175.  
  176. /* Titles */
  177. .side .titlebox .redditname,
  178. .flairselector h2,
  179. body.submit-page .content>h1,
  180. .combined-search-page .raisedbox h4,
  181. body.comments-page>.content>.sitetable>.link:not(.gilded):before,
  182. body.listing-page>.content .sitetable>.link.stickied:not(.gilded):first-child:before,
  183. body.listing-page>.content .sitetable>.link:not(.stickied):not(.gilded):before,
  184. body.listing-page>.content .organic-listing>.link.promotedlink.promoted:before {
  185.     font-size: 32px !important;
  186.     font-weight: 100;
  187.     font-family: "Helvetica Neue";
  188.     color: rgb(192, 222, 255) !important;
  189.     text-shadow: 0 0 4px rgba(255, 255, 255, .5), 0 0 15px rgba(255, 255, 255, .5);
  190.     background: none;
  191.     text-transform: uppercase;
  192.     letter-spacing: 2px;
  193. }
  194. /* Announcements */
  195. body.listing-page>.content .sitetable>.link.stickied:first-child:before {content: "Announcements" !important;}
  196. /* Advertisement */
  197. body.listing-page>.content .organic-listing>.link.promotedlink.promoted:before {content: "Advertisement" !important;}
  198. /* Comments */
  199. body.comments-page>.content>.sitetable>.link:not(.gilded):before {content: "Comments" !important;}
  200. /* Controversial */
  201. body.controversial-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "Controversial" !important;}
  202. /* Flair */
  203. .flairselector h2 {width: auto; height: auto;}
  204. /* Gilded */
  205.  
  206. /* Hot */
  207. body.hot-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before{content: "Hot" !important;}
  208. /* New */
  209. body.new-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "New" !important;}
  210. /* Promoted */
  211. /* body.listing-page>.content .organic-listing>.link.promotedlink.promoted:before {content: "Promoted";} */
  212. /* Rising */
  213. body.rising-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "Rising" !important;}
  214. /* Submit | Search */
  215. .combined-search-page .raisedbox h4,
  216. body.submit-page .content>h1 {margin-top: 10px;}
  217. /* Tag User */
  218.  
  219. /* Top */
  220. body.top-page>.content .sitetable>.link:not(.stickied):not(.promoted):not(.gilded):before {content: "Top" !important;}
  221. /* Wiki */
  222. .wiki-page .content span .wikititle:before {content: "Wiki" !important;}
  223.  
  224. /* Sidebar */
  225. /* Subreddit name */
  226. .side .titlebox .redditname {
  227.     padding: 10px;
  228.     text-align: center;
  229. }
  230. .side .titlebox .redditname a {
  231.     color: rgb(192, 222, 255) !important;
  232. }
  233. /* Mod/activity */
  234. .footer:before,
  235. .sidecontentbox.collapsible .title,
  236. .sidecontentbox:not(#moderation_tools) .title,
  237. .sidecontentbox:not(#moderation_tools) a+.title {
  238.     font-size: 18px !important;
  239.     font-family: "Helvetica Neue";
  240.     color: #fff;
  241.     font-weight: 100;
  242.     max-width: none;
  243.     height: auto;
  244.     margin: 0;
  245.     content: normal;
  246.     background: none;
  247. }
  248. .sidecontentbox .title h1 {
  249.     font-family: "Helvetica Neue";
  250.     font-size: 100%;
  251.     color: #fff;
  252. }
Advertisement
Add Comment
Please, Sign In to add comment