Advertisement
calmdad

Cherubplay code

Oct 28th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. header{ background: #e9cdd2; } /* Color 1 */
  2.  
  3. #nav{ background: #a75b77; } /* Color 2 */
  4.  
  5. h1, h2, h3, h4, h5, h6, a, a:link, a:visited, label[for="filter_toggle"], .unread { color: #a75b77; } /* Color 2 */
  6.  
  7. .unread { box-shadow: 0px 1px 4px #a75b77; } /* Color 2 */
  8.  
  9. #prompt_list li { overflow: auto; } /* Makes the prompts scroll */
  10. .fade { display: none; } /* Deletes the fade that obscures the text when prompt scrolls */
  11.  
  12. ::-webkit-scrollbar { width: 11px; } /* Width of the scrollbar */
  13.  
  14. ::-webkit-scrollbar-track {
  15.     background: #a75b77; /* Color 1 */
  16.     border: 5px solid #e9cdd2; /* Color 2 */
  17. }
  18.  
  19. ::-webkit-scrollbar-thumb {
  20.     background: #a75b77; /* Color 1 */
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement