Advertisement
Shishipastebin

Untitled

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