Guest User

tildes reddit theme

a guest
May 24th, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.12 KB | None | 0 0
  1. body {
  2.     /*padding-left:50px;*/
  3.     padding-top:7px;
  4. }
  5.  
  6. .topic-voting {
  7.     grid-area:title !important;
  8.     width:10px;
  9.     position:absolute;
  10.     left:-85px;
  11.     border:none !important;
  12.     color:rgba(255,255,255,0.2) !important; /*Change this to rgba(0,0,0,0.2) if on light theme*/
  13. }
  14.  
  15. .topic-voting-label {
  16.     display:none;
  17. }
  18.  
  19. .comment {
  20.     padding:5px;
  21. }
  22.  
  23. .comment-itself .link-user {
  24.     margin-left:6px;
  25. }
  26.  
  27. article:not(.comment):not(.topic-full) {
  28.     padding-left:100px !important;
  29. }
  30.  
  31. article:not(.comment):not(.topic-full)::before {
  32.     content:"~";
  33.     font-size:90px;
  34.     position:absolute;
  35.     left:18px;
  36.     top:-20px;
  37.     color:rgba(0,0,0,0.1);
  38. }
  39.  
  40.  
  41. .site-header-logo {
  42.     position:relative;
  43.     left:0px;
  44. }
  45.  
  46. .topic-info {
  47.     grid-auto-columns:100px !important;
  48.     position:relative;
  49.     left:14px;
  50. }
  51.  
  52. summary span {
  53.     display:none;
  54. }
  55.  
  56. summary {
  57.     position:relative;
  58.     height:0px;
  59.     top:6px;
  60.     left:-30px;
  61. }
  62.  
  63. .topic-text-excerpt[open] summary {
  64.     padding:5px;
  65. }
  66.  
  67. p.topic-text-excerpt {
  68.     margin-left:0px;
  69. }
  70.  
  71. summary::after {
  72.     display:none !important;
  73. }
  74.  
  75. .topic-icon {
  76. }
  77.  
  78. main {
  79.     background-color:transparent !important;
  80. }
Add Comment
Please, Sign In to add comment