Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Cheap black theme for chrome (desktop)
- 1. Use something like User CSS
- Link:https://chrome.google.com/webstore/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb?hl=en
- 2. Go to pastebin, and add the stuff below
- Omake:
- 3: Pick a color, perhaps from here:
- https://www.w3schools.com/colors/colors_picker.asp
- 4. change [background-color] and [color] below with some #
- 5. have a nice day ~gao!
- */
- #abrpm2,#abrpm, #notice, #abrpm3{
- display:none;
- }
- #main_frame, textarea.paste_code, textarea.paste_textarea,#monster_frame,body,ol ,#code_frame div,.text .de1, .text .de2{
- background-color: #333; /*change these 2 for personalized colors!*/
- color: #dfe2e5;
- }
- .text .de1, .text .de2{
- border-right: 1px solid #ddd;
- }
- #code_frame div{
- font-family: georgia, serif;
- font-size: 120%;
- }
- #code_frame{
- width: 60%;
- margin: auto;
- }
- ol{
- list-style-type: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement