Advertisement
Guest User

bantb infinity next css

a guest
Apr 22nd, 2020
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. body,
  2. html {
  3. background:#0c0c0c;
  4. background-image: #0c0c0c;
  5. box-sizing:border-box;
  6. height:auto;
  7. width:100%;
  8. min-width:300px;
  9. min-height:100vh;
  10. margin:0;
  11. padding:0
  12. }
  13. body {
  14.  
  15. display:flex;
  16. flex-direction:column;
  17. min-width:320px;
  18. color:#eee;
  19. -webkit-text-size-adjust:100%;
  20. font-family:'Hack', monospace, sans-serif;
  21. font-size:13px
  22. }
  23. .post-interior {
  24. position: relative;
  25. }
  26. .reply{
  27. display: inline-block;
  28. position: relative;
  29. background: #000;
  30. }
  31. .post-container.nsfw {
  32. background: #000;
  33. border-color: #000;
  34. }
  35.  
  36. .post-container.nsfw a, .post-container.nsfw a:hover, .post-container.nsfw a:link, .post-container.nsfw a:visited {
  37. color: #0099ff;
  38. }
  39. button, a.button {
  40. border-color: #eee;
  41. background-color: #000;
  42. color: #0099ff;
  43. }
  44. a, a:link, a:visited, a:hover {
  45. color: #0099ff;
  46. }
  47. aside.announcement {
  48. border-top: 1px solid rgba(0,0,255,.5);
  49. border-top-color: rgba(0, 0, 255, 0.5);
  50. border-bottom: 1px solid rgba(0,0,255,.5);
  51. border-bottom-color: rgba(0, 0, 255, 0.5);
  52. color: #0099ff;
  53. padding: 1em;
  54. margin: 1em 0;
  55. font-size: 1.17em;
  56. font-weight: 700;
  57. text-align: center;
  58. }
  59. header nav.gnav, header nav.gnav .flyout-container, header nav.boardlist {
  60. background: #0c0c0f;
  61. color: #0099ff;
  62. border-color: #0099ff;
  63. }
  64. .actions {
  65. display: none;
  66. max-width: 100vw;
  67. position: absolute;
  68. top: 1.5em;
  69. z-index: 10;
  70. background-color: #000;
  71. border: 1px solid rgba(0,0,0,.25);
  72. list-style: none;
  73. padding: 0;
  74. margin: 0 0 0 -1px;
  75. }
  76. img {
  77. border: 5px solid #0099ff;
  78. }
  79.  
  80. a.button.disabled, a.button.disabled:hover, button:disabled, button:disabled:hover {
  81. background: #000;
  82. border: 1px solid #0099ff;
  83. color: #eee;
  84. }
  85. h1.page-title {
  86. color: #eee;
  87. margin: .2em 0 0;
  88. direction: ltr;
  89. }
  90. h2.page-desc {
  91. color: #0099ff;
  92. margin: 0;
  93. font-size: 1em;
  94. font-weight: 400;
  95. }
  96. html.js body.responsive main.index-threaded form.form-post .form-legend {
  97. margin: 0;
  98. padding: 0;
  99. background: #000;
  100. color: #eee;
  101. text-indent: 4px;
  102. }
  103. html.js body.responsive main.index-threaded form.form-post .form-fields {
  104. display: block;
  105. border-bottom: 1px solid #0099ff;
  106. margin: 0;
  107. padding: 0;
  108. max-width: none;
  109. min-width: 300px;
  110. }
  111. input, select, textarea {
  112. background: #000;
  113. border-radius: 0;
  114. border: 1px solid #ccc;
  115. color: #eee;
  116. }
  117. .nsfw .catalog-open {
  118. background: 000;
  119. }
  120. html.js .form-post{
  121. background: #000;
  122. border-color: #0099ff;
  123. }
  124. .reply-container.nsfw .post-attachments.attachments-multi {
  125. background-color: #000;
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement