Guest User

phallus' reddit - 4 March 2013

a guest
Mar 4th, 2013
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 15.40 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix(http://ssl.reddit.com),
  4.                url-prefix(http://www.reddit.com),
  5.                url-prefix(https://ssl.reddit.com),
  6.                url-prefix(https://www.reddit.com)
  7. {
  8.  
  9. /* body */
  10.  
  11. body {
  12.     background-attachment: fixed !important;
  13.     background-color: #fff !important;
  14.     /*background-image: url("chrome://browser/skin/newtab/noise.png"), linear-gradient(rgba(255,255,255,0.5), rgba(255, 255, 255, 0.2)) !important; */
  15.     font-family: "Helvetica Neue LT Std","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",Tahoma,Verdana,sans-serif !important;
  16.     font-weight: normal !important;
  17. }
  18.  
  19.  
  20.  
  21. /* header */
  22.  
  23. #header {
  24.     background: #fff !important;
  25.     border-bottom: none !important;
  26. }
  27.  
  28.     #sr-header-area {
  29.             position: fixed !important;
  30.             right: 0% !important;
  31.             width: 100% !important;
  32.             left: 0% !important;
  33.             top: 0px !important;
  34.             font-weight: normal !important;
  35.             background: #505050 !important;
  36.             height: 16px !important;
  37.             line-height: 12px !important;
  38.             padding-top: 1px !important;
  39.             border-top: none !important;
  40.             box-shadow: 0px 4px 3px rgba(0,0,0,0.2) !important;
  41.             color: transparent !important;
  42.             z-index: 1001 !important;
  43.         }
  44.    
  45.         .dropdown.srdrop .selected {
  46.             /*background-image: url('http://ompldr.org/vZmJsNQ') !important;
  47.             color: #FFF !important;
  48.             cursor: pointer;
  49.             position: fixed !important;*/
  50.             display: none !important;
  51.         }
  52.    
  53.         #sr-header-area a {
  54.             color: #a2a2a2 !important;
  55.             font-size: 9px !important;
  56.             text-decoration: none !important;
  57.             transition: 0.5s color ease;
  58.             top: 2px !important;
  59.         }
  60.        
  61.             #sr-header-area a:hover {
  62.                 color: #FFF !important;
  63.             }
  64.        
  65.        
  66.         .sr-bar .separator {
  67.             color: #909090 !important
  68.         }
  69.        
  70.        
  71.         #sr-more-link {
  72.             background: #505050 !important;
  73.             color: #FFF !important;
  74.             height: 13px !important;
  75.             line-height: 11px !important;
  76.             font-weight: normal !important;
  77.             text-align: center !important;
  78.             margin-top: 0px !important;
  79.         }
  80.        
  81.         /*#sr-more-link::before {
  82.             content: url('http://ompldr.org/vZmJsNQ');
  83.         }*/
  84.            
  85.            
  86. #sr-header-area .selected a {
  87.     color: #dddddd !important;
  88.     font-weight: normal !important;
  89. }
  90.  
  91.     #header-img {
  92.         display: none !important
  93.     }
  94.    
  95.    
  96.    
  97.         .tabmenu {
  98.             vertical-align: 0px !important;
  99.             width: 100% !important;
  100.             text-align: center !important;
  101.             padding-top: 42px !important;
  102.             position: absolute !important;
  103.         }
  104.    
  105.             .tabmenu li a {
  106.                 background: transparent !important;
  107.                 color: #909090 !important;
  108.                 font-size: 9px !important;
  109.                 font-weight: 300 !important;
  110.                 padding: 0px 6px !important;
  111.                 transition: 0.5s color ease;
  112.                 border: 0px none !important;
  113.                 margin-left: -1px !important;
  114.             }
  115.            
  116.                 .tabmenu li a:hover {
  117.                     color: #3f3f3f !important;
  118.                 }
  119.        
  120.                 .tabmenu li.selected a {
  121.                     color: #3f3f3f !important;
  122.                     background: transparent !important;
  123.                     border: 0px none !important;
  124.                 }
  125.                
  126.         ul.tabmenu.formtab {
  127.             margin-top: -10px !important;
  128.         }
  129.    
  130.     #header-bottom-left {
  131.         border: none !important;
  132.         background: none !important;
  133.         box-shadow: none !important;
  134.         height: 60px !important;
  135.         padding-top: 30px !important;
  136.     }
  137.  
  138.     #header-bottom-right {
  139.         background: #fff !important;
  140.         box-shadow: none !important;
  141.         font-size: 9px !important;
  142.         font-weight: 300 !important;
  143.         padding: 3px !important;
  144.         width: 100% !important;
  145.         text-align: center !important;
  146.         position: relative !important;
  147.     }
  148.    
  149.         #header-bottom-right a {
  150.             color: #909090 !important;
  151.             transition: 0.5s color ease;
  152.         }
  153.        
  154.             #header-bottom-right a:hover {
  155.                 color: #3f3f3f !important;
  156.                 text-decoration: none !important;
  157.             }
  158.            
  159.         .user .userkarma {
  160.             border: 0 !important;
  161.             color: #646464;
  162.             font-weight: 300 !important;
  163.         }
  164.        
  165.         .pref-lang {
  166.             font-weight: 300 !important;
  167.         }
  168.  
  169. .pagename {
  170.     left: 0px !important;
  171.     width: 100% !important;
  172.     position: absolute;
  173.     text-align: center !important;
  174.     text-decoration: none !important;
  175.     bottom: 40px !important;
  176.     color: #444 !important;
  177.     font: normal 25pt Helvetica Lt STD Light !important;
  178.     top: 30px !important;
  179. }
  180.  
  181. pagename a {
  182.     display: none !important;
  183. }
  184.  
  185.  
  186.  
  187.  
  188.  
  189. /* side */
  190.  
  191. .side {
  192.     background: #FFF !important;
  193.     box-shadow: rgba(0,0,0,0.25) 0 0 10px !important;
  194.     border: 1px solid #505050 !important;
  195.     position: fixed !important;
  196.     padding: 16px !important;
  197.     float: right !important;
  198.     width: 180px !important;
  199.     right: 2px !important;
  200.     top: -100% !important;
  201.     z-index: 1000 !important;
  202. }
  203.  
  204. .side::before {
  205.     content: url('http://ompldr.org/vZmJsOQ');
  206.     background: #505050 !important;
  207.     height: 15px !important;
  208.     max-width: 26px !important;
  209.     min-width: 26px !important;
  210.     position: fixed !important;
  211.     top: 1px !important;
  212.     right: 1% !important;
  213.     margin-right: 30px !important;
  214.     z-index: 5;
  215. }
  216.  
  217. .side:hover::before {
  218.     content: url('http://ompldr.org/vZmJsZA') !important;
  219. }
  220.  
  221. .side:hover {
  222.     position: fixed !important;
  223.     top: 17px !important;
  224. }
  225.  
  226.  
  227.  
  228. .sidebox .subtitle {
  229.     background: #fff !important;
  230. }
  231.  
  232. .sidebox .spacer {
  233.     position: relative;
  234.     margin-top: 10px;
  235.     padding: 5px 0px 0px 44px;
  236.     min-height: 41px;
  237.     background: transparent !important;
  238. }
  239.  
  240. .titlebox {
  241.     font-size: larger;
  242.     text-align: center !important;
  243. }
  244.  
  245. a {
  246.     color: #1a1a1a !important;
  247.     font-weight: normal !important;
  248.     text-decoration: none !important;
  249. }
  250.  
  251. .md {
  252.     max-width: 60em;
  253.     overflow: auto;
  254.     font-size: small;
  255.     color: #646464 !important;
  256. }
  257.  
  258. .titlebox h1 {
  259.     color: black !important;
  260.     font-family: Helvetica !important;
  261.     font-size: 11px !important;
  262.     text-align: center !important;
  263.     width: 100% !important;
  264.     position: absolute;
  265.     top: 5px;
  266.     left: 11px;
  267. }
  268.  
  269. .titlebox h1 a {
  270.     display: none !important;
  271.     color: black !important;
  272.     font-family: Helvetica !important;
  273.     font-size: 12px !important;
  274.     text-align: center !important;
  275.     width: 100% !important;
  276.     position: absolute;
  277.     top: -3px;
  278.     left: -5px !important;
  279. }
  280.  
  281. .morelink {
  282.     text-align: center;
  283.     font-size: 11px !important;
  284.     font-weight: normal !important;
  285.     line-height: 29px;
  286.     letter-spacing: 0px !important;
  287. }
  288.  
  289. .linkinfo {
  290.     padding: 5px;
  291.     border: 1px solid rgb(95, 153, 207);
  292.     background-color: #f5f5f5 !important;
  293.     color: #3f3f3f;
  294.     font-size: larger;
  295.     border-radius: 3px 3px 3px 3px;
  296.     text-align: center !important;
  297. }
  298.  
  299.     .linkinfo .score .word {
  300.         font-family: Helvetica !important;
  301.         font-size: 16px !important;
  302.         font-weight: bold;
  303.         color: #1c1c1c !important;
  304.  
  305.     }
  306.  
  307.     .linkinfo .score .number {
  308.         font-size: 18px !important;
  309.         font-weight: bold;
  310.         font-family: Helvetica !important;
  311.         color: #1c1c1c !important;
  312.     }
  313.  
  314.     .linkinfo .upvotes {
  315.         font-size: 80%;
  316.         color: #646464 !important;
  317.     }
  318.    
  319.     .linkinfo .downvotes {
  320.         font-size: 80%;
  321.         color: #646464 !important;
  322.     }
  323.  
  324.     .linkinfo .shortlink input {
  325.         border: 1px solid gray;
  326.         padding: 3px 3px;
  327.         width: 140px !important;
  328.     }
  329.  
  330.  
  331.  
  332.  
  333.  
  334. /* content */
  335.  
  336. .link {
  337.     color: #677996 !important;
  338.     border: 1px solid #c3c3c3 !important;
  339.     min-height: 60px;
  340.     padding: 12px 0 !important;
  341.     position: relative;
  342.     background: #f9f9f9 !important;
  343.     margin-bottom: -1px !important;
  344.     width: 80% !important;
  345.     right: 10% !important;
  346.     left: 10% !important;
  347. }
  348.  
  349. .link.promotedlink, .organic-listing .link, .organic-listing .link.promotedlink,.organic-listing .promoted,.organic-listing {
  350.     padding: 12px 0px !important;
  351.     margin-bottom: -10px !important;
  352. }
  353.  
  354.  
  355. .link.last-clicked {
  356.     color: #3f3f3f !important;
  357. }
  358.  
  359.     .lk .thumbnail {
  360.         margin-right: auto !important;
  361.         width: auto !important;
  362.     }
  363.  
  364.         .link .thumbnail img {
  365.             border: 1px solid #1c1c1c !important;
  366.             box-shadow: rgba(0,0,0,0.2) 0 0 8px !important;
  367.             width: auto !important;
  368.         }
  369.    
  370.     .thing p.title {
  371.         padding-bottom: 0px !important;
  372.     }
  373.  
  374.         .thing .title.loggedin {
  375.             color: #3f3f3f !important;
  376.             font-size: 9px !important;
  377.             line-height: 18px !important;
  378.             text-indent: 155px;
  379.             text-shadow: none !important;
  380.             transition: 0.5s ease all;
  381.         }
  382.        
  383.        
  384.         .thing .title.loggedin:visited {
  385.             box-shadow: none !important;
  386.             color: #909090 !important;
  387.         }
  388.        
  389.        
  390.    
  391.     .tagline {
  392.         color: #999 !important;
  393.         font-size: 9px !important
  394.     }
  395.    
  396.     .link .flat-list {
  397.         font-size: 14px !important;
  398.     }
  399.    
  400.         .entry .buttons li a {
  401.             /*background: transparent !important;
  402.             border: 0px #eee !important;*/
  403.             color: #909090 !important;
  404.             font-size: 11px !important;
  405.             font-weight: normal !important;
  406.             padding: 0 8px 3px !important;
  407.             transition: 0.5s ease all;
  408.         }
  409.        
  410.             .entry .buttons li a:hover {
  411.                 /*background: transparent !important;
  412.                 border: 0px #eee !important;*/
  413.                 color: #1c1c1c !important;
  414.                 text-decoration: none !important;
  415.             }
  416.            
  417.     .expando-button {display: none !important}
  418.  
  419. .organic-listing .nextprev, .organic-listing .help {
  420.     display: none !important;
  421. }
  422.  
  423. .title {
  424.     color: #677996 !important;
  425.     background: none !important;
  426.     text-align: left;
  427. }
  428.  
  429. .title.click {
  430.     color: #1c1c1c !important;
  431.     background: none !important;
  432. }
  433.  
  434. .comment .author {
  435.     font-weight: normal;
  436.     color: #660000
  437. }
  438.  
  439. a.author {
  440.     margin-right: 0.5em;
  441.     font-weight: normal;
  442.     color: #660000
  443. }
  444.  
  445. .tagline .submitter {
  446.     color: #660000;
  447. }
  448.  
  449.  
  450.  
  451.  
  452. /* submitting a link */
  453.  
  454. .roundfield {
  455.     background: #f5f5f5 !important;
  456.     -webkit-border-radius: 10px;
  457.     border-radius: 10px !important;
  458.     margin: 0 auto !important;
  459.     border: 1px solid #909090 !important;
  460. }
  461.  
  462. .roundfield textarea {
  463.     width:492px!important;
  464.     -webkit-border-radius: 10px;
  465.     border-radius: 10px;
  466.     color: #3f3f3f !important;
  467.     background: #fff !important;
  468. }
  469.  
  470.     .roundfield .title {
  471.         color: #3f3f3f !important;
  472.     }
  473.  
  474. .textarea {
  475.     color: #3f3f3f !important;
  476.     background: #fff !important;
  477.     border: none !important;
  478. }
  479.  
  480. #link-desc.infobar {
  481.     background-color: #fff !important;
  482.     color: #646464 !important;
  483.     border-color: #909090 !important;
  484.     -webkit-border-radius: 0px;
  485.     border-radius: 10px;
  486.     border:none !important;
  487. }
  488.  
  489. #newlink.submit.content {
  490.     width:58em !important;
  491.     margin-right:auto !Important;
  492.     margin-left:auto !important;
  493.     box-shadow:none !important;
  494.     -webkit-box-shadow:none !important;
  495.  
  496. }
  497.  
  498. #newlink.submit.content .spacer {
  499.     box-shadow:none !important;
  500.     -webkit-box-shadow:none !important;
  501.  
  502. }
  503.  
  504. .formtabs-content {
  505.     border-top:none !important;
  506.     margin:0 auto !important;
  507. }
  508.  
  509. .tabmenu.formtab {
  510.     margin-left:6em !important;
  511. }
  512.  
  513. .infobar {
  514.     background: #f5f5f5 !important;
  515.     border: #333 1px solid !important;
  516.     -webkit-border-radius:10px;
  517.     border-radius:10px;
  518. }
  519.  
  520.  
  521. #url {
  522.     color: #3f3f3f !important;
  523.     background: #f5f5f5 !important;
  524.     -webkit-border-radius:5px;
  525.     border-radius:5px;
  526. }
  527.  
  528. #sr-autocomplete {
  529.     color: #3f3f3f !important;
  530.     background: #fff !important;
  531.     -webkit-border-radius:5px;
  532.     border-radius: 5px;
  533. }
  534.  
  535. #newlink.submit.content .btn {
  536.     margin-left:6.7em !important;
  537.     margin-top:1em !important;
  538. }
  539.  
  540. #text-desc.infobar {
  541.     background: #f5f5f5 !important;
  542.     color: #3f3f3f !important;
  543. }
  544.  
  545. .nextprev {
  546.     text-align: center !important;
  547. }
  548.  
  549.  
  550.  
  551.  
  552. /* reddits */
  553.  
  554. .sr-interest-bar {
  555.     position: relative;
  556.     background: none !important;
  557.     overflow: hidden;
  558.     border: none !important;
  559.     margin-bottom: 5px;
  560.     background: #fff !important;
  561.     top: 10px !important;
  562.     width: 100% !important;
  563. }
  564.  
  565.     .sr-interest-bar .bubble p {
  566.         display: none !important;
  567.     }
  568.    
  569.     .sr-interest-bar .query-box {
  570.         position: relative;
  571.         border: 1px solid #909090 !important;
  572.     }
  573.    
  574.     .sr-interest-bar .query {
  575.         font-size: 10px !important;
  576.         margin: 0px;
  577.         padding: 0px;
  578.         outline: none !important;
  579.     }
  580.    
  581.     .sr-interest-bar ul.results {
  582.         font-size: 11px !important;
  583.     }
  584.    
  585. .searchpane {
  586.     display: none !important;
  587.     background: none !important;
  588.     position: relative !important;
  589.     border: none !important;
  590.     width: 45% !important;
  591. }
  592.  
  593.     .raisedbox h4 {
  594.         font-weight: normal !important;
  595.         text-align: left !important;
  596.         border: 1px solid #909090 !important;
  597.     }
  598.  
  599. .infobar {
  600.     display: none !important;
  601. }
  602.  
  603. .menuarea {
  604.     border-bottom: 0px none !important;
  605.     text-align: center !important;
  606.     padding: 0px 0px 0px 0px !important;
  607.     width: 100% !important;
  608.     color: #646464 !important;
  609. }
  610.  
  611. .dropdown.lightdrop .selected {
  612.     text-decoration: none !important;
  613.     color: #1a1a1a !important;
  614. }
  615.  
  616. .selected, .choice.primary {
  617.     font-weight: normal !important;
  618. }
  619.  
  620.  
  621.  
  622.  
  623.  
  624. /* random */
  625.  
  626. h1 {
  627.     font-size: 18px;
  628.     font-weight: normal;
  629.     margin: 10px 0px;
  630.     text-align: center !important;
  631. }
  632.  
  633. #search input{
  634.     display: none !important;
  635. }
  636.  
  637. .goldvertisement {
  638.     display: none !important;
  639. }
  640.  
  641. #ad-frame {
  642.     display: none !important;
  643. }
  644.  
  645. .infobar.welcome {
  646.     display: none !important;
  647. }
  648.  
  649. .titlebox .md {
  650.     display: none !important;
  651. }
  652.  
  653. .sidecontentbox .content {
  654.     display: none !important;
  655. }
  656.  
  657. a.helplink {
  658.     display: none !important;
  659. }
  660.  
  661.  
  662. .titlebox .age {
  663.     display: none !important;
  664. }
  665.  
  666. .titlebox .bottom {
  667.     display: none !important;
  668. }
  669.  
  670. .titlebox form.flairtoggle {
  671.     display: none !important;
  672. }
  673.  
  674. .titlebox .tagline {
  675.     display: none !important;
  676. }
  677.  
  678. .users-online {
  679.     display: none !important;
  680. }
  681.  
  682. .sidecontentbox .title h1 {
  683.     display: none !important;
  684. }
  685.  
  686. .organic-listing {
  687.     border: 0px none !important;
  688. }
  689.    
  690.    
  691. }
Add Comment
Please, Sign In to add comment