Advertisement
Shishipastebin

demon slayer clarity, transparent

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