Advertisement
Guest User

phallus' reddit (testing) - 3 March 2013

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