Guest User

stylus neocites dark theme

a guest
Jun 20th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.23 KB | None | 0 0
  1. :root{
  2. --bright: #b25bff;
  3. --dim: #d4b5ff;
  4. --dark: #131313;
  5. --darktranslucent: rgb(19, 19, 19, 0.5);
  6. }
  7.  
  8. ::selection,
  9. body.interior div.page section.section table.plan-chart tbody tr th {
  10. background-color: var(--bright, #5bc6ff);
  11. color: white;
  12. }
  13.  
  14. body,
  15. .news-item .comment {
  16. color: white !important;
  17. }
  18.  
  19. .header-Outro,
  20. .content.misc-page.columns .col-66,
  21. body.interior div.page div.container.news-feed div.content.misc-page.columns.right-col div.col-left div.col.col-33,
  22. body.interior div.page div.content.single-Col.misc-page,
  23. body.interior div.page div.browse-page ul.row.website-Gallery.content.int-Gall,
  24. body.interior div.page main.content-Base,
  25. .files.list-view .list .file:nth-child(2n),
  26. body.hp div.page main.content-Base div.section.previews,
  27. body.hp div.page main.content-Base footer.footer-Base div.footer-Intro,
  28. body.interior div.page div.container div.content.misc-page.columns.right-col.press div.col-left div.col.col-33,
  29. body.interior div.page section.section table.plan-chart tbody tr td,
  30. body.interior div.page section.section table.plan-chart tbody tr th.feature-column,
  31. .modal-body,
  32. .modal-footer,
  33. body.interior div.page div.container.site-profile div.content.misc-page.columns.right-col div.col-left div.col.col-33,
  34. .news-item .files,
  35. body.interior div.page header.header-Base nav.header-Nav.clearfix ul.h-Nav.constant-Nav li a:hover,
  36. body.interior div.page header.header-Base nav.header-Nav.clearfix ul.status-Nav li.dropdown a:hover,
  37. body.hp div.page header.header-Base nav.header-Nav.clearfix ul.h-Nav.constant-Nav li a:hover,
  38. body.hp div.page header.header-Base nav.header-Nav.clearfix ul.status-Nav li a:hover,
  39. body.interior div.page header.header-Base nav.header-Nav.clearfix ul.status-Nav li a:hover,
  40. body.interior div.page section.section.plans.welcome,
  41. body.interior div.page section.section,
  42. body.hp div.page header.header-Base section.header-Intro {
  43. background: none !important;
  44. background-color: var(--dark, #131313) !important;
  45. }
  46.  
  47. .content.misc-page.columns .col-33,
  48. .content.misc-page.columns.right-col,
  49. .post-comment,
  50. .page,
  51. body.interior div.page header.header-Base nav.header-Nav.clearfix ul.status-Nav li.dropdown.open ul.dropdown-menu,
  52. body.interior div.page header.header-Base nav.header-Nav.clearfix,
  53. body.interior,
  54. body.interior div.page div.browse-page ul.row.website-Gallery.content.int-Gall li,
  55. body.interior div.page main.content-Base div.content.wide div#filesDisplay.files,
  56. body.hp div.page header.header-Base nav.header-Nav.clearfix,
  57. body.hp div.page main.content-Base section.section.features,
  58. body.hp div.page main.content-Base section.section.bottom-signup,
  59. body.hp div.page main.content-Base footer.footer-Base aside.footer-Outro,
  60. body.interior div.page main.content-Base div.content.wide div#filesDisplay.files div.header,
  61. body.interior div.page div.content.single-Col.misc-page.txt-Center article section div.tabbable ul.nav.nav-tabs li.active a,
  62. body.interior div.page div.content.single-Col.misc-page.txt-Center article section div.tabbable ul.nav.nav-tabs li a:hover,
  63. .popover,
  64. body.interior div.page div.header-Outro.with-site-image.dashboard div.row.content.wide div.col.col-50.signup-Area div.signup-Form fieldset.content,
  65. body.interior div.page div.header-Outro.with-site-image div.row.content.site-info-row div.col.col-50.signup-Area.site-display-preview-wrapper.large div.signup-Form.site-display-preview fieldset.content,
  66. body.interior div.page div.header-Outro.with-site-image div.row.content.site-info-row div.col.col-50.signup-Area.site-display-preview-wrapper.large div.signup-Form.site-display-preview {
  67. background: none !important;
  68. background-color: black !important;
  69. }
  70.  
  71. a,
  72. .news-item .user,
  73. body.hp div.page header.header-Base div.header-Outro div.row.header-Content.content div.col.signup-Area form#createSiteForm.signup-Form fieldset.content div.siteCreateInputs label,
  74. .hp .header-Outro .intro-text,
  75. body.hp div.page main.content-Base div.section.previews div.row.content div.col.col-50.text h3,
  76. h2.delta,
  77. body.interior div.page section.section.plans.welcome h2,
  78. body.interior div.page section.section.plans.welcome h3.subtitle,
  79. body.interior div.page section.section.plans.welcome div.row div.col.col-50 h3,
  80. .news-item.comment div.title div.text a.you,
  81. body.interior div.page div.header-Outro.with-site-image div.row.content.site-info-row div.col.col-50.profile-info div.stats .stat,
  82. .interior .header-Outro .stats strong {
  83. color: var(--bright, #5bc6ff) !important;
  84. }
  85.  
  86. a:hover,
  87. .news-item .user:hover,
  88. .news-item.comment div.title div.text a.you:hover {
  89. color: var(--dim, #b5ecff) !important;
  90. }
  91.  
  92. .btn-Action,
  93. #tipButton,
  94. a.tag,
  95. a.tag:visited,
  96. .modal-header {
  97. background: none !important;
  98. background-color: var(--bright, #5bc6ff) !important;
  99. color: black !important;
  100. }
  101.  
  102. .btn-Action:hover,
  103. #tipButton:hover,
  104. a.tag:hover,
  105. a.tag:visited:hover {
  106. background: none !important;
  107. background-color: var(--dim, #b5ecff) !important;
  108. color: black !important;
  109. }
  110.  
  111. .header-Outro,
  112. body.interior div.page header.header-Base nav.header-Nav.clearfix {
  113. border-bottom: 1px solid white;
  114. }
  115.  
  116. .col.col-33,
  117. body.interior div.page div.browse-page ul.row.website-Gallery.content.int-Gall {
  118. border: 1px solid white;
  119. border-top: none;
  120. }
  121.  
  122. body.interior div.page div.header-Outro.with-columns div.row.content div.col.col-66 {
  123. border-right: 1px solid white;
  124. }
  125.  
  126. body.interior div.page div.container.news-feed {
  127. border-left: 1px solid white;
  128. }
  129.  
  130. body.interior div.page header.header-Base {
  131. border-bottom: 4px solid var(--bright, #5bc6ff) !important;
  132. }
  133.  
  134. body.interior footer.footer-Base aside.footer-Outro {
  135. background: none !important;
  136. background-color: black !important;
  137. color: white !important;
  138. border-top: 1px solid white;
  139. }
  140.  
  141. body.interior div.page div.content.single-Col.misc-page {
  142. border-right: 1px solid white;
  143. border-left: 1px solid white;
  144. }
  145.  
  146. body.interior div.page header.header-Base nav.header-Nav.clearfix ul.status-Nav li.dropdown.open ul.dropdown-menu {
  147. border: 1px solid white;
  148. border-radius: 0;
  149. }
  150.  
  151. pre,
  152. code {
  153. border-left: 6px solid var(--bright, #5bc6ff) !important;
  154. }
  155.  
  156. pre code {
  157. border-left: none !important;
  158. }
  159.  
  160. body.interior div.page div.browse-page ul.row.website-Gallery.content.int-Gall li {
  161. border: 10px solid black;
  162. outline: 1px solid white;
  163. }
  164.  
  165. body.interior div.page main.content-Base,
  166. body.hp div.page header.header-Base nav.header-Nav.clearfix {
  167. border-bottom: 1px solid white;
  168. }
  169.  
  170. body.interior div.page main.content-Base div.content.wide div#filesDisplay.files {
  171. border: 1px solid white;
  172. }
  173.  
  174. body.interior div.page main.content-Base div.content.wide div#filesDisplay.files div.list form#uploads.dropzone div.upload-Boundary.with-instruction div.file.filehover div.overlay {
  175. background-color: var(--darktranslucent, rgb(19, 19, 19, 0.5));
  176. }
  177.  
  178. .files.list-view .list .file > .overlay {
  179. background-color: transparent !important;
  180. }
  181.  
  182. body.hp div.page header.header-Base,
  183. body.interior div.page main.content-Base div.content.wide div#filesDisplay.files div.header div.btn-group button.btn.btn-default {
  184. background-color: var(--bright, #5bc6ff);
  185. }
  186.  
  187. body.hp div.page header.header-Base div.header-Outro div.row.header-Content.content div.col.signup-Area form#createSiteForm.signup-Form fieldset.content hr {
  188. border-top: 1px solid white;
  189. border-bottom: 1px solid white;
  190. }
  191.  
  192. .header-Outro .signup-Form .input-Area {
  193. background: none !important;
  194. background-color: white !important;
  195. }
  196.  
  197. body.hp div.page header.header-Base div.header-Outro div.row.header-Content.content div.col.signup-Area form#createSiteForm.signup-Form fieldset.content {
  198. background: none !important;
  199. background-color: black !important;
  200. border: 1px solid white;
  201. border-bottom: none;
  202. border-radius: 0;
  203. }
  204.  
  205. body.hp div.page main.content-Base div.section.featured-Websites {
  206. background: none !important;
  207. background-color: black !important;
  208. border-top: none;
  209. border-bottom: 1px solid white;
  210. }
  211.  
  212. body.hp div.page main.content-Base div.section.previews div.row.content div.col.col-50.text p,
  213. p.tiny {
  214. color: white;
  215. }
  216.  
  217. body.hp div.page main.content-Base section.section.features,
  218. body.hp div.page main.content-Base footer.footer-Base aside.footer-Outro {
  219. border-top: 1px solid white;
  220. }
  221.  
  222. body.hp div.page main.content-Base section.section.bottom-signup,
  223. body.interior div.page div.content.txt-Center.single-Col.misc-page,
  224. body.interior div.page main.content-Base div.content.wide div#filesDisplay.files div.header {
  225. border-bottom: 1px solid white;
  226. }
  227.  
  228. body.hp div.page main.content-Base section.section.features div.col.col-100 div.row.stats div.col.col-33,
  229. body.hp div.page main.content-Base footer.footer-Base div.footer-Intro div.footer-Content div.row div.col.col-33,
  230. body.interior div.page section.section table.plan-chart tbody tr th.feature-column {
  231. border: none;
  232. }
  233.  
  234. body.hp div.page main.content-Base footer.footer-Base div.footer-Intro {
  235. border-top: none;
  236. }
  237.  
  238. body.interior div.page div.container div.content.misc-page.columns.right-col.press div.col-left div.col.col-66,
  239. body.interior div.page div.container.site-profile div.content.misc-page.columns.right-col div.col-left div.col.col-66 div.site-profile-padding {
  240. border-left: 1px solid white;
  241. }
  242.  
  243. body.interior div.page div.container.news-feed div.content.misc-page.columns.right-col div.col-left div.col.col-66 div.post-comment,
  244. body.interior div.page section.section table.plan-chart tbody tr th {
  245. border: 1px solid white;
  246. }
  247.  
  248. body.interior div.page div.content.single-Col.misc-page.txt-Center article section div.tabbable ul.nav.nav-tabs li a:hover {
  249. border-bottom: none;
  250. }
  251.  
  252. .modal.hide.in {
  253. border: 1px solid white;
  254. border-radius: 0;
  255. }
  256.  
  257. .modal-header {
  258. border-radius: 0;
  259. border-bottom: 1px solid white;
  260. }
  261.  
  262. body.interior div.page div.container.site-profile div.content.misc-page.columns.right-col div.col-left div.col.col-66 div.post-comment {
  263. border-bottom: 1px solid white;
  264. border-left: 1px solid white;
  265. margin: 0;
  266. }
  267.  
  268. .popover.bottom .arrow::after {
  269. border-bottom-color: black;
  270. }
  271.  
  272. .modal-body p{
  273. margin-bottom:0;
  274. padding-bottom:12px;
  275. }
Advertisement
Add Comment
Please, Sign In to add comment