joeyflodder

CHYOA Dark Theme

Sep 6th, 2019 (edited)
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.48 KB | None | 0 0
  1. .layout-content-wrapper{
  2.     padding: 10px;
  3.     width: 92%;
  4.     color: #aaa7
  5. }
  6. body{
  7.     background: #0d0d0d;
  8. }
  9. .layout-single-column.with-sidebar {
  10.     margin: 0;
  11. }
  12. .sidebar{
  13.     display: none;
  14. }
  15. .chyoa-adzone{
  16.     display: none;
  17. }
  18. header#masthead {
  19.     background: #0d0d0d;
  20.     border: 0;
  21. }
  22. #navigator {
  23.     background: #2e2e2e;
  24.     border: 1px solid #4d4d4d
  25. }
  26. #navigator+.input-group-btn>.btn{
  27.     Background: #2e2e2e !important;
  28.     border: 1px solid #4d4d4d !important
  29. }
  30. #navigator+.input-group-btn>a.btn:after{
  31.     display: none
  32. }
  33. .chapter-content, .rte {
  34.     font-size: 2.4em;
  35.     line-height: 1.25
  36. }
  37. .question {
  38.     padding-top: 2%;
  39.     margin: auto;
  40.     width: fit-content;
  41.     text-align: center;
  42. }
  43. .chapter-moderation, .chapter-options, .question .controls, .question-content ul>li+li {
  44.     border: none
  45. }
  46. .sidebar-toggle {
  47.     display: none;
  48. }
  49. .chapter-content img, .rte img, .story-header .cover>img {
  50.     display: block;
  51.     margin: auto;
  52.     filter: brightness(0.5);
  53. }
  54. .layout-single-column.with-sidebar {
  55.     box-shadow: none;
  56. }
  57. ::-webkit-scrollbar-thumb {
  58.     background: #1e1e1e;
  59. }
  60. ::-webkit-scrollbar {
  61.     background: #0d0d0d;
  62. }
  63. a {
  64.     font-size: 2em;
  65. }
  66. #content > div.layout-single-column.with-sidebar > div.layout-content-wrapper > section.chapter > div.chapter-content > p:nth-child(31) > strong:nth-child(3) > a {
  67.     font-size: 1em;
  68. }
  69. .chapter-content img, .rte img, .story-header .cover>img {
  70.     min-width: 60%;
  71. }
Add Comment
Please, Sign In to add comment