Guest User

Untitled

a guest
Sep 28th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.35 KB | None | 0 0
  1. /* ==UserStyle==
  2. @name           Hacker News
  3. @namespace      github.com/openstyles/stylus
  4. @version        1.3.3.7
  5. ==/UserStyle== */
  6. @-moz-document domain("news.ycombinator.com") {
  7.     body {
  8.         font-family: sans-serif !important;
  9.         font-size: 100%;
  10.     }
  11.  
  12.     /* darken faded text */
  13.     .c00,
  14.     .c00 a:link,
  15.     .c5a,
  16.     .c5a a:link,
  17.     .c5a a:visited,
  18.     .c73,
  19.     .c73 a:link,
  20.     .c73 a:visited,
  21.     .c82,
  22.     .c82 a:link,
  23.     .c82 a:visited,
  24.     .c88,
  25.     .c88 a:link,
  26.     .c88 a:visited,
  27.     .c9c,
  28.     .c9c a:link,
  29.     .c9c a:visited,
  30.     .cae,
  31.     .cae a:link,
  32.     .cae a:visited,
  33.     .cbe,
  34.     .cbe a:link,
  35.     .cbe a:visited,
  36.     .cce,
  37.     .cce a:link,
  38.     .cce a:visited,
  39.     .cdd,
  40.     .cdd a:link,
  41.     .cdd a:visited {
  42.         color: #333;
  43.         font-size: 18px;
  44.     }
  45.  
  46.     .comment {
  47.         font-size: 16px;
  48.         line-height: 1.5;
  49.     }
  50.  
  51.     /* main wrapper */
  52.     #hnmain,
  53.     #header {
  54.         background-color: transparent !important;
  55.     }
  56.  
  57.     /* comment head, user info */
  58.     .comhead {
  59.         font-size: 14px;
  60.         color: #333;
  61.     }
  62.  
  63.     .comhead a:link,
  64.     .subtext a:visited,
  65.     td {
  66.         font-size: 18px;
  67.     }
  68.  
  69.     td {
  70.         background-color: transparent;
  71.     }
  72.  
  73.     a[href*='news.ycombinator.com'] img,
  74.     .pocket-hn-button,
  75.     .subtext a[href*='flag?'],
  76.     .subtext .hnuser {
  77.         display: none;
  78.     }
  79.  
  80.     b.hnname {
  81.         font-weight: normal;
  82.     }
  83.  
  84.     table {
  85.         width: auto;
  86.         max-width: 1024px;
  87.     }
  88.  
  89.     [bgcolor],
  90.     [bgcolor='#ff6600'] {
  91.         background-color: white;
  92.     }
  93. }
  94.  
Advertisement
Add Comment
Please, Sign In to add comment