joeyflodder

www.literotica.com Dark Theme

Jun 27th, 2019 (edited)
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.29 KB | None | 0 0
  1. body {
  2.     background: #0d0d0d;
  3.     border: none;
  4.     font-size: 1.8em;
  5. }
  6. .b-story-body, .b-story-body-x {
  7.     line-height: 1.1
  8. }
  9. #w {
  10.     background: #0d0d0d;
  11.     max-width: none;
  12.     width: auto;
  13. }
  14. #root {
  15.     background: #0d0d0d;
  16.     margin: 3%;
  17. }
  18. html {
  19.     border-left: none;
  20. }
  21. #w .b-report-problem a {
  22.     display: none;
  23. }
  24. .b-story-stats-block {
  25.     color: #a8a8a8;
  26. }
  27. .b-breadcrumbs {
  28.     background: #0d0d0d
  29. }
  30. a:link, a:visited, a:hover, a:active {
  31.     color: #a8a8a8;
  32. }
  33. .b-breadcrumbs .ico {
  34.     background: #2e2e2e
  35. }
  36. .b-story-body *, .b-story-body-x * {
  37.     color: #a8a8a8;
  38. }
  39. #w .b-story-header h1 {
  40.     color: #a8a8a8;
  41. }
  42. .b-story-header {
  43.     color: #a8a8a8;
  44. }
  45. .b-pager {
  46.     background: #2e2e2e;
  47.     color: #a8a8a8;
  48. }
  49. .b-pager-active {
  50.     background: #4d4d4d;
  51. }
  52. .b-pager-prev, .b-pager-next {
  53.     background: #4d4d4d;
  54.     color: #a8a8a8 !important;
  55. }
  56. select {
  57.     background: #4d4d4d;
  58.     color: #a8a8a8;
  59.     border: 1px solid #a8a8a8;
  60. }
  61. #content .b-sidebar {
  62.     display: none;
  63. }
  64. #b-footer {
  65.     display: none;
  66. }
  67. html {
  68.     background: #0d0d0d;
  69. }
  70. body {
  71.     overflow-x:hidden;
  72. }
  73. #sbar-l-wrp {
  74.     float: none;
  75.     width: auto;
  76. }
  77. #voting {
  78.     display: none;
  79. }
  80. .b-favorites {
  81.     display: none;
  82. }
  83. .b-tabs {
  84.     display: none;
  85. }
Add Comment
Please, Sign In to add comment