Advertisement
Guest User

Untitled

a guest
Feb 16th, 2023
3,473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. // MUON для ENDCHAN V1.0 [17.02.23], GOYDA-Edition
  2. // Кукла -> Общее -> Пользовательский CSS
  3.  
  4. html, body {
  5. font-family: Verdana, sans-serif;
  6. color: #ccc;
  7. line-height: 1.3;
  8. background: url('https://imgur.com/a/vjAWb56') repeat;
  9. font-family: Verdana,sans-serif;
  10. background: scroll #211f1a url('https://i.imgur.com/whSDStS.png') repeat;
  11. background-image: url('https://i.imgur.com/whSDStS.png');
  12. background-position-x: initial;
  13. background-position-y: initial;
  14. background-size: initial;
  15. background-repeat-x: repeat;
  16. background-repeat-y: repeat;
  17. background-attachment: scroll;
  18. background-origin: initial;
  19. background-clip: initial;
  20. background-color: rgb(33, 31, 26);
  21. }
  22.  
  23. nav {
  24. background-color: rgb(21, 32, 43);
  25. color: #ccc;
  26. height: 20px;
  27. font-size: 20px;
  28.  
  29. }
  30.  
  31. nav a,
  32. header summary,
  33. .de-link-backref,
  34. .originalNameLink,
  35. .linkPreview,
  36. .quoteLink,
  37. .de-link-postref,
  38. .prevLabel,
  39. .nextLabel,
  40. .delLink,
  41. .de-abtn,
  42. .sizeLabel,
  43. .dimensionLabel,
  44. .divMessage a,
  45. .youtube_wrapper,
  46. a[id^='hidepolru'],
  47. td > a,
  48. .small,
  49. .returnLink,
  50. .magratheaLink,
  51. .catalogLink,
  52. .bottomLink,
  53. .topLink,
  54. .replyLink {
  55. color: #d3671a;
  56. }
  57.  
  58.  
  59. nav a:hover,
  60. header summary:hover,
  61. .de-link-backref:hover,
  62. .linkPreview:hover,
  63. .de-link-postref:hover,
  64. .prevLabel:hover,
  65. .nextLabel:hover,
  66. .delLink:hover,
  67. .de-abtn:hover,
  68. .sizeLabel:hover,
  69. .dimensionLabel:hover,
  70. a[id^='hidepolru']:hover,
  71. td > a:hover,
  72. .returnLink:hover,
  73. .magratheaLink:hover,
  74. .catalogLink:hover,
  75. .bottomLink:hover {
  76. color: #a74300;
  77. }
  78.  
  79.  
  80. .labelCreated, .innerPost span, .linkSelf, .linkQuote {
  81. color: #9B8165;
  82. }
  83.  
  84.  
  85. body {
  86. font-size: 1rem;
  87.  
  88. font-family: Verdana,sans-serif;
  89.  
  90.  
  91. }
  92.  
  93. .divMessage { font-size: 0.9rem; }
  94. .de-refmap { font-size: 0.7rem; }
  95. .de-pview { font-size: 0.8rem; }
  96.  
  97. .innerPost {
  98. background: url('https://i.imgur.com/Tr4QIBv.jpg') #292825;
  99. background-image: url('https://i.imgur.com/Tr4QIBv.jpg');
  100. background-position-x: initial;
  101. background-position-y: initial;
  102. background-size: initial;
  103. background-repeat-x: initial;
  104. background-repeat-y: initial;
  105. background-attachment: initial;
  106. background-origin: initial;
  107. background-clip: initial;
  108. background-color: rgb(41, 40, 37);
  109.  
  110. border: 1px solid #34352d;
  111. border-top-width: 1px;
  112. border-right-width: 1px;
  113. border-bottom-width: 1px;
  114. border-left-width: 1px;
  115. border-top-style: solid;
  116. border-right-style: solid;
  117. border-bottom-style: solid;
  118. border-left-style: solid;
  119. border-top-color: rgb(52, 53, 45);
  120. border-right-color: rgb(52, 53, 45);
  121. border-bottom-color: rgb(52, 53, 45);
  122. border-left-color: rgb(52, 53, 45);
  123. border-image-source: initial;
  124. border-image-slice: initial;
  125. border-image-width: initial;
  126. border-image-outset: initial;
  127. border-image-repeat: initial;
  128.  
  129. max-width: 850px;
  130.  
  131. color: #c6985c;
  132. padding: 5px 25px 0 16px;
  133.  
  134. }
  135.  
  136. span.greenText {
  137. color: #789922;
  138. }
  139.  
  140. .panelUploads {
  141. width: fit-content;
  142.  
  143. }
  144.  
  145. .de-video-obj {
  146. display: inline-block;
  147. }
  148.  
  149. .de-video-obj ~ .divMessage {
  150. display: block;
  151. }
  152.  
  153. .uploadCell {
  154. width: fit-content;
  155. }
  156.  
  157. .divMessage {
  158. max-width: 100%;
  159. margin: 1rem;
  160. }
  161.  
  162. .de-refmap {
  163. color: #ccc;
  164. max-width: 100%;
  165. margin-left: 1rem;
  166. }
  167.  
  168. .originalNameLink {
  169. display: none;
  170. }
  171.  
  172. .de-menu-item {
  173. color: #ccc;
  174. }
  175.  
  176.  
  177. .contentAction {
  178. display: none;
  179. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement