Guest User

DeFuckifyingMedium

a guest
Nov 26th, 2018
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.90 KB | None | 0 0
  1. /* DeFuckifyMedium.css:  Unfuckup Medium.com content.
  2.  *
  3.  * Recommended for use with Stylus CSS manager.
  4.  */
  5.  
  6. .metabar {
  7.     position: static !important;
  8.     color: black !important;
  9.     background-color: inherit !important;
  10. }
  11. .metabar--spacer {
  12.     display: none !important;
  13. }
  14. .u-tintBgColor,
  15. .u-tintSpectrum .u-accentColor--buttonNormal:not(.clapButton--largePill),
  16. .u-tintSpectrum .u-baseColor--link {
  17.     background-color: inherit !important;
  18.     color: inherit !important
  19. }
  20. [class*="fixed"],
  21. [id*="fixed"] {
  22.     display: none !important
  23. }
  24.  
  25. .graf--mixtapeEmbed {
  26.     display: none;
  27. }
  28.  
  29. .highlightMenu {
  30.     display: none !important;
  31. }
  32.  
  33.  
  34. /* Nags */
  35.  
  36. .sectionLayout--outsetColumn::after, .sectionLayout--outsetColumn::before, .sectionLayout--outsetRow::after, .sectionLayout--outsetRow::before,
  37. .overlay { display: none !important }
  38. .u-overflowHidden { overflow: visible !important; }
Advertisement
Add Comment
Please, Sign In to add comment