Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* based off of code by eggramen on neocities: https://eggramen.neocities.org/code/css_testpages */
- tw-story {
- font-size: 15px;
- background: #031200 url("https://nonexistentfandomsfandom.neocities.org/backgrounds/orange.png") fixed; /*Replace with your own background*/
- color: black
- }
- code {
- font-family: serif;
- }
- tw-passage {
- background: white;
- border: 2px solid black;
- width: 100%;
- padding:15px;
- /*The 7px is vertical and horizontal offset for the shadow, if you want to change it.*/
- box-shadow: 7px 7px rgb(0, 0, 0, 0.78);
- }
- /*Prevent overflow of large images*/
- tw-passage img {
- max-width: 100%;
- height: auto;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement