Advertisement
Guest User

Dred's Algolia CSS Madhackery

a guest
Apr 30th, 2025
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.06 KB | Source Code | 0 0
  1. @-moz-document url-prefix("https://hn.algolia.com/") {
  2.     /* Insert code here... */
  3.    
  4.     body {
  5.         background: #f6f6ef;
  6.     }
  7.    
  8.     html, body, .Story, .Story_meta {font-size: medium;}
  9.    
  10.     .SearchFilters, .SearchFilters, .Dropdown_label, .SearchResults {
  11.         background-color: #fff;
  12.         font-size: inherit;
  13.     }
  14.    
  15.     .SearchFilters {
  16.         padding-top: 1.75em;
  17.         padding-bottom: 2em;
  18.     }
  19.    
  20.     .SearchFilters .Dropdown .Dropdown_label {
  21.         padding: 0.25em;
  22.     }
  23.    
  24.     .SearchResults {
  25.         padding: 0.5em;
  26.     }
  27.    
  28.     .Story {
  29.         padding: 0.5em;
  30.         padding-top: 1em;
  31.         padding-bottom: 1em;
  32.         _margin-top: 1em;
  33.         border-top: solid 1px #888;
  34.         min-height: 5em;
  35.         font-size: inherit;
  36.     }
  37.    
  38.     .Story_meta, .Story_meta a {
  39.         color: #666;
  40.         font-weight: bold;
  41.     }
  42.    
  43.     .Story_comment {
  44.         padding-top: 1.5em;
  45.         font-size: inherit;
  46.     }
  47.    
  48.     .Story_comment p {
  49.         margin: 0.6rem 0 0;
  50.     }
  51.    
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement