TarabsPetuh

theme

Feb 17th, 2023 (edited)
2,651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | Source Code | 0 0
  1. // Makaba Dark Theme for ENDCHAN V1.5 [29.07.23], GOYDA-Edition || <<!! DOLLCHAN !!>>
  2. // Кукла -> Общее -> Пользовательский CSS
  3.  
  4. html, body {
  5. font-family: Verdana, sans-serif;
  6. color: #ccc;
  7. line-height: 1.3;
  8. background: none;
  9. }
  10.  
  11. iframe {
  12. background-color: #ccc;
  13. }
  14.  
  15. nav,
  16. .boardsCell:nth-of-type(odd) span {
  17. background-color: rgb(21, 32, 43);
  18. color: #ccc;
  19. }
  20.  
  21. .boardsCell:nth-of-type(odd) span,
  22. #boardsCellHeader span {
  23. background-color: #192734;
  24. }
  25.  
  26. #boardsCellHeader span {
  27. border: none;
  28. }
  29.  
  30. .boardPages {
  31. background-color: rgb(21, 32, 43);
  32. border: none;
  33. color: #c3672a;
  34. }
  35.  
  36. nav a,
  37. header summary,
  38. .de-link-backref,
  39. .originalNameLink,
  40. .linkPreview,
  41. .quoteLink,
  42. .de-link-postref,
  43. .prevLabel,
  44. .nextLabel,
  45. .delLink,
  46. .de-abtn,
  47. .sizeLabel,
  48. .dimensionLabel,
  49. .divMessage a,
  50. .youtube_wrapper,
  51. a[id^='hidepolru'],
  52. td > a,
  53. .small,
  54. .returnLink,
  55. .magratheaLink,
  56. .catalogLink,
  57. .bottomLink,
  58. .topLink,
  59. .replyLink,
  60. .boardsLink,
  61. .linkReply,
  62. .linkLast50,
  63. .linkFullText,
  64. .labelOmission > a,
  65. .labelLastEdit,
  66. #linkManagement,
  67. #linkModeration,
  68. #divPages > a,
  69. .divPages > a,
  70. .divPages > span > a,
  71. #expandAll,
  72. #divControls,
  73. .linkBoard,
  74. .indicatorInactive a,
  75. .col1 a,
  76. .settings a,
  77. #pageScroll a,
  78. .linkEdit {
  79. color: #c3672a;
  80. }
  81.  
  82. .spanPages:not([class]):not([id]) + a#linkPrevious::before {
  83. color: red;
  84. content: "[";
  85. }
  86.  
  87. nav a:hover,
  88. header summary:hover,
  89. .de-link-backref:hover,
  90. .linkPreview:hover,
  91. .de-link-postref:hover,
  92. .prevLabel:hover,
  93. .nextLabel:hover,
  94. .delLink:hover,
  95. .de-abtn:hover,
  96. .sizeLabel:hover,
  97. .dimensionLabel:hover,
  98. a[id^='hidepolru']:hover,
  99. td > a:hover,
  100. .returnLink:hover,
  101. .magratheaLink:hover,
  102. .catalogLink:hover,
  103. .bottomLink:hover,
  104. #expandAll:hover,
  105. #divMessage > a,
  106. .bottomNav > a,
  107. p > a,
  108. .panelBacklinks > a {
  109. color: #a74300;
  110. }
  111.  
  112. .divPages,
  113. #linkManagement + span {
  114. color: #a74300 !important;
  115. }
  116.  
  117. html, header {
  118. background-color: rgb(21, 32, 43);
  119. }
  120.  
  121. .labelCreated, .innerPost span, .linkSelf, .linkQuote {
  122. color: #5d5d5d;
  123. }
  124.  
  125. iframe, #document, .divMessage {
  126. color: #ccc;
  127. }
  128.  
  129. body {
  130. font-size: 1rem;
  131. background-color: rgb(21, 32, 43);
  132. }
  133.  
  134. .divMessage { font-size: 0.9rem; }
  135. .de-refmap { font-size: 0.7rem; }
  136. .de-pview { font-size: 0.8rem; }
  137.  
  138. .innerPost {
  139. background-color: #192734;
  140. color: #ccc;
  141. border-color: rgb(19 29 40);
  142. border-style: solid solid solid solid;
  143. border-width: 1px 1px 1px 1px;
  144. border-radius: 5px;
  145. padding: 0.3rem 0.3rem 0.3rem 0.3rem;
  146. }
  147.  
  148. span.greenText {
  149. color: #789922;
  150. }
  151.  
  152. .panelUploads {
  153. width: fit-content;
  154. display: inline-block;
  155. }
  156.  
  157. .de-video-obj {
  158. display: inline-block;
  159. }
  160.  
  161. .de-video-obj ~ .divMessage {
  162. display: block;
  163. }
  164.  
  165. .uploadCell {
  166. width: fit-content;
  167. }
  168.  
  169. .de-refmap {
  170. color: #ccc;
  171. max-width: 100%;
  172. margin-left: 1rem;
  173. min-width: 30%;
  174. }
  175.  
  176. .originalNameLink {
  177. display: none;
  178. }
  179.  
  180. .de-menu-item {
  181. color: #ccc;
  182. }
  183.  
  184. .contentAction {
  185. border: none;
  186. display: none;
  187. }
  188.  
  189. .panelUploads {
  190. width: fit-content !important;
  191. display: inline-block;
  192. float: left;
  193. }
  194.  
  195. .divMessage {
  196. margin: 1rem;
  197. display: block;
  198. max-width: 75%;
  199. }
  200.  
  201. .innerPost {
  202. display: flex;
  203. flex-wrap: wrap;
  204. column-gap: 0.2rem;
  205. width: fit-content;
  206. }
  207.  
  208. .postCell .innerPost div:nth-child(2n) {
  209. flex-basis: 100%;
  210. }
  211.  
  212. .innerPost > img {
  213. height: 12px;
  214. }
  215.  
  216. .innerOP {
  217. min-height: 14rem;
  218. }
  219.  
  220. .labelSubject {
  221. color: #6995c5 !important;
  222. margin-right: 1rem;
  223. }
  224.  
  225. .de-oppost {
  226. display: grid;
  227. flex-wrap: wrap;
  228. }
  229.  
  230. .opHead {
  231. order: -1;
  232. }
  233.  
  234. .opUploadPanel {
  235. width: fit-content !important;
  236. }
  237.  
  238. .de-video-player {
  239. width: 360px;
  240. height: 270px;
  241. }
  242.  
  243. .youtube_wrapper {
  244. color: #c3672a !important;
  245. }
  246.  
  247. .panelUploads .imgLink[href ^='//www.youtube']{
  248. display: none;
  249. }
  250.  
  251. .de-menu {
  252. display: flex;
  253. flex-direction: column;
  254. color: #ccc !important;
  255. }
  256.  
  257. .de-menu-item {
  258. color: #ccc !important;
  259. }
  260.  
  261. .de-win-head {
  262. width: 23rem;
  263. }
  264.  
  265. .de-win-inpost {
  266. display: flex;
  267. flex-direction: column;
  268. }
  269.  
  270. .imgLink img, .uploadCell img {
  271. max-width: 14rem;
  272. height: auto;
  273. margin-left: 1rem;
  274. }
  275.  
  276. .uploadDetails {
  277. margin-left: 1rem;
  278. }
  279.  
  280. .labelOmission > a {
  281. margin-left: 0.5rem;
  282. }
  283.  
  284. .labelRole,
  285. .purpleText {
  286. color: #ff0000 !important;
  287. }
  288.  
  289. #de-pform {
  290. display: flex;
  291. }
  292.  
  293. .spoiler {
  294. color: #F5F5F5 !important;
  295. background-color: #888 !important;
  296. }
  297.  
  298. .imgExpanded {
  299. max-width: 100% !important;
  300. }
  301.  
  302. #topBox iframe {
  303. color: #ccc;
  304. }
  305.  
  306. #topBox,
  307. .infoBox {
  308. border: none
  309. }
  310.  
Advertisement
Add Comment
Please, Sign In to add comment