Advertisement
lionmask_desu

lion paste css

Jun 14th, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.88 KB | None | 0 0
  1. /*
  2. Cheap black theme for chrome (desktop)
  3. 1. Use something like User CSS
  4.      Link:https://chrome.google.com/webstore/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb?hl=en
  5. 2. Go to pastebin, and add the stuff below
  6. Omake:
  7. 3: Pick a color, perhaps from here:
  8.      https://www.w3schools.com/colors/colors_picker.asp
  9. 4. change [background-color] and [color] below with some #
  10. 5. have a nice day ~gao!
  11. */
  12.  
  13. #abrpm2,#abrpm, #notice, #abrpm3{
  14.   display:none;
  15. }
  16. #main_frame, textarea.paste_code, textarea.paste_textarea,#monster_frame,body,ol ,#code_frame div,.text .de1, .text .de2{
  17.   background-color: #333; /*change these 2 for personalized colors!*/
  18.   color: #dfe2e5;
  19. }
  20. .text .de1, .text .de2{
  21.   border-right: 1px solid #ddd;
  22. }
  23. #code_frame div{
  24.   font-family: georgia, serif;
  25.   font-size: 120%;
  26. }
  27. #code_frame{
  28.   width: 60%;
  29.   margin: auto;
  30. }
  31. ol{
  32.   list-style-type: none;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement