New
Jul 6, 2022 8:34 AM
#7551
.malicon, icon-watch2 {display: none !important} |
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Jul 7, 2022 8:58 PM
#7552
wkteo said: Valerio_Lyndon said: if you add this code to the bottom of your CSS, it will hide the tag column on all entries except Plan to Watch items, as you requested. /* Hide tags on all entries. Also hides genre column as a byproduct */ [width="125"] { display: none; } /* Add tags back to planned entries also adds back the genre column which was affected by the earlier selector */ [width="125"] ~ [width="125"], /*genre header & cells*/ .header_ptw [width="125"], /*tag header*/ .header_ptw ~ table [width="125"] /*tag cells*/ { display: table-cell; } OMG thank u so much!!! only one quick thing, would you know a way to fix how the hover looks with this too? https://i.imgur.com/EqVyeQ1.png Ah I didn't notice that. Looks like some other code is interfering with the "display" property, so this can be fixed by applying an "!important" statement. Here's what the code looks like with that added: /* Hide tags on all entries. Also hides genre column as a byproduct */ [width="125"] { display: none !important; } /* Add tags back to planned entries also adds back the genre column which was affected by the earlier selector */ [width="125"] ~ [width="125"], /*genre header & cells*/ .header_ptw [width="125"], /*tag header*/ .header_ptw ~ table [width="125"] /*tag cells*/ { display: table-cell !important; } I like the tag colours you've added! |
Jul 7, 2022 11:06 PM
#7553
@Valerio_Lyndon it all works now! Thank u so much for all the help!! <3 |
ワンダーランズ×ショウタイム |
Jul 11, 2022 12:49 AM
#7554
@ShaggyZE @Valerio_Lyndon Thanks for helping them!!! :D |
Jul 11, 2022 12:45 PM
#7555
I'm ''BlastBuddyJay'' for my anime list i keep having this random grey bar with the numbers (Watching/completed/...etc) right below it, barely readable |
Jul 12, 2022 4:50 AM
#7556
random photoshop questions is there a Go backwards shortcut besides alt ctrl F9 or w/e, that's my graphic card shortcut too so I can't use that in Photoshop had more but forgot, very busy, will google the answer later and might answer my own question |
Jul 18, 2022 9:34 AM
#7557
So I tried to remove the privacy widget because it suddenly popped up on my list again. I removed it a long time ago already but now it's there again. I put in the code that was available from the FAQ but the code will disappear again once I save and reload. Could it be that there is only a maximum number of code space available? I customized a few cover images for some anime so maybe that's the reason why there is no space left? If there is a solution (preferably one where I can keep the customized cover images) please let me know. |
Jul 18, 2022 9:55 AM
#7558
frenzleboy said: If there is a solution (preferably one where I can keep the customized cover images) please let me know. https://myanimelist.net/forum/?topicid=1911384 |
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Jul 18, 2022 1:14 PM
#7559
ShaggyZE said: frenzleboy said: If there is a solution (preferably one where I can keep the customized cover images) please let me know. https://myanimelist.net/forum/?topicid=1911384 I'll check that out, thank you! |
Jul 21, 2022 2:35 PM
#7561
Hello guys, I'm posting here for help regarding a theme/style I believe I found posted or referred to on Reddit YEARS ago. Recently something broke, and the CSS referred me to this group. :) List is myanimelist.net/animelist/Tvingman , and the full code would be this: /* BACKGROUND IMAGE This is the main background image for the whole page. Change the image link to the background you want! If you're not seeing a background, make sure you are copied the entire CSS code or added any new background image codes correctly. Also your image link may be broken, try uploading a new background then! */ body { background-image: url(http://i.imgur.com/Bkz9Yjz.jpg); background-attachment: fixed;wn.jpg } /* http://i.imgur.com/7Fa1kRK.jpg - Rin & Archer on rooftop http://i.imgur.com/Bkz9Yjz.jpg - Saber in sunset */ /* HEADER COLOR AND FONT These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc). if you don't want a solid color there, go to the line that starts with background-color and replace it the color type (blue for example) with the word "transparent" (no quotations). */ .header_title { background-color:transparent; color:yellow; font-family:english111 vivace bt; font-size:48px; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color:black; } /* ANIME/MANGA TITLE FONTS This is the type and color of the anime/manga titles on your list, like Bleach, Vampire Knight, etc. */ .animetitle, .animetitle:visited { color:yellow; font-family:english111 vivace bt; font-size:20px; } /* LIST FONTS This is the type and color for more of the numbers, links, and words on the list itself! */ .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-family:Lucida Grande; } /* LIST WIDTH Use this to increase the width of your list! */ list_surround { width:950px; } /* REPOSITION MAIN BACKGROUND Change the position your background starts on your screen from with the two properties after "background-position" below. You replace 'center' and '43%' with two other properties, they can be any of the following: left, top, bottom, right, or center. So if you want your background to start from the center of the screen, use "center center" after background-position in the code below, replacing "center 43%". If you want it to start from the top and left, use "top left" If you want it to start from the top and center, use "top center". If you want it to start from the right and top, use "right top" If you want it to start from the right and bottom, use "right bottom" and so forth... Additionally, you can change "left" to a % to determine how far left or right the background starts from. For example "30% top" will start the background from the top but 30% of the pic's width from the left of the layout. You can also change top to a % to change the amount you want to start it from the top or bottom. */ body{ background-position: center 43%;} /*OTHER CODES Important codes for the layout's setup. Don't mess with these unless you know exactly what you're doing. If you want to customize more on the page, use the link at the top of this CSS, or ask in my club! */ body { font-weight: light; background-repeat: no-repeat; background-color: black; } list_surround { margin:auto; background-image:url(); } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { color:red; text-decoration:underline; } .category_totals, .td1, .td2, grand_totals, copyright { background-image:url(http://img15.imageshack.us/img15/228/frame6518.png); border-width:0; padding:2px; } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, grand_totals:HOVER, copyright:HOVER {background-color:black; border-width:0; padding:2px; } copyright:after { content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs or info."; } .status_selected { background-color:black; padding:2px; color:white; text-decoration: blink; } .status_not_selected { background-color:black; padding:2px; color:white; } .status_selected a{ color:cyan; } .status_not_selected a{ color:white; } .thickbox { color:cyan; font-family:fantasy; font-size:12px; } .header_title { height:52px; padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { height:30px; } copyright, #grand_totals { text-align: center; margin:0 auto; } /* Will round the headers */ .header_title{ border-radius: 25px 25px 0px 0px; } list_surround { position: absolute !important; right: 350px !important;} /* CURRENTLY WATCHING/READING LINK AREA */ .status_selected a, .status_not_selected a { display: none; } body { background-size: cover; } As you see, the background for the shows themselves is now a solid blue, hiding the background image, whereas they used to be alternating lines of shades of gray with high degree of transparency. I'm too clueless to figure out what to change/repair so I figured I'd post here for advice! |
Jul 24, 2022 5:10 AM
#7562
Jul 25, 2022 7:04 AM
#7563
PwnZ said: Yo... So... I'm kinda new here... And sorry if this was asked before... But you know... 250 page... Anyway... Can i add a background image for my profile page...!? no, not the whole page or not for everyone to see, you can choose themes for the new about me, each has a different background. https://mxj.myanimelist.net/about-me/?utm_source=MAL&utm_medium=profile_link_about-me or with the classic, you can post images using bbcode..and split them for links/youtube videos to go in-between. https://myanimelist.net/forum/?topicid=1761000 and you can choose a custom one only you can see with stylish. http://myanimelist.net/forum/?topicid=1383061 |
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Jul 25, 2022 11:14 AM
#7564
hello! There was a theme I used a couplpe months back but I stopped using it because the info like score/progress etc. wasn't aligned correctly... I wonder how to fix this |
Jul 25, 2022 10:42 PM
#7565
MooneKnight said: hello! There was a theme I used a couplpe months back but I stopped using it because the info like score/progress etc. wasn't aligned correctly... I wonder how to fix this Positioning can generally be fixed with either "margin" rules or various other positioning rules (top, left, right, bottom). These would have to be applied to the correct section of the CSS. If you have a link to the theme or the theme CSS I could probably provide a fix here. |
Jul 25, 2022 10:50 PM
#7566
Tvingman said: Hello guys, I'm posting here for help regarding a theme/style I believe I found posted or referred to on Reddit YEARS ago. Recently something broke, and the CSS referred me to this group. :) As you see, the background for the shows themselves is now a solid blue, hiding the background image, whereas they used to be alternating lines of shades of gray with high degree of transparency. I'm too clueless to figure out what to change/repair so I figured I'd post here for advice! I don't have much time so I'm kind of slap-dashing this post but it's been a few days so I just want to respond either way. If it's a matter of row backgrounds, that should be a relatively easy fix. The only trouble is getting it to match what you had before. I looked through the club (not extensively though) and didn't see the exact theme so I can't be sure of how it looked before, but you could get it close since you remember how it was. Here's some CSS which you could add to the bottom of what you already have. Code for the backgrounds: /* Row Backgrounds 1 */ .td1 { background: rgba(60,60,60,0.5); } /* Row Backgrounds 2 */ .td2 { background: rgba(40,40,40,0.4); } And here's code for when the mouse hovers over them: /* Row Backgrounds 1 on hover */ .td1:hover { background: rgba(40,40,40,0.8); } /* Row Backgrounds 2 on hover */ .td2:hover { background: rgba(20,20,20,0.7); } For the colour, use a color picker: And replace the "rgba()" sections with the new colour you've acquired from the color picker. And just in case, here is what I am seeing on your list. Just to make sure we're talking about the same theme. |
Jul 26, 2022 3:23 PM
#7567
Valerio_Lyndon said: I don't have much time so I'm kind of slap-dashing this post but it's been a few days so I just want to respond either way. If it's a matter of row backgrounds, that should be a relatively easy fix. The only trouble is getting it to match what you had before. I looked through the club (not extensively though) and didn't see the exact theme so I can't be sure of how it looked before, but you could get it close since you remember how it was. Here's some CSS which you could add to the bottom of what you already have. Code for the backgrounds: /* Row Backgrounds 1 */ .td1 { background: rgba(60,60,60,0.5); } /* Row Backgrounds 2 */ .td2 { background: rgba(40,40,40,0.4); } And here's code for when the mouse hovers over them: /* Row Backgrounds 1 on hover */ .td1:hover { background: rgba(40,40,40,0.8); } /* Row Backgrounds 2 on hover */ .td2:hover { background: rgba(20,20,20,0.7); } For the colour, use a color picker: And replace the "rgba()" sections with the new colour you've acquired from the color picker. And just in case, here is what I am seeing on your list. Just to make sure we're talking about the same theme. Now I'm not sure how to follow up, it must be something with my browser. What you posted is exactly how it used to be, and for a moment now that's how it appeared to me, too. Did it unscrew itself? No, I closed and re-opened the page 10 seconds later and now I get this: In whatever case, I suppose it rules out the code, so I thank you for the reply. |
TvingmanJul 26, 2022 3:28 PM
Jul 26, 2022 11:28 PM
#7568
Tvingman said: Hmm, interesting. Perhaps it was caused by the ImageShack image I can't get to display. After messing with the code for a few minutes my table turned blue as well, but it was the first time it's done that!Valerio_Lyndon said: And just in case, here is what I am seeing on your list. Just to make sure we're talking about the same theme. https://i.imgur.com/7xUCAKn.jpeg Now I'm not sure how to follow up, it must be something with my browser. What you posted is exactly how it used to be, and for a moment now that's how it appeared to me, too. Did it unscrew itself? No, I closed and re-opened the page 10 seconds later and now I get this: https://i.imgur.com/HCV8Y21.png In whatever case, I suppose it rules out the code, so I thank you for the reply. If you find the ImageShack code: background-image:url(http://img15.imageshack.us/img15/228/frame6518.png); You can try deleting it. Be sure to only delete the code I've displayed here and not any surrounding text, or else some other visuals might change. That should hopefully fix it for good. You can still use the table colour codes I posted if you want, but if this works then you shouldn't need them. |
Jul 27, 2022 10:45 AM
#7569
Valerio_Lyndon said: Hmm, interesting. Perhaps it was caused by the ImageShack image I can't get to display. After messing with the code for a few minutes my table turned blue as well, but it was the first time it's done that! If you find the ImageShack code: background-image:url(http://img15.imageshack.us/img15/228/frame6518.png); You can try deleting it. Be sure to only delete the code I've displayed here and not any surrounding text, or else some other visuals might change. That should hopefully fix it for good. You can still use the table colour codes I posted if you want, but if this works then you shouldn't need them. That seems to have been it! Phew! Thank you a lot for taking your time and helping me with this issue. A lifesaver you are. |
Jul 27, 2022 12:18 PM
#7570
You know how on normal mal lists there is like a bar on the left of the list, next to the number and image for each anime going all the way down which shows different colours for if you're watching, completed, dropped etc... what code can get rid of this bar? |
Jul 27, 2022 1:12 PM
#7571
LewisOHH said: You know how on normal mal lists there is like a bar on the left of the list, next to the number and image for each anime going all the way down which shows different colours for if you're watching, completed, dropped etc... what code can get rid of this bar? .data.status { display: none !important; } |
ShaggyZEJul 27, 2022 1:21 PM
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Jul 28, 2022 10:11 AM
#7572
Aug 4, 2022 3:53 PM
#7573
nevermind, shagee helped me find it. |
nyappersAug 4, 2022 5:00 PM
Aug 4, 2022 4:45 PM
#7574
this is the wrong place to ask so I'll answer in one of your other threads. |
ShaggyZEAug 4, 2022 4:53 PM
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Aug 6, 2022 10:21 AM
#7575
Anyone know a 100% certain way to convert SVG files to PSD? it HAS to include the layers after conversion, otherwise it's of no use. Online tips and converters don't seem to actually work for my situation. I have SVG files I'd like to make editable by everyone so they need to be converted to PSD Also can anyone tell me how Adobe Illustrator compares to Photoshop? It says SVG can be edited in that.. maybe I can save the SVG in AI and convert to PSD there |
Aug 7, 2022 4:47 AM
#7576
Hi, I´m finishing my custom anime and manga list, but in the AnimeList I want to put in it a cursor and I haven´t the .cur file. It´s true that I have the .png file but I need the other too , because I´m trying to leave for me the cursor with .cur and for the rest of people who look at my list the cursor with .png. In fact, I have the .cur file because I converted the .png in .cur file but it isn´t sumbit to the internet. And I need to know a web file hosting that allows upload .cur files and copy its link. Could you tell me one site for this? |
Aug 7, 2022 6:33 AM
#7577
@davidvg55 dropbox https://myanimelist.net/forum/?topicid=1911384 |
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Aug 7, 2022 8:47 AM
#7578
Aug 7, 2022 9:29 AM
#7579
When i do any customization it doesn't show it to me |
Hi everyone |
Aug 7, 2022 9:56 AM
#7580
_Kaguya_sama_ said: When i do any customization it doesn't show it to me I'd start from the beginning, https://myanimelist.net/forum/?topicid=200323&show=0#msg8047258 make sure you don't have override user list styles checked https://myanimelist.net/editprofile.php?go=listpreferences |
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Aug 7, 2022 12:53 PM
#7581
_Kaguya_sama_ said: When i do any customization it doesn't show it to me What kind of customization? Also what page are you referring to/how far did you get? (link or screenshot please) |
Aug 11, 2022 11:06 AM
#7582
Heya! I'm just curious with how MyAnimeList cache the image. How much days/week for MAL to refresh and cache (or download on their server temporary) image? I have an idea to make some sort of interactive dynamic profile, but this caching thing is something that held me off 👀 |
Aug 20, 2022 2:58 PM
#7583
nattadasu said: Heya! I'm just curious with how MyAnimeList cache the image. How much days/week for MAL to refresh and cache (or download on their server temporary) image? I have an idea to make some sort of interactive dynamic profile, but this caching thing is something that held me off 👀 I haven't tested it in a while, but it seemed to be 2 weeks on average. |
Aug 20, 2022 2:59 PM
#7584
Is there a site beside Userstyles.org where I can post my CSS scripts and users can quickly just install them with one or two clicks when they have the Stylish or Stylus scripts? And with no limits. These sites and extensions have been fucked up in recent years. |
Aug 20, 2022 4:27 PM
#7585
Hello ! I apologize in advance for my bad English, I'm French and I'm learning the language ^^ I'm new here and I need your help! Indeed, I managed to customize my anime roster the way I wanted (I took the base from the 5cm grid template I customized with the anime "Children of the Whales"). I'm happy with the result, it's what I wanted. However, I noticed that it was not responsive, on phone the appearance remains as it is by default. On a tablet, I don't know, I haven't checked. So I wanted to know how to do it, if there was a setting to make, additional css to add to make it responsive or if it's complicated with the basic model I took. I send you the link of my anime list as well as the code used to make it clearer for you! Thank you in advance for your answer ! :) Here is the link of my anime list : And here is the CSS code i used to to get this result : {IMPORTANT: Change "SpaceCowboy" and "DateYutaka" to your MyAnimeList username in the next two imports under this section. That will personalize HD preview pics and you should get a faster/smoother load time. The two imports begin with @/import and are at lines 10 and 12 below. If needed, fix preview pics and layout problems with this topic: https://myanimelist.net/forum/?topicid=439897 } @import "https://malscraper.azurewebsites.net/covers/anime/SpaceCowboy/presets/dataimagelinkbefore"; @import "https://malscraper.azurewebsites.net/covers/manga/DateYutaka/presets/dataimagelinkbefore"; /*Layout CSS was originally made by Takana_no_hana, edits by Shishio-kun and Valerio_Lyndon Grid Style 1, 2021 Update Learn how to customize the layout here: https://myanimelist.net/forum/?topicid=1640096 */ @import "https://storage.live.com/items/4A07C1EEED420167%21170"; @import "https://fonts.googleapis.com/css?family=Orbitron"; @import "https://fonts.googleapis.com/css?family=Amaranth"; @import "https://fonts.googleapis.com/css?family=Rancho"; @import "https://fonts.googleapis.com/css?family=Kaushan+Script|Tangerine"; @import url('https://fonts.googleapis.com/css2?family=Acme&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); /*WALLPAPERS To change background images: delete what's in the parenthesis. Upload 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.*/ body, body.ownlist { background-image: url(https://i.imgur.com/d1cTCqQ.jpg); } /*PREVIEW PICS/COVERS See the help at the top of this layout code if you have problems with blurry or missing preview pics. 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. Change "anime" to "manga" to customize manga previews. This code customizes the Code Geass preview (anime #1575) if you change the background image link. Copy and paste the code to customize more preview pics, just change the number.*/ .data.image a[href^="/anime/1575/"]:before{background-image:url(https://images.alphacoders.com/919/thumb-1920-919225.jpg); } /*BANNER AVATAR 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.*/ .list-table .list-table-header:after { background-image: url(https://i.pinimg.com/originals/f8/87/50/f887501517c17762630a2dff06de7ab1.gif); background-position: center center; background-size: cover !important; } /*BANNER QUOTE*/ .cover-block::before { content: "All people live in a fantasy in which they are the main character." ; font-family: 'Courgette', cursive !important; } .list-container .cover-block:before{ color:black !important; } /*BANNER BACKGROUND AND HEIGHT If the image doesn't fit, increase the height and/or change "cover" to "contain". You may want to lower cover pics after (scroll down).*/ .list-unit.watching .list-status-title:after, .list-unit.reading .list-status-title:after, .list-unit.completed .list-status-title:after, .list-unit.onhold .list-status-title:after, .list-unit.dropped .list-status-title:after, .list-unit.plantowatch .list-status-title:after, .list-unit.plantoread .list-status-title:after, .list-unit.all_anime .list-status-title:after { background-image: url(https://i.imgur.com/BBAc4qn.png); background-size: cover !important; height: 500px !important; } /*MOVE COVER PICS UP OR DOWN 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.*/ .list-unit .list-status-title .text,.list-item{ top: 0px; } /*BANNER BUTTON BACKGROUNDS The first image link in parenthesis is the still black and white image, the second image link is the animated image (a GIF).*/ /*ALL ANIME BANNER BUTTON*/ .status-button.all_anime { background-image:url(https://i.imgur.com/tdGfpNg.jpg); font-size:18px !important; } .status-button.all_anime:hover,.status-button.all_anime.on { background-image:url(https://c.tenor.com/4vkuM6xfy-8AAAAC/children-of-the-whales-ouni.gif); } /*CURRENT BANNER BUTTON*/ .status-button.watching,.status-button.reading { background-image:url(https://i.imgur.com/jHG67g3.jpg); font-size:18px !important; } .status-button.watching:hover,.status-button.watching.on,.status-button.reading:hover,.status-button.reading.on { background-image:url(https://i.imgur.com/XThzZ68.gif); } /*COMPLETED BANNER BUTTON*/ .status-button.completed { background-image:url(https://i.imgur.com/LsyQBIT.jpg); font-size:18px !important; } .status-button.completed:hover,.status-button.completed.on { background-image:url(https://c.tenor.com/mggHz0aqF7QAAAAC/children-of-the-whales-kujira-no-kora-wa-sajou-ni-utau.gif); } /*ON HOLD BANNER BUTTON*/ .status-button.onhold { background-image:url(https://i.imgur.com/VqRNYk5.jpg); font-size:18px !important; } .status-button.onhold:hover ,.status-button.onhold.on { background-image:url(https://media1.giphy.com/media/Sg147yKm01LqKJKAay/giphy.gif); } /*DROPPED BANNER BUTTON*/ .status-button.dropped { background-image:url(https://i.imgur.com/MBQpdbk.jpg); font-size:18px !important; } .status-button.dropped:hover,.status-button.dropped.on { background-image:url(https://c.tenor.com/lzw4Y5fMiEAAAAAC/children-of-the-whales.gif); } /*PLANNED BANNER BUTTON*/ .status-button.plantowatch,.status-button.plantoread{ background-image:url(https://i.imgur.com/6Cqd04c.jpg); font-size:18px !important; } .status-button.plantowatch:hover,.status-button.plantowatch.on,.status-button.plantoread:hover,.status-button.plantoread.on { background-image:url(https://i.pinimg.com/originals/bc/77/60/bc77608849660570873f8eacc3ac6094.gif); } /*SIDE RENDERS (left and right) 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.*/ footer:before { left: -3%; width: 25% !important; background-size: contain !important; background-image: url(); background-position: left bottom !important; } footer:after { position:relative; right: 0%; width: 30% !important; background-size: contain !important;; background-image: url(https://www.seekpng.com/png/full/169-1699211_chakuro-children-of-whales-characters.png); background-position: right bottom !important; } /*ANIME/MANGA CONTAINER SETTINGS (TABLE COLORS) You can change the color with rbga colors. Generate RGBA colors here so you can replace the codes below: https://www.hexcolortool.com/ 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.*/ .list-unit { background-color: rgba(0,0,0,.6) ; } .status-menu-container { background-color: rgba(0,0,0,.4) ; } .list-table .list-table-data { background-color: rgba(0,0,0,.2) !important; } .list-table .list-table-data:hover { background-color: rgba(0,0,0,.4) !important; } .list-menu-float .icon-menu{ background-color: rgba(0,0,0,.4) !important; } .header { background: linear-gradient(rgba(0,0,0,.4),transparent) !important; } /*CUSTOM CURSOR More here: https://myanimelist.net/forum/?topicid=1903808*/ body *, :not(*) { cursor: url(https://i.imgur.com/j9ZWzyT.png), auto !important; } /*FILTER MENU BACKGROUND*/ #advanced-options { background-image: url(https://i.imgur.com/h0VRsRc.png) !important; } /*MAL LOGO*/ .header .header-title{ background-image: url(https://imgur.com/E7zWfiY.png) !important; } /*GREYSCALE FOR CUSTOM CATEGORY BUTTONS Delete this to remove grey from custom buttons.*/ .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{ filter: grayscale(100%); text-shadow: black 0.1em 0.1em 0.2em; } .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{ filter: inherit; } /*Original Layout*/ #cover-image{display:none}.list-table .list-table-data{background-color:rgba(0,0,0,0);box-shadow:0 0 2px transparent;border:0 solid transparent}.list-table .list-table-data:hover{box-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000!important;border:1px solid rgba(0,0,0,.3)}.list-unit.onhold:after,.list-unit.plantoread:after,.list-unit.plantowatch:after,.list-unit.reading:after,.list-unit.watching:after{background-repeat:no-repeat;background-size:contain;height:100%;background-position:right;display:inline-block!important;margin:auto!important;position:fixed!important;left:0!important;right:0!important;top:0!important;z-index:-5!important;content:"";pointer-events:none;opacity:1!important}.list-unit.all_anime:after,.list-unit.completed:after,.list-unit.dropped:after{background-repeat:no-repeat;background-size:contain;height:100%;background-position:right;display:inline-block!important;margin:auto!important;position:fixed!important;left:0!important;right:0!important;top:0!important;z-index:-5!important;content:"";pointer-events:none;opacity:1!important}.list-unit .list-status-title .text{display:block;position:absolute;width:1180px;height:38px!important;font-size:22px;color:#fff;font-family:'Acme', sans-serif; ;text-align:center;vertical-align:middle;text-align:center;border:none;text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #fff!important;background-color:transparent;margin-top:-30px!important;z-index:10!important}.list-table .list-table-header:after{position:absolute;height:120px!important;width:120px!important;background-repeat:no-repeat;background-size:contain;position:absolute;display:block!important;margin-left:57px;margin-top:-280px;content:"";padding:5px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.3);border-radius:5px;border:#fff 2px solid;pointer-events:none;z-index:10!important}footer::after{content:"";display:block;position:fixed;bottom:0;background-size:100%;pointer-events:none;z-index:3}.cover-block::after{display:none!important}.list-unit.reading .list-status-title:after,.list-unit.watching .list-status-title:after{color:transparent;width:1176px!important;background-repeat:no-repeat;background-size:contain;position:absolute!important;display:block!important;left:0!important;right:0!important;margin-top:-500px!important;content:"";z-index:0!important;margin-bottom:20px!important;pointer-events:none}.list-unit.completed .list-status-title:after{color:transparent;width:1176px!important;background-repeat:no-repeat;background-size:contain;position:absolute!important;display:block!important;left:0!important;right:0!important;margin-top:-500px!important;content:"";z-index:0!important;margin-bottom:20px!important;pointer-events:none}.list-unit.onhold .list-status-title:after{color:transparent;width:1176px!important;background-repeat:no-repeat;background-size:contain;position:absolute!important;display:block!important;left:0!important;right:0!important;margin-top:-500px!important;content:"";z-index:0!important;margin-bottom:20px!important;pointer-events:none}.list-unit.dropped .list-status-title:after{color:transparent;width:1176px!important;background-repeat:no-repeat;background-size:contain;position:absolute!important;display:block!important;left:0!important;right:0!important;margin-top:-500px!important;content:"";z-index:0!important;margin-bottom:20px!important;pointer-events:none}.list-unit.plantoread .list-status-title:after,.list-unit.plantowatch .list-status-title:after{color:transparent;width:1176px!important;background-repeat:no-repeat;background-size:contain;position:absolute!important;display:block!important;left:0!important;right:0!important;margin-top:-500px!important;content:"";z-index:0!important;margin-bottom:20px!important;pointer-events:none}.list-unit.all_anime .list-status-title:after{color:transparent;width:1176px!important;background-repeat:no-repeat;background-size:contain;position:absolute!important;display:block!important;left:0!important;right:0!important;margin-top:-500px!important;content:"";z-index:0!important;margin-bottom:20px!important;pointer-events:none}#advanced-options{position:fixed;top:24px;left:0;right:0;display:none;width:860px;margin:0 auto;padding:25px 0 30px;-moz-box-shadow:0 2px 8px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.3);-o-box-shadow:0 2px 8px 0 rgba(0,0,0,.3);-ms-box-shadow:0 2px 8px 0 rgba(0,0,0,.3);box-shadow:0 2px 8px 0 rgba(0,0,0,.3);color:#fff;text-align:left;font-family:'Acme', sans-serif; ;z-index:1101;border:none;background-image:url(http://i.imgur.com/xD2LRjG.png);background-color:rgba(0,0,0,.5);background-repeat:no-repeat;background-size:cover;background-position:50% 50%}#advanced-options .advanced-options-header{width:750px;margin:0 auto;padding-bottom:4px;border-bottom:1px solid #fff;font-size:16px;color:#fff!important}#advanced-options .advanced-options-header .description{font-size:12px;font-weight:400;margin-left:8px;color:#fff!important}#advanced-options .filter-widget .widget-header,#advanced-options .filter-widget.aired-date .text,#advanced-options .filter-widget.published-date .text,#advanced-options .sort-widget .widget-header{color:#fff!important}#advanced-options select{-ms-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/img/pc/ownlist/icon_pulldown_triangle.png);background-repeat:no-repeat;background-position:center right;background-size:18px 8px;background-color:#fff;display:inline-block;height:25px;padding:4px 20px 4px 4px;border:#bebebe 1px solid;border-radius:0;font-size:12px}#advanced-options select::-ms-expand{display:none}#advanced-options select:disabled{background-image:url(/img/pc/ownlist/icon_pulldown_triangle_disable.png);color:#9b9b9b}#advanced-options input[type=text]{padding:4px;border:#bebebe 1px solid}#advanced-options input:focus{outline:0}#advanced-options .sort-widget{margin:0 auto;padding:12px 0 0;width:750px}#advanced-options .sort-widget:last-of-type{padding-bottom:45px}#advanced-options .sort-widget select{width:172px;margin-right:8px}#advanced-options .sort-widget input[type=radio]{display:none}#advanced-options .sort-widget input[type=radio]+label{background-color:#fff;display:inline-block;width:56px;padding:5px 0;border:#bebebe 1px solid;border-radius:4px;color:#323232;font-size:12px;text-align:center;cursor:pointer}#advanced-options .sort-widget input[type=radio]:checked+label{background-color:#244291;border:#244291 1px solid;color:#fff}#advanced-options .sort-widget input[type=radio]:disabled+label{border:#bebebe 1px solid;color:#9b9b9b}#advanced-options .sort-widget input[type=radio]:checked:disabled+label{background-color:#fff;border:#bebebe 1px solid;color:#9b9b9b}#advanced-options .filter-widget{margin:0 auto;padding:12px 0 0;width:750px}#advanced-options .filter-widget select{margin-right:8px;font-size:12px}#advanced-options .filter-widget.title input[type=text]{width:360px}#advanced-options .filter-widget.airing-status select,#advanced-options .filter-widget.publishing-status select{width:152px}#advanced-options .filter-widget.magazine select,#advanced-options .filter-widget.producer select{width:360px}#advanced-options .filter-widget.aired-date select.year,#advanced-options .filter-widget.published-date select.year{width:80px}#advanced-options .filter-widget.aired-date select.day,#advanced-options .filter-widget.aired-date select.month,#advanced-options .filter-widget.published-date select.day,#advanced-options .filter-widget.published-date select.month{width:60px}#advanced-options .filter-widget.aired-date .text,#advanced-options .filter-widget.published-date .text{display:inline-block;margin-right:4px;font-size:12px}#advanced-options .filter-widget.aired-season select.year{width:80px}#advanced-options .filter-widget.aired-season select.season{width:110px}#advanced-options .filter-widget .widget-header,#advanced-options .sort-widget .widget-header{display:inline-block;width:110px;font-size:12px;font-family:'Acme', sans-serif; }#advanced-options .filter-widget:last-of-type,#advanced-options .sort-widget:last-of-type{padding-bottom:40px}#advanced-options .advanced-options-button{width:750px;margin:0 auto;padding:12px 0 0;border-top:1px solid #bebebe;text-align:center}#advanced-options .btn-apply,#advanced-options .btn-clear{background-color:rgba(0,0,0,.8);display:inline-block;width:135px;margin:0 4px;padding:6px 0;border-radius:4px;font-size:12px;color:#fff;text-align:center;-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}#advanced-options .btn-apply:hover,#advanced-options .btn-clear:hover{background-color:rgba(0,0,0,.8)}td{line-height:1.5em;height:25px!important}a{color:#fff;text-decoration:none}a:hover{color:#fff!important;text-decoration:none}#footer-block{padding:15px 0;background-color:#244291;color:#fff;font-family:'Acme', sans-serif; display:none}#copyright{font-size:12px;color:#fff;padding-top:3px;text-align:center}.header a{font-weight:700;color:#fff!important}.header a:hover{text-decoration:underline}.header{position:absolute;color:#fff;display:block;width:100%;height:50px;margin:0 auto border:none;background:-webkit-linear-gradient(rgba(0,0,0,.4),transparent);background:-o-linear-gradient(rgba(0,0,0,.4),transparent);background:-moz-linear-gradient(rgba(0,0,0,.4),transparent);background:linear-gradient(rgba(0,0,0,.4),transparent);-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;z-index:40}.header:hover{background-color:rgba(0,0,0,.5);-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.header .header-menu{position:absolute;top:5px;right:4px}.header .header-menu.other{top:5px}.header .header-menu .header-info{font-size:10px;margin-top:6px;margin-right:15px;text-align:right}.header .username{font-weight:700}.header .header-menu .list-menu{position:absolute;top:25px;right:-4px;background-color:rgba(255,255,255,.8);display:none;border:none!important;-moz-box-shadow:rgba(0,0,0,.4) 0 0 10px;-webkit-box-shadow:rgba(0,0,0,.4) 0 0 10px;box-shadow:rgba(0,0,0,.4) 0 0 10px;z-index:1}.header .header-menu .list-menu .icon-menu{display:block;width:150px;height:30px;color:#000;font-size:14px;font-weight:700;text-decoration:none;-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.header .header-menu .list-menu .icon-menu:hover{background-color:rgba(0,0,0,.5)}.header .header-menu .list-menu .icon-menu svg.icon{position:absolute;fill:rgba(0,0,0,.5);left:12px;top:4px}.header .header-menu .list-menu .icon-menu:hover svg.icon{fill:#fff!important}.header .header-menu .list-menu .icon-menu .text{position:absolute;left:52px;top:6px}.header .header-menu .list-menu .icon-menu:hover .text{color:#fff!important}.header .header-menu .btn-menu{display:block;text-align:right;color:rgba(0,0,0,.7)!important;font-size:12px!important;text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000}#header-menu-dropdown>a{color:rgba(0,0,0,.5)!important}.list-menu-float:before{content:"f0c9";font-family:'Acme', sans-serif; ;display:block;text-align:center!important;text-indent:10px;color:#fff!important;font-size:1.5em!important;height:50px;width:40px;line-height:50px}.list-menu-float:hover:before{font-size:1.7em!important;text-shadow:0 0 2px #fff,0 0 1px #fff,1px 1px 7px #fff,0 0 0 #fff;-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.list-menu-float{position:absolute;top:0;left:0;width:50px;border:none;opacity:1;height:40px!important;z-index:100}.list-menu-float .icon-menu{display:block;width:120px;background-color:#dfdfdf;height:30px;line-height:30px;text-indent:10px;opacity:0}.list-menu-float:hover .icon-menu{opacity:1;-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.list-menu-float .icon-menu.profile{background-image:none!important}.list-menu-float .icon-menu.profile:before{position:absolute;width:120px!important;content:"f007�0a0Profile";font-family:'Acme', sans-serif; ;margin-top:5px!important;margin-left:-65px!important;color:#000;text-align:center}.list-menu-float .icon-menu .text{opacity:1;width:auto;left:20px;top:0;color:#555}.list-menu-float .icon-menu:hover{width:120px!important;background-color:rgba(0,0,0,.5)!important}.list-menu-float .icon-menu:hover .text,.list-menu-float .icon-menu:hover:after,.list-menu-float .icon-menu:hover:before{color:#fff;width:auto}.list-menu-float .icon-menu.logout{border-radius:0 0 4px 4px}.list-menu-float .icon-menu.setting{display:none}.list-menu-float .icon-menu svg.icon{top:7px!important;left:5px!important;width:15px;height:15px}.list-menu-float .icon-menu.setting svg.icon-setting{display:none}.list-container{position:absolute;background-color:transparent!important;width:1200px;left:0;right:0;margin:auto;margin-top:100px;border:none!important;margin-bottom:30px}.cover-block{position:relative;display:block;width:1180px;margin:0 auto;height:auto;text-align:center;vertical-align:middle;box-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000;z-index:-1!important}.cover-block .image-container{display:block;width:1180px;height:auto;padding-top:0}.cover-block .image-container.hide{display:none}.cover-block .image-container img{max-width:1180px;height:auto}#cover-image{margin:auto;width:1180px!important;height:auto;background-color:transparent;background-size:cover!important;background-position:50% 50%}.cover-block .image-container .btn-list-setting{display:none}.cover-block .image-container:hover .btn-list-setting{display:none;position:absolute;top:20px;right:28px;padding:8px;border:rgba(255,255,255,0) 1px solid;font-size:14px;color:#fff;font-family:'Acme', sans-serif; }.cover-block .image-container .btn-list-setting:hover{position:absolute;top:20px;right:28px;background-color:rgba(0,0,0,.6);padding:8px;border:none;-moz-box-shadow:0 0 4px #000;-webkit-box-shadow:0 0 4px #000;-o-box-shadow:0 0 4px #000;-ms-box-shadow:0 0 4px #000;box-shadow:0 0 4px #000;font-size:14px;color:#fff;text-shadow:#323232 1px 1px 1px}.cover-block .image-container .btn-list-setting .fa-camera{font-size:16px;-moz-text-shadow:#000 1px 1px 3px;-webkit-text-shadow:#000 1px 1px 3px;-o-text-shadow:#000 1px 1px 3px;-ms-text-shadow:#000 1px 1px 3px;text-shadow:#000 1px 1px 3px}.cover-block .image-container .btn-list-setting .icon-plus-circle{position:absolute;top:4px;left:18px;background-color:rgba(0,0,0,.6);border-radius:50%;-moz-box-shadow:-1px 1px 0 0 #323232;-webkit-box-shadow:-1px 1px 0 0 #323232;-o-box-shadow:-1px 1px 0 0 #323232;-ms-box-shadow:-1px 1px 0 0 #323232;box-shadow:-1px 1px 0 0 #323232;font-size:10px}.cover-block .image-container .btn-list-setting .text{display:none}.cover-block .image-container .btn-list-setting:hover .text{display:inline-block;margin-left:4px}.status-menu-container .status-menu:after{border:5px solid;border-top-color:transparent;border-right-color:rgba(0,0,0,.6);border-bottom-color:rgba(0,0,0,.6);border-left-color:transparent;content:"";height:0;left:0;margin-top:-10px;width:0;position:absolute;z-index:-2!important}.status-menu-container .status-menu:before{border:5px solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:rgba(0,0,0,.6);border-left-color:rgba(0,0,0,.6);content:"";height:0;right:0;margin-top:-10px;width:0;position:absolute;z-index:-2!important}.status-menu-container{width:1200px;height:80px;background-repeat:repeat;border-bottom:none;box-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000;z-index:2!important}.status-menu-container.fixed{display:none!important}.status-menu-container.fixed+div.list-block{min-height:500px}.status-menu-container .status-menu{display:table;margin:0 auto;border-collapse:separate;border-spacing:0 0;z-index:2!important}.status-menu-container .status-menu .status-button{padding:0!important;position:relative;display:table-cell;font-family:'Acme', sans-serif; text-align:center;vertical-align:bottom!important;font-size:22px;font-weight:600!important;color:#fff;width:125px;height:74px;z-index:10;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;border-radius:5px!important;top:2px}.status-menu-container .status-menu .status-button.on{color:#fff;font-weight:700;text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000;border:#fff 1px solid;box-sizing:border-box;box-shadow:0 0 2px #000,0 0 1px #000,1px 1px 4px #000,0 0 0 #000}.status-menu-container .status-menu .status-button:hover{border:#fff 1px solid;box-shadow:0 0 2px #000,0 0 1px #000,1px 1px 4px #000,0 0 0 #000;text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000;box-sizing:border-box;background-color:transparent;color:#fff;-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.status-menu .status-button:hover:after,.status-menu-container .status-menu .status-button.on:after{opacity:1}.status-menu-container .status-menu .status-button:after{display:none!important}::-webkit-scrollbar{height:5px;width:7px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border:2px solid #f5f5f5;border-radius:2px;background-color:#9b9b9b}.status-menu-container .search-container{position:absolute;right:5px;z-index:20}.status-menu-container .search-container #search-button{display:inline-block;height:22px;margin-top:10px;color:#fff;font-size:1.6em;vertical-align:middle}.status-menu-container .search-container #search-box{display:inline-block;width:0;height:22px;overflow:hidden;margin-top:5px;-webkit-transition:width .3s;-moz-transition:width .3s;transition:width .3s;-webkit-backface-visibility:hidden;vertical-align:middle}.status-menu-container .search-container #search-box.open{display:inline-block;width:130px}.status-menu-container .search-container #search-box input{width:100%;height:100%;box-sizing:border-box}.list-block{margin:0;min-height:260px;z-index:1!important}.list-unit{margin:auto;width:1176px;box-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000;margin-top:15px;z-index:1!important;padding-top:500px}.list-unit .list-status-title{position:relative;display:table-cell;background-color:transparent;width:1180px;height:0}.list-unit .list-status-title .stats a.filterd{text-shadow:0 0 2px #fff}.list-unit .list-status-title .stats a:hover{background:rgba(0,0,0,.5);padding:8px;-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.list-unit .list-stats{background-color:rgba(255,255,255,.8);margin-top:-500px!important;color:#000;height:25px;margin:auto;position:absolute;width:1176px;z-index:1!important}.list-unit .list-status-title .stats{position:absolute;height:40px;line-height:40px;width:180px;right:-55px;margin-top:-550px;z-index:1}.list-unit .list-status-title .stats a{color:#fff;padding:8px;margin:0!important}.list-table{width:100%;margin:auto;border-collapse:collapse;background-color:transparent!important;color:#fff!important;border:none}.list-table>tbody:nth-of-type(2n+1){background-color:transparent;background-repeat:repeat}.list-table>tbody:nth-of-type(2n){background-color:transparent;background-repeat:repeat}.list-table .list-table-header:before{content:"f0dc�0a0SORT";display:block;text-align:center!important;font-family:'Acme', sans-serif; text-indent:0;color:#fff!important;font-weight:700!important;width:57px;line-height:40px;height:40px;margin-left:0!important;margin-top:-40px;position:absolute}.list-table .list-table-header:hover:before{color:#fff!important;background-color:rgba(0,0,0,.5)}.list-table .list-table-header{position:absolute;display:block;margin-left:-10px;margin-top:-515px;z-index:200!important}.list-table .list-table-header .header-title{background:#f6f6f6 url(/img/pc/ownlist/bar-table-header.png) no-repeat right 7px/1px 22px;display:block;border-bottom:0;height:39px;text-align:center;vertical-align:middle;z-index:60!important;opacity:0}.list-table .list-table-header:hover .header-title{opacity:1;-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.list-table .list-table-header .header-title:last-child{background-image:none}.list-table .list-table-header .header-title.image,.list-table .list-table-header .header-title.number,.list-table .list-table-header .header-title.status,.list-table .list-table-header .header-title.tags{background-image:none;display:none!important}.list-table .list-table-header .header-title.title{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.score{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.type{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.progress{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.chapters{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.volumes{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.rated{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.started{text-align:center;width:90px;line-height:40px;padding:0!important;display:none}.list-table .list-table-header .header-title.finished{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.days{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.storage{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.retail{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title.priority{text-align:center;width:90px;line-height:40px;padding:0!important}.list-table .list-table-header .header-title .link{font-size:11px;color:#323232;text-decoration:none height:40px;width:90px}.list-table .list-table-header .header-title .link.sort{position:relative;display:inline-block;color:#323232;height:40px;width:90px;white-space:nowrap;-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.list-table .list-table-header .header-title .link.sort:hover{color:#000;background-color:rgba(0,0,0,.5);height:40px;width:90px}.list-table .list-table-header .header-title .sort-icon{color:#fff}.list-table .list-table-data:hover{box-sizing:border-box;-moz-transition-property:all;-o-transition-property:all;-webkit-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-o-transition-duration:.3s;-webkit-transition-duration:.3s;transition-duration:.3s;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.list-table .list-table-data:hover .data.title{text-shadow:0 0 2px #000,0 0 1px #000,0 1px 7px #000,0 0 .5px #000;color:#fff;transition:.1s linear}.header a:hover,.list-table .list-table-data a:not(.edit-disabled):hover{text-decoration:underline}.list-table .list-table-data .data{display:table-cell;padding:4px 0;text-align:center;vertical-align:middle;color:#fff!important;border:none}.list-table .list-table-data a:not(.edit-disabled):hover{text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000;color:#fff!important}.list-table .list-table-data a.edit-disabled{cursor:text;color:#fff}.list-table .list-table-data .data.title .link{font-size:17px!important;text-decoration:none!important;font-family:'Acme', sans-serif; font-weight:100!important;transition:all .1s ease 0s;color:#fff!important}.list-table .list-table-data:hover .data.title .link{letter-spacing:.5px;transition:all .1s ease 0s;color:#fff!important}.list-table .list-table-data .data.title .content-status,.list-table .list-table-data .data.title .rereading,.list-table .list-table-data .data.title .rewatching{text-shadow:0 0 2px #f54ee7,0 0 1px #f54ee7,1px 1px 7px #e32bd4,0 0 0 #f54ee7!important;color:#fff!important;font-size:.9em;text-align:right!important;vertical-align:middle!important;width:180px!important;display:block;opacity:0}.list-table .list-table-data:hover .data.title .content-status,.list-table .list-table-data:hover .data.title .rereading,.list-table .list-table-data:hover .data.title .rewatching{text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000!important;color:#fff!important;font-size:1em;right:4px!important;top:30px!important;vertical-align:middle!important;width:80px!important;text-align:right;display:block;opacity:1;position:absolute;font-weight:700}.list-table .list-table-data .data.season{text-shadow:0 0 2px #f54ee7,0 0 1px #f54ee7,1px 1px 7px #e32bd4,0 0 0 #f54ee7!important;color:#fff!important;font-size:.9em;text-align:left!important;vertical-align:middle!important;width:80px!important;display:block;opacity:0}.list-table .list-table-data:hover .data.season{text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000!important;color:#fff!important;font-size:1em;left:4px!important;top:30px!important;vertical-align:middle!important;display:block;opacity:1;position:absolute;font-weight:700}.list-table .list-table-data .data.score .link{font-size:1.2em;font-weight:700}td.td1.borderRBL{color:#fff!important}.list-table .list-table-data .data.title .more{position:relative}.list-table .more-info{display:none}.list-table .more-info .more-content{padding:10px}.list-table .list-table-data .data.status{width:4px;z-index:9!important}.list-table .list-table-data .data.status .text{display:none}.list-table .list-table-data .data.status.reading,.list-table .list-table-data .data.status.watching{background-color:transparent}.list-table .list-table-data .data.status.plantoread,.list-table .list-table-data .data.status.plantowatch{background-color:transparent}.list-table .list-table-data .data.status.completed{background-color:transparent}.list-table .list-table-data .data.status.onhold{background-color:transparent}.list-table .list-table-data .data.status.dropped{background-color:transparent}.list-table .list-table-data:hover .data.status.completed:before,.list-table .list-table-data:hover .data.status.dropped:before,.list-table .list-table-data:hover .data.status.onhold:before,.list-table .list-table-data:hover .data.status.plantoread:before,.list-table .list-table-data:hover .data.status.plantowatch:before,.list-table .list-table-data:hover .data.status.reading:before,.list-table .list-table-data:hover .data.status.watching:before{height:25px;width:25px!important;background-position:50% 50%;background-repeat:no-repeat;background-size:15px 17px;display:inline-block!important;position:relative;left:25px!important;top:0!important;z-index:10!important;content:"";pointer-events:none;opacity:1!important}.list-table .list-table-data:hover .data.status.completed:before{color:#fff;content:"f05d";font-size:1.5em;line-height:25px;font-family:'Acme', sans-serif; }.list-table .list-table-data:hover .data.status.reading:before,.list-table .list-table-data:hover .data.status.watching:before{color:#fff;content:"f008";font-size:1.5em;line-height:25px;font-family:'Acme', sans-serif; }.list-table .list-table-data:hover .data.status.plantoread:before,.list-table .list-table-data:hover .data.status.plantowatch:before{color:#fff;content:"f073";font-size:1.5em;line-height:25px;font-family:FontAwesome!important}.list-table .list-table-data:hover .data.status.onhold:before{color:#fff;content:"f017";font-size:1.5em;line-height:25px;font-family:'Acme', sans-serif; }.list-table .list-table-data:hover .data.status.dropped:before{color:#fff;content:"f00d";font-size:1.5em;line-height:25px;font-family:'Acme', sans-serif; }.link.sort+a{display:none}.data.tags:before{margin:0;width:12px!important;padding:5px 0!important;z-index:10}data.tags:hover:before{width:15px;padding:5px 5px 5px 4px!important;font-size:1.1em;color:#fff;cursor:default}.data.tags:before,.data.tags:hover:before{position:absolute;left:50px;top:0;height:15px!important}.list-item:hover .data.tags:before{opacity:1}.data.tags{opacity:1;height:100%;width:0;z-index:25}.data.tags *{z-index:25;transition:opacity .15s ease-in-out;color:#000;margin-top:25px}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.data.tags:hover *{width:180px;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.data.tags a{text-align:left;font-size:1em;color:#000;white-space:nowrap}.data.tags:before{content:'';border:none;opacity:0;margin-top:0;background-image:url(http://i.imgur.com/WC8S1cb.png);background-size:15px 14px;background-repeat:no-repeat;background-position:50% 50%;letter-spacing:-1px;background-color:transparent;width:25px!important;height:15px!important;display:block}.data.tags:hover:before{content:'';background-image:url(http://i.imgur.com/WC8S1cb.png);background-size:15px 14px;background-repeat:no-repeat;background-position:50% 50%;letter-spacing:-1px;color:#6ebcf4;width:25px!important;height:15px!important;display:block}.data.tags textarea{position:absolute;font-family:'Acme', sans-serif; z-index:50;width:180px!important;height:200px!important}.edit-transition.edit-leave{display:none}.tags .edit{position:absolute;top:-25px;left:50px;width:25px!important;height:25px;font-size:0!important}.tags .edit:hover{width:25px!important}div[class*=tags-]{overflow:hidden;height:200px;background:rgba(255,255,255,.9)}.anime [href*="&tag="]{white-space:normal!important;text-transform:none;pointer-events:none}.list-table{display:table-row}.data.image~td,.data.status{position:absolute}.list-table .list-table-data .data.image a{background-size:cover;background-repeat:no-repeat;background-position:center center!important}.list-item{margin:8px;position:relative;float:left}.list-item .data{opacity:1}.list-item .list-table-data{position:absolute}.list-table .list-table-data .data{padding:0;border-bottom:none}.list-item .data.image{z-index:0!important;position:absolute}.list-item .data.image img{height:100%;width:100%}.list-item,.list-item .list-table-data{width:180px!important;height:283px!important}.list-item .data.title{width:180px!important;height:283px!important}.data.image{overflow:hidden;width:180px!important;height:225px!important;margin-top:0}.data.image a:before{content:"";display:inline-block!important;position:relative;width:180px;height:225px;background-color:rgba(0,0,0,.3);background-position:center!important;background-repeat:no-repeat!important;background-size:cover;z-index:5;box-shadow:0 0 5px #000 inset;box-sizing:border-box;transition:all .2s ease-in-out}.list-table .list-table-data:hover .data.image a:before{transition:all .2s ease-in-out;transform:scale(1.1)}.list-item .data.number{padding-left:7px;text-align:left!important;line-height:25px!important;width:173px;height:25px;text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000;background:-webkit-linear-gradient(rgba(0,0,0,.7),transparent);background:-o-linear-gradient(rgba(0,0,0,.7),transparent);background:-moz-linear-gradient(rgba(0,0,0,.7),transparent);background:linear-gradient(rgba(0,0,0,.7),transparent);z-index:1!important;position:absolute}.data.title>a{position:absolute;z-index:5;top:230px;height:35px!important;line-height:1.05em;text-align:center;vertical-align:middle;width:100%;overflow:hidden}.list-item .data.title{box-sizing:border-box;height:200px!important;padding:0!important}.list-table .list-table-header .header-title.studio{display:none!important}.list-item .data.studio{width:180px;margin:0;height:30px!important;top:195px;z-index:1!important;display:table;background-color:transparent;background:rgba(0,0,0,0);background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%)}.list-item .data.studio span{display:table-cell;vertical-align:middle}.list-item .data.score{right:5px;width:15px;text-align:left;bottom:-5px!important}.list-item .data.score a{color:#fff}.list-item .data.score:hover *{text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #fff!important;color:#fff}.list-item .data.studio *{text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000!important;font-weight:700!important}.score select.edit-transition{margin-left:-5px}.data.progress,.data.volume,a[href*="%C2%9"]{bottom:-5px!important;transition:opacity .15s ease-in-out;padding-left:5px!important}.data.chapter{bottom:-5px!important;padding-left:70px!important}.data.chapter *,.data.progress *,.data.volume *{color:#fff}.list-item .data.type{right:5px!important;width:50px!important;top:5px!important;text-align:right!important;font-size:1em;transition:opacity .15s ease-in-out;font-weight:700;opacity:1;z-index:2;text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000}.list-table .list-table-data .data.title .add-edit-more{top:0;left:75px;font-size:0!important;position:absolute;z-index:10!important;text-align:center!important;vertical-align:middle!important;width:25px!important;height:25px!important;display:block}.add-edit-more{opacity:0;transition:all 0s ease 0s}.list-item:hover .add-edit-more{opacity:1}.list-table .list-table-data .data.title .edit a{background-image:url(http://i.imgur.com/OT1yCLP.png);display:block;width:25px;height:25px;background-size:15px 15px;background-repeat:no-repeat;background-color:transparent;background-position:50% 50%}.list-table .list-table-data .data.title .more a{background-image:url(http://i.imgur.com/cUAaila.png);display:inline-block;width:15px;height:15px;background-size:cover;color:transparent!important;display:none}.list-table .list-table-data .data.title .add a{background-image:url(http://i.imgur.com/AoTgUAL.png);display:block;width:25px;height:25px;background-size:15px 15px;background-repeat:no-repeat;background-color:transparent;background-position:50% 50%}.list-unit .loading-space{margin:0;height:20px;font-size:20px;text-align:center}.header .header-info>a{color:#fff!important}.header .header-info{color:rgba(255,255,255,.8)!important}.header .header-menu{color:rgba(255,255,255,.8)!important}.header .header-menu .btn-menu{color:rgba(255,255,255,.8)!important}.username{color:rgba(255,255,255,.8)!important}#header-menu-button{color:rgba(255,255,255,.8)!important}.header a{font-weight:700;color:#fff!important}.cover-block::after{height:120px!important;width:120px!important;background-repeat:no-repeat;background-size:contain;position:absolute;display:block!important;margin-left:57px;margin-top:-70px;content:"";padding:5px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.3);border-radius:5px;border:#fff 2px solid}.cover-block::before{position:absolute;display:block!important;margin:auto;bottom:5px;width:1200px;text-align:center;color:#fff!important;font-size:18px!important;font-family:'Acme', sans-serif; letter-spacing:0!important}.header .header-title{position:absolute;top:0;left:40px;background-image:url(http://i.imgur.com/39cRtfK.png);background-position:left top;background-repeat:no-repeat;background-size:auto 50px;display:block;width:50px!important;height:50px;text-indent:-9999px;overflow:hidden}body[data-query*='"status":1'],body[data-query*='"status":2'],body[data-query*='"status":3'],body[data-query*='"status":4'],body[data-query*='"status":6'],body[data-query*='"status":7']{background-attachment:fixed!important;background-position:50% 50%;background-repeat:no-repeat!important;background-size:cover}span a[href*="&tag=!"],span a[href*="&tag=%40"],span a[href*="&tag=~"]{display:none!important}a[href$="&tag=*"]{position:absolute;left:0;width:150px;height:0;font-size:15px;top:0;color:transparent!important}a[href$="&tag=*"]:after{content:'f005';font-family:'Acme', sans-serif; display:inline-block;pointer-events:all;position:absolute;top:238px;left:145px;font-size:1.1em;color:#fff!important;text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #fff!important}@keyframes intro{from{opacity:0;margin-top:100vh}16%{opacity:0;margin-top:100vh}to{opacity:1;margin-top:100px}}.list-container{animation:intro 2s}footer{position:fixed;bottom:0;left:0;width:100%;height:30px!important;z-index:9998}#footer-block{display:block;background-color:transparent;background:rgba(0,0,0,0);background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.6)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%)}#copyright{color:#fff;letter-spacing:1px;text-shadow:0 3px 3px #000;font-size:10px}#copyright::after{content:"Shelter Style V2 - Layout originally designed by Takana no Hana"} /*2021 Changes*/ .data.tags span a{pointer-events:auto;cursor:pointer!important}.list-table .list-table-data .data.tags a:hover{color:#000!important;text-shadow:none}.cover-block::after{opacity:0}a img{background-size:cover!important;height:250px!important;width:178px!important}.data.image a:before{content:"";display:inline-block!important;position:absolute;width:180px;height:225px;background-color:rgba(0,0,0,.3);background-position:center!important;background-repeat:no-repeat!important;background-size:cover;z-index:5;box-shadow:0 0 5px #000 inset;box-sizing:border-box;transition:all .2s ease-in-out}footer:after,footer:before{display:block;content:"";height:100%!important;bottom:0;background-repeat:no-repeat!important;pointer-events:none!important}.list-table .list-table-header .header-title.days,.list-table .list-table-header .header-title.licensor{color:gray!important}.list-table .list-table-header .header-title.licensor{padding-top:20px}.list-table .list-table-header:after{position:absolute!important;top:150px}.list-table .list-table-data .data.licensor,.list-table .list-table-data .data.magazine{position:absolute!important;margin-top:100px;left:-10px;width:200px}.list-table .list-table-data .data.rated:before{content:"Rated"}.list-table .list-table-data .data.rated{position:absolute!important;left:0;right:0;top:135px}.list-table .list-table-data .data.airing-started:before{content:"Debuted:"}.list-table .list-table-data .data.airing-started{position:absolute!important;top:50px!important;left:4px}.list-table .list-table-data .data.airing-finished:before{content:"Ended:"}.list-table .list-table-data .data.airing-finished{position:absolute!important;top:70px!important;left:4px}.list-table .list-table-data .data.days{position:absolute!important;margin-top:-14px;left:-18px;width:100px;z-index:10;pointer-events:none!important;font-size:11px!important}.list-table .list-table-data .data.storage{position:absolute!important;z-index:100;margin-top:283px;left:0}.list-table .list-table-data .data.started:before{content:"Started:"}.list-table .list-table-data .data.started{position:absolute!important;margin-top:157px;left:4px}.list-table .list-table-data .data.finished:before{content:"Finished:"}.list-table .list-table-data .data.finished{position:absolute!important;margin-top:172px;left:4px}.data.score:before{content:"Score:";position:absolute;left:-40px}.list-table .list-table-data .data.airing-finished,.list-table .list-table-data .data.airing-started,.list-table .list-table-data .data.days,.list-table .list-table-data .data.finished,.list-table .list-table-data .data.licensor,.list-table .list-table-data .data.magazine,.list-table .list-table-data .data.rated,.list-table .list-table-data .data.season,.list-table .list-table-data .data.started,.list-table .list-table-data .data.storage{opacity:0!important;text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000!important;color:#fff!important;font-size:.9em;font-weight:700}.list-table .list-table-data:hover .data.airing-finished,.list-table .list-table-data:hover .data.airing-started,.list-table .list-table-data:hover .data.days,.list-table .list-table-data:hover .data.finished,.list-table .list-table-data:hover .data.licensor,.list-table .list-table-data:hover .data.magazine,.list-table .list-table-data:hover .data.rated,.list-table .list-table-data:hover .data.season,.list-table .list-table-data:hover .data.started,.list-table .list-table-data:hover .data.storage,.list-table .list-table-data:hover .data.studio{opacity:1!important;visibility:visible!important}.list-table .list-table-data:hover .data.season{width:400px!important}.list-item .data.score a{padding-right:10px;padding-bottom:5px;padding-top:5px;z-index:1000!important}.list-table .list-table-data .data.score{z-index:1000!important}.list-table .list-table-data .data.score .link:Before{content:"";position:absolute;height:40px;width:80px;display:block;top:-5px;left:-50px;opacity:.5;z-index:1000!important}select{background-color:#000!important;color:#fff!important}select:hover{background-color:#000!important;color:#fff!important}.list-table .fa:after{content:"";position:absolute!important;top:-6px!important;left:40px!important;display:block;padding-right:30px;padding-left:10px;padding-bottom:30px;padding-top:10px}.fa:hover{text-decoration:underline!important}.list-table .list-table-data .data.title .link:hover{text-decoration:underline!important}.data.progress span a:before{content:"";width:35px;height:10px;left:0;top:-5px;position:absolute;padding-bottom:20px;z-index:10000!important}.data.title>a{height:18px!important}.list-table .list-table-data .data.title .link:hover{width:100%;height:auto;overflow:visible;white-space:initial}footer::after,footer::before{content:"";display:block;position:fixed;bottom:0;background-size:100%;pointer-events:none;z-index:3}.cover-block::after{display:none!important}.list-table .list-table-data .tags textarea{position:absolute;top:0;background:beige;color:#000;text-align:center!important;font-family:'Acme', sans-serif; font-size:11px;box-sizing:inherit!important;transition:none!important;animation:none!important;border:none!important;line-height:inherit}.data.priority:after{content:"Priority"}.data.priority{position:absolute;z-index:1000;top:-14px;left:75px;text-shadow:0 0 2px #000,0 0 1px #000,1px 1px 7px #000,0 0 0 #000!important;color:#fff!important;pointer-events:none!important;font-weight:700}.data.priority:after{content:"Priority"}.list-table .list-table-data .data.chapter,.list-table .list-table-data .data.chapter a,.list-table .list-table-data .data.licensor a,.list-table .list-table-data .data.magazine a,.list-table .list-table-data .data.progress,.list-table .list-table-data .data.progress a,.list-table .list-table-data .data.score a,.list-table .list-table-data .data.season a,.list-table .list-table-data .data.studio a,.list-table .list-table-data .data.volume,.list-table .list-table-data .data.volume a{color:#fff!important}.list-table .list-table-data .data.tags a{color:#000!important}.list-item .data.studio span{display:inline-block}.list-menu-float{z-index:400;pointer-events:none}.list-menu-float::before,.list-menu-float:hover{pointer-events:auto}.list-table .list-table-header{pointer-events:none}.list-table .list-table-header::before,.list-table .list-table-header:hover{pointer-events:auto}.data.progress span a::before{z-index:1!important}.list-item .data.studio span{display:inline!important;vertical-align:middle!important}.cover-block::after,v.list-table .list-table-header:after{background-size:cover!important;background-position:center center!important}.data.days:before{content:"Days:"}.list-menu-float span.text{color:#fff!important}.list-menu-float .icon-menu.profile::before{color:#fff!important}.list-menu-float span.text:hover{text-decoration:underline}.list-menu-float{padding-right:10px;padding-bottom:20px}.list-menu-float .icon-menu svg.icon{fill:#fff!important}.list-menu-float .icon-menu.profile{font-size:16px;left:0;width:120px!important}.list-menu-float .icon-menu.profile::before{position:absolute;font-size:17px!important;left:14px;top:-3px;content:"f007�0a0"!important;font-family:'Acme', sans-serif; }.list-menu-float .icon-menu.profile::after{content:"Profile";position:absolute;left:19px;top:4px;font-family:'Acme', sans-serif; }.list-menu-float .icon-menu.profile:hover:before{text-decoration:none!important}.list-menu-float .icon-menu.profile:hover:after{text-decoration:underline}.list-menu-float .icon-menu.profile::before{top:-7px}.list-menu-float .icon-menu.profile::after{top:0}.list-unit:before{content:"";height:100%;width:100%;left:0;top:0;display:block;position:fixed}.data.priority{top:5px;left:30px}.list-table .list-table-data:hover .data.priority{top:-14px;left:70px;position:absolute;width:120px}.list-item .data.number{line-height:26px!important} {ADD NEW CODES UNDER HERE} |
_Orun_Aug 21, 2022 12:27 AM
Aug 20, 2022 8:36 PM
#7586
Shishio-kun said: Is there a site beside Userstyles.org where I can post my CSS scripts and users can quickly just install them with one or two clicks when they have the Stylish or Stylus scripts? And with no limits. These sites and extensions have been fucked up in recent years. I use https://userstyles.world , stylus actually lets you publish straight from it to userstyles.world however you can host it anywhere like github or dropbox if you name it whatever.user.css stylus will install it, and check for updates. which I personally haven't tried since I just use the userstyles.world api |
ShaggyZEAug 21, 2022 2:58 AM
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Aug 20, 2022 8:43 PM
#7587
@_Orun_ nobody needs your CSS so can you delete that wall of text or put it in a spoiler? you can add these codes for adding CSS that specifically target certain resolutions or landscape/portrait mode. CSS hacks: Set different coding for each individual resolution and for phones @media all and (orientation: portrait) { //code here } |
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Aug 21, 2022 12:32 AM
#7588
Aug 22, 2022 7:36 AM
#7589
Is there anyway to lock the status menu bar? Everytime I scroll down it just goes to the top of the screen but I want it to stay on the bottom. The position is fixed but even then scrolling still moves it. Thanks |
Aug 22, 2022 8:41 AM
#7590
Kingasian said: you have duplicate selectors in your code, this isn't the only one I saw, so not only are they canceling each other out, the status menu has top code that literally tells it to move up, change these twoIs there anyway to lock the status menu bar? Everytime I scroll down it just goes to the top of the screen but I want it to stay on the bottom. The position is fixed but even then scrolling still moves it. Thanks from: .status-menu-container.fixed { position: fixed; display: block; bottom: 7px !important; right: 5px !important; top:535px; } .status-menu-container.fixed { position: fixed; display: block; bottom: 7px !important; right: 5px !important; top: unset; } or remove top from both .status-menu-container.fixed { position: fixed; display: block; /*top: 0;*/ } .status-menu-container.fixed { position: fixed; display: block; bottom: 7px !important; right: 5px !important; /*top:535px;*/ } |
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Aug 22, 2022 8:53 AM
#7591
Thank you man! Another question I have is: Is it possible to change the cover image on hover? I know how to do it with Html and Css, but I'm not sure if it's even possible to get it to change on hover using CSS only since the cover image uses a <img> tag. Thank you again. |
Aug 22, 2022 9:45 AM
#7592
Kingasian said: Thank you man! Another question I have is: Is it possible to change the cover image on hover? I know how to do it with Html and Css, but I'm not sure if it's even possible to get it to change on hover using CSS only since the cover image uses a <img> tag. Thank you again. you'll have to wait for someone better than me to answer as it's probably going to require some trickery like .cover-block .image-container img:hover { visibility: hidden !important; } .cover-block .image-container:hover { background-image: url(https://image.myanimelist.net/ui/yCHrxjyj0lwjmGEXjAnOyHZXVIArNvh4czN7ZJvtfBg) !important; background-repeat: no-repeat; background-attachment: local; background-size: contain; } |
ShaggyZEAug 22, 2022 9:54 AM
![]() My Userscripts - Themes - Userstyles - Extensions (Chrome/Firefox) [API CSS] MAL-Scraper-API Cover/CSS Generator |
Sep 17, 2022 10:53 AM
#7593
How do I display my tickets on my modern about me design for the bunkasai event? |
Sep 19, 2022 11:33 AM
#7594
Hi, After checking the modern themes and doubting cards vs. table I ended up just using the default, but with bigger images and combining start/finish dates in one column to simplify it a bit. However, when there's no start date or both cells are empty, the layout goes wonky and I'm not sure how to bonk it back into place. No dates can be observe in the PTW (or All Anime beyond 300-ish). Can someone help me figure this out, please? Anime list / PTW page Screenshots Custom CSS /*************** ** Header area * ****************/ .list-table .list-table-header .header-title.started, .list-table .list-table-header .header-title.finished { background: #333 url("/img/pc/ownlist/bar-table-header-dark.png") no-repeat right 7px / 0 22px; display: flex; justify-content: center; align-items: center; height: 1rem; } .list-table .list-table-header .header-title.started { border-bottom: 0; padding-top: 2px; border: 0; } .list-table .list-table-header .header-title.finished { padding-bottom: 2px; margin-bottom: -1px; } .list-table .list-table-header .header-title.days { background-image: url(/img/pc/ownlist/bar-table-header-dark.png), url(/img/pc/ownlist/bar-table-header-dark.png); background-position: right, left; background-repeat: no-repeat, no-repeat !important; } .list-table .list-table-header .header-title.genre { background: #333 url("/img/pc/ownlist/bar-table-header-dark.png") no-repeat left 7px / 1px 22px; } /************* * Data cells * **************/ /* Larger image. */ .list-table .list-table-data .data.image .image { width: 96px; height: 136px; } /* Larger title area. */ .list-table .list-table-header .header-title.title { width: 30%; } /* At least put mr. ugly on the same line MAL, jfc. */ .icon-watch2 { display: inline !important; } /* Merging start & end dates. */ .list-table tbody.list-item .list-table-data { /* No bueno hardcoding max heights here. */ } .list-table .list-table-data .data.started, .list-table .list-table-data .data.finished, .list-table .list-table-data .data.airing-started, .list-table .list-table-data .data.airing-finished { display: flex; height: 66px; flex-direction: column; } .list-table .list-table-data .data.started, .list-table .list-table-data .data.airing-started { justify-content: end; border-bottom: 0; /* No bueno hardcoding max heights here. */ } .list-table .list-table-data .data.finished, .list-table .list-table-data .data.airing-finished { margin-bottom: -0.5px; /* No bueno hardcoding max heights here. */ } .list-table .list-table-data .data.started:empty, .list-table .list-table-data .data.finished:empty, .list-table .list-table-data .data.airing-started:empty, .list-table .list-table-data .data.airing-finished:empty { /* This doesn't work since empty cells aren't actually empty. */ } Thanks, love you. |
Sep 21, 2022 1:49 AM
#7595
Bl-zz said: Hi, After checking the modern themes and doubting cards vs. table I ended up just using the default, but with bigger images and combining start/finish dates in one column to simplify it a bit. However, when there's no start date or both cells are empty, the layout goes wonky and I'm not sure how to bonk it back into place. No dates can be observe in the PTW (or All Anime beyond 300-ish). Can someone help me figure this out, please? Anime list / PTW page Screenshots Custom CSS /*************** ** Header area * ****************/ .list-table .list-table-header .header-title.started, .list-table .list-table-header .header-title.finished { background: #333 url("/img/pc/ownlist/bar-table-header-dark.png") no-repeat right 7px / 0 22px; display: flex; justify-content: center; align-items: center; height: 1rem; } .list-table .list-table-header .header-title.started { border-bottom: 0; padding-top: 2px; border: 0; } .list-table .list-table-header .header-title.finished { padding-bottom: 2px; margin-bottom: -1px; } .list-table .list-table-header .header-title.days { background-image: url(/img/pc/ownlist/bar-table-header-dark.png), url(/img/pc/ownlist/bar-table-header-dark.png); background-position: right, left; background-repeat: no-repeat, no-repeat !important; } .list-table .list-table-header .header-title.genre { background: #333 url("/img/pc/ownlist/bar-table-header-dark.png") no-repeat left 7px / 1px 22px; } /************* * Data cells * **************/ /* Larger image. */ .list-table .list-table-data .data.image .image { width: 96px; height: 136px; } /* Larger title area. */ .list-table .list-table-header .header-title.title { width: 30%; } /* At least put mr. ugly on the same line MAL, jfc. */ .icon-watch2 { display: inline !important; } /* Merging start & end dates. */ .list-table tbody.list-item .list-table-data { /* No bueno hardcoding max heights here. */ } .list-table .list-table-data .data.started, .list-table .list-table-data .data.finished, .list-table .list-table-data .data.airing-started, .list-table .list-table-data .data.airing-finished { display: flex; height: 66px; flex-direction: column; } .list-table .list-table-data .data.started, .list-table .list-table-data .data.airing-started { justify-content: end; border-bottom: 0; /* No bueno hardcoding max heights here. */ } .list-table .list-table-data .data.finished, .list-table .list-table-data .data.airing-finished { margin-bottom: -0.5px; /* No bueno hardcoding max heights here. */ } .list-table .list-table-data .data.started:empty, .list-table .list-table-data .data.finished:empty, .list-table .list-table-data .data.airing-started:empty, .list-table .list-table-data .data.airing-finished:empty { /* This doesn't work since empty cells aren't actually empty. */ } Thanks, love you. Mixing tables with other displays (e.g "display: flex") is a recipe for jank behaviours, I try to avoid it as much as possible. Anyway I figured since the problem only happens with empty cells, I'd fill them with some content to see if it fixed it. While it didn't immediately fix the problem, it did help and it's required for the later fixes to work so you'll need to add this code that adds text to empty cells: .data.started::before, .data.finished::before, .data.airing-started::before, .data.airing-finished::before { content: ""; } I then figured out the second problem which is the "justify-content: end". No idea why it offsets the airing columns like that, but, well, jank. Anyway I didn't see any of the same issues while using "margin" so I would recommend replacing this: .list-table .list-table-data .data.started, .list-table .list-table-data .data.airing-started { justify-content: end; border-bottom: 0; /*height: 82px;*/ /*min-height: 82px;*/ /*max-height: 82px;*/ } With this new code: .list-table .list-table-data .data.started, .list-table .list-table-data .data.airing-started { border-bottom: 0; margin-top: 52px; margin-bottom: -52px; } With these two fixes it was no longer a problem in my testing. |
Valerio_LyndonSep 21, 2022 1:58 AM
Sep 21, 2022 4:24 AM
#7596
Valerio_Lyndon said: Mixing tables with other displays (e.g "display: flex") is a recipe for jank behaviours, I try to avoid it as much as possible. … With these two fixes it was no longer a problem in my testing. You're very right about the hackiness of the code. I figured as long as it works for now, it might not need to work if they ever introduce decent themes/customisation or someone fashions up a custom theme that conquers my heart like how you just helped conquer that table. Thanks a bunch! |
Sep 27, 2022 7:04 AM
#7597
[classic layout] anyone know what can be done to edit the text from the new "Anime List Notes" update MAL added yesterday? like changing the text size/color only for the notes but nothing else on the list |
ワンダーランズ×ショウタイム |
Sep 27, 2022 8:11 PM
#7598
Sep 27, 2022 10:17 PM
#7599
Badonkers said: There's a recent update where List Notes are added. I tried enabling the notes but it doesn't show up in the list. Any fix to this? The column is not supported by default due to some problems implementing it with the default design. To support the notes in their default location, the anime/manga titles and the anime/manga type have to be top-aligned at all times. Here's the code for that, you can add it to the bottom of your CSS to try it out: /*-S-T-A-R-T--------------------*\ | Notes Column Support R0.0 | \*------------------------------*/ .notes { display: block; padding-bottom: 4px; } .notes .text { opacity: .7; } .notes textarea { background: var(--btn-bg); border: 1px solid var(--bg-dark); outline-color: var(--accent); color: var(--text); } .data.title { height: auto; } .data.type, .data.title { top: 0; align-self: flex-start; } /*------------------------E-N-D-*/ There are other ways to implement the Notes that wouldn't cause the top-aligned titles, but so far I can only think of alternatives with other downsides such as a constant, fixed padding to all entries and a forced scroll on the notes Column. Or perhaps it could be implemented on the far right of the list items?.. The point is, if you can think of somewhere else you want the Notes I may be able to help but it's likely to have caveats. |
Sep 27, 2022 10:20 PM
#7600
wkteo said: [classic layout] anyone know what can be done to edit the text from the new "Anime List Notes" update MAL added yesterday? like changing the text size/color only for the notes but nothing else on the list The notes on the classic list can be styled with the selector [id^="noteLinks"]. The text size, colour, and other properties can be changed as per any other element with regular CSS for instance "color", "font-size", and so-forth. Here's an example with a text colour, font size, a background, and some padding. [id^="noteLinks"] { color: #ccf; background: #111; padding: 5px; font-size: 11px; } |
More topics from this board
» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )Shishio-kun - Jul 21, 2017 |
381 |
by KabukiChouNights
»»
Sep 13, 10:56 AM |
|
» theme helpthreat - Jul 5 |
5 |
by Zaryf
»»
Aug 21, 5:46 AM |
|
» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )Valerio_Lyndon - Apr 19, 2018 |
1261 |
by KiranaStarr
»»
Aug 16, 5:48 PM |
|
» [CSS] ⭐️ Customize your List Cursor + Cursor FixesShishio-kun - Mar 8, 2021 |
30 |
by Shishio-kun
»»
Jul 28, 3:17 AM |
|
» How To Have Different Banner/Cover image & Background Image For Manga & Anime ListsYasminaRegina - Jul 25 |
2 |
by YasminaRegina
»»
Jul 26, 1:02 AM |