Shishipastebin

Untitled

Sep 12th, 2024
1,923
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. /* Clarity by Valerio Lyndon
  2. Official Thread for help and extensions: https://myanimelist.net/forum/?topicid=1723114
  3. */
  4.  
  5.  
  6. /* Switch USERNAME with yours to help fix any broken animelist preview pics and for HD preview pics on mangalists */
  7.  
  8. @\import "https://malscraper.azurewebsites.net/covers/anime/USERNAME/presets/dataimagelinkbefore";
  9. @\import "https://malscraper.azurewebsites.net/covers/manga/USERNAME/presets/dataimagelinkbefore";
  10.  
  11. @\import "https://shishiohub.github.io/Covers/dataimagelinkbefore.css";
  12.  
  13. @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Theme%20-%20Compressed.css";
  14. @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Hover%20Image%20Compressed.css";
  15. @\import "https://valeriolyndon.github.io/MAL-Public-List-Designs/Clarity%20Theme/Mod%20-%20Dark%20Mode%20Compressed.css";
  16.  
  17.  
  18.  
  19.  
  20. /*------------------------------*\
  21. | Banner Titles
  22. You can type text into the quotations after name for custom text on your banner.
  23. |
  24. \*------------------------------*/
  25.  
  26. body{ --name: "";
  27. }
  28.  
  29.  
  30. /*------------------------------*\
  31. | Banner Background Image
  32. To change background images: delete what's in the parenthesis. Upload
  33. the new background to Imgur or a similar site, then copy the direct link (or Original GIF link if it's animated) and paste it into the parenthesis. Save.
  34.  
  35. Reposition the banner with the percentages below. For example, change the second 10% to 50% to move 50% of the banner up.
  36. |
  37. \*------------------------------*/
  38.  
  39.  
  40. body { --banner: url(https://i.imgur.com/Ny1h69s.jpg); }
  41.  
  42.  
  43. .cover-block{
  44. background-position: 0% 10% !important;
  45. }
  46.  
  47.  
  48.  
  49.  
  50. /*------------------------------*\
  51. | Banner Character (Render)
  52. Background size is the size of the image. 100% is full size.
  53.  
  54. The first percentage after background position is the position from the left. Lower percentages move it left and you can go negative.
  55. The second percentage is position from the top. Lower percentages move it down.
  56. |
  57. \*------------------------------*/
  58.  
  59.  
  60. body { --character: url();
  61. }
  62. #list-container #cover-image-container {
  63. background-size: 60%;
  64. background-position: 80% 20%;
  65.  
  66. }
  67.  
  68.  
  69. /*------------------------------*\
  70. | Banner Avatar
  71. |
  72. \*------------------------------*/
  73.  
  74. body { --avatar: url(https://imgur.com/mBay2Ca.jpg); }
  75.  
  76.  
  77.  
  78. /*------------------------------*\
  79. | Wallpaper
  80. If you want a wallpaper, you can add direct background images links to the parenthesis here. By default, there is no wallpaper.
  81. |
  82. \*------------------------------*/
  83.  
  84. body { --background: url(); }
  85.  
  86.  
  87.  
  88. /*------------------------------*\
  89. | Side Characters
  90. To move the renders, adjust the percentage after "left" or "right" and "top". You can use negatives. The percentage is the distance from the left, top, or right.
  91.  
  92. To resize the renders, adjust the percentage after "width". 0% will remove the render.
  93. |
  94. \*------------------------------*/
  95.  
  96. body footer:before {
  97. left: -5%;
  98. top: 15%;
  99. width: 35% !important;
  100. background-size: contain !important;
  101. background-image: url();
  102. background-position: left bottom !important;
  103. }
  104. body footer:after {
  105. right: -10%;
  106. top: 0%;
  107. width: 40% !important;
  108. background-size: contain !important;;
  109. background-image: url();
  110. background-position: right bottom !important;
  111. }
  112.  
  113. footer:before, footer:after {
  114. content: "";
  115. position: fixed;
  116. top: 0;
  117. z-index: -1;
  118.  
  119. width: calc(50% - 538px);
  120. min-width: 262px;
  121. height: 100%;
  122. background: transparent no-repeat center bottom / contain scroll;
  123. }
  124.  
  125.  
  126. /*------------------------------*\
  127. | Title and Text Color
  128.  
  129. Get a new HTML/Hex color number here, or use color names like "black".
  130. https://htmlcolorcodes.com/
  131. |
  132. \*------------------------------*/
  133.  
  134.  
  135. :root {
  136. --text: #ababab;
  137. }
  138.  
  139.  
  140. /*------------------------------*\
  141. | Table Color
  142.  
  143. You can use color names or HTML colors here too, or use an RGBA color generator to find the perfect color for the tables!
  144. https://www.cssportal.com/css3-rgba-generator/
  145. |
  146. \*------------------------------*/
  147.  
  148. :root {
  149. --bg: #212121;
  150.  
  151. }
  152.  
  153.  
  154.  
  155.  
  156. /*------------------------------*\
  157. | List colors
  158. pbg is the color of the wallpaper when you have no image there
  159.  
  160. titles and some text on your rows (numbers, score, information, tags)
  161.  
  162. text-dim is other text on your rows (edit, more, non-links, Progress:, Rated:, etc)
  163.  
  164. btn-bg is the button color around score and tags
  165.  
  166. text-head is the category links unselected
  167.  
  168. text-head-h is the current category link selected
  169.  
  170. btn-head-bg-h is buttons under the header when selected
  171.  
  172. btn-text-h is that button text
  173.  
  174. banner-text is the banner text color, and its shadow color is under that
  175.  
  176.  
  177. Get a new HTML/Hex color number here, or use color names.
  178. https://htmlcolorcodes.com/
  179.  
  180. Get new RGBA colors here for the rows
  181. https://cssgenerator.org/rgba-and-hex-color-generator.html
  182. |
  183. \*------------------------------*/
  184. :root {
  185.  
  186. --pbg: #161616;
  187. --bg-dark: #444;
  188. --text-h: #416abe;
  189. --text-dim: #777;
  190. --text-dim-h: #999;
  191. --text-dark: #ababab;
  192. --shadow: rgba(0,0,0,0.8);
  193. --icon: #959595;
  194. --accent: #416abe;
  195. --banner-text: #f6f5ff;
  196. --banner-text-shadow: #e4bef4;
  197. --btn-bg: #191919;
  198. --btn-bg-h: #ababab;
  199. --btn-head-bg-h: #416abe;
  200. --btn-text-h: #212121;
  201. --text-head: #9b9b9b;
  202. --text-head-h: #ababab;
  203. --cover-bg: #090909;
  204. --edit-btn: #323232;
  205. --checkmark: #416abe;
  206. }
Advertisement
Add Comment
Please, Sign In to add comment