Advertisement
tamanmerah

Telegraph/Graph .CSS Injector

Jul 18th, 2021 (edited)
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.28 KB | None | 0 0
  1. /*
  2. Install this Chrome/Brave Extension:
  3. CSS JS injector
  4. https://chrome.google.com/webstore/detail/css-js-injector/gamgadbdliolbhjdcfjjpjfjhgfnckbp
  5.  
  6. Open Telegraph or Graph
  7. https://telegra.ph
  8. https://graph.org
  9.  
  10. Copy all content from this link.
  11. https://pastebin.com/raw/Eu8crYj2
  12. (This file you are opening now.)
  13. Paste to CSS box in CSS/JS Injector extension.
  14. Save.
  15.  
  16. Your Telegraph/Graph Site now has change. Enjoy!
  17.  
  18. Day Milovich,,
  19. Webmaster, artworker, writer.
  20. https://sakjose.com
  21. */
  22. @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&family=Roboto:ital,wght@0,400;0,500;1,400;1,500&family=Spartan:wght@400;600;700&family=Zilla+Slab:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
  23.  
  24. html,body {background-color:#ddd9ce;}
  25.  
  26. .tl_article .tl_article_content,
  27. .tl_article .tl_article_content .ql-editor,
  28. .tl_article .tl_article_header {
  29.   font-family: 'Basecoat',Roboto, Spartan, sans-serif;
  30.   font-size: 19px;
  31.   line-height: 1.4;
  32.   color:#42413e;
  33. }
  34.  
  35. .tl_article h1,
  36. .tl_article h2 {
  37.   font-family: 'Zilla Slab', serif;
  38.   font-weight: 700;
  39.   font-style: normal;
  40. }
  41.  
  42. .tl_article h1 {font-size: 42px;}
  43. .tl_article h2 {font-size: 38px;}
  44. .tl_article h3 {font-size: 34px;}
  45.  
  46. .tl_article a[href] {
  47.     color: #333;
  48.     text-decoration: none;
  49.   border-bottom: 2px solid #00adff;
  50. font-weight:none;}
  51.  
  52. .tl_article .tl_article_content h4 {
  53.   font-size: 25px;
  54.   margin: 10px 21px 10px;
  55. }
  56.  
  57. .tl_article .tl_article_content h3,
  58. .tl_article .tl_article_content h4 {
  59.   font-family: 'Zilla Slab', serif;
  60.   font-weight: 700;
  61.   font-style: normal;
  62.   line-height:1.2;
  63.   color:#333;
  64. }
  65.  
  66. .tl_article .tl_article_content ol li,
  67. .tl_article .tl_article_content ul li {
  68.   margin-bottom: 0;
  69. }
  70.  
  71.  
  72. .tl_article .tl_article_content ol, .tl_article .tl_article_content ul {
  73.     padding: 0;
  74.     margin: 0 19px;
  75.     list-style: none;
  76.     counter-reset: list;
  77. }
  78.  
  79.  
  80.  
  81. .tl_article .tl_article_content aside {
  82.   /* -webkit-transform: rotate(-1deg);-moz-transform: rotate(-1deg);*/
  83.   background-color: transparent;
  84.   background-image: linear-gradient(135deg, #492cdd 0%, #ad38e2 100%);
  85.   font: 500 1.2em/140% 'Basecoat',Roboto, Spartan, sans-serif;
  86.    color: #fff;
  87.   padding: 20px;
  88.   margin: 18px 21px 16px;
  89.   text-align: center;
  90.   font-style: normal;
  91. }
  92.  
  93. .tl_article .tl_article_content blockquote {
  94.   width: 75%;
  95.   margin: 0 auto;
  96.   padding: 5% 5% 5% 5%;
  97.   background: #fff200;
  98.   font: 500 1.2em/130%  'Basecoat',Roboto, Spartan, sans-serif;
  99.   color: #333;
  100.   -webkit-box-shadow: 2px 2px 9px 2px #EBEBEB;
  101.   box-shadow: 2px 2px 9px 2px #EBEBEB;
  102.   border-left: 0;
  103. }
  104.  
  105. .tl_article .tl_article_content .figure_wrapper img {
  106.   -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  107.   -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  108.   border: 1px dotted #f7f7f7;
  109.   box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  110.   height: auto;
  111.   margin: 10px 0;
  112.   max-width: 100%;
  113.   padding: 4px;
  114. }
  115.  
  116. strong {
  117.   font-weight: 700;
  118.   color: #449fdf;
  119.   opacity: 100%;  
  120. }
  121.  
  122. .tl_article .tl_article_content p {
  123. margin: 9px 21px 0px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement