Shishipastebin

Untitled

Mar 15th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.75 KB | None | 0 0
  1. {IMPORTANT:
  2. For sharper and brighter preview pics, change "USERNAME" to your username in the first two imports below. They start with
  3. @\import
  4.  
  5. If needed, fix layout problems with this topic:
  6. https://myanimelist.net/forum/?topicid=439897
  7. }
  8.  
  9. @\import "https://malscraper.azurewebsites.net/covers/anime/USERNAME/presets/dataimagelinkbefore";
  10.  
  11. @\import "https://malscraper.azurewebsites.net/covers/manga/USERNAME/presets/dataimagelinkbefore";
  12.  
  13. /*Layout CSS was originally made by Takana_no_hana, edits by
  14. Shishio-kun and Valerio_Lyndon
  15.  
  16. Grid Style 2, 2023 Update
  17.  
  18. Learn how to customize the layout here:
  19. https://myanimelist.net/forum/?topicid=1640096
  20. */
  21. @\import "https://storage.live.com/items/4A07C1EEED420167%21170";
  22.  
  23. @\import "https://dl.dropboxusercontent.com/s/4u0rqtodxpjkti4/TakanaGridBackup.css";
  24.  
  25. @\import "https://fonts.googleapis.com/css?family=Orbitron";
  26.  
  27. @\import "https://fonts.googleapis.com/css?family=Amaranth";
  28.  
  29. @\import "https://fonts.googleapis.com/css?family=Rancho";
  30.  
  31. @\import "https://fonts.googleapis.com/css?family=Kaushan+Script|Tangerine";
  32.  
  33. /*WALLPAPERS
  34. To change background images: delete what's in the parenthesis. Upload
  35. 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.*/
  36. body, body.ownlist
  37. {
  38. background-image: url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CDwPFOh8EFNst5IuA6dZ9dJWSmBXfBAGUX-rlKPwyr32w);
  39. }
  40.  
  41. /*PREVIEW PICS/COVERS
  42. See the help at the top of this layout code if you have problems
  43. with blurry or missing preview pics.
  44.  
  45. If you want to customize a preview pic, use the code below but change the number after "anime" to the anime's number. Get the number from the address bar on its page on MAL. For example if you go to Code Geass's page the number in the address bar is 1575.
  46.  
  47. Change "anime" to "manga" to customize manga previews. This code customizes the Code Geass preview (anime #1575) if you change the background image link.
  48.  
  49. Copy and paste the code to customize more preview pics, just change the number.*/
  50.  
  51. .data.image a[href^="/anime/1575/"]:before{background-image:url(https://image.myanimelist.net/ui/5LYzTBVoS196gvYvw3zjwA5Tctkq8HqPvnR9oiSb04M);
  52. }
  53.  
  54. /*BANNER AVATAR
  55. Change the first "center" to "left" or "right" to move the picture position. Change "cover" to "contain" or remove it to change how the image fills the avatar.*/
  56. .list-table .list-table-header:after {
  57. background-image: url(https://image.myanimelist.net/ui/BQM6jEZ-UJLgGUuvrNkYUHbX73YKsqBNULwFQ5w91IKVfdAlndbO0M5nJUddzBgEYpSu0jfmBmrdQHygdYX2Ng);
  58. background-position: center center;
  59. background-size: cover !important;
  60. }
  61.  
  62. /*BANNER QUOTE*/
  63. .cover-block::before {
  64. content: "I'm Gonna Take You There Myself, Fly You To The Moon. That's A Promise."
  65. }
  66.  
  67. /*BANNER BACKGROUNDS AND HEIGHT
  68. You can change the images here and adjust the height. If you can't see the whole image increase height and/or change "cover" to "contain".
  69.  
  70. You may want to lower cover pics after (scroll down).*/
  71.  
  72. /*ALL ANIME/MANGA BANNER BACKGROUND*/
  73. .list-unit.all_anime .list-status-title:after {
  74. background-image: url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CDbmwJclS8waHH8ICALwTZoPPMfMIjGhhbI-RhNDr1GhQ);
  75. background-size: cover !important;
  76. height: 500px !important;
  77. }
  78. /*CURRENTLY WATCHING BANNER BACKGROUND*/
  79. .list-unit.watching .list-status-title:after,
  80. .list-unit.reading .list-status-title:after {
  81. background-image: url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CBG-b7hwy7qKu7zWmpKenzP_Cjzlet2NWKewpO1mspNBw);
  82. background-size: cover !important;
  83. height: 500px !important;
  84. }
  85. /*COMPLETED BANNER BACKGROUND*/
  86. .list-unit.completed .list-status-title:after {
  87. background-image: url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CD5WlWNiHQhjXW8kRrx5NjEZCUFVEqAyah-tWx3RT0fjw);
  88. background-size: cover !important;
  89. height: 500px !important;
  90. }
  91. /*ON-HOLD BANNER BACKGROUND*/
  92. .list-unit.onhold .list-status-title:after {
  93. background-image: url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CC_2jPQsUiotjmM0rb6t09gpjOPSE96k5bO0_lEDIasAw);
  94. background-size: cover !important;
  95. height: 500px !important;
  96. }
  97. /*DROPPED BANNER BACKGROUND*/
  98. .list-unit.dropped .list-status-title:after {
  99. background-image: url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CAMEPfxhywYDDaYfFusV8PvtbnXIJJToV1GbVIlW7ZlPA);
  100. background-size: cover !important;
  101. height: 500px !important;
  102. }
  103. /*PLAN TO BANNER BACKGROUND*/
  104. .list-unit.plantowatch .list-status-title:after,
  105. .list-unit.plantoread .list-status-title:after {
  106. background-image: url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CAyloDh4mb5YIYdc6bl9cO6d_1s1PFzoasFxrysljucLw);
  107. background-size: cover !important;
  108. height: 500px !important;
  109. }
  110.  
  111. /*MOVE COVER PICS UP OR DOWN
  112. Increase 0px to a higher amount like 100px to move the anime preview pics and header (Completed, etc) down. -480px brings them up to the banner buttons.
  113.  
  114. If you put [data-query*='"status":7'] at the start of the first two lines of code (with a space after), it will affect only All Anime/Manga. Example:
  115.  
  116. [data-query*='"status":7'] .list-unit .list-status-title .text,
  117. [data-query*='"status":7'] .list-item
  118.  
  119. Change the 7 to 1 for current, 2 for completed, 3 for hold, 4 for dropped, and 6 for planned. Copy and paste the code again if needed.*/
  120. .list-unit .list-status-title .text,
  121. .list-item{
  122. top: 0px;
  123. }
  124.  
  125. /*BANNER BUTTON BACKGROUNDS
  126. The first image link in parenthesis is the still black and white image, the second image link is the animated image (a GIF).*/
  127.  
  128. /*ALL ANIME BANNER BUTTON*/
  129. .status-button.all_anime {
  130. background-image:url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CDDWEcVx7QlUjC5tdltS6CFqtVT1VPREt2yaeEsUzgVYg);
  131. }
  132. .status-button.all_anime:hover,.status-button.all_anime.on {
  133. background-image:url(https://image.myanimelist.net/ui/BQM6jEZ-UJLgGUuvrNkYUIo8DLuryyV3Hk-G5vwezjvTzonaWpFEJLPJr1xPWK7J47nEH32MXtkenTsexp18Pg);
  134. }
  135. /*CURRENT BANNER BUTTON*/
  136. .status-button.watching,.status-button.reading {
  137. background-image:url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CBCT3TZmYupO135vXZjagzFnKrY27kdhYr2q6jM7M3-DA);
  138. }
  139. .status-button.watching:hover,.status-button.watching.on,.status-button.reading:hover,.status-button.reading.on {
  140. background-image:url(https://image.myanimelist.net/ui/BQM6jEZ-UJLgGUuvrNkYUGuekAww9bV9dfxCV_Gw93hCKWfjtWH1pzNcCxfisJ5I4OUpnBVSw66NXcjM_VqMuA);
  141. }
  142. /*COMPLETED BANNER BUTTON*/
  143. .status-button.completed {
  144. background-image:url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CD-Sn0YnBoiWHuyHFDpGof-XGBT7w3a2DcgmomNFouEeA);
  145. }
  146. .status-button.completed:hover,.status-button.completed.on {
  147. background-image:url(https://image.myanimelist.net/ui/BQM6jEZ-UJLgGUuvrNkYUABkeOoYuMliXJgOVgcyghp9kJeAgnjuP14wrDu6AcHv1YJnuS7QrJZ_nQa0iJLbXQ);
  148. }
  149. /*ON HOLD BANNER BUTTON*/
  150. .status-button.onhold {
  151. background-image:url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CAM8qSQRVMcBDHRRXClZtApK78xii4r_-LPSQDoC8Z9eA);
  152. }
  153. .status-button.onhold:hover ,.status-button.onhold.on {
  154. background-image:url(https://image.myanimelist.net/ui/BQM6jEZ-UJLgGUuvrNkYUOVAPRDPuAMT4gDcIuDLeHh75aKQ1RPe8rGZv6t07sZIxCowH0u4_kcF_sZfWgefYQ);
  155. }
  156. /*DROPPED BANNER BUTTON*/
  157. .status-button.dropped {
  158. background-image:url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CD8rq26RQMk4hVTbVY89zgCw51fTAA_QcdvfCWRGeM85Q);
  159. }
  160. .status-button.dropped:hover,.status-button.dropped.on {
  161. background-image:url(https://image.myanimelist.net/ui/BQM6jEZ-UJLgGUuvrNkYUK2Yle5cj6jQ0RH63I0yQsaKMU6X4vlO24ZINkqEd2V3Iy6LpZITQqnNouH6GzD7Mg);
  162. }
  163. /*PLANNED BANNER BUTTON*/
  164. .status-button.plantowatch,.status-button.plantoread{
  165. background-image:url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CAwqfRAFyY8MWlvkF0UAiDpPrH-ArzBI3BlF-wxr4Lfyw);
  166. }
  167. .status-button.plantowatch:hover,.status-button.plantowatch.on,.status-button.plantoread:hover,.status-button.plantoread.on {
  168. background-image:url(https://image.myanimelist.net/ui/BQM6jEZ-UJLgGUuvrNkYUK5biZO2sh5csXSDbF-TJjpb0wDwOyB4Iq9q972RW8DCObB2UWDIopmJ0HFxjC-NKA);
  169. }
  170.  
  171. /*SIDE RENDERS (left and right)
  172. To move the renders, adjust the percentage after "left" or "right". You can use negatives. To resize the renders, adjust the percentage after "width". 0% will remove the render.*/
  173. footer:before {
  174. left: -3%;
  175. width: 25% !important;
  176. background-size: contain !important;
  177. background-image: url();
  178. background-position: left bottom !important;
  179. }
  180. footer:after {
  181. right: 0%;
  182. width: 25% !important;
  183. background-size: contain !important;;
  184. background-image: url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CCaN4zpwQ99fgByE2NtinulZQhmLTg0AN85AfmFuNKLcg);
  185. background-position: right bottom !important;
  186. }
  187.  
  188. /*ANIME/MANGA CONTAINER SETTINGS
  189. (TABLE COLORS)
  190. You can change the color with rbga colors. Generate RGBA colors here so you can replace the codes below:
  191. https://www.hexcolortool.com/
  192. First set of colors= entire table. Second = banner. Third = default container behind an anime. Fourth = container when you point to it. Fifth = upper left menu. Sixth = top. You can set the last digit to zero to make it completely transparent.*/
  193. .list-unit {
  194. background-color: rgba(237, 250, 0, 0) ;
  195. }
  196. .status-menu-container {
  197. background-color: rgba(236, 225, 14, 1) ;
  198. }
  199. .list-table .list-table-data {
  200. background-color: rgba(237, 250, 0, 0) !important;
  201. }
  202. .list-table .list-table-data:hover {
  203. background-color: rgba(236, 225, 14, 1) !important;
  204. }
  205. .list-menu-float .icon-menu{
  206. background-color: rgba(237, 250, 0, 1) !important;
  207. }
  208. .header {
  209. background: linear-gradient(rgba(237, 250, 0, 0),transparent) !important;
  210. }
  211.  
  212. /*FILTER MENU BACKGROUND*/
  213. #advanced-options {
  214. background-image: url(https://image.myanimelist.net/ui/V0F1loM0v45WXM_cZqmcni_DbH4CYA24V9mL6VLt8CCzArn2x_tB6fJ_Or3wUdpMX1MzjfaZwZP8XBAqkCzpLQ) !important;
  215. }
  216.  
  217. /*MAL LOGO*/
  218. .header .header-title{
  219. background-image: url(https://image.myanimelist.net/ui/yCHrxjyj0lwjmGEXjAnOyOg5uVg2jZ3RqbfLRo9JO_4) !important;
  220. }
  221.  
  222. /*GREYSCALE FOR CUSTOM CATEGORY BUTTONS
  223. Delete this to remove grey from custom buttons.*/
  224. .status-button.watching,.status-button.reading,.status-button.completed,.status-button.onhold,.status-button.dropped,.status-button.plantowatch,.status-button.plantoread,.status-button.all_anime{
  225. filter: grayscale(100%);
  226. }
  227. .status-button.all_anime:hover,.status-button.all_anime.on,.status-button.plantowatch:hover,.status-button.plantowatch.on,.status-button.plantoread:hover,.status-button.plantoread.on,.status-button.dropped:hover,.status-button.dropped.on,.status-button.onhold:hover,.status-button.onhold.on,.status-button.completed:hover,.status-button.completed.on,.status-button.watching:hover,.status-button.watching.on,.status-button.reading:hover,.status-button.reading.on{
  228. filter: inherit;
  229. }
  230.  
  231.  
  232.  
  233. {ADD NEW CODES UNDER HERE}
  234.  
  235. *{
  236. font-family:Orbitron !important;
  237. }
  238.  
  239. .status-menu-container .status-menu .status-button {
  240. padding: 0 !important;
  241. position: relative;
  242. display: table-cell;
  243. font-family: Tangerine,cursive;
  244. text-align: center;
  245. vertical-align: bottom !important;
  246. font-size: 10px;
  247. font-weight: 600 !important;
  248. color: #f5ff00;
  249. width: 125px;
  250. height: 74px;
  251. z-index: 10;
  252. background-size: cover;
  253. background-position: 50% 50%;
  254. background-repeat: no-repeat;
  255. border-radius: 5px !important;
  256. top: 2px;
  257. }
  258.  
  259. /* CUSTOM CURSOR
  260. */
  261.  
  262. body *, :not(*) {
  263. cursor: url(https://image.myanimelist.net/ui/yCHrxjyj0lwjmGEXjAnOyAN2aYUmi8vfKr103xUMmtM), url(https://image.myanimelist.net/ui/yCHrxjyj0lwjmGEXjAnOyAN2aYUmi8vfKr103xUMmtM), auto !important;
  264. }
  265.  
  266. .cover-block:before{
  267. font-family: Orbitron !important;
  268.  
  269. }
Advertisement
Add Comment
Please, Sign In to add comment