TheOldReader - improved interface

Improve TheOldReader RSS feed reader interface

  1. // ==UserScript==
  2. // @name TheOldReader - improved interface
  3. // @description Improve TheOldReader RSS feed reader interface
  4. // @namespace https://greasyfork.org/ro/scripts/37225/
  5. // @include *theoldreader.com*
  6. // @include https://theoldreader.com/feeds/*
  7. // @grant GM_addStyle
  8. // @version 1.0.2
  9. // ==/UserScript==
  10.  
  11. // Font panou din stanga
  12. GM_addStyle ( ".nav-list li a, .nav-list li {font-weight:bold !important; color: #226290 ! important}"); //tot textul din panoul din stanga
  13. GM_addStyle ( ".nav-list strong {font-weight:bold !important; color: #226290 ! important; font-size: 12px}"); //titlu feed-uri individuale
  14. GM_addStyle ( ".nav-list li.nav-header span {font-weight:bolder !important; color: #226290; text-decoration: underline}"); //titlu foldere feed-uri si numar articole necitite
  15. GM_addStyle ( ".nav-list .badge { color: white !important; background-color: #226290 ! important; text-decoration: not underline !important}"); //numar articole necitite (atat din feed-uri cat si din foldere de feed-uri
  16.  
  17. // butoane star, share, send etc
  18. GM_addStyle ( ".post .btns {display:none}"); //numar articole necitite (atat din feed-uri cat si din foldere de feed-uri
  19.  
  20. //elimina panoul de sus
  21. //GM_addStyle ( ".navbar-default { margin-top: -16px !important; }"); //****
  22. //GM_addStyle ( ".reader .body-fixed-top { }"); //****
  23. //GM_addStyle ( ".main-container { padding-top:10px }"); //****
  24. //GM_addStyle ( ".reader .body-fixed-top { margin-top:-40px !important }"); //****
  25. //GM_addStyle ( ".reader .body-fixed-top .slide { margin-top:-40px !important }"); //****
  26. //GM_addStyle ( ".reader .body-fixed-top .slide { top:unset !important }"); //****
  27. GM_addStyle ( "XXXX { YYYY }"); //****
  28.  
  29.  
  30. //modifica culoarea articolelor
  31. GM_addStyle ( ".well { background: white; border: 2px }"); //****
  32. //GM_addStyle ( ".post h3 a { color: #226290 ! important }"); //**** //titlul articolului (din panoul de citire a feed-urilor)
  33. //GM_addStyle ( ".post.listview .header .list-header.no-left-label { color:#cccccc }"); //****
  34.  
  35. GM_addStyle ( "XXXX { YYYY }"); //****
  36. GM_addStyle ( "XXXX { YYYY }"); //****
  37. GM_addStyle ( "XXXX { YYYY }"); //****
  38. GM_addStyle ( "XXXX { YYYY }"); //****
  39. GM_addStyle ( "XXXX { YYYY }"); //****
  40. GM_addStyle ( "XXXX { YYYY }"); //****
  41. GM_addStyle ( "XXXX { YYYY }"); //****
  42. GM_addStyle ( "XXXX { YYYY }"); //****
  43. GM_addStyle ( "XXXX { YYYY }"); //****
  44. GM_addStyle ( "XXXX { YYYY }"); //****
  45. GM_addStyle ( "XXXX { YYYY }"); //****
  46.