Psykek

EssayTyper Night Theme

Feb 12th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.26 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 http://www.essaytyper.com/ 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. - http://www.essaytyper.com/
  10.  
  11.  
  12. Images: https://vgy.me/MjSrXc.jpg, https://vgy.me/da6dCr.jpg
  13.  
  14. *Images may differ from product due to possible future updates. If the theme changes drastically in future updates then images will also be updated.  
  15.  
  16.  
  17. If you want to contact me, add me on discord at Psykek#3180 or join the discord: https://discord.gg/9uMWE3U
  18. */
  19.  
  20. #desk {
  21.     background-image: url("https://c1.staticflickr.com/4/3187/2741458748_5c6f5fc4da_b.jpg")
  22. }
  23. #sticky {
  24.     background-color: #050505;
  25.     border-radius: 5px;
  26. }
  27. #start {
  28.     background-color: #202020 !important;
  29.     box-shadow: none !important;
  30. }
  31. #start:hover {
  32.     background-color: #000 !important
  33. }
  34. h1 {
  35.     color: #303030;
  36. }
  37. p {
  38.     color: #606060;
  39. }
  40. #sticky input {
  41.     color: #707070;
  42. }
  43. #spread_sheet_back .slice {
  44.     display: none;
  45. }
  46. #sheet_title {
  47.     display: none;
  48. }
  49. #spread_sheet {
  50.     background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ2dX8IY216i-XhjaagqI20R26tiG11geJxeLVhq7msx_7Q8XjLfQ");
  51.     filter: brightness(100%)
  52. }
  53. #spread_sheet_back #spread_sheet #essay_body {
  54.     background-color: #050505;
  55.     border-radius: 5px;
  56. }
  57. textarea {
  58.     color: grey;
  59. }
  60. .center {
  61.     display: none;
  62. }
  63. #desk-social {
  64.     display: none;
  65. }
  66. #social_block {
  67.     display: none;
  68. }
  69. #spread_sheet_back #spread_sheet #essay_body {
  70.     padding-top: 80px
  71. }
Add Comment
Please, Sign In to add comment