Advertisement
joeyflodder

http://readfreenovelsonline.com Dark Theme

Mar 21st, 2019 (edited)
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.00 KB | None | 0 0
  1. body, .toggled form, .dynamic form, .secondary, .dropdown {
  2.     background: #0d0d0d;
  3.     color: #a8a8a8;
  4.     font: 100%/1.125 'Lucida Grande','Lucida Sans Unicode','GNU Unifont',Verdana,Helvetica,sans-serif;
  5.     margin: 0;
  6.     padding: 0;
  7. }
  8. #main {
  9.     background: #0d0d0d;
  10.     display: inline-block;
  11.     margin-bottom: 20px;
  12. }
  13. .play #play-wrap .single-col .play-game {
  14.     width: 100%;
  15.     background: #0d0d0d;
  16. }
  17. #navbar {
  18.     background: #252525 url(../images/navbar.png) top repeat-x;
  19.     border-top: 1px solid #0d0d0d;
  20.     border-bottom: 2px solid #0d0d0d;
  21. }
  22. a {
  23.     color: #a8a8a8;
  24. }
  25. #navbar #navbar-ul > .navbar-li > a {
  26.     color: #a8a8a8;
  27. }
  28. .btn-blue {
  29.     background: none repeat scroll 0 0 #252525;
  30. }
  31. #play-wrap {
  32.     border-bottom: 1px solid #252525;
  33. }
  34. #container {
  35.     width: 90%;
  36. }
  37. .contents-comic {
  38.     font-size: 24px;
  39. }
  40. .btn, .btn-blue, .btn-error {
  41.     color: #a8a8a8 !important;
  42. }
  43. select {
  44.     color: #a8a8a8;
  45.     background-color: #2e2e2e;
  46.     border: none;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement