joeyflodder

CHYOA Dark Theme 250% zoom

Sep 9th, 2019 (edited)
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.61 KB | None | 0 0
  1. .layout-content-wrapper{
  2.     padding: 10px;
  3.     width: 95%;
  4.     color: #aaa
  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: 0.92em;
  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: 0.8em;
  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: 0.4em;
  68. }
  69. .chapter-header h2 {
  70.     font-size: 14px;
  71.     margin-bottom: 3px;
  72. }
  73. .chapter-header h1, .story-header h1 {
  74.     font-size: 16px
  75. }
  76. .btb {
  77.     display: none
  78. }
  79. .question-header h2 {
  80.     font-size: 16px
  81. }
Add Comment
Please, Sign In to add comment