Advertisement
Guest User

Untitled

a guest
Sep 1st, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.26 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. .docked .d-header,.list-controls .category-dropdown-menu,.list-controls .category-breadcrumb li.bullet > .badge-category,.d-header,.docked .d-header {
  3. background-color: #222222 !important;
  4. }
  5. body,.drop-down-visible .d-header .icons .active .icon,.d-header .icons .icon:hover {
  6. background-color: #333 !important;
  7. }
  8. .user-menu .notifications .read,html{
  9. background-color: #333;
  10. }
  11. .topic-list a.title,.badge-wrapper.bullet span.badge-category,.category-list tbody .category h3 a[href],.list-controls .category-dropdown-menu .home,.user-main .nav-stacked li > a.active,.list-controls .category-breadcrumb li.bullet > .badge-category {
  12. color: #FFF !important;
  13. }
  14. .drop-down-visible .d-header .icons .active .icon {
  15. border-top: 1px solid #181818 !important;
  16. border-left: 1px solid #181818 !important;
  17. border-right: 1px solid #181818 !important;
  18. }
  19. body input[type="text"]:focus, body input[type="password"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="date"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body input[type="number"]:focus, body input[type="email"]:focus, body input[type="url"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="color"]:focus {
  20. border-color: #FFF;
  21. box-shadow: inset 0 1px 1px rgba(0,0,0,0.3),0 0 8px #FFF;
  22. }
  23. .menu-panel {
  24. border: 1px solid #181818;
  25. box-shadow: 0 2px 2px rgba(0,0,0,0.25);
  26. background-color: #333;
  27. }
  28. body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"] {
  29. background-color: #222;
  30. color: #FFF;
  31. }
  32. .user-menu .notifications li:hover,div.menu-links-header a:hover,.menu-panel ul.menu-links li a:hover, .menu-panel ul li.heading a:hover,.hljs,blockquote,aside.quote .title,.timeline-container .topic-timeline .timeline-handle,.badge-card .badge-contents .badge-icon {
  33. background-color: #222;
  34. }
  35. .user-menu .notifications li span,.d-editor-input,html,#topic-title h1 a,.hljs,.topic-map .avatars, .topic-map .links, .topic-map .information,#user-card,#user-card .metadata h3 .desc, #user-card .metadata h3 a,#user-card h1 a,.stats-section li.linked-stat a,.user-main .user-stream .excerpt,.user-main .about .secondary dd,#reply-control.edit-title .contents input#reply-title {
  36. color: #FFF;
  37. }
  38. .user-main .about .details {
  39. background: rgba(255, 255, 255, 0.21);
  40. }
  41. .user-main .about.collapsed-info .details {
  42. background: rgba(255, 255, 255, 0.21);
  43. border-bottom: 1px solid #232323;
  44. }
  45. .category-list tbody tr{
  46. border-bottom: 1px solid #232323;
  47. }
  48. .user-main .about .secondary {
  49. background: #232323;
  50. border-top: 1px solid #232323;
  51. border-bottom: 1px solid #232323;
  52. }
  53. .user-main .user-content {
  54. background-color: #525252;
  55. border: 1px solid #232323;
  56. }
  57. div.ac-wrap {
  58. background-color: #222;
  59. border: 1px solid #232323;
  60. }
  61. .select2-drop-active,.list-controls .category-dropdown-menu {
  62. border: 1px solid #232323;
  63. }
  64. .select2-container.select2-container-active,.select2-dropdown-open a.select2-choice {
  65. border-color: #232323;
  66. }
  67. .select2-container-active {
  68. box-shadow: #232323 0px 0px 6px 0px;
  69. }
  70. body textarea:focus,body textarea {
  71. border-color: #FFF;
  72. box-shadow: inset 0 1px 1px rgba(0,0,0,0.3),0 0 8px #FFF;
  73. background-color: #222;
  74. color: #FFF;
  75. }
  76. aside.quote .title,blockquote {
  77. border-left: 5px solid #414141;
  78. }
  79. .hljs-keyword, .javascript .hljs-title, .nginx .hljs-title, .hljs-subst, .hljs-request, .hljs-status {
  80. color: #08C;
  81. }
  82. aside.onebox {
  83. border: 5px solid #232323;
  84. }
  85. .topic-body,.topic-avatar {
  86. border-top: 1px solid #222;
  87. }
  88. a.mention, a.mention-group,.badge-card .badge-contents .badge-info {
  89. color: #C8C8C8;
  90. background: #414141;
  91. }
  92. .topic-map {
  93. background: #222;
  94. border: 1px solid #333;
  95. }
  96. .topic-map section {
  97. border-top: 1px solid #333;
  98. border-left: 1px solid #333;
  99. }
  100. .topic-map .buttons .btn:hover {
  101. color: #A7A7A7;
  102. background: #333;
  103. }
  104. .topic-map .buttons .btn {
  105. color: #a7a7a7;
  106. background: #222;
  107. border-left: 1px solid #222;
  108. border-top: 1px solid #333;
  109. }
  110. .timeline-container .topic-timeline .timeline-scrollarea {
  111. border-left: 2px solid;
  112. border-color: #222;
  113. }
  114. .badge-notification.clicks,p > code, li > code, pre > code,.badge-notification[href] {
  115. background-color: #414141;
  116. color: #e4e4e4;
  117. }
  118. .badge-notification.new-posts,.badge-notification.unread-posts {
  119. background-color: #222;
  120. }
  121. .topic-list > tbody > tr {
  122. border-bottom: 1px solid #232323;
  123. }
  124. .topic-list > tbody > tr:first-of-type,.category-list tbody tr:first-of-type {
  125. border-top: 3px solid #232323;
  126. }
  127. #topic-closing-info {
  128. border-top: 1px solid #232323;
  129. }
  130. #reply-control {
  131. background-color: #414141;
  132. }
  133. #topic-progress .bg {
  134. border-right: 1px solid #222;
  135. background-color: #222;
  136. }
  137. #topic-progress {
  138. background-color: #414141;
  139. border: 1px solid #414141;
  140. border-top: 0px solid #FFF0;
  141. border-left: 0px solid #FFF0;
  142. }
  143. control .wmd-controls .d-editor-input, #reply-control .wmd-controls .d-editor-preview-header,#reply-control .wmd-controls .d-editor-input, #reply-control .wmd-controls .d-editor-preview,#reply-control .d-editor-button-bar {
  144. background-color: #222;
  145. color: white;
  146. }
  147. .btn[href],.extra-info-wrapper .topic-link,.extra-info-wrapper .badge-wrapper.bullet span.badge-category{
  148. color: #414141;
  149. }
  150. .btn:hover {
  151. background: #222;
  152. color: #fff;
  153. }
  154. nav.post-controls button.d-hover,.btn {
  155. background: #222;
  156. color: #414141;
  157. }
  158. nav.post-controls button.like.d-hover {
  159. color: #fa6c8d;
  160. background: #222;
  161. }
  162. #user-card .card-content {
  163. background: rgba(34, 34, 34, 0.81);
  164. }
  165. #user-card h3 {
  166. color: #aeaeae;
  167. }
  168. #user-card.show-badges .badge-section .user-badge, #user-card.show-badges .badge-section .more-user-badges {
  169. background: #222;
  170. border: 1px solid #222;
  171. color: #414141;
  172. }
  173.  
  174. #user-card.show-badges .badge-section .user-badge, #user-card.show-badges .badge-section .more-user-badges:hover {
  175. background: #222;
  176. border: 1px solid #222;
  177. color: #FFF;
  178. }
  179. .badge-card .badge-contents {
  180. background-color: #525252;
  181. }
  182. .top-sub-section li {
  183. border-left: #414141 solid 2px;
  184. }
  185. .stats-section li{
  186. background: #222;
  187. color: white;
  188. }
  189. .user-main .user-stream .item {
  190. padding: 20px 8px 15px 8px;
  191. background-color: #232323;
  192. border-bottom: 1px solid #333;
  193. }
  194. .moderator .topic-body {
  195. background-color: #222;
  196. }
  197. body {
  198. font-family: none;
  199. }
  200.  
  201. /*for SFOS forum*/
  202. .topic-list-main-link a.title, .topic-list .main-link a.title, .latest-topic-list-item .main-link a.title {
  203. color: white;
  204. }
  205. .btn[href], .extra-info-wrapper .topic-link, .extra-info-wrapper .badge-wrapper.bullet span.badge-category, nav.post-controls button.d-hover, .btn {
  206. color: white;
  207. }
  208. .nav-pills>li>a{
  209. color: white;
  210. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement