New
Jul 7, 2017 11:30 AM
#4601
Jordan_X said: ok good job!Shishio-kun said: Jordan_X said: I'm trying to add a material design shadow to each of my category boxes to make them look like material cards in the Classic list design. For this to work I need some sort of element containing each of the elements in each table, but there doesn't seem to be anything doing that. Is there any way to apply a box shadow to a list section in the classic list? Don't know what you mean by section cuz there's too many places you could mean. Can you highlight or circle what section in particular? then I'll just give u the code for it I actually figured it out. I applied the box-shadow to all table elements within the #list_surround div that didn't have a class, which selected everything I wanted plus the nav bar, so I used this code: #list_surround table:not([class]) { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); } #list_surround table:nth-of-type(1) { box-shadow: none; } |
Jul 7, 2017 6:02 PM
#4602
fuckhead said: just writing off of the top of my head, but I think you want to use the background-position property.Shishio-kun said: fuckhead said: Do you know how to make an image overlay the list? Try this, you need to put your background url in the parenthesis tho; if it doesn't work try to leave it in so I can adjust what went wrong (wrote off the top of my head). body:before { content: ""; background-image: url(); background-color: transparent; background-attachment: fixed; height: 100% !important; width: 100% !important; z-index: 10 !important; top: 0 !important; left: 0 !important; position: fixed !important; pointer-events: none !important; display: block !important; } Thanks that worked well. Do you know how to change the position of it? I tried to use "top:" and "left:" to do it but it just cut off parts of the image instead of moving it. Also in case it affects your answer, I'm using a small picture with a transparent background and added "background-repeat: no-repeat;". |
Jul 11, 2017 5:32 AM
#4603
Jul 11, 2017 1:24 PM
#4604
Two questions: 1. Is it possible to resize youtube videos. Like if i wanted to make them bigger to fill up the full width of a profile or smaller to put them side by side. It looks sloppy when things aren't the same size. It would look really cool if you could tile them as well. 2. On my profile i'm having an issue where the top image, two slices, is slightly thiner than the two below it, many slices. I've checked and redone my math countless times but everything always adds up to 800px, there's no transparent edge. All together i'm pretty darn stumped. Any idea where i messed up? |
Aoi_YuiJul 11, 2017 5:58 PM
Jul 11, 2017 5:42 PM
#4605
Sorry if this has already been asked but is there a way to get a separate picture to follow beside each section (Watching, Completed, etc.)? Like character 'A' beside Currently Watching, character 'B' beside Completed, character 'C' beside On-Hold, etc. |
Jul 11, 2017 5:53 PM
#4606
Igneel_Grandine said: Sorry if this has already been asked but is there a way to get a separate picture to follow beside each section (Watching, Completed, etc.)? Like character 'A' beside Currently Watching, character 'B' beside Completed, character 'C' beside On-Hold, etc. I'm pretty sure it is possible but the method depends on the format. Also I'm still a noob so i won't be much help. |
Jul 11, 2017 5:59 PM
#4607
Yang_Siucao said: Igneel_Grandine said: Sorry if this has already been asked but is there a way to get a separate picture to follow beside each section (Watching, Completed, etc.)? Like character 'A' beside Currently Watching, character 'B' beside Completed, character 'C' beside On-Hold, etc. I'm pretty sure it is possible but the method depends on the format. Also I'm still a noob so i won't be much help. I won't be changing the format of my current list so you can use that as a basis if needed. I'd just like to have a picture follow each section (at the bottom of the screen) as you scroll, but once you get to the end of a section, it stops and follows the section up the screen. I don't know if I explained that well, but I can try to show you what I mean in screenshots if needed. |
Jul 11, 2017 6:03 PM
#4608
Igneel_Grandine said: Yang_Siucao said: Igneel_Grandine said: Sorry if this has already been asked but is there a way to get a separate picture to follow beside each section (Watching, Completed, etc.)? Like character 'A' beside Currently Watching, character 'B' beside Completed, character 'C' beside On-Hold, etc. I'm pretty sure it is possible but the method depends on the format. Also I'm still a noob so i won't be much help. I won't be changing the format of my current list so you can use that as a basis if needed. I'd just like to have a picture follow each section (at the bottom of the screen) as you scroll, but once you get to the end of a section, it stops and follows the section up the screen. I don't know if I explained that well, but I can try to show you what I mean in screenshots if needed. your better off asking some1 else for the details tbh. But screenshots as well as a sample of your code would make a huge difference. |
Jul 12, 2017 12:14 AM
#4609
susan00 said: Hey, Shishio-kun, got a question concerning the intro animation (I used your Angel Beats animation as basic). When there're more than 100 items on the list it starts to glitch. Is there any way to solve that? Lag may be inedible on load with a long list for your com lessen the size of the images you're using if possible |
Jul 12, 2017 12:17 AM
#4610
Yang_Siucao said: Two questions: 1. Is it possible to resize youtube videos. Like if i wanted to make them bigger to fill up the full width of a profile or smaller to put them side by side. It looks sloppy when things aren't the same size. It would look really cool if you could tile them as well. 2. On my profile i'm having an issue where the top image, two slices, is slightly thiner than the two below it, many slices. I've checked and redone my math countless times but everything always adds up to 800px, there's no transparent edge. All together i'm pretty darn stumped. Any idea where i messed up? 1. not that I know of for profiles 2. your top images are 798px on your profile. So they are 2px off from the ones below it. I know it may originally be 800px but it may have been resized when you posted it. You can see it for yourself with right click -> inspect. I guess you'll need to upload the top two images as slices that add up to 800px or make the stuff under it add up to 798px. |
Jul 12, 2017 12:19 AM
#4611
Igneel_Grandine said: Sorry if this has already been asked but is there a way to get a separate picture to follow beside each section (Watching, Completed, etc.)? Like character 'A' beside Currently Watching, character 'B' beside Completed, character 'C' beside On-Hold, etc. There are many list layouts and CSS tutorials for this kinda thing for classic list designs. You can find them for yourself under the stickies. For modern, Takana no hana layouts have separate backgrounds and stuff for specific pages. You can get them from there and I just helped someone in this thread Irenevanessa with the same thing. Please try it on your own first if you can, I can help but I'm super burned out on this kinda thing I'd appreciate if you could do it on your own |
Jul 12, 2017 12:20 AM
#4612
Igneel_Grandine said: Yang_Siucao said: Igneel_Grandine said: Sorry if this has already been asked but is there a way to get a separate picture to follow beside each section (Watching, Completed, etc.)? Like character 'A' beside Currently Watching, character 'B' beside Completed, character 'C' beside On-Hold, etc. I'm pretty sure it is possible but the method depends on the format. Also I'm still a noob so i won't be much help. I won't be changing the format of my current list so you can use that as a basis if needed. I'd just like to have a picture follow each section (at the bottom of the screen) as you scroll, but once you get to the end of a section, it stops and follows the section up the screen. I don't know if I explained that well, but I can try to show you what I mean in screenshots if needed. I don't follow this explanation at all. But it's possible to have an individual image under each individual category page banner, that's been around for years |
Jul 12, 2017 7:49 AM
#4613
Hi... Can anyone help me please? I was trying to customize my page for my anime list and when i save it keeps saying "polishing inside screen" but when i click to go on my list its still same. I was always using list codes in 'classic' tab before that. and I tried it in modern tab first time I did everything same as video tutorial but it keeps sayin 'polishing inside screen'. then I used my old CSS codes in classic and it worked. but when i click to 'modern' its still sayin 'polishing..' thing.. What should I do about that? |
Jul 12, 2017 7:54 AM
#4614
Shishio-kun said: Igneel_Grandine said: Sorry if this has already been asked but is there a way to get a separate picture to follow beside each section (Watching, Completed, etc.)? Like character 'A' beside Currently Watching, character 'B' beside Completed, character 'C' beside On-Hold, etc. There are many list layouts and CSS tutorials for this kinda thing for classic list designs. You can find them for yourself under the stickies. For modern, Takana no hana layouts have separate backgrounds and stuff for specific pages. You can get them from there and I just helped someone in this thread Irenevanessa with the same thing. Please try it on your own first if you can, I can help but I'm super burned out on this kinda thing I'd appreciate if you could do it on your own Alright, I'll look for it! Thank you and sorry for the inconvenience. |
Jul 12, 2017 1:24 PM
#4615
Hi. Something happened to my list design and I would appreciate some help. As you can see in my profile it asks for some kind of "account update to enable" whatever. I guess something happened to the code, but I have no idea how to fix it. body { background-image: url(http://4put.ru/pictures/max/443/1361019.jpg); background-attachment: fixed; background-size: cover; text-shadow: 1px 0px 4px #800000; } .header_title { background-color: rgba(211, 108, 25, 0.400); color: #EBCF9E; font-family: "Monotype Corsiva"; font-size:40px; border-radius: 20px 20px 0px 0px; font-weight: 700; text-align: center; text-shadow: 3px -1px 5px #0C0C0C; } .table_header { background-color: rgba(130, 69, 28, 0.400); } .animetitle, .animetitle:visited { color:white; font-family: "Georgia"; font-size:16px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-size:14px; font-family: "Nova Slim"; } #list_surround { margin: -25px auto 0; width:950px; } #list_surround { position: relative; } body { font-weight: light; background-repeat: no-repeat; background-color: #FFFFFF; } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { color:rgba(255, 159, 89, 1); text-decoration:none; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image:url(http://i1232.photobucket.com/albums/ff367/coolspot21/frame6518-1.png); border-width:0; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .category_totals a, .td1 a, .td2 a, #grand_totals a, #copyright a { transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER {background-color:rgba(0, 0, 0, 0.400); border-width:0; } #copyright:after { content: " "; } #copyright { margin-bottom: 30px !important; border-radius: 20px; padding: 10px; } .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:blue; } .status_not_selected a{ color:white; } .thickbox { color:cyan; font-family:fantasy; font-size:12px; } .header_title { padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { border-radius: 0px 0px 20px 20px; height: 40px; text-align: center; } #grand_totals { text-align: center; margin:0 auto; border-radius: 20px; padding: 10px 20px; width: 600px; } #mal\_control\_strip{ background: url(none) !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: 0 none !important; } |
light_sanJul 13, 2017 5:15 AM
Jul 12, 2017 3:16 PM
#4616
light_san said: Consequence of Photobuckets new policies, You will need to re-host the background image on another site, I recommend imgur, and it will work. My guess though is that you do not have the original and in that case I recommend you use another image. If you are lucky you could get the attention of the original creator of the layout, and they might still have the image; Most likely though, you are stuck with removing or changing the image.Hi. Something happened to my list design and I would appreciate some help. As you can see in my profile it asks for some kind of "account update to enable" whatever. I guess something happened to the code, but I have no idea how to fix it. Thx in advance for help. body { background-image: url(http://4put.ru/pictures/max/443/1361019.jpg); background-attachment: fixed; background-size: cover; text-shadow: 1px 0px 4px #800000; } .header_title { background-color: rgba(211, 108, 25, 0.400); color: #EBCF9E; font-family: "Monotype Corsiva"; font-size:40px; border-radius: 20px 20px 0px 0px; font-weight: 700; text-align: center; text-shadow: 3px -1px 5px #0C0C0C; } .table_header { background-color: rgba(130, 69, 28, 0.400); } .animetitle, .animetitle:visited { color:white; font-family: "Georgia"; font-size:16px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-size:14px; font-family: "Nova Slim"; } #list_surround { margin: -25px auto 0; width:950px; } #list_surround { position: relative; } body { font-weight: light; background-repeat: no-repeat; background-color: #FFFFFF; } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { color:rgba(255, 159, 89, 1); text-decoration:none; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image:url(http://i1232.photobucket.com/albums/ff367/coolspot21/frame6518-1.png); border-width:0; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .category_totals a, .td1 a, .td2 a, #grand_totals a, #copyright a { transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER {background-color:rgba(0, 0, 0, 0.400); border-width:0; } #copyright:after { content: " "; } #copyright { margin-bottom: 30px !important; border-radius: 20px; padding: 10px; } .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:blue; } .status_not_selected a{ color:white; } .thickbox { color:cyan; font-family:fantasy; font-size:12px; } .header_title { padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { border-radius: 0px 0px 20px 20px; height: 40px; text-align: center; } #grand_totals { text-align: center; margin:0 auto; border-radius: 20px; padding: 10px 20px; width: 600px; } #mal\_control\_strip{ background: url(none) !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: 0 none !important; } |
Jul 13, 2017 5:19 AM
#4617
Pico-tan said: Consequence of Photobuckets new policies, You will need to re-host the background image on another site. Fixed it, thanks for help. |
Jul 13, 2017 3:46 PM
#4618
So... I was looking at my lists and they were awkwardly not showing covers, I applied the fixes suggested, and there was this new weird thing going on where portions of the original images were missing (sometimes fully missing). Is this just me or does it happen to other people as well? This is only present for the first 127 titles on my "Completed" anime list; then it's all fine until the end. This weird issue is also only present for my anime list, not manga. |
blobJul 13, 2017 3:52 PM
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jul 14, 2017 4:13 AM
#4619
MilaNympha said: Hi... Can anyone help me please? I was trying to customize my page for my anime list and when i save it keeps saying "polishing inside screen" but when i click to go on my list its still same. I was always using list codes in 'classic' tab before that. and I tried it in modern tab first time I did everything same as video tutorial but it keeps sayin 'polishing inside screen'. then I used my old CSS codes in classic and it worked. but when i click to 'modern' its still sayin 'polishing..' thing.. What should I do about that? What's your signature from? It looks like something I'd like to see. I might have misunderstood but you can't use classic layout CSS on modern. You need to put modern CSS layouts on the modern tab It might just be taking a long time to load, try to do it again and give it time. Otherwise I never heard of the problem so I don't have any more advice |
Jul 14, 2017 4:34 AM
#4620
Shishio-kun said: MilaNympha said: Hi... Can anyone help me please? I was trying to customize my page for my anime list and when i save it keeps saying "polishing inside screen" but when i click to go on my list its still same. I was always using list codes in 'classic' tab before that. and I tried it in modern tab first time I did everything same as video tutorial but it keeps sayin 'polishing inside screen'. then I used my old CSS codes in classic and it worked. but when i click to 'modern' its still sayin 'polishing..' thing.. What should I do about that? What's your signature from? It looks like something I'd like to see. I might have misunderstood but you can't use classic layout CSS on modern. You need to put modern CSS layouts on the modern tab It might just be taking a long time to load, try to do it again and give it time. Otherwise I never heard of the problem so I don't have any more advice It's from Neon Genesis Evangelion: The End Of Evangelion. And thanks a lot for the answer ^^ |
Jul 16, 2017 12:16 PM
#4621
I need some help... c': Well, basically, I'm trying to combine two layouts in one, but that's the first time I'm messing with CSS stuff, and since I've never touched it before, I'm kinda lost. The problem is, when I added the second theme, the text in the top where you change your list (currently watching, completed, that stuff) get too far to the right, here's an image: https://i.imgur.com/f6VB2B6.png ("plan to watch" cuts in "plan to"). I want to know if there's any way to get this more to the left? (Also the "tag" keeps appearing, and when I disable it I get a hole in the text, but I'll keep tags enabled anyway) Second problem is that the other change list thing is covered by RemRam pic, as seem in this image: https://i.imgur.com/9YYe9wA.png (there should be all of them there, but only dropped appear for some reason) Is there a way to put this text to over the picture without making the picture transparent? I don't really know if I should be mixing two layouts but I thought it would be fun to experiment with it, and beside those problems, I think it's actually looking pretty good... xD If there's no way to correct this, no problem, and sorry to ^^ ~Edit~ I've managed to fix the first thing, and when I added a little animation intro, RemRam's pic disappeared. That solves the second problem but brings a third, I don't know if that's normal or if there's something wrong in the codes... |
VictorenJul 16, 2017 8:57 PM
EKUSUPROOOOOSION! |
Jul 17, 2017 1:04 AM
#4622
Victoren said: I need some help... c': Well, basically, I'm trying to combine two layouts in one, but that's the first time I'm messing with CSS stuff, and since I've never touched it before, I'm kinda lost. The problem is, when I added the second theme, the text in the top where you change your list (currently watching, completed, that stuff) get too far to the right, here's an image: https://i.imgur.com/f6VB2B6.png ("plan to watch" cuts in "plan to"). I want to know if there's any way to get this more to the left? (Also the "tag" keeps appearing, and when I disable it I get a hole in the text, but I'll keep tags enabled anyway) Second problem is that the other change list thing is covered by RemRam pic, as seem in this image: https://i.imgur.com/9YYe9wA.png (there should be all of them there, but only dropped appear for some reason) Is there a way to put this text to over the picture without making the picture transparent? I don't really know if I should be mixing two layouts but I thought it would be fun to experiment with it, and beside those problems, I think it's actually looking pretty good... xD If there's no way to correct this, no problem, and sorry to ^^ ~Edit~ I've managed to fix the first thing, and when I added a little animation intro, RemRam's pic disappeared. That solves the second problem but brings a third, I don't know if that's normal or if there's something wrong in the codes... Your post is hard for me to follow. What exactly is the current problem right now that you want solved? You want RemRam's pic back up? Where do you want it - also is that the two girls? When you say RemRam it sounds like one character if so, saying Rem and Ram would be easier to understand for someone who's never seen it If the two girls: Add to the bottom of CSS; move the pic with left and top px amount. Also please remove @imports you don't need. When you draw on all these you end up adding to the bandwidth use of accounts unnecessarily. .status-menu-container:before { position: absolute; display: block; content: ""; left: -130px; top: -444px; height: 650px; width: 1000px; background-color: transparent; background-image: url(http://i.imgur.com/tU8xou7.png); background-position: center top; background-attachment: scroll; background-repeat: no-repeat; z-index: 1; pointer-events: none; } |
Shishio-kunJul 17, 2017 1:32 AM
Jul 17, 2017 5:11 AM
#4623
Hello Just i want the code how i put image from anime and looks like this http://prntscr.com/fwpbde ? are posible? |
Jul 17, 2017 6:47 AM
#4624
ArthurNo1 said: Hello Just i want the code how i put image from anime and looks like this http://prntscr.com/fwpbde ? are posible? You mean you want the code to make a table of cover pics? |
Jul 17, 2017 6:49 AM
#4625
Shishio-kun said: ArthurNo1 said: Hello Just i want the code how i put image from anime and looks like this http://prntscr.com/fwpbde ? are posible? You mean you want the code to make a table of cover pics? Yes |
Jul 17, 2017 7:19 AM
#4626
ArthurNo1 said: Shishio-kun said: ArthurNo1 said: Hello Just i want the code how i put image from anime and looks like this http://prntscr.com/fwpbde ? are posible? You mean you want the code to make a table of cover pics? Yes I don't remember these codes but you can rip the CSS from my minimalist square layout under the modern CSS layouts, and I might have isolated them in the topic for Endless Summer. The way to isolate CSS is to open the layout in Firefox, then right click, inspect element, go to the Style tab and CSS, then delete lines of code until you isolate just what you want. |
Jul 17, 2017 3:49 PM
#4627
Victoren said: Well, if you are using two layouts at once simply by copy-pasting one after another, you will definitely have some conflicting CSS. I would highly recommend not doing this, and instead, taking one thing you like at a time from each theme and slowly building up a new theme from the pieces of the two. This would make your code a million times cleaner, thus reducing page load¹ and making it easier to fix issues as they pop up while inserting each new snippet. It'd likely take about as much time as it will take to get your current theme working properly anyway.I need some help... c': Well, basically, I'm trying to combine two layouts in one, but that's the first time I'm messing with CSS stuff, and since I've never touched it before, I'm kinda lost. The problem is, when I added the second theme, the text in the top where you change your list (currently watching, completed, that stuff) get too far to the right, here's an image: https://i.imgur.com/f6VB2B6.png ("plan to watch" cuts in "plan to"). I want to know if there's any way to get this more to the left? (Also the "tag" keeps appearing, and when I disable it I get a hole in the text, but I'll keep tags enabled anyway) Second problem is that the other change list thing is covered by RemRam pic, as seem in this image: https://i.imgur.com/9YYe9wA.png (there should be all of them there, but only dropped appear for some reason) Is there a way to put this text to over the picture without making the picture transparent? I don't really know if I should be mixing two layouts but I thought it would be fun to experiment with it, and beside those problems, I think it's actually looking pretty good... xD If there's no way to correct this, no problem, and sorry to ^^ ~Edit~ I've managed to fix the first thing, and when I added a little animation intro, RemRam's pic disappeared. That solves the second problem but brings a third, I don't know if that's normal or if there's something wrong in the codes... I won't go into the specifics of how to fix your current issues here (though I can in another post if you want), as to fix every issue on your current list style you will need to learn how to fix them anyway to get this up and running. You can check what is causing things to become faulty by inspecting the elements individual properties and finding the piece of code that is causing them to act the way they do (I think Shishio has a tutorial on Inspect Element, or I guess I could explain it), then finding that specific line of code in your theme mash-up and modifying it. That's the best way to go about fixing your issues. ¹ What I mean by reducing page load is that as of right now, you are loading not only two versions of code for each element on your list, which means double the text being sent to each visitor (this only amount to a few kilobytes though), you are also sending quite a few images that will never be seen to each visitor as well (this is a lot more egregious). What this means is that you're wasting the bandwidth of anyone who visits your anime list, and may increase your page load time by up to a second or more, depending on the speed of the visitor's internet connection. |
Valerio_LyndonJul 17, 2017 3:54 PM
Jul 17, 2017 3:50 PM
#4628
Shishio-kun said: Your post is hard for me to follow. What exactly is the current problem right now that you want solved? You want RemRam's pic back up? Where do you want it - also is that the two girls? When you say RemRam it sounds like one character if so, saying Rem and Ram would be easier to understand for someone who's never seen it If the two girls: Add to the bottom of CSS; move the pic with left and top px amount. Also please remove @imports you don't need. When you draw on all these you end up adding to the bandwidth use of accounts unnecessarily. .status-menu-container:before { position: absolute; display: block; content: ""; left: -130px; top: -444px; height: 650px; width: 1000px; background-color: transparent; background-image: url(http://i.imgur.com/tU8xou7.png); background-position: center top; background-attachment: scroll; background-repeat: no-repeat; z-index: 1; pointer-events: none; } Yeah, sorry about the "RemRam", I was kinda sleepy and didn't think very well. But yes, it's the two girls. ^^ Well, the code you gave worked and they're back, but the first problems are back too, I'll try to explain better what's happening: Here is a pic without the girls: https://i.imgur.com/GhAJmsH.png And here's with the girls: https://i.imgur.com/0oB7ObC.png As you can see, they're covering the anime list's tabs, so I wanted to know if there's a way to make this part visible, but keeping the girl's pic visibility. And the second problem is when I scroll down my list, this happen: Without the girls: https://i.imgur.com/acyPKCs.png With the girls: https://i.imgur.com/60GDH2V.png As you can see, they're covering the other anime list's tabs, again... Then I tried to put the z-index on the picture as 0, and I had that: http://i.imgur.com/x8b5jc6.png And now the lists are visible, but they're still covering the anime covers. Is there any solution? (Even though I think not, I'm really thinking on simply removing this picture. xD) |
EKUSUPROOOOOSION! |
Jul 17, 2017 4:02 PM
#4629
Valerio_Lyndon said: Well, if you are using two layouts at once simply by copy-pasting one after another, you will definitely have some conflicting CSS. I would highly recommend not doing this, and instead, taking one thing you like at a time from each theme and slowly building up a new theme from the pieces of the two. This would make your code a million times cleaner, thus reducing page load¹ and making it easier to fix issues as they pop up while inserting each new snippet. It'd likely take about as much time as it will take to get your current theme working properly anyway. I won't go into the specifics of how to fix your current issues here (though I can in another post if you want), as to fix every issue on your current list style you will need to learn how to fix them anyway to get this up and running. You can check what is causing things to become faulty by inspecting the elements individual properties and finding the piece of code that is causing them to act the way they do (I think Shishio has a tutorial on Inspect Element, or I guess I could explain it), then finding that specific line of code in your theme mash-up and modifying it. That's the best way to go about fixing your issues. ¹ What I mean by reducing page load is that as of right now, you are loading not only two versions of code for each element on your list, which means double the text being sent to each visitor (this only amount to a few kilobytes though), you are also sending quite a few images that will never be seen to each visitor as well (this is a lot more egregious). What this means is that you're wasting the bandwidth of anyone who visits your anime list, and may increase your page load time by up to a second or more, depending on the speed of the visitor's internet connection. Yeah, you have a great point... I think I'll stop with the laziness and start everything from zero. As I said, until yesterday I hadn't tried to mess with CSS code not even once, I was pretty lost, but I think I can get this to work now as I have read some tutorials, and for the time I spent messing with the codes and trying to find the things that was causing issues (exactly as you said lol). So thanks for the advice, I'll blank everything and try to start from zero. ^^ |
EKUSUPROOOOOSION! |
Jul 17, 2017 4:11 PM
#4630
Victoren said: Cool. :3Valerio_Lyndon said: Well, if you are using two layouts at once simply by copy-pasting one after another, you will definitely have some conflicting CSS. I would highly recommend not doing this, and instead, taking one thing you like at a time from each theme and slowly building up a new theme from the pieces of the two. This would make your code a million times cleaner, thus reducing page load¹ and making it easier to fix issues as they pop up while inserting each new snippet. It'd likely take about as much time as it will take to get your current theme working properly anyway. I won't go into the specifics of how to fix your current issues here (though I can in another post if you want), as to fix every issue on your current list style you will need to learn how to fix them anyway to get this up and running. You can check what is causing things to become faulty by inspecting the elements individual properties and finding the piece of code that is causing them to act the way they do (I think Shishio has a tutorial on Inspect Element, or I guess I could explain it), then finding that specific line of code in your theme mash-up and modifying it. That's the best way to go about fixing your issues. ¹ What I mean by reducing page load is that as of right now, you are loading not only two versions of code for each element on your list, which means double the text being sent to each visitor (this only amount to a few kilobytes though), you are also sending quite a few images that will never be seen to each visitor as well (this is a lot more egregious). What this means is that you're wasting the bandwidth of anyone who visits your anime list, and may increase your page load time by up to a second or more, depending on the speed of the visitor's internet connection. Yeah, you have a great point... I think I'll stop with the laziness and start everything from zero. As I said, until yesterday I hadn't tried to mess with CSS code not even once, I was pretty lost, but I think I can get this to work now as I have read some tutorials, and for the time I spent messing with the codes and trying to find the things that was causing issues (exactly as you said lol). So thanks for the advice, I'll blank everything and try to start from zero. ^^ Feel free to ask if you are wondering about anything as you do so, those themes had some complicated stuff in them from what I saw. |
Jul 17, 2017 4:31 PM
#4631
Valerio_Lyndon said: Cool. :3 Feel free to ask if you are wondering about anything as you do so, those themes had some complicated stuff in them from what I saw. Thanks! I'm working on it right now, it's kinda complicated but I might be able to do something with it, just hope I don't screw everything up again. c': |
EKUSUPROOOOOSION! |
Jul 17, 2017 6:43 PM
#4632
blob said: So... I was looking at my lists and they were awkwardly not showing covers, I applied the fixes suggested, and there was this new weird thing going on where portions of the original images were missing (sometimes fully missing). Is this just me or does it happen to other people as well? This is only present for the first 127 titles on my "Completed" anime list; then it's all fine until the end. This weird issue is also only present for my anime list, not manga. Hi again, I'd like an update on this issue I'm having (see above spoiler). I'm unsure if no one answered because it's an unsolved mystery I missed the link of or if it's because you guys think this is the same issue is addressed on the first post of this topic (and other places) and it feels like I didn't try solving it that way (it still might be, but I have investigated further as you will be able to read soon). I checked other people's lists and it seems to happen for everyone's list, so I now know that it is not related to my code; it was also weird that the MAL page itself didn't have the images as complete. (In case anyone saw and went like : "Damn it blob, you don't listen to instructions!" : I tried on a different browser (on Mozilla FF) and the images were fine. I then tried on a different computer with the same browser (Chrome) and the images were all there. I thought it was my adblocker, so I turned it off, but it didn't solve the problem on Chrome. So I'm perhaps even more confused to before. Another confusing element is how I can see the miniature covers of the MAL site before they disappear once I click on them : Hopefully this addition of information will help. Thanks in advance. |
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jul 17, 2017 8:26 PM
#4633
blob said: From what I see no one answered your post, whoops. So I see you are using the correct import format for the issue everyone else was having, and I can see everything fine while using the problem-child version of Chrome. So that's very odd, especially as it also is happening for every list you say... And if the base website image are also being affected in some way, assuming these issues are being caused by the same problem, this is probably some really weird bug. May need a reinstall of Chrome or just to use Firefox until Chrome decides to update on your machine. But in the mean time, we can try some troubleshooting though I kind of doubt results ( sorry for the pessimism ;3 ).blob said: So... I was looking at my lists and they were awkwardly not showing covers, I applied the fixes suggested, and there was this new weird thing going on where portions of the original images were missing (sometimes fully missing). Is this just me or does it happen to other people as well? This is only present for the first 127 titles on my "Completed" anime list; then it's all fine until the end. This weird issue is also only present for my anime list, not manga. Hi again, I'd like an update on this issue I'm having (see above spoiler). I'm unsure if no one answered because it's an unsolved mystery I missed the link of or if it's because you guys think this is the same issue is addressed on the first post of this topic (and other places) and it feels like I didn't try solving it that way (it still might be, but I have investigated further as you will be able to read soon). I checked other people's lists and it seems to happen for everyone's list, so I now know that it is not related to my code; it was also weird that the MAL page itself didn't have the images as complete. (In case anyone saw and went like : "Damn it blob, you don't listen to instructions!" : I tried on a different browser (on Mozilla FF) and the images were fine. I then tried on a different computer with the same browser (Chrome) and the images were all there. I thought it was my adblocker, so I turned it off, but it didn't solve the problem on Chrome. So I'm perhaps even more confused to before. Another confusing element is how I can see the miniature covers of the MAL site before they disappear once I click on them : Hopefully this addition of information will help. Thanks in advance. Alright, firstly, could you check your browser version by putting chrome://help/ into the URL bar and tell us what it says please. Also, have you enabled any experimental flags in Chrome (if you don't know what they are just say no)? Do you have any issues with images on other websites, or is it only MAL that loads half the image? |
Jul 18, 2017 4:41 AM
#4634
Valerio_Lyndon said: From what I see no one answered your post, whoops. So I see you are using the correct import format for the issue everyone else was having, and I can see everything fine while using the problem-child version of Chrome. So that's very odd, especially as it also is happening for every list you say... And if the base website image are also being affected in some way, assuming these issues are being caused by the same problem, this is probably some really weird bug. May need a reinstall of Chrome or just to use Firefox until Chrome decides to update on your machine. But in the mean time, we can try some troubleshooting though I kind of doubt results ( sorry for the pessimism ;3 ). Alright, firstly, could you check your browser version by putting chrome://help/ into the URL bar and tell us what it says please. Also, have you enabled any experimental flags in Chrome (if you don't know what they are just say no)? Do you have any issues with images on other websites, or is it only MAL that loads half the image? ...Thanks for no-noticing me, senpai... I haven't tested out every list; in fact, yours seems to be working just fine, even if once I click on the cover, the MAL page it redirects me to will have a faulty cover image. It also has no problem on modern list layouts. Idk what experimental flags are, so no? Unsure, I don't know many image websites. I'd say only MAL, but if you got examples I could try (imgur/facebook are fine). I won't change browser for simply this. :T |
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jul 19, 2017 7:54 AM
#4635
Hey, I'd like to have my Currently Watching table (only that table) sorted by the Tags column alphabetically (instead of being sorted by Anime Title). What code would I need to achieve this? I'm using the classic style without any premade style, just some minor adjustments I already made. Actually, what I really want is to sort it by emission day, so I just figured I'd put the day as a tag and then sort by that column. |
Jul 19, 2017 9:47 AM
#4636
Cazador75 said: Hey, I'd like to have my Currently Watching table (only that table) sorted by the Tags column alphabetically (instead of being sorted by Anime Title). What code would I need to achieve this? I'm using the classic style without any premade style, just some minor adjustments I already made. Actually, what I really want is to sort it by emission day, so I just figured I'd put the day as a tag and then sort by that column. I dont think that can be done easily and I don't know of a simple code you can throw in since CSS doesn't sort stuff afaik |
Jul 20, 2017 11:24 PM
#4637
blob said: Yeah, I use default images instead of a cover generator (as do most modern lists). All classic lists use CSS to import covers into their list designs, which would appear to single out that as one of the issues happening here.Valerio_Lyndon said: From what I see no one answered your post, whoops. So I see you are using the correct import format for the issue everyone else was having, and I can see everything fine while using the problem-child version of Chrome. So that's very odd, especially as it also is happening for every list you say... And if the base website image are also being affected in some way, assuming these issues are being caused by the same problem, this is probably some really weird bug. May need a reinstall of Chrome or just to use Firefox until Chrome decides to update on your machine. But in the mean time, we can try some troubleshooting though I kind of doubt results ( sorry for the pessimism ;3 ). Alright, firstly, could you check your browser version by putting chrome://help/ into the URL bar and tell us what it says please. Also, have you enabled any experimental flags in Chrome (if you don't know what they are just say no)? Do you have any issues with images on other websites, or is it only MAL that loads half the image? ...Thanks for no-noticing me, senpai... I haven't tested out every list; in fact, yours seems to be working just fine, even if once I click on the cover, the MAL page it redirects me to will have a faulty cover image. It also has no problem on modern list layouts. Idk what experimental flags are, so no? Unsure, I don't know many image websites. I'd say only MAL, but if you got examples I could try (imgur/facebook are fine). I won't change browser for simply this. :T You could try disabling all your chrome extensions and seeing if that changes anything? And maybe clear your cache? chrome://settings/clearBrowserData (make sure to only check "cached images and files", unless you actually do want to clear everything else) (You could also check if the images change at all in an Incognito window, though that's kind of grasping at straws.) Short of that, I would recommend re-installing except that re-installing chrome without losing settings is a right pain. This is such a strange issue to be honest all I can think of is basic troubleshooting (though I can't think of any more of troubleshooting steps at the moment). The fact that images only load weirdly on MAL anime pages is especially annoying. We have the same Chrome version so it's definitely a bug with your specific install/setup though.. |
Jul 21, 2017 4:42 AM
#4638
Just a quick question. Is there a limit as to how many characters you can put in your css code? |
Jul 21, 2017 10:45 AM
#4639
Valerio_Lyndon said: Yeah, I use default images instead of a cover generator (as do most modern lists). All classic lists use CSS to import covers into their list designs, which would appear to single out that as one of the issues happening here. You could try disabling all your chrome extensions and seeing if that changes anything? And maybe clear your cache? chrome://settings/clearBrowserData (make sure to only check "cached images and files", unless you actually do want to clear everything else) (You could also check if the images change at all in an Incognito window, though that's kind of grasping at straws.) Short of that, I would recommend re-installing except that re-installing chrome without losing settings is a right pain. This is such a strange issue to be honest all I can think of is basic troubleshooting (though I can't think of any more of troubleshooting steps at the moment). The fact that images only load weirdly on MAL anime pages is especially annoying. We have the same Chrome version so it's definitely a bug with your specific install/setup though.. Interesting, everything is now fixed, thanks. =) I first tried opening on another computer with the same setup and the images were showing. So I was a bit confused. I tried on the computer with the problem to open an incognito tab and it was also working. I disabled every extension one by one and that didn't work (I later tried to disable all, still no success). The problem was finally solved once I cleared cached images and and files as well as download history (my bad, should have tried only one at once). What could have been causing such a weird bug? Too much memory stored or something? I had 640 MB of cached data; feels like once I use Internet for another week, the issue might come back. Luckily I didn't need to reinstall anything and lose stuff. Kano said: Just a quick question. Is there a limit as to how many characters you can put in your css code? I don't think so, but you could just have it call a text file (done on Notepad or whatever) from a Cloud and have a one-lined css code with the import containing the full code. |
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jul 21, 2017 11:14 AM
#4640
Kano said: Just a quick question. Is there a limit as to how many characters you can put in your css code? idk but there was a point where it will load slowly with too many characters |
Jul 21, 2017 6:46 PM
#4641
blob said: It's fixed? Glad to hear that, phew. I hate having unsolved issues like that. I have to assume the images must have loaded wrong once somehow (no idea of the cause), and so your Chrome must have been calling on locally stored broken files every time you loaded up the pages, instead of downloading the proper versions.Interesting, everything is now fixed, thanks. =) I first tried opening on another computer with the same setup and the images were showing. So I was a bit confused. I tried on the computer with the problem to open an incognito tab and it was also working. I disabled every extension one by one and that didn't work (I later tried to disable all, still no success). The problem was finally solved once I cleared cached images and and files as well as download history (my bad, should have tried only one at once). What could have been causing such a weird bug? Too much memory stored or something? I had 640 MB of cached data; feels like once I use Internet for another week, the issue might come back. Luckily I didn't need to reinstall anything and lose stuff. This sounds more like an issue that only happens rarely, I doubt you have to worry about it happening again. But if anything like this happens again then I guess clearing the cache is the way to go first. |
Jul 22, 2017 9:40 PM
#4642
Hello :D was wondering if anyone could help me out ~ I'm not the best designer but I put something together and thought it looked okay. But now I can't get it in the right order on my profile - I've done layouts before so I'm sure I have the right sizing and order of the images but I'm most likely just performing a stupid mistake. Thanks ~ (If needed I can post an image of what it should look like) EDIT: I think its down to the guillotine went odd on gimp, now that I have the images through Imgur won't upload them for some reason... |
A_wild_jetJul 22, 2017 9:57 PM
Jul 23, 2017 1:59 AM
#4643
A_wild_jet said: A visualization of what you want it to look like would help, yeah. (are you thinking something like this?)Hello :D was wondering if anyone could help me out ~ I'm not the best designer but I put something together and thought it looked okay. But now I can't get it in the right order on my profile - I've done layouts before so I'm sure I have the right sizing and order of the images but I'm most likely just performing a stupid mistake. Thanks ~ (If needed I can post an image of what it should look like) EDIT: I think its down to the guillotine went odd on gimp, now that I have the images through Imgur won't upload them for some reason... But I am pretty sure this is a case of your images being too big. Also, if you don't plan on wrapping any of the images in links, it might be easier to just have one image for the whole profile. |
Jul 23, 2017 3:05 AM
#4644
Valerio_Lyndon said: A_wild_jet said: A visualization of what you want it to look like would help, yeah. (are you thinking something like this?)Hello :D was wondering if anyone could help me out ~ I'm not the best designer but I put something together and thought it looked okay. But now I can't get it in the right order on my profile - I've done layouts before so I'm sure I have the right sizing and order of the images but I'm most likely just performing a stupid mistake. Thanks ~ (If needed I can post an image of what it should look like) EDIT: I think its down to the guillotine went odd on gimp, now that I have the images through Imgur won't upload them for some reason... But I am pretty sure this is a case of your images being too big. Also, if you don't plan on wrapping any of the images in links, it might be easier to just have one image for the whole profile. Yes, that's exactly what I'm going for :D, the part at the bottom is a gif though, at first I was also going to add other links but I decided against that and thought I would keep it simple :) Sorry for the late responce :/ |
Jul 23, 2017 3:29 AM
#4645
After formating my PC and installing windows 10, I now have a problem rendering Comic Sans in my list. I'm using chrome. This is how it looks like on my PC. As you can see, the text is kind of pixelated... Just open my list and you'll see the difference yourself. This isn't directly related to list design and stuff, but I thought maybe someone here could help me :) |
Jul 23, 2017 4:46 AM
#4646
A_wild_jet said: It's all good, no need to worry about responding late. So all you really need to do is to make it so the total width of the images is not above either:Valerio_Lyndon said: A_wild_jet said: Hello :D was wondering if anyone could help me out ~ I'm not the best designer but I put something together and thought it looked okay. But now I can't get it in the right order on my profile - I've done layouts before so I'm sure I have the right sizing and order of the images but I'm most likely just performing a stupid mistake. Thanks ~ (If needed I can post an image of what it should look like) EDIT: I think its down to the guillotine went odd on gimp, now that I have the images through Imgur won't upload them for some reason... But I am pretty sure this is a case of your images being too big. Also, if you don't plan on wrapping any of the images in links, it might be easier to just have one image for the whole profile. Yes, that's exactly what I'm going for :D, the part at the bottom is a gif though, at first I was also going to add other links but I decided against that and thought I would keep it simple :) Sorry for the late responce :/ • 798 pixels if you are using one image spanning the entire width of your profile. • 800 pixels if you are using multiple images (or you can just do 798 pixels like a single). If you want them here are some resized links that should work (they aren't exactly 1:1 ratio's but I think they still look fine). 1 2 3 4 The gif is the same file as you already are using so no worries there (anything I could have done to it would have messed it up slightly, gifs are finnicky). I would advise downloading and rehosting the images as I may end up deleting these from my own Imgur account at any time. This is what the resizes look like fitted together: http://i.imgur.com/hHL2YM4.png |
Jul 23, 2017 6:32 AM
#4647
Valerio_Lyndon said: A_wild_jet said: It's all good, no need to worry about responding late. So all you really need to do is to make it so the total width of the images is not above either:Valerio_Lyndon said: A_wild_jet said: A visualization of what you want it to look like would help, yeah. (are you thinking something like this?)Hello :D was wondering if anyone could help me out ~ I'm not the best designer but I put something together and thought it looked okay. But now I can't get it in the right order on my profile - I've done layouts before so I'm sure I have the right sizing and order of the images but I'm most likely just performing a stupid mistake. Thanks ~ (If needed I can post an image of what it should look like) EDIT: I think its down to the guillotine went odd on gimp, now that I have the images through Imgur won't upload them for some reason... But I am pretty sure this is a case of your images being too big. Also, if you don't plan on wrapping any of the images in links, it might be easier to just have one image for the whole profile. Yes, that's exactly what I'm going for :D, the part at the bottom is a gif though, at first I was also going to add other links but I decided against that and thought I would keep it simple :) Sorry for the late responce :/ • 798 pixels if you are using one image spanning the entire width of your profile. • 800 pixels if you are using multiple images (or you can just do 798 pixels like a single). If you want them here are some resized links that should work (they aren't exactly 1:1 ratio's but I think they still look fine). 1 2 3 4 The gif is the same file as you already are using so no worries there (anything I could have done to it would have messed it up slightly, gifs are finnicky). I would advise downloading and rehosting the images as I may end up deleting these from my own Imgur account at any time. This is what the resizes look like fitted together: http://i.imgur.com/hHL2YM4.png Thank you for your help! :D I'll work on putting it together when I get a little more time to sit down, thanks :D |
Jul 23, 2017 9:47 AM
#4648
Shishio-kun said: Kano said: Just a quick question. Is there a limit as to how many characters you can put in your css code? idk but there was a point where it will load slowly with too many characters In the modern you are limited to about 2600 lines (just found out). |
Jul 26, 2017 3:50 AM
#4649
Hello. I'm new in this layout stuff and i watched your explanation video. Thanks for your tutorials in particular @Shishio-kun! But when i tried to customize my layout, it doesn't show up. Can somebody help me maybe? I found dear @nymphiae's minimalist layouts and loved them, but when i copy-paste her codes, they doesn't show up in my list at all. What did i do wrong? 1. I visited nymphiae's portfolio for myanimelist-layouts here✿ 2. I choosed one layout i prefered (this one) and clicked on 'code', it brings me to this page: >>here. 3. I followed the link that says 'import', brings me here to this page. 4. I copy pasted the whole site (one times with credits header and one time without, just in case), but none of the versions shows up. It only changes the background color to pink and the credits appear on the end of the list (copyright etc.) Did i do something wrong or does the code doesn't work anymore? Does anybody still has the code? I just wanna use it and modify the colors (from pink to another if possible), but it doesn't show up in the first place. help? |
>> |
Jul 26, 2017 4:23 AM
#4650
Kanna said: Hello. I'm new in this layout stuff and i watched your explanation video. Thanks for your tutorials in particular @Shishio-kun! But when i tried to customize my layout, it doesn't show up. Can somebody help me maybe? I found dear @nymphiae's minimalist layouts and loved them, but when i copy-paste her codes, they doesn't show up in my list at all. What did i do wrong? 1. I visited nymphiae's portfolio for myanimelist-layouts here✿ 2. I choosed one layout i prefered (this one) and clicked on 'code', it brings me to this page: >>here. 3. I followed the link that says 'import', brings me here to this page. 4. I copy pasted the whole site (one times with credits header and one time without, just in case), but none of the versions shows up. It only changes the background color to pink and the credits appear on the end of the list (copyright etc.) Did i do something wrong or does the code doesn't work anymore? Does anybody still has the code? I just wanna use it and modify the colors (from pink to another if possible), but it doesn't show up in the first place. help? you might be using a classic layout on a modern list, you need to follow the classic list tutorial and install nymph's layouts that way |
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 |