Psykek

Synapse readable theme

Mar 5th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.83 KB | None | 0 0
  1. /*
  2.     To use this, you need to download the stylus extension off of your browser (don't download the stylish extension as that contains spyware). You can get this extension here: https://addons.mozilla.org/en-US/firefox/addon/styl-us/ or https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=en
  3.  
  4.  
  5.     After you download that extension, click on it at the top right of your browser then click "manage". It will pop up a window which you can then click on "Write new style" (located on the left side of the screen) and paste the css into the the text area. Make sure you click on the + sign at the bottom and add the website URL(s) so that it only applies there and not everywhere else. Otherwise you will just get messed up webpages everywhere else you go. After you are done with that, click save and it should work.
  6.  
  7.  
  8. Here are all of the pages you will need to add:
  9. - https://loukamb.github.io/
  10.  
  11.  
  12. Images: https://vgy.me/y0PXKN.jpg
  13.  
  14.  
  15. If you want to contact me, add me on discord at Psykek#3180 or join the discord: https://discord.gg/5e2tv45
  16. */
  17.  
  18. .nonot {
  19.     font-size: 90% !important;
  20.     color: #fff !important;
  21.     text-shadow: none !important;
  22.     font-family: Bookman Old Style !important;
  23. }
  24. .nonot a {
  25.     font-size: 90% !important;
  26.     color: #a2a2a2 !important;
  27.     font-family: Bookman Old Style !important;
  28. }
  29. .check {
  30.     font-size: 90% !important;
  31.     color: #fff !important;
  32.     text-shadow: none !important;
  33.     font-family: Bookman Old Style !important;
  34. }
  35. center > a {
  36.     font-size: 90% !important;
  37.     color: #a2a2a2 !important;
  38.     font-family: Bookman Old Style !important;
  39. }
  40. a b {
  41.     font-size: 90% !important;
  42.     color: #a2a2a2 !important;
  43.     font-family: Bookman Old Style !important;
  44. }
  45. .logo {
  46.     float: right;
  47.     margin-right: -61%;
  48.     margin-top: -3%;
  49. }
Add Comment
Please, Sign In to add comment