gavin19

rreads

Oct 8th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 12.23 KB | None | 0 0
  1. .arrow {
  2.  margin:2px 0px 0px 0px;
  3.  width:100%;
  4.  height:14px;
  5.  display:block;
  6.  cursor:pointer;
  7.  background-position:center center;
  8.  background-repeat:no-repeat;
  9.  width:15px;
  10.  margin-left:auto;
  11.  margin-right:auto;
  12. }
  13.  
  14. /* ----- ----- ----- ====== ----- ----- ----- */
  15. /* ----- ----- ----- HEADER ----- ----- ----- */
  16. /* ----- ----- ----- ====== ----- ----- ----- */
  17. #header-bottom-left {
  18.   background: url(%%woodbanner%%);;
  19.   height: 70px;
  20. }
  21.  
  22. .tagline .author.moderator::after {
  23.   content: ", as a moderator";
  24.   background-color: transparent !important;
  25. }
  26.  
  27.  
  28. /* ----- ----- ----- ======= ----- ----- ----- */
  29. /* ----- ----- ----- SIDEBAR ----- ----- ----- */
  30. /* ----- ----- ----- ======= ----- ----- ----- */
  31. .side h6+blockquote {
  32.   display: block;
  33.   background-color: #FEF0F0;
  34.   border: 1px solid #FF9185!important;
  35.   padding: 6px 12px 6px 12px;
  36. }
  37.  
  38. .subscribers .word, .users-online .word{
  39.   display:none;
  40. }
  41. .subscribers .number:after {
  42.   content: " readers"
  43. }
  44. .users-online .number:after {
  45.   content: " redditors reading now"
  46. }
  47.  
  48. body > .content {
  49.   margin-top: 50px;
  50. }
  51.  
  52. .side .usertext h4 {
  53.   display: block;
  54.   position: absolute;
  55.   top: 150px;
  56.   left: 5px;
  57.   font-size: 13px;
  58.   text-align: center;
  59.   padding: 8px 13px 8px 13px;
  60.   margin-left: 10px;
  61.   color: #003366;
  62.   background-color: #EEFFFF;
  63.   border: solid 1px #99CCFF;
  64.   font-weight: normal;
  65. }
  66.  
  67.  
  68.  
  69. /* ----- ----- ----- =========== ----- ----- ----- */
  70. /* ----- ----- ----- SUBMIT PAGE ----- ----- ----- */
  71. /* ----- ----- ----- =========== ----- ----- ----- */
  72. .submit_text.enabled {
  73.   background-color: #FEF0F0;
  74.   border: 1px solid #FF9185;
  75.   animation: flash_box 4s linear infinite;
  76.   -webkit-animation: flash_box 4s linear infinite;
  77. }
  78.  
  79. .submit_text.enabled .content {
  80.   color: #000000 !important;
  81. }
  82.  
  83. .submit_text.enabled h1 {
  84.   color: #AA0000;
  85.   animation: flash_title 1s linear infinite;
  86.   -webkit-animation: flash_title 1s linear infinite;
  87. }
  88.  
  89. @keyframes flash_title {
  90.   0% {color:#AA0000;} 50% {color:#FF0000;}
  91. }
  92.  
  93. @-webkit-keyframes flash_title {
  94.   0% {color:#AA0000;} 50% {color:#FF0000;}
  95. }
  96.  
  97. @keyframes flash_box {
  98.   0%, 100% {background-color:#FEF0F0;} 50% {background-color:#EEE0E0;}
  99. }
  100.  
  101. @-webkit-keyframes flash_box {
  102.   0%, 100% {background-color:#FEF0F0;} 50% {background-color:#EEE0E0;}
  103. }
  104.  
  105.  
  106.  
  107. /* ----- ----- ----- =========== ----- ----- ----- */
  108. /* ----- ----- ----- SHIRT SHAPE ----- ----- ----- */
  109. /* ----- ----- ----- =========== ----- ----- ----- */
  110. .listing-page .sitetable .thing.link,
  111. .search-page .sitetable .thing.link,
  112. .comments-page .sitetable .thing.link {
  113.   margin: 50px !important;
  114.   float: left !important;
  115.   position: relative !important;
  116.   padding: 0 !important;
  117.   border: 2px solid #555555 !important;
  118.   border-radius: 1px !important;
  119.   overflow: visible !important;
  120.   box-shadow: 2px 2px 2px #333333;
  121. }
  122.  
  123. .listing-page .sitetable .thing.link,
  124. .search-page .sitetable .thing.link {
  125.   width: 120px;
  126.   height: 200px;
  127. }
  128.  
  129. .comments-page .sitetable .thing.link {
  130.   width: 300px;
  131.   height: 300px;
  132. }
  133.  
  134. /*
  135. .listing-page .sitetable .thing.link,
  136. .search-page .sitetable .thing.link {
  137.   background-image: url(%%shirt-cutout-160%%);
  138. }
  139.  
  140. .comments-page .sitetable .thing.link {
  141.   background-image: url(%%shirt-cutout-300%%);
  142. }
  143.  
  144. .listing-page.res-nightmode .sitetable .thing.link,
  145. .search-page.res-nightmode .sitetable .thing.link {
  146.   background-image: url(%%shirt-cutout-dark-160%%);
  147. }
  148. */
  149.  
  150.  
  151. /* ----- ----- ----- =============== ----- ----- ----- */
  152. /* ----- ----- ----- SHIRT PLACEMENT ----- ----- ----- */
  153. /* ----- ----- ----- =============== ----- ----- ----- */
  154. .listing-page .sitetable .clearleft,
  155. .search-page .sitetable .clearleft {
  156.   clear: none;
  157. }
  158.  
  159.  
  160. .sitetable .thing.link.stickied {
  161.   background-image: none !important;
  162.   border-color: #228822 !important;
  163. }
  164.  
  165. .listing-page #siteTable,
  166. .search-page #siteTable {
  167.   margin-right: 300px;
  168. }
  169.  
  170.  
  171.  
  172. /* ----- ----- ----- ======================= ----- ----- ----- */
  173. /* ----- ----- ----- UNWANTED SHIRT ELEMENTS ----- ----- ----- */
  174. /* ----- ----- ----- ======================= ----- ----- ----- */
  175. /*
  176. .sitetable .thing.link .thumbnail {
  177.   display: none;
  178. }
  179. */
  180.  
  181. .thumbnail {
  182.   overflow: visible;
  183. }
  184. .thumbnail img {
  185.   width: 120px;
  186.   height: 200px;
  187.    
  188. }
  189.  
  190.  
  191.  
  192. .sitetable .thing.link .entry .tagline,
  193. .sitetable .thing.link .entry .expando-button,
  194. .sitetable .thing.link .entry .child {
  195.   display: none;
  196. }
  197.  
  198. .sitetable .thing.link .entry .title .domain {
  199.   display: none;
  200. }
  201.  
  202.  
  203.  
  204. /* ----- ----- ----- ======================== ----- ----- ----- */
  205. /* ----- ----- ----- DESIRABLE SHIRT ELEMENTS ----- ----- ----- */
  206. /* ----- ----- ----- ======================== ----- ----- ----- */
  207. .listing-page .sitetable .thing.link .rank,
  208. .search-page .sitetable .thing.link .rank {
  209.   position: absolute;
  210.   top: 15px;
  211.   left: 5px
  212.   margin: 0px;
  213.   padding: 0px;
  214.   color: #EEEEEE;
  215. }
  216.  
  217. .listing-page .sitetable .thing.link .midcol,
  218. .search-page .sitetable .thing.link .midcol {
  219.   position: absolute;
  220.   top: 70px;
  221.   left: 5px;
  222.   margin: 0px;
  223.   padding: 0px;
  224. }
  225.  
  226. .comments-page .sitetable .thing.link .midcol {
  227.   position: absolute;
  228.   top: 40px;
  229.   left: 10px;
  230.   margin: 0px;
  231.   padding: 0px;
  232. }
  233.  
  234. .comments-page .sitetable .thing.link .entry .tagline {
  235.   display: block;
  236.   height: 20px;
  237.   position: absolute;
  238.   bottom: 10px;
  239.   left: 5px;
  240.   background-color: #FFFFFF;
  241.   width: 100%;
  242.   margin-left: -10px;
  243.   padding-top: 3px;
  244.   padding-bottom: 3px;
  245.   padding-left: 10px;
  246.   border-top: 1px solid #555555;
  247.   border-bottom: 1px solid #555555;
  248. }
  249.  
  250. .sitetable .thing.link .entry > .title .approval-checkmark {
  251.   position: absolute;
  252.   top: 5px;
  253.   right: 5px;
  254. }
  255.  
  256. .sitetable .thing.link .entry > .title .linkflairlabel {
  257.   position: absolute;
  258.   top: 5px;
  259.   left: 5px;
  260. }
  261.  
  262. .sitetable .thing.link .entry .buttons .first {
  263.   position: absolute;
  264.   bottom: 5px;
  265.   left: 5px;
  266. }
  267.  
  268. .sitetable .thing.link.over18 .nsfw-stamp {
  269.   display: block !important;
  270.   position: absolute;
  271.   bottom: 5px;
  272.   right: 5px;
  273.   background-color: #FFBBBB;
  274. }
  275.  
  276. .listing-page .sitetable .thing.link .entry > .title a.title,
  277. .search-page .sitetable .thing.link .entry > .title a.title,
  278. .comments-page .sitetable .thing.link .entry > .title a.title {
  279.   text-shadow: 0.5px 0.5px #000000;
  280.   text-align: center;
  281.   color: #EEEEEE;
  282.   display: block;
  283.   position: absolute;
  284.   overflow: hidden;
  285.   margin: 0px;
  286.   padding: 0px;
  287.   background-color: transparent!important;
  288. }
  289.  
  290. .listing-page .sitetable .thing.link .entry > .title a.title,
  291. .search-page .sitetable .thing.link .entry > .title a.title {
  292.   font-size: 10px;
  293.   top: 40px;
  294.   left: 36px;
  295.   right: 36px;
  296.   width: 90px;
  297.   height: 100px;
  298. }
  299.  
  300. .comments-page .sitetable .thing.link .entry > .title a.title {
  301.   font-size: 18px;
  302.   top: 75px;
  303.   left: 67px;
  304.   right: 67px;
  305.   width: 170px;
  306.   height: 190px;
  307. }
  308.  
  309.  
  310.  
  311. /* ----- ----- ----- ============== ----- ----- ----- */
  312. /* ----- ----- ----- SHIRT CONTROLS ----- ----- ----- */
  313. /* ----- ----- ----- ============== ----- ----- ----- */
  314. .listing-page .sitetable .thing.link .entry .buttons,
  315. .search-page .sitetable .thing.link .entry .buttons {
  316.   position: absolute;
  317.   top: 125px;
  318.   left: -26px;
  319.   width: 200px;
  320.   height: 70px;
  321.   padding: 5px;
  322.   background-color: #FFBBBB;
  323.   border: 1px solid #555555 !important;
  324.   border-radius: 1px !important;
  325.   z-index: 500;
  326.   display: none;
  327. }
  328.  
  329. .listing-page .sitetable .thing.link:hover .entry .buttons,
  330. .search-page .sitetable .thing.link:hover .entry .buttons {
  331.   display: block;
  332. }
  333.  
  334. .comments-page .sitetable .thing.link .entry .buttons {
  335.   position: absolute;
  336.   top: 10px;
  337.   left: 320px;
  338.   width: 320px;
  339.   height: 70px;
  340.   padding: 5px;
  341.   background-color: #FFBBBB;
  342.   border: 1px solid #555555 !important;
  343.   border-radius: 20px !important;
  344. }
  345.  
  346. .sitetable .thing.link .entry .buttons li a{
  347.   color: #888888;
  348. }
  349.  
  350.  
  351.  
  352. /* ----- ----- ----- ========= ----- ----- ----- */
  353. /* ----- ----- ----- RES FIXES ----- ----- ----- */
  354. /* ----- ----- ----- ========= ----- ----- ----- */
  355. .listing-page .neverEndingReddit,
  356. .search-page .neverEndingReddit,
  357. .listing-page #NERFail,
  358. .search-page #NERFail,
  359. .listing-page .NERPageMarker,
  360. .search-page .NERPageMarker {
  361.   width: 160px !important;
  362.   height: 160px !important;
  363.   margin: 15px !important;
  364.   float: left !important;
  365.   position: relative !important;
  366.   overflow: hidden !important;
  367.   padding: 0 !important;
  368.   border: 2px solid #555555 !important;
  369.   border-radius: 20px !important;
  370.   box-shadow: 2px 2px 2px #333333;
  371. }
  372.  
  373. #NERFail h3,
  374. #NERFail .nextprev {
  375.   margin: 5px;
  376. }
  377.  
  378. .listing-page .thing.link .RES-keyNav-activeElement,
  379. .search-page .thing.link .RES-keyNav-activeElement {
  380.   width: 160px;
  381.   height: 160px;
  382.   margin: 0px;
  383. }
  384.  
  385. .comments-page .thing.link .RES-keyNav-activeElement {
  386.   width: 300px;
  387.   height: 300px;
  388.   margin: 0px;
  389. }
  390.  
  391. .listing-page .sitetable .thing.link .entry,
  392. .search-page .sitetable .thing.link .entry,
  393. .comments-page .sitetable .thing.link .entry {
  394.   background-color: transparent !important;
  395. }
  396.  
  397.  
  398.  
  399. /* ----- ----- ----- ============ ----- ----- ----- */
  400. /* ----- ----- ----- SHIRT COLORS ----- ----- ----- */
  401. /* ----- ----- ----- ============ ----- ----- ----- */
  402. /* value 50, saturation 80, hue steps by 10 from 0 */
  403. /*
  404. .sitetable .thing.link[data-fullname$='0'] { background-color: #801919 !important; }
  405. .sitetable .thing.link[data-fullname$='1'] { background-color: #802A19 !important; }
  406. .sitetable .thing.link[data-fullname$='2'] { background-color: #803B19 !important; }
  407. .sitetable .thing.link[data-fullname$='3'] { background-color: #804D19 !important; }
  408. .sitetable .thing.link[data-fullname$='4'] { background-color: #805E19 !important; }
  409. .sitetable .thing.link[data-fullname$='5'] { background-color: #806F19 !important; }
  410. .sitetable .thing.link[data-fullname$='6'] { background-color: #808019 !important; }
  411. .sitetable .thing.link[data-fullname$='7'] { background-color: #6F8019 !important; }
  412. .sitetable .thing.link[data-fullname$='8'] { background-color: #5E8019 !important; }
  413. .sitetable .thing.link[data-fullname$='9'] { background-color: #4D8019 !important; }
  414. .sitetable .thing.link[data-fullname$='a'] { background-color: #3B8019 !important; }
  415. .sitetable .thing.link[data-fullname$='b'] { background-color: #2A8019 !important; }
  416. .sitetable .thing.link[data-fullname$='c'] { background-color: #198019 !important; }
  417. .sitetable .thing.link[data-fullname$='d'] { background-color: #19802A !important; }
  418. .sitetable .thing.link[data-fullname$='e'] { background-color: #19803B !important; }
  419. .sitetable .thing.link[data-fullname$='f'] { background-color: #19804D !important; }
  420. .sitetable .thing.link[data-fullname$='g'] { background-color: #19805E !important; }
  421. .sitetable .thing.link[data-fullname$='h'] { background-color: #19806F !important; }
  422. .sitetable .thing.link[data-fullname$='i'] { background-color: #198080 !important; }
  423. .sitetable .thing.link[data-fullname$='j'] { background-color: #196F80 !important; }
  424. .sitetable .thing.link[data-fullname$='k'] { background-color: #195E80 !important; }
  425. .sitetable .thing.link[data-fullname$='l'] { background-color: #194D80 !important; }
  426. .sitetable .thing.link[data-fullname$='m'] { background-color: #193B80 !important; }
  427. .sitetable .thing.link[data-fullname$='n'] { background-color: #192A80 !important; }
  428. .sitetable .thing.link[data-fullname$='o'] { background-color: #191980 !important; }
  429. .sitetable .thing.link[data-fullname$='p'] { background-color: #2A1980 !important; }
  430. .sitetable .thing.link[data-fullname$='q'] { background-color: #3B1980 !important; }
  431. .sitetable .thing.link[data-fullname$='r'] { background-color: #4D1980 !important; }
  432. .sitetable .thing.link[data-fullname$='s'] { background-color: #5E1980 !important; }
  433. .sitetable .thing.link[data-fullname$='t'] { background-color: #6F1980 !important; }
  434. .sitetable .thing.link[data-fullname$='u'] { background-color: #801980 !important; }
  435. .sitetable .thing.link[data-fullname$='v'] { background-color: #80196F !important; }
  436. .sitetable .thing.link[data-fullname$='w'] { background-color: #80195E !important; }
  437. .sitetable .thing.link[data-fullname$='x'] { background-color: #80194D !important; }
  438. .sitetable .thing.link[data-fullname$='y'] { background-color: #80193B !important; }
  439. .sitetable .thing.link[data-fullname$='z'] { background-color: #80192A !important; }
Advertisement
Add Comment
Please, Sign In to add comment