New
Oct 20, 2014 10:08 AM
#41
Edited the source code of the Vocaloid layout so its easier to change the buttons position- its now under /* POSITION OF CATEGORY BUTTONS |
Oct 21, 2014 6:14 AM
#42
Could you later on update Manga covers as well? |
[size=0] |
Oct 21, 2014 8:19 PM
#43
SViper said: Could you later on update Manga covers as well? Eh, probably not anytime soon. The generator I used to update the anime covers got a sorta warning from MAL, and there are twice the manga covers as anime I think. So I don't want it to get flagged. |
Oct 22, 2014 12:14 AM
#44
Oct 22, 2014 10:44 PM
#45
I can not get this picture to go behind everything as the pic I see behind the Anime On the list http://imgur.com/hipDvD9 http://myanimelist.net/animelist/YukiUzumaki&status=1&order=0 any suggestions?? |
Oct 22, 2014 11:42 PM
#46
FauxAzn said: How do I remove/hide the Numbers and Type fields, and replace the Episodes field with Tags? try to go here and check/uncheck them http://myanimelist.net/editprofile.php?go=listpreferences YukiUzumaki said: I can not get this picture to go behind everything as the pic I see behind the Anime On the list http://imgur.com/hipDvD9 http://myanimelist.net/animelist/YukiUzumaki&status=1&order=0 any suggestions?? Needs .jpg or .png at the end when you put it in the parenthesis, like: http://i.imgur.com/hipDvD9.jpg |
Shishio-kunOct 22, 2014 11:45 PM
Oct 23, 2014 5:02 PM
#47
I am having problems left and right when I make the background work the banner does not work but when I get the banner to work the background does not its wierd the background works only on The all anime page. but the banner does not work on that one but works on the rest help?? /* BANNERS */ .header_cw:before { background-image: url(http://i.imgur.com/hipDvD9 ) background-attachment: scroll !important; background-position: center 30%; background-repeat: no-repeat; background-size: cover; } .header_completed:before { background-image: url("http://i.imgur.com/el6PlIa.jpg"); background-attachment: scroll !important; background-position: center 30%; background-repeat: no-repeat; background-size: cover; } .header_onhold:before { background-image: url(http://i.imgur.com/DWMmfr0.jpg); background-attachment: scroll !important; background-position: center 30%; background-repeat: no-repeat; background-size: cover; } .header_dropped:before { background-image: url(http://i.imgur.com/Sa98uiw.jpg); background-attachment: scroll !important; background-position: center 20%; background-repeat: no-repeat; background-size: cover; } .header_ptw:before { background-image: url("http://i.imgur.com/QQ7KzDG.jpg"); background-position: right 1%; background-attachment: scroll !important; background-repeat: no-repeat; background-size: cover; } .status_selected:nth-of-type(6) a:before { background-image: url("http://i.imgur.com/o6tSHgM.jpg"); background-attachment: scroll !important; background-position: center 23%; background-repeat: no-repeat; background-size: cover; } /* MAIN BACKGROUND (BEHIND EVERYTHING) */ body{ background-image: url(http://i.imgur.com/hipDvD9.jpg); background-size: cover; background-attachment: fixed; } /* EXTRA BACKGROUND IN FRONT OF BANNER (OPTIONAL) */ #inlineContent { background-image: url(); } /* EXTRA BACKGROUND BEHIND LIST (OPTIONAL)*/ #list_surround{ background-image: url(); } IDK what I am doing wrong any suggestions becouse I tried to change it again and its not working at all now the background is also the banner at the same time hmmm... any suggestion (and sorry I a newb at This stuff so please be Patience. here is the pic I want as the banner http://imgur.com/R8Zc6eq and here is what I want as the background http://imgur.com/hipDvD9 I want to change background but I want it to know what I am doing before I switch it. Sorry if I am confusing or I take up ur time that could be spent doing something else. |
Oct 23, 2014 5:27 PM
#48
You're repeating the mistake I told you not to do in my previous post. In the third and forth line of your CSS you posted, you have: background-image: url(http://i.imgur.com/hipDvD9 ) but it needs a .jpg or .png at the end like I said earlier. And you only replace the url in parenthesis, you don't take out the semicolon or move the parenthesis to the next line. It should look like: background-image: url(http://i.imgur.com/hipDvD9.png); and thats all. And that link should actually be the http://imgur.com/R8Zc6eq one since its going to be the banner. You haven't put this code under any of the banners. You need to put that in the parenthesis for any of the 6 banners you want to change. For both things your code should look like: /* BANNERS */ .header_cw:before { background-image: url(http://imgur.com/R8Zc6eq.jpg); background-attachment: scroll !important; background-position: center 30%; background-repeat: no-repeat; background-size: cover; } .header_completed:before { background-image: url("http://i.imgur.com/el6PlIa.jpg"); background-attachment: scroll !important; background-position: center 30%; background-repeat: no-repeat; background-size: cover; } .header_onhold:before { background-image: url(http://i.imgur.com/DWMmfr0.jpg); background-attachment: scroll !important; background-position: center 30%; background-repeat: no-repeat; background-size: cover; } .header_dropped:before { background-image: url(http://i.imgur.com/Sa98uiw.jpg); background-attachment: scroll !important; background-position: center 20%; background-repeat: no-repeat; background-size: cover; } .header_ptw:before { background-image: url("http://i.imgur.com/QQ7KzDG.jpg"); background-position: right 1%; background-attachment: scroll !important; background-repeat: no-repeat; background-size: cover; } .status_selected:nth-of-type(6) a:before { background-image: url("http://i.imgur.com/o6tSHgM.jpg"); background-attachment: scroll !important; background-position: center 23%; background-repeat: no-repeat; background-size: cover; } /* MAIN BACKGROUND (BEHIND EVERYTHING) */ body{ background-image: url(http://i.imgur.com/hipDvD9.jpg); background-size: cover; background-attachment: fixed; } /* EXTRA BACKGROUND IN FRONT OF BANNER (OPTIONAL) */ #inlineContent { background-image: url(); } /* EXTRA BACKGROUND BEHIND LIST (OPTIONAL)*/ #list_surround{ background-image: url(); } Try to look for the mistakes I've pointed out to you before asking further questions- you might be able to solve it on your own that way. Also you're using the 6-banner version. So that only changes the banner for the Currently Watching page. You have to change the url in parenthesis under .status_selected:nth-of-type(6) a:before { to change the banner on the All Anime page. If you only want the same banner for all categories don't use the Vocaloid version- use one of the single banner and background versions and change the images in that (Guilty Gear, Umineko, etc). |
Shishio-kunOct 23, 2014 5:30 PM
Oct 23, 2014 5:52 PM
#49
Shishio-kun said: You're repeating the mistake I told you not to do in my previous post. In the third and forth line of your CSS you posted, you have: background-image: url(http://i.imgur.com/hipDvD9 ) but it needs a .jpg or .png at the end like I said earlier. And you only replace the url in parenthesis, you don't take out the semicolon or move the parenthesis to the next line. It should look like: background-image: url(http://i.imgur.com/hipDvD9.png); and thats all. And that link should actually be the http://imgur.com/R8Zc6eq one since its going to be the banner. You haven't put this code under any of the banners. You need to put that in the parenthesis for any of the 6 banners you want to change. For both things your code should look like: /* BANNERS */ .header_cw:before { background-image: url(http://imgur.com/R8Zc6eq.jpg); background-attachment: scroll !important; background-position: center 30%; background-repeat: no-repeat; background-size: cover; } .header_completed:before { background-image: url("http://i.imgur.com/el6PlIa.jpg"); background-attachment: scroll !important; background-position: center 30%; background-repeat: no-repeat; background-size: cover; } .header_onhold:before { background-image: url(http://i.imgur.com/DWMmfr0.jpg); background-attachment: scroll !important; background-position: center 30%; background-repeat: no-repeat; background-size: cover; } .header_dropped:before { background-image: url(http://i.imgur.com/Sa98uiw.jpg); background-attachment: scroll !important; background-position: center 20%; background-repeat: no-repeat; background-size: cover; } .header_ptw:before { background-image: url("http://i.imgur.com/QQ7KzDG.jpg"); background-position: right 1%; background-attachment: scroll !important; background-repeat: no-repeat; background-size: cover; } .status_selected:nth-of-type(6) a:before { background-image: url("http://i.imgur.com/o6tSHgM.jpg"); background-attachment: scroll !important; background-position: center 23%; background-repeat: no-repeat; background-size: cover; } /* MAIN BACKGROUND (BEHIND EVERYTHING) */ body{ background-image: url(http://i.imgur.com/hipDvD9.jpg); background-size: cover; background-attachment: fixed; } /* EXTRA BACKGROUND IN FRONT OF BANNER (OPTIONAL) */ #inlineContent { background-image: url(); } /* EXTRA BACKGROUND BEHIND LIST (OPTIONAL)*/ #list_surround{ background-image: url(); } Try to look for the mistakes I've pointed out to you before asking further questions- you might be able to solve it on your own that way. Also you're using the 6-banner version. So that only changes the banner for the Currently Watching page. You have to change the url in parenthesis under .status_selected:nth-of-type(6) a:before { to change the banner on the All Anime page. If you only want the same banner for all categories don't use the Vocaloid version- use one of the single banner and background versions and change the images in that (Guilty Gear, Umineko, etc). Thanks for the help it means A lot I just got one more question Um Is there a way to make the background Thing transparent so I can see the back ground some better??http://myanimelist.net/animelist/YukiUzumaki&status=7&order=0 and THANKS A LOT. I am looking as I type this |
Oct 23, 2014 6:09 PM
#50
Yes, find COLOR OF LIST and change the background color to this: /* COLOR OF LIST*/ #list_surround{ background-color: rgba(1, 149, 195, .4);} You can make it more or less translucent by changing the number ".4" to ".1" or ".7", etc. |
Oct 23, 2014 7:06 PM
#51
Shishio-kun said: FauxAzn said: How do I remove/hide the Numbers and Type fields, and replace the Episodes field with Tags? try to go here and check/uncheck them http://myanimelist.net/editprofile.php?go=listpreferences Yeah I tried that, but the layout gets messed up when you uncheck Numbers and Type. The original Square Layout thread mentions: u531355 said: But I was still wondering if there was a way to modify the code so that Numbers and Type are removed/hidden, and if I could move the currently on-hover Tags field to be permanently visible at the bottom-right corner instead of Episodes.Some list settings are needed for this layout. For both anime- and manglist, you have to check the first four columns. The Tags column can be checked too but is optional. |
FauxAznOct 23, 2014 7:09 PM
Oct 23, 2014 8:26 PM
#52
FauxAzn said: Shishio-kun said: FauxAzn said: How do I remove/hide the Numbers and Type fields, and replace the Episodes field with Tags? try to go here and check/uncheck them http://myanimelist.net/editprofile.php?go=listpreferences Yeah I tried that, but the layout gets messed up when you uncheck Numbers and Type. The original Square Layout thread mentions: u531355 said: But I was still wondering if there was a way to modify the code so that Numbers and Type are removed/hidden, and if I could move the currently on-hover Tags field to be permanently visible at the bottom-right corner instead of Episodes.Some list settings are needed for this layout. For both anime- and manglist, you have to check the first four columns. The Tags column can be checked too but is optional. Then you have to use a CSS inspector like Firebug and find what the selectors for those parts are by clicking around in the layout, and set them to display: none or visibility: hidden. You'd have to search in the code for the part that makes the tags invisible and remove that code, then move them with positioning. |
Oct 29, 2014 8:59 PM
#53
Alright, thanks for pointing me in the right direction, I'll poke around the code. By the way, I like the little pop-scare easter egg I'm guessing you implemented: Is it only for Halloween? And can we customize it, like change the image or let it stay indefinitely until you move the mouse as a sort of list screensaver? |
Nov 8, 2014 1:51 PM
#54
Nov 8, 2014 5:19 PM
#55
Arakura said: Is there a way to use the old Square Layout icons at the top? I know you replaced u531355's dropbox import with links to images, but I was hoping that the images he used originally were out there somewhere for me or anyone to use. They were so elegant and pretty. Thanks for any help! Which icons? I reuploaded most of the icons from the original Square layout for these. I don't have the special Star Wars or Japan-style icons if thats what you mean. You have to save those when his Dropbox comes back online. It'd be too much trouble for me to upload all those and fit them into separate bars. |
Nov 9, 2014 1:23 AM
#56
Shishio-kun said: Arakura said: Is there a way to use the old Square Layout icons at the top? I know you replaced u531355's dropbox import with links to images, but I was hoping that the images he used originally were out there somewhere for me or anyone to use. They were so elegant and pretty. Thanks for any help! Which icons? I reuploaded most of the icons from the original Square layout for these. I don't have the special Star Wars or Japan-style icons if thats what you mean. You have to save those when his Dropbox comes back online. It'd be too much trouble for me to upload all those and fit them into separate bars. Ah, I think I did mean the Japan-style ones. These: I was just wondering if they were floating around somewhere for me to use, but apparently they aren't. I remember seeing some options for icons somewhere, but I cannot for the life of me find where *goes back to perusing* I appreciate the help |
Nov 9, 2014 2:08 AM
#57
http://myanimelist.net/forum/?topicid=459189 Just check the topic tomorrow or the days after, at some point you'll see the images in it again that means his dropbox came back online- when it does you can download all the icons from the Japan topbar (under 'Top bar icons' on that page) and put them in the CSS for this layout one at a time. It says in the CSS where you can put in new icons for w/e part of the topbar. Might also want to just ask U5 if he can just give you the images for the Japan topbar now |
Nov 10, 2014 10:50 PM
#58
I have the japan images in my dropbox. Here is a link to a zip containing all of them: https://mega.co.nz/#!iANChRLJ!mVUDoCrRgykk5d1621xj28Ed8ZWTOZ9Ql6wig0CU5d8 |
Feb 2, 2015 11:09 AM
#60
Feb 2, 2015 11:31 AM
#61
Feb 2, 2015 11:34 AM
#62
Feb 2, 2015 10:01 PM
#63
Feb 4, 2015 1:41 PM
#64
@viper: Oh the manga covers were updated like last summer I think, so I'll try to remember to update those soon tho. Feel free to remind me here if you don't see them updated soon. btw, recently, the anime covers were all updated as long as you have the correct import (there is a Google covers import floating around with the old covers, but its not the one I'm hosting anymore) @hahaido/oiomi: In the past using the Genku for Developers to generate All anime and manga covers on MAL, they sent a warning about using the program and making too many requests, so I was going to wait a bit before generating all manga covers since there are so many of them (25k+?), and if they send another warning, I'd like to know it was about the all manga-making process not the all anime making progress which is more important. I also don't Genku for developers to get two warnings in a short time. But there are no warnings lately so the coast is clear it seems for now. Hope that makes sense! |
Feb 6, 2015 6:27 PM
#65
Shishio-kun said: SViper: Oh the manga covers were updated like last summer I think, so I'll try to remember to update those soon tho. Feel free to remind me here if you don't see them updated soon. btw, recently, the anime covers were all updated as long as you have the correct import (there is a Google covers import floating around with the old covers, but its not the one I'm hosting anymore) Why new people appeals to me Viper, not SViper... Roger that and waiting for update.:) |
SViperFeb 6, 2015 6:30 PM
[size=0] |
Feb 18, 2015 3:59 PM
#66
Lolicon said: I've looked every where and couldn't find this answer: How can I get rid of the top-bar thing? I tried replacing it with another one from a different topic but that threw the new bar into disarray. I tried doing it line by line from a CSS editor in Chrome and Firefox and that became too time consuming. Well you're not using any of these layouts. If you use the Lelouch version which is basically yours and replace it with your banner choice, you can remove it manually. Its made of three parts: #list_surround:before, .table_header a, #mal_control_strip{ display: none !important; } This will also move your list out of position, can readjust it by adding this to a #list_surround code: margin-top: 500px !important; If you want the table header links (anime title, score, etc) and control strip links (profile, logout, history, etc) back you can remove their selector from the code above but would have to move them with other codes in the CSS manually |
Mar 10, 2015 12:13 AM
#67
Added a new version of the Holographic layout that displays headers, which is useful if you're going to use this on an All Anime/manga page |
Mar 10, 2015 7:30 AM
#68
Tw1tcHy said: My only complaint is I can't find any source code to move the bar to the right or center the headers I don't think I planned for customizing of either of these things, but try this for moving the header text toward center. You can add a little to move it a bit more to the left. .header_title { padding-left: 0px; } |
Mar 16, 2015 11:23 PM
#69
Mar 17, 2015 5:28 AM
#70
Yes that can almost certainly be done in a few ways. I think you could use the tags hover effect by itself from this topic but change the number for the column: http://myanimelist.net/forum/?topicid=563993 |
Apr 2, 2015 6:12 AM
#71
Hello there,could you please help me with a problem I am having?You see,I copied the code for the hatsune miku style and the natured theme but for both of them,the icon for every anime is mostly covered by a black square that says volumes:.Is there a way to change that? |
Apr 2, 2015 10:39 AM
#72
Preytoor said: Hello there,could you please help me with a problem I am having?You see,I copied the code for the hatsune miku style and the natured theme but for both of them,the icon for every anime is mostly covered by a black square that says volumes:.Is there a way to change that? Thats not what I see, and you didn't make the adjustments outlined in the opening post for switching to covers on a manga list... |
Apr 16, 2015 8:45 PM
#73
Shishio-kun said: Yes that can almost certainly be done in a few ways. I think you could use the tags hover effect by itself from this topic but change the number for the column: http://myanimelist.net/forum/?topicid=563993 Thank you very much for the help! I was able to finally find the time to add the code and make my 'start' and 'end' dates visible when hovering over the titles. After doing so, though, I assumed that it wasn't possible (at least not in the same way) to add 'times rewatched' since it is not a column option under My List Settings. |
yulytutfulApr 16, 2015 9:02 PM
Apr 23, 2015 1:25 AM
#74
Hello and thanks for all of this~! But how do I add new pictures for the animes that just came out? For example I don't have a picture for kiseijuu because the anime is new. I know all of the url are in here @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); but i don't know how they work |
Loli's are k-kawaii~ |
Apr 23, 2015 1:57 PM
#75
MisaoKusakabe said: Hello and thanks for all of this~! But how do I add new pictures for the animes that just came out? For example I don't have a picture for kiseijuu because the anime is new. I know all of the url are in here but i don't know how they work Today I've updated all my imports for anime covers so it has updated automatically on yours! For the next couple months to update any new covers you need to use your choice from http://myanimelist.net/forum/?topicid=443333 either the manual updating or the generating your own covers. Tho I'm going to look into making a topic where ppl can post manual cover updates that I can add to the big one so ppl don't have to update on their own as much |
Apr 23, 2015 2:19 PM
#76
@daAmazinFatB0y Since 1 and 2 are big annoyances I'll help with those transparency of the list can be controlled with /* COLOR OF LIST*/ #list_surround{ background-color: rgba(52, 52, 52, .5) !important;} I already answered the second question which you posted a copy of today in U5's Square topic. Read a club rule's before posting in one (particularly no repeat questions in multiple topics): http://myanimelist.net/forum/?topicid=731649 this rule is to prevent people from spamming multiple topics with the same question or request and bury other people's posts which they used to do, follow these before posting again in the future pls |
Shishio-kunApr 23, 2015 2:27 PM
May 24, 2015 5:45 PM
#77
The Hatsune Miku one is not working :/ (the covers don't show) |
May 24, 2015 9:23 PM
#78
xBuneZ said: The Hatsune Miku one is not working :/ (the covers don't show) Covers were down for a few hours but are back up now. You should use the tutorial on generating your own covers |
Jun 13, 2015 4:23 PM
#79
One of the layouts look really weird and some buttons are off (http://myanimelist.net/animelist/firejet&status=7&order=0). Buttons are off center and sometimes overlap with the anime image panels. Imessed around with the "beginner/easy" code and haven't been able to fix it. Haven't tried the "advance/know what you're doing," part of the code yet because I'm new to this :/ |
Jun 13, 2015 5:02 PM
#80
firejet said: One of the layouts look really weird and some buttons are off (http://myanimelist.net/animelist/firejet&status=7&order=0). Buttons are off center and sometimes overlap with the anime image panels. Imessed around with the "beginner/easy" code and haven't been able to fix it. Haven't tried the "advance/know what you're doing," part of the code yet because I'm new to this :/ Problems seems to be the codes under the "advance" part have been changed and are missing parts which are causing this problem. But its a fault of the edit box removing those parts, not a change you made You would have to go back to the original layout and add your changes over again, but I did that for you since its easy thanks to online tools, try this layout: http://pasted.co/dd38400b Just to give you a heads up, if the error comes back it'd be easiest I think just to delete everything in your CSS edit box code below "advanced" and then copy everything under advanced in the link above back under there. Basically, you can always just go copy that back in again and keep the changes above advance. That should be fine |
Jun 13, 2015 5:53 PM
#81
Shishio-kun said: firejet said: One of the layouts look really weird and some buttons are off (http://myanimelist.net/animelist/firejet&status=7&order=0). Buttons are off center and sometimes overlap with the anime image panels. Imessed around with the "beginner/easy" code and haven't been able to fix it. Haven't tried the "advance/know what you're doing," part of the code yet because I'm new to this :/ Problems seems to be the codes under the "advance" part have been changed and are missing parts which are causing this problem. But its a fault of the edit box removing those parts, not a change you made You would have to go back to the original layout and add your changes over again, but I did that for you since its easy thanks to online tools, try this layout: http://pasted.co/dd38400b Just to give you a heads up, if the error comes back it'd be easiest I think just to delete everything in your CSS edit box code below "advanced" and then copy everything under advanced in the link above back under there. Basically, you can always just go copy that back in again and keep the changes above advance. That should be fine Thanks! Its better than last time for sure :) Is there a way to increase the height of the score and volumes buttons or rather spacing between the squares themselves? I'm trying to get this result (http://myanimelist.net/animelist/FlipBoy) |
Feb 17, 2016 2:28 PM
#82
Jun 23, 2017 12:25 PM
#83
Covers no more works even if I use my own ones from dropbox. |
[size=0] |
Jun 23, 2017 5:29 PM
#84
SViper said: Covers no more works even if I use my own ones from dropbox. Use the latest versions of the layout from the original post |
Jun 24, 2017 3:13 AM
#85
Shishio-kun said: SViper said: Covers no more works even if I use my own ones from dropbox. Use the latest versions of the layout from the original post As I said even malcat-gen covers is not working. PS: looks like works on Microsoft Edge, but not my main browser Opera Developer. If I would been tested this months ago, I wouldn't been barging now. |
SViperJun 24, 2017 3:23 AM
[size=0] |
Jun 24, 2017 3:55 AM
#86
SViper said: Shishio-kun said: SViper said: Covers no more works even if I use my own ones from dropbox. Use the latest versions of the layout from the original post As I said even malcat-gen covers is not working. PS: looks like works on Microsoft Edge, but not my main browser Opera Developer. If I would been tested this months ago, I wouldn't been barging now. you just said "covers no more works" and I saw you were using your own dropbox so there was no way for me to know if you tried the new Malcat-based CSS or not anyways I see your covers, so the only thing you can try that I know of is to convert parenthesis style import into quotations style import (google if you don't know or see other CSS examples and recent posts in Ask all Questions Here topic) edit: this is what I mean, quotations to parenthesis actually if that's what you're using https://myanimelist.net/forum/?topicid=200323&show=4500#msg51180490 |
Shishio-kunJun 24, 2017 3:58 AM
Jun 24, 2017 4:02 AM
#87
SViper said: Shishio-kun said: SViper said: Covers no more works even if I use my own ones from dropbox. Use the latest versions of the layout from the original post As I said even malcat-gen covers is not working. PS: looks like works on Microsoft Edge, but not my main browser Opera Developer. If I would been tested this months ago, I wouldn't been barging now. I'm using the latest Chrome and Opera and see your covers- maybe you need to change to one of those and check your extensions and stuff sometimes they block covers |
Jun 24, 2017 4:07 AM
#88
Shishio-kun said: SViper said: Shishio-kun said: SViper said: Covers no more works even if I use my own ones from dropbox. Use the latest versions of the layout from the original post As I said even malcat-gen covers is not working. PS: looks like works on Microsoft Edge, but not my main browser Opera Developer. If I would been tested this months ago, I wouldn't been barging now. I'm using the latest Chrome and Opera and see your covers- maybe you need to change to one of those and check your extensions and stuff sometimes they block covers Change what? Atm I don't have any extensions installed, because I have clean Windows installation at June 17th. |
[size=0] |
Jun 24, 2017 4:24 AM
#89
SViper said: Shishio-kun said: SViper said: Shishio-kun said: SViper said: Covers no more works even if I use my own ones from dropbox. Use the latest versions of the layout from the original post As I said even malcat-gen covers is not working. PS: looks like works on Microsoft Edge, but not my main browser Opera Developer. If I would been tested this months ago, I wouldn't been barging now. I'm using the latest Chrome and Opera and see your covers- maybe you need to change to one of those and check your extensions and stuff sometimes they block covers Change what? Atm I don't have any extensions installed, because I have clean Windows installation at June 17th. I mean change your browser to the latest standard Opera or Chrome, then see if the covers are still blocked. You said you were using the Opera Developer. I use standard Opera and Chrome's latest versions and see your covers fine. Sometimes extensions are installed without your knowing, so I would make sure there are none in the browsers themselves which may block covers. Or try the tip I linked in post #86 |
Jun 24, 2017 4:32 AM
#90
Shishio-kun said: Yes, find COLOR OF LIST and change the background color to this: /* COLOR OF LIST*/ #list_surround{ background-color: rgba(1, 149, 195, .4);} You can make it more or less translucent by changing the number ".4" to ".1" or ".7", etc. Didn't helped. Looks like I most likely switch to Microsoft Edge for Anime watching. |
[size=0] |
More topics from this board
» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )Valerio_Lyndon - Apr 19, 2018 |
1262 |
by Shishio-kun
»»
Yesterday, 4:35 AM |
|
» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )Shishio-kun - Jul 21, 2017 |
382 |
by Shishio-kun
»»
Yesterday, 4:29 AM |
|
Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )Shishio-kun - Feb 16, 2023 |
57 |
by Shishio-kun
»»
Yesterday, 4:27 AM |
|
Sticky: » [ SIGNATURES ~ PROFILES] All guides, generators, and templatesShishio-kun - Feb 16, 2023 |
31 |
by Shishio-kun
»»
Yesterday, 4:14 AM |
|
» ❓ Ask for help here + See Frequently Asked Questions ( 1 2 3 4 5 ... Last Page )Shishio-kun - Apr 15, 2010 |
7921 |
by takkun_
»»
Sep 19, 9:54 PM |