outerspec

2ch Stylesheet

Dec 8th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | Source Code | 0 0
  1. @font-face {
  2.   font-family: 'Mona';
  3.   src: url("https://files.catbox.moe/no0m97.woff")
  4.   }
  5.  
  6. tw-story {
  7.     font-family: "Mona", sans-serif;
  8.     font-size: 16px;
  9.     font-weight: regular;
  10.     line-height: 18px;
  11.  background-color: #efefef;
  12.     }
  13.    
  14. code {
  15.   font-family: 'Courier New', 'Courier', monospace;
  16.   }
  17.  
  18. tw-passage {
  19.   width: 100%;
  20.   /*The 7px is vertical and horizontal offset for the shadow, if you want to change it.*/
  21.     color: #000000;
  22.     background-color: #efefef;
  23.   }
Add Comment
Please, Sign In to add comment