New
Oct 15, 2013 7:50 AM
#1301
dzikibambus said: ninety said: Hey people, I have just one question, it's abut problem I have on this animelist layout: SeishinAkuma - Searchbox in the right corner, when viewed in Firefox, is always 2px shorter then it should be. Is there a solution, does anyone have an idea how to fix this...? Yes, I used mah old themes, and even theme parts from here to make this one, and the code is kinda messy, but if you could check it would mean a lot :D Thanks in advance :D It's probably because firefox handles input box paddings differently than other browsers. adding padding:0; to #searchBox should make all browsers do it the same way. You'll need to adjust height and width after that. btw is there something wrong with the file with mal strip code? Or is it just me? DarkDooM2 said: Is it possible to add a Column "Year" that will show the year when an anime started airing? Possible but neither simple nor perfect. You'd have to generate additional files similar to the ones used to add covers. Positioning it will be tricky and you won't be able to sort list by it. I've added something similar to my list and it's causing problems. I don't know of any simpler way. Oh, thanks :D I'll try it later when I get my decent-screen-size laptop back :D Umm, wrong, like? Is it not working? I tested it on my laptop and netbok and it all looks fine but, yeah, there could be many problems, since this is the first time I actually tried to make a strip :P Home button doesn't always work too. And I have this awesome firebug+googledrive importing problem, maybe it's that xD Gah, everything is causing me problems. Also, can you tell me how to, in my own manga list , use three or more different background colors for animetitles instead of just two? If there is a way, I mean :3 |
Oct 15, 2013 8:17 AM
#1302
ninety said: Oh, thanks :D I'll try it later when I get my decent-screen-size laptop back :D Umm, wrong, like? Is it not working? I tested it on my laptop and netbok and it all looks fine but, yeah, there could be many problems, since this is the first time I actually tried to make a strip :P Home button doesn't always work too. And I have this awesome firebug+googledrive importing problem, maybe it's that xD Gah, everything is causing me problems. Also, can you tell me how to, in my own manga list , use three or more different background colors for animetitles instead of just two? If there is a way, I mean :3 I meant that I have problems with opening it in firebug, but it seem I'm not the only one. I'd say it's googledrive's fault. I'm usually using dropbox or my own site to host files and I've never encounter a problem like that. to set more than two background colours, you have to use nth-of-type, for your list it'd be like this: table:nth-of-type(3n) td[class*="td"]:first-of-type {background-color: #3df !important;} table:nth-of-type(3n+1) td[class*="td"]:first-of-type {background-color: #fd3 !important;} table:nth-of-type(3n+2) td[class*="td"]:first-of-type {background-color: #3fd !important;} Of course you can add more colours by changing 3n to how many you want. |
Oct 15, 2013 10:54 AM
#1303
dzikibambus said: DarkDooM2 said: Is it possible to add a Column "Year" that will show the year when an anime started airing? Possible but neither simple nor perfect. You'd have to generate additional files similar to the ones used to add covers. Positioning it will be tricky and you won't be able to sort list by it. I've added something similar to my list and it's causing problems. I don't know of any simpler way. Why wouldn't it be possible to sort the list? Actually, sorting it was pretty much the main reason why I would like it for my list ^^ |
Oct 15, 2013 11:21 AM
#1304
DarkDooM2 said: Why wouldn't it be possible to sort the list? Actually, sorting it was pretty much the main reason why I would like it for my list ^^ Well mainly because it's not a MAL feature. You can use some tricks to show some additional information and make it look like a part of the list, but in reality it won't be more than just adding simple text to each anime. |
Oct 15, 2013 11:28 AM
#1305
dzikibambus said: DarkDooM2 said: Why wouldn't it be possible to sort the list? Actually, sorting it was pretty much the main reason why I would like it for my list ^^ Well mainly because it's not a MAL feature. You can use some tricks to show some additional information and make it look like a part of the list, but in reality it won't be more than just adding simple text to each anime. I see. I will try making this into a suggestion then. Though the chances of it being accepted are pretty low imo. Thanks for your help though. |
Oct 16, 2013 10:10 PM
#1306
Hello! o/ I just recently updated my list again, and I used a requested/premade layout and just edited myself. It was Levelev's requested list. (http://myanimelist.net/forum/?topicid=393393&show=80) However I'm a bit confused on what's going on with the main list of my anime list, every catagory has it's own background/text, but when I click to go to my anime list from my profile I get a blank white page and no buttons work.. Here's my css information: @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/Colors/Scheme.css"; @import "http://fonts.googleapis.com/css?family=Rosario"; @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; body { font-family:Rosario; } .header_title { background-color:transparent; color:white; font-size:26px; } .animetitle, .animetitle:visited { color:white; font-size:22px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-size:15px; } .td1[align="center"][width="45"], .td2[align="center"][width="45"] { color:white !important; font-size:40px; left:500px; margin-top:64px; position:absolute; width:70px; } .td1[align="center"][width="45"] a, .td2[align="center"][width="45"] a { color:white; font-size:40px; } .td1[align="center"][width="45"]::before, .td2[align="center"][width="45"]::before { color:white; content:' My Score '; font-size:15px; } td:nth-of-type(6) a { color:white; content:' My Score '; font-size:15px; } #list_surround { width:600px; } #list_surround { left:-700px !important; position:absolute !important; } #list_surround { background-image:none; } .hide { background-position:0 0; background-repeat:no-repeat no-repeat; background-size:cover; border:2px solid white; display:inline-block !important; height:157px; margin-bottom:3px; margin-left:13px; margin-top:3px; position:relative; width:112px !important; } body { background-attachment:fixed; background-position:0 0; background-size:cover; } .table_header:nth-of-type(3) { background-color:transparent; position:absolute; right:24px; top:87px; width:106px; } .table_header:nth-of-type(3) { } .table_header:nth-of-type(3)::before { color:white; content:' Sort by: '; font-size:14px; font-weight:normal; } td:nth-of-type(6) { background-attachment:scroll; background-color:transparent; background-image:none; background-position:0 0; background-repeat:repeat repeat; height:146px !important; margin-left:-456px; margin-top:45px; position:absolute; width:359px; } body { background-repeat:no-repeat no-repeat; } #list_surround { left:0; margin:auto; position:absolute; right:0; } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { text-decoration:underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image:none; border-width:0; padding:2px; } .category_totals:hover, .td1:hover, .td2:hover, #grand_totals:hover, #copyright:hover { border-width:0; padding:2px; } #copyright::after { } .status_selected { color:white; padding:2px; text-decoration:blink; } .status_not_selected { color:white; padding:2px; } .status_selected a { color:transparent; font-size:0; } .status_not_selected a { color:white; } .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-color:black; display:none; height:20px !important; margin-top:0; padding-top:0 !important; width:100px; } .thickbox { color:#00FFFF; font-size:12px; } .header_title { height:32px; padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { height:30px; } #copyright, #grand_totals { margin:0 auto; text-align:center; } .table_header:nth-of-type(6) { display:none; } #inlineContent { background-image:url(http://i39.tinypic.com/2exr03p.png); background-position:50% 50%; background-repeat:repeat no-repeat; bottom:0; display:block !important; height:80px; left:0; margin-bottom:0; position:fixed; width:100%; z-index:-1; } td:nth-of-type(6) small { content:' Edit Review '; font-size:0; height:20px; margin-left:17px; margin-top:-12px; position:absolute; } .status_not_selected + .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:teal !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/CompletedBG_zps12ea0e79.png) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } .status_not_selected + .status_not_selected + .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:orange !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/OnHoldBG_zpsc951634b.png) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } .status_not_selected + .status_not_selected + .status_not_selected + .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:white !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/DroppedBG_zps9310dff8.pngg) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:#FFC0CB !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/PlanToWatchBG_zps6e3bd59e.png) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } td:nth-of-type(6) small::after { content:' Review '; font-size:13px !important; } .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:purple !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/WatchingBG_zps58f5a7be.png) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected a, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected a, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected a, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected a, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected a, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected a, .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected a { display:none; } So if someone could help me figure out how to change that..? I think it'd be cool if I could somehow just have like a wallpaper or something with buttons to the different catagories, instead of whatever is going on now.. (or any list type thing on that page) I don't even know if that's possible but that'd be what I'd like the most. If anyone knows how to help me, that'd be great.. Thanks (: |
Oct 16, 2013 11:28 PM
#1307
AboveAllSanity said: Hello! o/ I just recently updated my list again, and I used a requested/premade layout and just edited myself. It was Levelev's requested list. (http://myanimelist.net/forum/?topicid=393393&show=80) However I'm a bit confused on what's going on with the main list of my anime list, every catagory has it's own background/text, but when I click to go to my anime list from my profile I get a blank white page and no buttons work.. Here's my css information: @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/Colors/Scheme.css"; @import "http://fonts.googleapis.com/css?family=Rosario"; @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; body { font-family:Rosario; } .header_title { background-color:transparent; color:white; font-size:26px; } .animetitle, .animetitle:visited { color:white; font-size:22px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-size:15px; } .td1[align="center"][width="45"], .td2[align="center"][width="45"] { color:white !important; font-size:40px; left:500px; margin-top:64px; position:absolute; width:70px; } .td1[align="center"][width="45"] a, .td2[align="center"][width="45"] a { color:white; font-size:40px; } .td1[align="center"][width="45"]::before, .td2[align="center"][width="45"]::before { color:white; content:' My Score '; font-size:15px; } td:nth-of-type(6) a { color:white; content:' My Score '; font-size:15px; } #list_surround { width:600px; } #list_surround { left:-700px !important; position:absolute !important; } #list_surround { background-image:none; } .hide { background-position:0 0; background-repeat:no-repeat no-repeat; background-size:cover; border:2px solid white; display:inline-block !important; height:157px; margin-bottom:3px; margin-left:13px; margin-top:3px; position:relative; width:112px !important; } body { background-attachment:fixed; background-position:0 0; background-size:cover; } .table_header:nth-of-type(3) { background-color:transparent; position:absolute; right:24px; top:87px; width:106px; } .table_header:nth-of-type(3) { } .table_header:nth-of-type(3)::before { color:white; content:' Sort by: '; font-size:14px; font-weight:normal; } td:nth-of-type(6) { background-attachment:scroll; background-color:transparent; background-image:none; background-position:0 0; background-repeat:repeat repeat; height:146px !important; margin-left:-456px; margin-top:45px; position:absolute; width:359px; } body { background-repeat:no-repeat no-repeat; } #list_surround { left:0; margin:auto; position:absolute; right:0; } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { text-decoration:underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image:none; border-width:0; padding:2px; } .category_totals:hover, .td1:hover, .td2:hover, #grand_totals:hover, #copyright:hover { border-width:0; padding:2px; } #copyright::after { } .status_selected { color:white; padding:2px; text-decoration:blink; } .status_not_selected { color:white; padding:2px; } .status_selected a { color:transparent; font-size:0; } .status_not_selected a { color:white; } .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-color:black; display:none; height:20px !important; margin-top:0; padding-top:0 !important; width:100px; } .thickbox { color:#00FFFF; font-size:12px; } .header_title { height:32px; padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { height:30px; } #copyright, #grand_totals { margin:0 auto; text-align:center; } .table_header:nth-of-type(6) { display:none; } #inlineContent { background-image:url(http://i39.tinypic.com/2exr03p.png); background-position:50% 50%; background-repeat:repeat no-repeat; bottom:0; display:block !important; height:80px; left:0; margin-bottom:0; position:fixed; width:100%; z-index:-1; } td:nth-of-type(6) small { content:' Edit Review '; font-size:0; height:20px; margin-left:17px; margin-top:-12px; position:absolute; } .status_not_selected + .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:teal !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/CompletedBG_zps12ea0e79.png) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } .status_not_selected + .status_not_selected + .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:orange !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/OnHoldBG_zpsc951634b.png) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } .status_not_selected + .status_not_selected + .status_not_selected + .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:white !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/DroppedBG_zps9310dff8.pngg) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:#FFC0CB !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/PlanToWatchBG_zps6e3bd59e.png) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } td:nth-of-type(6) small::after { content:' Review '; font-size:13px !important; } .status_selected { background-attachment:fixed !important; background-clip:border-box !important; background-color:purple !important; background-image:url(http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/WatchingBG_zps58f5a7be.png) !important; background-origin:padding-box !important; background-position:0 100% !important; background-repeat:repeat repeat !important; background-size:cover !important; height:2000px !important; left:0 !important; position:fixed !important; top:0 !important; width:2000px !important; z-index:-1 !important; } .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected a, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected a, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected a, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected a, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected a, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected a, .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected a { display:none; } So if someone could help me figure out how to change that..? I think it'd be cool if I could somehow just have like a wallpaper or something with buttons to the different catagories, instead of whatever is going on now.. (or any list type thing on that page) I don't even know if that's possible but that'd be what I'd like the most. If anyone knows how to help me, that'd be great.. Thanks (: Css you're using doesn't support displaying all categories. Two ways about solving this: - The simplest way would be to change default category by editing your profile. - You might add background to body, so it'd be the default one. You can also edit the whole style so it'll support "all anime" category but that's a little more work. |
Oct 17, 2013 12:16 AM
#1308
AboveAllSanity said: Hello! o/ I just recently updated my list again, and I used a requested/premade layout and just edited myself. It was Levelev's requested list. (http://myanimelist.net/forum/?topicid=393393&show=80) However I'm a bit confused on what's going on with the main list of my anime list, every catagory has it's own background/text, but when I click to go to my anime list from my profile I get a blank white page and no buttons work.. Try this: @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/Colors/Violet.css"; @import "http://fonts.googleapis.com/css?family=Rosario"; @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; body { font-family:Rosario; } .header_title { background-color:transparent; color:white; font-size:26px; } .animetitle, .animetitle:visited { color:white; font-size:22px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-size:15px; } .td1[align="center"][width="45"], .td2[align="center"][width="45"] { color:white !important; font-size:40px; left:500px; margin-top:64px; position:absolute; width:70px; } .td1[align="center"][width="45"] a, .td2[align="center"][width="45"] a { color:white; font-size:40px; } .td1[align="center"][width="45"]::before, .td2[align="center"][width="45"]::before { color:white; content:' My Score '; font-size:15px; } td:nth-of-type(6) a { color:white; content:' My Score '; font-size:15px; } #list_surround { width:600px; } #list_surround { left:-700px !important; position:absolute !important; } #list_surround { background-image:none; } .hide { background-position:0 0; background-repeat:no-repeat no-repeat; background-size:cover; border:2px solid white; display:inline-block !important; height:157px; margin-bottom:3px; margin-left:13px; margin-top:3px; position:relative; width:112px !important; } body { background-attachment:fixed; background-position:0 0; background-size:cover; } .table_header:nth-of-type(3) { background-color:transparent; position:absolute; right:24px; top:87px; width:106px; } .table_header:nth-of-type(3) { } .table_header:nth-of-type(3)::before { color:white; content:' Sort by: '; font-size:14px; font-weight:normal; } td:nth-of-type(6) { background-attachment:scroll; background-color:transparent; background-image:none; background-position:0 0; background-repeat:repeat repeat; height:146px !important; margin-left:-456px; margin-top:45px; position:absolute; width:359px; } body { background-repeat:no-repeat no-repeat; } #list_surround { left:0; margin:auto; position:absolute; right:0; } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { text-decoration:underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image:none; border-width:0; padding:2px; } .category_totals:hover, .td1:hover, .td2:hover, #grand_totals:hover, #copyright:hover { border-width:0; padding:2px; } #copyright::after { } .thickbox { color:#00FFFF; font-size:12px; } .header_title { height:32px; padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { height:30px; } #copyright, #grand_totals { margin:0 auto; text-align:center; } .table_header:nth-of-type(6) { display:none; } #inlineContent { background-image:url(http://i39.tinypic.com/2exr03p.png); background-position:50% 50%; background-repeat:repeat no-repeat; bottom:0; display:block !important; height:80px; left:0; margin-bottom:0; position:fixed; width:100%; z-index:-1; } td:nth-of-type(6) small { content:' Edit Review '; font-size:0; height:20px; margin-left:17px; margin-top:-12px; position:absolute; } .header_title { font-size: 0; } .header_cw, .header_completed , .header_onhold, .header_dropped, .header_ptw { position: fixed; content: ''; width: 100%; height:100%; left: 0; top: 0; background-size: cover; z-index: -1; } .header_cw { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/WatchingBG_zps58f5a7be.png'); } .header_completed { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/CompletedBG_zps12ea0e79.png'); } .header_onhold { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/OnHoldBG_zpsc951634b.png'); } .header_dropped { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/DroppedBG_zps9310dff8.png'); } .header_ptw { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/PlanToWatchBG_zps6e3bd59e.png'); } .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { display:none; } .status_not_selected a, .status_selected a { padding: 2px; color: white; } .status_selected a { text-decoration:blink; } td:nth-of-type(6) small::after { content:' Review '; font-size:13px !important; } |
Oct 17, 2013 8:35 AM
#1309
Hahaido said: Try this: @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/Colors/Violet.css"; @import "http://fonts.googleapis.com/css?family=Rosario"; @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; body { font-family:Rosario; } .header_title { background-color:transparent; color:white; font-size:26px; } .animetitle, .animetitle:visited { color:white; font-size:22px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-size:15px; } .td1[align="center"][width="45"], .td2[align="center"][width="45"] { color:white !important; font-size:40px; left:500px; margin-top:64px; position:absolute; width:70px; } .td1[align="center"][width="45"] a, .td2[align="center"][width="45"] a { color:white; font-size:40px; } .td1[align="center"][width="45"]::before, .td2[align="center"][width="45"]::before { color:white; content:' My Score '; font-size:15px; } td:nth-of-type(6) a { color:white; content:' My Score '; font-size:15px; } #list_surround { width:600px; } #list_surround { left:-700px !important; position:absolute !important; } #list_surround { background-image:none; } .hide { background-position:0 0; background-repeat:no-repeat no-repeat; background-size:cover; border:2px solid white; display:inline-block !important; height:157px; margin-bottom:3px; margin-left:13px; margin-top:3px; position:relative; width:112px !important; } body { background-attachment:fixed; background-position:0 0; background-size:cover; } .table_header:nth-of-type(3) { background-color:transparent; position:absolute; right:24px; top:87px; width:106px; } .table_header:nth-of-type(3) { } .table_header:nth-of-type(3)::before { color:white; content:' Sort by: '; font-size:14px; font-weight:normal; } td:nth-of-type(6) { background-attachment:scroll; background-color:transparent; background-image:none; background-position:0 0; background-repeat:repeat repeat; height:146px !important; margin-left:-456px; margin-top:45px; position:absolute; width:359px; } body { background-repeat:no-repeat no-repeat; } #list_surround { left:0; margin:auto; position:absolute; right:0; } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { text-decoration:underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image:none; border-width:0; padding:2px; } .category_totals:hover, .td1:hover, .td2:hover, #grand_totals:hover, #copyright:hover { border-width:0; padding:2px; } #copyright::after { } .thickbox { color:#00FFFF; font-size:12px; } .header_title { height:32px; padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { height:30px; } #copyright, #grand_totals { margin:0 auto; text-align:center; } .table_header:nth-of-type(6) { display:none; } #inlineContent { background-image:url(http://i39.tinypic.com/2exr03p.png); background-position:50% 50%; background-repeat:repeat no-repeat; bottom:0; display:block !important; height:80px; left:0; margin-bottom:0; position:fixed; width:100%; z-index:-1; } td:nth-of-type(6) small { content:' Edit Review '; font-size:0; height:20px; margin-left:17px; margin-top:-12px; position:absolute; } .header_title { font-size: 0; } .header_cw, .header_completed , .header_onhold, .header_dropped, .header_ptw { position: fixed; content: ''; width: 100%; height:100%; left: 0; top: 0; background-size: cover; z-index: -1; } .header_cw { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/WatchingBG_zps58f5a7be.png'); } .header_completed { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/CompletedBG_zps12ea0e79.png'); } .header_onhold { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/OnHoldBG_zpsc951634b.png'); } .header_dropped { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/DroppedBG_zps9310dff8.png'); } .header_ptw { background-image: url('http://i1121.photobucket.com/albums/l506/Kagare/My%20Anime%20List%20-%20DONT%20MOVE/crossoverlist/PlanToWatchBG_zps6e3bd59e.png'); } .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { display:none; } .status_not_selected a, .status_selected a { padding: 2px; color: white; } .status_selected a { text-decoration:blink; } td:nth-of-type(6) small::after { content:' Review '; font-size:13px !important; } dzikibambus said: Css you're using doesn't support displaying all categories. Two ways about solving this: - The simplest way would be to change default category by editing your profile. - You might add background to body, so it'd be the default one. You can also edit the whole style so it'll support "all anime" category but that's a little more work. Thank you both for your help, I tried both, and ended up going with the latter option of changing my default category! Since I mostly use my Currently watching, that's the most useful one for default. I appreciate both of your hlelp! (: |
Oct 19, 2013 9:05 AM
#1310
Hello, I am looking for the code that makes the images pop up when you hover over them. It is like that in this list. http://myanimelist.net/animelist/Timoke Thank You. |
Oct 19, 2013 11:01 AM
#1311
Apacity said: Hello, I am looking for the code that makes the images pop up when you hover over them. It is like that in this list. http://myanimelist.net/animelist/Timoke Thank You. I guess you're looking for this: http://myanimelist.net/forum/?topicid=626173 |
Oct 20, 2013 7:59 PM
#1312
Does anyone know a way to code the page scrollbar preferably with CSS? I want to control the size, z-index, and opacity. |
Oct 20, 2013 9:32 PM
#1313
CSS properties that apply to scrollbar are work in Chrome only (in IE as well). But there are some tricks for Firefox http://myanimelist.net/forum/?topicid=443937&show=60#msg23803009 |
Oct 24, 2013 1:11 PM
#1314
So: I've set up the background on the top bar buttons to change along with the text, however, when I hover over an item, the text's colour change is always one item to the right, instead of inside the button... No idea why it happens, but here's the code: .status_not_selected:hover{ -moz-transition:background 0.25s; -o-transition:background 0.25s; -webkit-transition:background 0.25s; transition:background 0.25s; background-image:url(http://i.imgur.com/400HjUm.png); color:#FF0055; text-shadow:0px 0px 5px #000000; } .status_not_selected:hover + .status_not_selected a{ color:#FF0055; text-shadow:0px 0px 5px #000000; } Note, when I try "~", everything to the left of the button, but not the button itself is changed, & when I try " ", nothing happens. Is there a way to move the colour change to the left one item? |
Oct 25, 2013 7:12 AM
#1315
Aririnkitaku said: So: I've set up the background on the top bar buttons to change along with the text, however, when I hover over an item, the text's colour change is always one item to the right, instead of inside the button... No idea why it happens, but here's the code: .status_not_selected:hover{ -moz-transition:background 0.25s; -o-transition:background 0.25s; -webkit-transition:background 0.25s; transition:background 0.25s; background-image:url(http://i.imgur.com/400HjUm.png); color:#FF0055; text-shadow:0px 0px 5px #000000; } .status_not_selected:hover + .status_not_selected a{ color:#FF0055; text-shadow:0px 0px 5px #000000; } Note, when I try "~", everything to the left of the button, but not the button itself is changed, & when I try " ", nothing happens. Is there a way to move the colour change to the left one item? It's because of the +, try this: .status_not_selected:hover a{ color:#FF0055; text-shadow:0px 0px 5px #000000; } |
Oct 25, 2013 10:09 AM
#1316
dzikibambus said: It's because of the +, try this: .status_not_selected:hover a{ color:#FF0055; text-shadow:0px 0px 5px #000000; } Well, I'm amazed I didn't think of that. Also, as far as I can tell, this isn't possible without editing the HTML, but, is there a way to make the entire button, not just the text, be clickable? So when I hover over the button, I can click on the button, & I'll be sent off to the next link. |
Oct 25, 2013 1:27 PM
#1317
Aririnkitaku said: Also, as far as I can tell, this isn't possible without editing the HTML, but, is there a way to make the entire button, not just the text, be clickable? So when I hover over the button, I can click on the button, & I'll be sent off to the next link. yes, it is. add: display: block; height: 58px; line-height: 58px; to the .status_not_selected a and .status_selected a |
Oct 25, 2013 3:12 PM
#1318
kuronekodesu said: Aririnkitaku said: Also, as far as I can tell, this isn't possible without editing the HTML, but, is there a way to make the entire button, not just the text, be clickable? So when I hover over the button, I can click on the button, & I'll be sent off to the next link. yes, it is. add: display: block; height: 58px; line-height: 58px; to the .status_not_selected a and .status_selected a Well, I didn't expect it to be as simple as adding a only few lines of CSS. Finally, my list is pretty much complete, aside from a few compatibility issues here & there. |
Oct 27, 2013 4:24 PM
#1319
http://myanimelist.net/animelist/Campione I want to make my Tag boxes and and the text inside of them transparent except when I hover over them to add some more tags. So yeah, I want to be able to see all of Yami's delicious body perfectly except when I hover over the tag boxes. |
Oct 27, 2013 9:27 PM
#1320
Try /* Math part of the layout, don't change unless you know what you're doing */ @import "http://dl.dropbox.com/u/78340470/MahouLayoutCSS/MahouCSS.css"; /* Top bar */ @import "http://dl.dropbox.com/u/78340470/MahouLayoutCSS/Topbar%20redux.css"; body{ /* Set up a background image: */ background-image: url("http://i1.minus.com/ipemrPhaiORD8.png"); /* Set up a point of transformation. This is the point * of image that should always be at the top and * preserve it's location at these offsets. * If you don't understand how it works, 50% 50% should * be ok in most cases. Default: point to Okabe's face. */ background-position: 60% 18%; /* Set up fonts you want to use and preferred basic size. * It will look for the first font at the list, then for * the second, etc. The last parameter describes a generic * font family, which will be used if none of the fonts are * on the user PC. The size can be also set using keywords * like xx-small, google for font-size if you want more info */ font-family: 'Segoe UI', 'Century Gothic', sans-serif; font-size: 11px; } /*LIST HOVER COLOR This configures the look of the part with sort links: * the border and the background. * Colors are in rgba format which means first three values * define a color in Red-Green-Blue mode and the last one * sets up an opacity of the color: rgba(R,G,B,a) * Use color picker in Photoshop (or other image editor), * Opera Dragonfly or Rainbow Firefox extension to get desired * RGB values and then play with opacity until you get what you * wanted. */ tr:hover [class^=td] { background-color: rgba(4, 150, 100, 0.9) !important; } .table_header{ background-color: rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.25); } .table_header, .table_headerLink{ /* Color of the sort links. I used short hex notation here but * you may use whatever you want, rgb, rgba or full-hex. This * won't be mentioned below, the way to change colors is the same */ color: #FFF; /* Remove the following line if you want links to be underlined */ text-decoration: none; } .table_headerLink:hover{ /* This configures a light white glow on hovered links * Changing colors should be enough here so I'll leave it for you. * It's the same rgba we've encountered. */ text-shadow: rgba(255,255,255,0.4) -1px -1px 3px, rgba(255,255,255,0.4) 1px 1px 3px; } /* The look of the rest of the * Configures background, border and text color for non-links * I made it a bit more opaque than sorting headers */ .td1, .td2{ background-color: rgba(0,0,0,0.6); border-color: rgba(255,255,255,0.25); color: #FFF; } /* This is for the links in the rest of the */ .td1 a, .td2 a{ text-decoration: none; /* Removes underline for these */ color: #ffc700; /* Paints links orange */ } /* Glow effect on link hover. The same text-shadow property */ .td1 a:hover, .td2 a:hover{ text-shadow: #9d9d31 -1px -1px 3px, #9d9d31 1px 1px 3px; } /* This makes all text ins bold except for Edit - More */ #list_surround td[class^=td]:first-child, #list_surround td[class^=td]:nth-child(n+3), .animetitle{font-weight:bold} /* CSS sprite for Currently Watching, Completed, Dropped, etc... * Note there is only one image used for all headers. I've made an * inverted version for bright layouts: * [url=http://i.imgur.com/VImNB.png]http://i.imgur.com/VImNB.png * or you can make one yourself. It's not that difficult. */ .header_title{ background-image: url(http://i.imgur.com/VImNB.png); } /* Block displaying category totals * It's redesigned to be the part of the layout * and you've already encountered all the properties here * so it won't be hard for you to customise this. * Note that a different shadow colors used for glow effect */ .category_totals{ background-color: rgba(0,0,0,0.5); border-color: rgba(255,255,255,0.25); color: #fff; font-weight: bold; text-shadow: orange 1px 1px 2px,cyan -1px -1px 2px; } /* Text displaying global totals */ #grand_totals{ color: #fff; font-size: larger; font-weight: bold; text-shadow: #c51 -1px -1px 3px, #c51 1px 1px 3px, #c51 1px -1px 4px, #c51 -1px 1px 3px; /* The following line makes it ALL-CAPS */ text-transform: uppercase; } /* Modifying copyright section. It's designed to look similar * to the whole layout, ok? */ #copyright{ background-color: rgba(0,0,0,0.6); border-color: rgba(255,255,255,0.25); } /* Modifying the text color in copyright section */ #copyright, #copyright a{ color: #FFF; } #list_surround { position: absolute !important; left: 1px !important;} /* Tags Row Width */ #list_surround { width: 100% !important; } td:nth-of-type(6) { opacity: 0; width: 510px; transition: opacity .3s linear; -moz-transition: opacity .3s linear; -webkit-transition: opacity .3s linear; } tr:hover td:nth-of-type(6) { opacity: 1; } |
Oct 27, 2013 11:02 PM
#1321
Hahaido said: Try /* Math part of the layout, don't change unless you know what you're doing */ @import "http://dl.dropbox.com/u/78340470/MahouLayoutCSS/MahouCSS.css"; /* Top bar */ @import "http://dl.dropbox.com/u/78340470/MahouLayoutCSS/Topbar%20redux.css"; body{ /* Set up a background image: */ background-image: url("http://i1.minus.com/ipemrPhaiORD8.png"); /* Set up a point of transformation. This is the point * of image that should always be at the top and * preserve it's location at these offsets. * If you don't understand how it works, 50% 50% should * be ok in most cases. Default: point to Okabe's face. */ background-position: 60% 18%; /* Set up fonts you want to use and preferred basic size. * It will look for the first font at the list, then for * the second, etc. The last parameter describes a generic * font family, which will be used if none of the fonts are * on the user PC. The size can be also set using keywords * like xx-small, google for font-size if you want more info */ font-family: 'Segoe UI', 'Century Gothic', sans-serif; font-size: 11px; } /*LIST HOVER COLOR This configures the look of the part with sort links: * the border and the background. * Colors are in rgba format which means first three values * define a color in Red-Green-Blue mode and the last one * sets up an opacity of the color: rgba(R,G,B,a) * Use color picker in Photoshop (or other image editor), * Opera Dragonfly or Rainbow Firefox extension to get desired * RGB values and then play with opacity until you get what you * wanted. */ tr:hover [class^=td] { background-color: rgba(4, 150, 100, 0.9) !important; } .table_header{ background-color: rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.25); } .table_header, .table_headerLink{ /* Color of the sort links. I used short hex notation here but * you may use whatever you want, rgb, rgba or full-hex. This * won't be mentioned below, the way to change colors is the same */ color: #FFF; /* Remove the following line if you want links to be underlined */ text-decoration: none; } .table_headerLink:hover{ /* This configures a light white glow on hovered links * Changing colors should be enough here so I'll leave it for you. * It's the same rgba we've encountered. */ text-shadow: rgba(255,255,255,0.4) -1px -1px 3px, rgba(255,255,255,0.4) 1px 1px 3px; } /* The look of the rest of the * Configures background, border and text color for non-links * I made it a bit more opaque than sorting headers */ .td1, .td2{ background-color: rgba(0,0,0,0.6); border-color: rgba(255,255,255,0.25); color: #FFF; } /* This is for the links in the rest of the */ .td1 a, .td2 a{ text-decoration: none; /* Removes underline for these */ color: #ffc700; /* Paints links orange */ } /* Glow effect on link hover. The same text-shadow property */ .td1 a:hover, .td2 a:hover{ text-shadow: #9d9d31 -1px -1px 3px, #9d9d31 1px 1px 3px; } /* This makes all text ins bold except for Edit - More */ #list_surround td[class^=td]:first-child, #list_surround td[class^=td]:nth-child(n+3), .animetitle{font-weight:bold} /* CSS sprite for Currently Watching, Completed, Dropped, etc... * Note there is only one image used for all headers. I've made an * inverted version for bright layouts: * [url=http://i.imgur.com/VImNB.png]http://i.imgur.com/VImNB.png * or you can make one yourself. It's not that difficult. */ .header_title{ background-image: url(http://i.imgur.com/VImNB.png); } /* Block displaying category totals * It's redesigned to be the part of the layout * and you've already encountered all the properties here * so it won't be hard for you to customise this. * Note that a different shadow colors used for glow effect */ .category_totals{ background-color: rgba(0,0,0,0.5); border-color: rgba(255,255,255,0.25); color: #fff; font-weight: bold; text-shadow: orange 1px 1px 2px,cyan -1px -1px 2px; } /* Text displaying global totals */ #grand_totals{ color: #fff; font-size: larger; font-weight: bold; text-shadow: #c51 -1px -1px 3px, #c51 1px 1px 3px, #c51 1px -1px 4px, #c51 -1px 1px 3px; /* The following line makes it ALL-CAPS */ text-transform: uppercase; } /* Modifying copyright section. It's designed to look similar * to the whole layout, ok? */ #copyright{ background-color: rgba(0,0,0,0.6); border-color: rgba(255,255,255,0.25); } /* Modifying the text color in copyright section */ #copyright, #copyright a{ color: #FFF; } #list_surround { position: absolute !important; left: 1px !important;} /* Tags Row Width */ #list_surround { width: 100% !important; } td:nth-of-type(6) { opacity: 0; width: 510px; transition: opacity .3s linear; -moz-transition: opacity .3s linear; -webkit-transition: opacity .3s linear; } tr:hover td:nth-of-type(6) { opacity: 1; } Was almost perfect, but the bottom bar of each section still needs to be fixed. |
Oct 28, 2013 12:05 AM
#1322
With a little trick /* Math part of the layout, don't change unless you know what you're doing */ @import "http://dl.dropbox.com/u/78340470/MahouLayoutCSS/MahouCSS.css"; /* Top bar */ @import "http://dl.dropbox.com/u/78340470/MahouLayoutCSS/Topbar%20redux.css"; body{ /* Set up a background image: */ background-image: url("http://i1.minus.com/ipemrPhaiORD8.png"); /* Set up a point of transformation. This is the point * of image that should always be at the top and * preserve it's location at these offsets. * If you don't understand how it works, 50% 50% should * be ok in most cases. Default: point to Okabe's face. */ background-position: 60% 18%; /* Set up fonts you want to use and preferred basic size. * It will look for the first font at the list, then for * the second, etc. The last parameter describes a generic * font family, which will be used if none of the fonts are * on the user PC. The size can be also set using keywords * like xx-small, google for font-size if you want more info */ font-family: 'Segoe UI', 'Century Gothic', sans-serif; font-size: 11px; } /*LIST HOVER COLOR This configures the look of the part with sort links: * the border and the background. * Colors are in rgba format which means first three values * define a color in Red-Green-Blue mode and the last one * sets up an opacity of the color: rgba(R,G,B,a) * Use color picker in Photoshop (or other image editor), * Opera Dragonfly or Rainbow Firefox extension to get desired * RGB values and then play with opacity until you get what you * wanted. */ tr:hover [class^=td] { background-color: rgba(4, 150, 100, 0.9) !important; } .table_header{ background-color: rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.25); } .table_header, .table_headerLink{ /* Color of the sort links. I used short hex notation here but * you may use whatever you want, rgb, rgba or full-hex. This * won't be mentioned below, the way to change colors is the same */ color: #FFF; /* Remove the following line if you want links to be underlined */ text-decoration: none; } .table_headerLink:hover{ /* This configures a light white glow on hovered links * Changing colors should be enough here so I'll leave it for you. * It's the same rgba we've encountered. */ text-shadow: rgba(255,255,255,0.4) -1px -1px 3px, rgba(255,255,255,0.4) 1px 1px 3px; } /* The look of the rest of the * Configures background, border and text color for non-links * I made it a bit more opaque than sorting headers */ .td1, .td2{ background-color: rgba(0,0,0,0.6); border-color: rgba(255,255,255,0.25); color: #FFF; } /* This is for the links in the rest of the */ .td1 a, .td2 a{ text-decoration: none; /* Removes underline for these */ color: #ffc700; /* Paints links orange */ } /* Glow effect on link hover. The same text-shadow property */ .td1 a:hover, .td2 a:hover{ text-shadow: #9d9d31 -1px -1px 3px, #9d9d31 1px 1px 3px; } /* This makes all text ins bold except for Edit - More */ #list_surround td[class^=td]:first-child, #list_surround td[class^=td]:nth-child(n+3), .animetitle{font-weight:bold} /* CSS sprite for Currently Watching, Completed, Dropped, etc... * Note there is only one image used for all headers. I've made an * inverted version for bright layouts: * [url=http://i.imgur.com/VImNB.png]http://i.imgur.com/VImNB.png * or you can make one yourself. It's not that difficult. */ .header_title{ background-image: url(http://i.imgur.com/VImNB.png); } /* Block displaying category totals * It's redesigned to be the part of the layout * and you've already encountered all the properties here * so it won't be hard for you to customise this. * Note that a different shadow colors used for glow effect */ .category_totals{ display: block; background-color: rgba(0,0,0,0.5); border-color: rgba(255,255,255,0.25); color: #fff; font-weight: bold; text-align: center; text-shadow: orange 1px 1px 2px,cyan -1px -1px 2px; width: calc(100% - 556px); width: -moz-calc(100% - 556px); width: -webkit-calc(100% - 556px); } /* Text displaying global totals */ #grand_totals{ color: #fff; font-size: larger; font-weight: bold; text-shadow: #c51 -1px -1px 3px, #c51 1px 1px 3px, #c51 1px -1px 4px, #c51 -1px 1px 3px; /* The following line makes it ALL-CAPS */ text-transform: uppercase; } /* Modifying copyright section. It's designed to look similar * to the whole layout, ok? */ #copyright{ background-color: rgba(0,0,0,0.6); border-color: rgba(255,255,255,0.25); } /* Modifying the text color in copyright section */ #copyright, #copyright a{ color: #FFF; } #list_surround { position: absolute !important; left: 1px !important;} /* Tags Row Width */ #list_surround { width: 100% !important; } td:nth-of-type(6) { opacity: 0; width: 510px; transition: opacity .3s linear; -moz-transition: opacity .3s linear; -webkit-transition: opacity .3s linear; } tr:hover td:nth-of-type(6) { opacity: 1; } |
Oct 28, 2013 8:28 AM
#1323
Thank you sir. ^_^ |
Oct 30, 2013 8:59 AM
#1324
was trying the code geass one layout but i'm having problems on the cover pic when hovering http://imageshack.us/a/img713/1557/ik3x.png i was searching for that certain code but i couldnt still able to figure it out the code: |
Oct 30, 2013 10:00 AM
#1325
ChristelleXhie said: was trying the code geass one layout but i'm having problems on the cover pic when hovering http://imageshack.us/a/img713/1557/ik3x.png i was searching for that certain code but i couldnt still able to figure it out the code: if you wanted to change position and size of the covers, than simply look for "top", "left", "width" and "height", where you are only changing numbers in this code (open second line/code/link from the code you posted above in spoiler): https://dl.dropboxusercontent.com/s/t8g8i1udpkj07zs/mal_pic.css I hope this helped... |
Oct 31, 2013 3:47 PM
#1326
I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!) So what I want is, if I may call it so, a "preview effect for poster covers" (a second covers that are on top of already existing one)... The corrections I want to make to the code below are: 1. to make effect of covers work on all my list, not just with titles that have sign "Airing" 2. I want to have all "4 corners with radious of 13px", along with new "preview effect for poster covers" (if I may call it so) ANY HELP WOULD BE DEEPLY APPRECIATED !!! (if "xmenu" code is possible here for making second covers, could you explain to me, how to formulate that code ???) My current CSS code: /* Square Layout u531355 - 2012 */ /**********************/ /* Anime Cover Images */ /**********************/ @import "https://dl.dropboxusercontent.com/u/144008148/List_Anime/random/covers.css"; /* 1) Generated covers */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); /* 2) Base layout */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/style.css); /* 3) Top-bar icons */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/japan/bar.css); /* 4) Layout theme */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/themes/dark/theme.css); /* 5) Addons - Add as many as you want */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/addons/longcovers/addon.css); /*Tags*/ .td1:nth-of-type(6), .td2:nth-of-type(6){ height: auto !important; text-align: justify; } .td1:nth-of-type(6) a:hover, .td2:nth-of-type(6) a:hover{ color: rgb(39, 195, 255) !important; } span[id*="tagLinks"] { font-size: 0px !important; } .td1:nth-of-type(6) span[id*="tagRow"], .td2:nth-of-type(6) span[id*="tagRow"] { font-size: 11px; display: block !important; color: rgb(39, 195, 255) !important; } /*edit button for tags*/ a small { color: white; } a small:hover { color: red !important; text-decoration: underline; background-color: gold !important; border-radius: 3px; } /* "Edit" window for Tags*/ input.inputtext, textarea.textarea, textarea.inputtext { height: 100px; width: 180px !important; } /* 6) Options */ /* Determines the number of covers on each row, it should be a multiple of 242px */ body {max-width: 1210px;} /* Header picture */ #inlineContent {background-image: url(https://dl.dropbox.com/u/101477602/Natsume.jpg);} /* Default picture when no cover is found */ .hide {background-image: url(http://dl.dropbox.com/u/49469857/MAL/premade/square/nopic/seasons.jpg);} /* Links color */ a {color: rgb(39, 195, 255);} /* More infos on http://myanimelist.net/forum/?topicid=459189 */ /*#############*/ /*TEST by Monsterguy*/ /*#############*/ #mal_control_strip { left: calc(9% - 88px) !important; } #list_surround { width: 125%; margin: 526px 0px 64px -137px; padding: 11px 12px 42px 16px; } body { margin: calc(9% + 30px) !important; } /*##################*/ /* --ANIMATION-- */ /*##################*/ #list_surround table:nth-of-type(n+4) tbody:hover .animetitle + small { animation-duration: 100s; animation-name: index; animation-timing-function: ease-in-out; background-clip: padding-box !important; background-repeat: no-repeat !important; background-size: 220px 300px !important; border-radius: 13px; content: ""; font-weight: bold; height: 300px; margin-left: -82px !important; margin-top: 0px !important; opacity: 0; pointer-events: none; position: absolute; right: 0; top: 0; width: 220px !important; color: transparent !important; z-index: 3006; /* -animation- */ animation-name: index ; animation-timing-function: ease-in-out; animation-duration: 1s; -moz-animation-name: index ; -moz-animation-timing-function: ease-in-out; -moz-animation-duration: 1s; -webkit-animation-name: index ; -webkit-animation-timing-function: ease-in-out; -webkit-animation-duration: 1s; } /* -animation- */ @keyframes index { 0% { opacity: 1; } 50% { opacity: 1; } 65% { opacity: 1; } 95% { opacity: 0.1; } 100% { opacity: 0; } } /* -Mozilla animation- */ @-moz-keyframes index { 0% { opacity: 1; } 50% { opacity: 1; } 65% { opacity: 1; } 95% { opacity: 0.1; } 100% { opacity: 0; } } /* -Chrome and other browsers animation- */ @-webkit-keyframes index { 0% { opacity: 1; } 50% { opacity: 1; } 65% { opacity: 1; } 95% { opacity: 0.1; } 100% { opacity: 0; } } How it all looks out after you hover on a poster with the code as it is right now: https://dl.dropboxusercontent.com/u/144008148/Premade/Sample.jpg |
MonsterguyOct 31, 2013 5:38 PM
Nov 1, 2013 2:56 AM
#1327
Monsterguy said: I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!) So what I want is, if I may call it so, a "preview effect for poster covers" (a second covers that are on top of already existing one)... The corrections I want to make to the code below are: 1. to make effect of covers work on all my list, not just with titles that have sign "Airing" 2. I want to have all "4 corners with radious of 13px", along with new "preview effect for poster covers" (if I may call it so) ANY HELP WOULD BE DEEPLY APPRECIATED !!! (if "xmenu" code is possible here for making second covers, could you explain to me, how to formulate that code ???) My current CSS code: /* Square Layout u531355 - 2012 */ /**********************/ /* Anime Cover Images */ /**********************/ @import "https://dl.dropboxusercontent.com/u/144008148/List_Anime/random/covers.css"; /* 1) Generated covers */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); /* 2) Base layout */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/style.css); /* 3) Top-bar icons */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/japan/bar.css); /* 4) Layout theme */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/themes/dark/theme.css); /* 5) Addons - Add as many as you want */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/addons/longcovers/addon.css); /*Tags*/ .td1:nth-of-type(6), .td2:nth-of-type(6){ height: auto !important; text-align: justify; } .td1:nth-of-type(6) a:hover, .td2:nth-of-type(6) a:hover{ color: rgb(39, 195, 255) !important; } span[id*="tagLinks"] { font-size: 0px !important; } .td1:nth-of-type(6) span[id*="tagRow"], .td2:nth-of-type(6) span[id*="tagRow"] { font-size: 11px; display: block !important; color: rgb(39, 195, 255) !important; } /*edit button for tags*/ a small { color: white; } a small:hover { color: red !important; text-decoration: underline; background-color: gold !important; border-radius: 3px; } /* "Edit" window for Tags*/ input.inputtext, textarea.textarea, textarea.inputtext { height: 100px; width: 180px !important; } /* 6) Options */ /* Determines the number of covers on each row, it should be a multiple of 242px */ body {max-width: 1210px;} /* Header picture */ #inlineContent {background-image: url(https://dl.dropbox.com/u/101477602/Natsume.jpg);} /* Default picture when no cover is found */ .hide {background-image: url(http://dl.dropbox.com/u/49469857/MAL/premade/square/nopic/seasons.jpg);} /* Links color */ a {color: rgb(39, 195, 255);} /* More infos on http://myanimelist.net/forum/?topicid=459189 */ /*#############*/ /*TEST by Monsterguy*/ /*#############*/ #mal_control_strip { left: calc(9% - 88px) !important; } #list_surround { width: 125%; margin: 526px 0px 64px -137px; padding: 11px 12px 42px 16px; } body { margin: calc(9% + 30px) !important; } /*##################*/ /* --ANIMATION-- */ /*##################*/ #list_surround table:nth-of-type(n+4) tbody:hover .animetitle + small { animation-duration: 100s; animation-name: index; animation-timing-function: ease-in-out; background-clip: padding-box !important; background-repeat: no-repeat !important; background-size: 220px 300px !important; border-radius: 13px; content: ""; font-weight: bold; height: 300px; margin-left: -82px !important; margin-top: 0px !important; opacity: 0; pointer-events: none; position: absolute; right: 0; top: 0; width: 220px !important; color: transparent !important; z-index: 3006; /* -animation- */ animation-name: index ; animation-timing-function: ease-in-out; animation-duration: 1s; -moz-animation-name: index ; -moz-animation-timing-function: ease-in-out; -moz-animation-duration: 1s; -webkit-animation-name: index ; -webkit-animation-timing-function: ease-in-out; -webkit-animation-duration: 1s; } /* -animation- */ @keyframes index { 0% { opacity: 1; } 50% { opacity: 1; } 65% { opacity: 1; } 95% { opacity: 0.1; } 100% { opacity: 0; } } /* -Mozilla animation- */ @-moz-keyframes index { 0% { opacity: 1; } 50% { opacity: 1; } 65% { opacity: 1; } 95% { opacity: 0.1; } 100% { opacity: 0; } } /* -Chrome and other browsers animation- */ @-webkit-keyframes index { 0% { opacity: 1; } 50% { opacity: 1; } 65% { opacity: 1; } 95% { opacity: 0.1; } 100% { opacity: 0; } } How it all looks out after you hover on a poster with the code as it is right now: https://dl.dropboxusercontent.com/u/144008148/Premade/Sample.jpg I'm not sure if I've understood what you're trying to do. When an entry is hovered you want it to be shown without the text for a while, right? How about this: change your #list_surround table:nth-of-type(n+4) tbody:hover .animetitle + small to: #list_surround table:nth-of-type(n+4) tbody:hover {animation: index ease 1s;} @keyframes index { 0% { opacity: 0; } 65% { opacity: 0; } 100% { opacity: 1; } } |
Nov 1, 2013 3:39 AM
#1328
Monsterguy said: I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!) Here is my way: /* Square Layout u531355 - 2012 */ /* 1) Generated covers */ @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/animetitle_after.css); /* 3) Top-bar icons */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/japan/bar.css); /*Tags*/ .td1:nth-of-type(6), .td2:nth-of-type(6){ height: auto !important; text-align: justify; } .td1:nth-of-type(6) a:hover, .td2:nth-of-type(6) a:hover{ color: rgb(39, 195, 255) !important; } span[id*="tagLinks"] { font-size: 0px !important; } .td1:nth-of-type(6) span[id*="tagRow"], .td2:nth-of-type(6) span[id*="tagRow"] { font-size: 11px; display: block !important; color: rgb(39, 195, 255) !important; } /*edit button for tags*/ a small { color: white; } a small:hover { color: red !important; text-decoration: underline; background-color: gold !important; border-radius: 3px; } /* "Edit" window for Tags*/ input.inputtext, textarea.textarea, textarea.inputtext { height: 100px; width: 180px !important; } /* 6) Options */ /* Determines the number of covers on each row, it should be a multiple of 242px */ body {max-width: 1210px;} /* Header picture */ #inlineContent {background-image: url(https://dl.dropbox.com/u/101477602/Natsume.jpg);} /* Links color */ a {color: rgb(39, 195, 255);} /* More infos on http://myanimelist.net/forum/?topicid=459189 */ /*#############*/ /*TEST by Monsterguy*/ /*#############*/ #mal_control_strip { left: calc(9% - 88px) !important; } #list_surround { width: 125%; margin: 526px 0px 64px -137px; padding: 11px 12px 42px 16px; } body { margin: calc(9% + 30px) !important; } .List_LightBox:after, .animetitle:after { pointer-events: none; position: absolute !important; display: block !important; content: ''; width: 220px !important; height: 220px !important; border-radius: 13px; box-shadow: 0px 0px 11px 2px rgb(13, 13, 13) inset; } .List_LightBox:after { visibility: hidden; opacity: 1; margin-left: -1px !important; background-color: rgb(26, 26, 26); transition: opacity .3s linear .2s; -moz-transition: opacity .3s linear .2s; -webkit-transition: opacity .3s linear .2s; z-index: 101; } .animetitle:after { display: block !important; margin-left: -19px !important; margin-top: -172px !important; background-repeat: no-repeat !important; background-position: center center; z-index: -1; } #list_surround table:nth-of-type(n+4) tbody:hover .List_LightBox:after { visibility: visible; opacity: 0; } #list_surround table:nth-of-type(n+4) tbody:hover .animetitle:after { z-index: 100; } #inlineContent { pointer-events: none; display: block !important; position: absolute; top: 0px; left: 0px; height: 420px; width: 100%; background-position: right; border-bottom-width: 42px; border-bottom-style: solid; z-index: -1; } #mal_control_strip { position: absolute; top: 0px; left: auto !important; width: 686px !important; height: 120px; background-image: none !important; border-radius: 0px 0px 13px 13px; } #mal_control_strip div { margin: 0px !important; font-size: 0px !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links, #mal_cs_otherlinks { padding: 0px !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right-style: none !important; } #mal_cs_pic { position: absolute; top: 11px; left: 11px; } #mal_cs_listinfo div a, #mal_cs_links div a, #mal_cs_otherlinks div a { display: block; position: absolute; top: 11px; width: 64px; height: 64px; line-height: 64px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; letter-spacing: -1px; font-size: 0px; font-weight: bold; text-align: center; text-decoration: none; border-radius: 7px; } #mal_cs_listinfo div a:hover, #mal_cs_links div a:hover, #mal_cs_otherlinks div a:hover { font-size: 11px; } #mal_cs_listinfo div:first-of-type a {left: 11px;} #mal_cs_listinfo div:last-of-type a {left: 86px;} #mal_cs_links div:first-of-type a:first-of-type {left: 161px;} #mal_cs_links div:last-of-type a:first-of-type {left: 236px;} #mal_cs_links div:last-of-type a:last-of-type {left: 311px;} #mal_cs_links div:first-of-type a:last-of-type, #mal_cs_otherlinks div:first-of-type a {left: 386px;} #mal_cs_otherlinks div a[href="http://myanimelist.net/forum/"], #mal_cs_otherlinks div a[href^="http://myanimelist.net/mangalist/"], #mal_cs_otherlinks div a[href^="http://myanimelist.net/animelist/"], #mal_cs_otherlinks div a[href="http://myanimelist.net/login.php"] {left: 461px;} #mal_cs_otherlinks div a[href^="http://myanimelist.net/history/"], #mal_cs_otherlinks div a[href="http://myanimelist.net/register.php"] {left: 536px;} #mal_cs_otherlinks div a[href="http://myanimelist.net/panel.php?go=export"], #mal_cs_otherlinks div a[href^="http://myanimelist.net/shared"], #mal_cs_otherlinks div a[href="http://myanimelist.net/modules.php?go=faq"] {left: 611px;} #mal_cs_listinfo div a:before, #mal_cs_links div a:before, #mal_cs_otherlinks div a:before { position: absolute; top: 0px; left: 0px; width: 64px; height: 64px; content: ""; background-position: center; background-repeat: no-repeat; background-size: 56px; } #mal_cs_listinfo div a:hover:before, #mal_cs_links div a:hover:before, #mal_cs_otherlinks div a:hover:before { content: none; } #mal_cs_powered { top: 86px !important; left: 461px; right: auto !important; } #mal_cs_powered img { display: none; } #searchBox { position: absolute; top: 0px; left: 0px; padding: 4px 7px; width: 200px !important; height: 15px; font-size: 11px !important; text-align: center; border: none; border-radius: 4px; } .header_cw + table, .header_completed + table, .header_onhold + table, .header_dropped + table, .header_ptw + table { position: absolute; top: 86px; width: 461px; table-layout: fixed; border-spacing: 11px 0px; } #list_surround > table:nth-of-type(n+4) ~ .header_cw + table, #list_surround > table:nth-of-type(n+4) ~ .header_completed + table, #list_surround > table:nth-of-type(n+4) ~ .header_onhold + table, #list_surround > table:nth-of-type(n+4) ~ .header_dropped + table, #list_surround > table:nth-of-type(n+4) ~ .header_ptw + table { display: none; } .table_header { width: auto; } .table_header:first-of-type, .table_header:nth-of-type(n+6) { display: none; } .table_headerLink { display: block; padding: 4px 7px; height: 15px; text-align: center; border-radius: 4px; } #list_surround > table:first-of-type { position: absolute; top: 398px; width: auto; font-size: 13px; font-weight: bold; border-spacing: 11px; border-radius: 13px 13px 0px 0px; } .status_selected, .status_not_selected { width: auto; white-space: nowrap; border-radius: 7px; } .status_selected a, .status_not_selected a { display: block; padding: 0px 22px; line-height: 42px; } body { margin: auto !important; width: 77%; min-width: 726px; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } a { text-decoration: none; } #list_surround { margin: 526px 0px 64px -31px; padding: 11px 31px 42px 31px; width: 100%; border-radius: 42px; } .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw { clear: both; position: relative; top: 31px; margin: 0px 0px 42px 0px; padding: 11px 0px; border-radius: 13px; } .header_title { padding-left: 242px; font-size: 22px; font-weight: bold; text-align: center; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw), .hide { float: left; position: relative; width: 220px; height: 220px; margin: 11px; border-radius: 13px; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) { z-index: 1; } .td1, .td2 { position: absolute; padding: 4px 7px; border-radius: 4px; } .td1:nth-of-type(2), .td2:nth-of-type(2) { visibility: hidden; padding: 0px; width: 100%; height: 100%; } .td1:first-of-type:before, .td2:first-of-type:before { content: "#"; } .td1:first-of-type, .td2:first-of-type { top: 11px; left: 11px; width: 42px; z-index: 1; } .td1 a[title="Anime Information"] + small, .td2 a[title="Anime Information"] + small { display: block; visibility: visible; position: absolute; top: 11px; left: 82px; width: 43px; padding: 4px 7px; font-size: 11px; text-align: center; word-wrap: break-word; border-radius: 4px; } .td1:nth-of-type(4)[width="50"], .td2:nth-of-type(4)[width="50"] { top: 11px; right: 11px; width: 42px; } td[width="70"] + .td1:nth-of-type(5):before, [width="70"] + .td2:nth-of-type(5):before { content: "Volumes: "; } td[width="70"] + .td1:nth-of-type(5), td[width="70"] + .td2:nth-of-type(5) { top: 11px; right: 11px; width: auto; text-align: right; } .td1 a:not([title="Anime Information"]) + small, .td2 a:not([title="Anime Information"]) + small { display: block; visibility: visible; position: absolute; top: 41px; right: 11px; width: auto; padding: 4px 7px; font-size: 11px; text-align: right; border-radius: 4px; } .animetitle { display: block; visibility: visible; position: absolute; left: 11px; bottom: 41px; padding: 7px; width: 184px; text-align: center; font-size: 13px; font-weight: bold; border-radius: 7px; } .td1:nth-of-type(3):before, .td2:nth-of-type(3):before { content: "Score: "; } .td1:nth-of-type(3), .td2:nth-of-type(3) { left: 11px; bottom: 11px; width: auto; text-align: left; } td[width="50"] + .td1:nth-of-type(5):before, [width="50"] + .td2:nth-of-type(5):before { content: "Episodes: "; } td[width="50"] + .td1:nth-of-type(5), td[width="50"] + .td2:nth-of-type(5) { right: 11px; bottom: 11px; width: auto; text-align: right; } .td1:nth-of-type(4)[width="70"]:before, .td2:nth-of-type(4)[width="70"]:before { content: "Chapters: "; } .td1:nth-of-type(4)[width="70"], .td2:nth-of-type(4)[width="70"] { bottom: 11px; right: 11px; width: auto; text-align: right; } .td1:nth-of-type(n+6), .td2:nth-of-type(n+6) { display: none; } .td1[width="125"], .td2[width="125"] { left: 11px; top: 71px; width: 184px; height: 45px; overflow: auto; } #list_surround > table:hover .td1[width="125"], #list_surround > table:hover .td2[width="125"] { display: block; } input[type=text] { width: 100%; text-align: right; border: none; border-radius: 4px; } input[value=Go] { display: none; } #list_surround .List_LightBox { display: block; visibility: visible; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; font-size: 0px; } .category_totals { padding: 0px 31px; text-align: center; white-space: pre-line; border-radius: 13px; } .category_totals:before { display: block; content: "Totals:"; text-align: center; font-weight: bold; } #grand_totals, #copyright { clear: both; position: relative; top: 31px; padding: 11px 0px; text-align: center; } #grand_totals { margin-bottom: 22px; border-radius: 7px; } #copyright { margin-top: 0px !important; margin-bottom: 31px; border-radius: 13px; } #list_surround > br { display: none; } #inlineContent { border-bottom-color: rgb(52, 52, 52); } #mal_control_strip { background-color: rgb(52, 52, 52) !important; } #inlineContent, #searchBox, .status_selected, body, .hide { background-color: rgb(26, 26, 26); } #searchBox, body, input[type=text] { color: rgb(255, 255, 255); } #list_surround > table:first-of-type, #list_surround, input[type=text] { background-color: rgb(52, 52, 52); } a { color: rgb(182, 182, 182); } a:hover, #mal_cs_listinfo div a:hover, #mal_cs_links div a:hover, #mal_cs_otherlinks div a:hover { color: rgb(255, 255, 255); } ::selection { color: rgb(245, 132, 0); background-color: rgb(255, 255, 255); } ::-moz-selection { color: rgb(245, 132, 0); background-color: rgb(255, 255, 255); } #mal_cs_listinfo div a, #mal_cs_links div a, #mal_cs_otherlinks div a, .table_headerLink, .status_not_selected, .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw, .category_totals, #grand_totals, #copyright { background-color: rgb(26, 26, 26); background-image: linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -o-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -moz-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -webkit-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -ms-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); } #mal_cs_listinfo div a:hover, #mal_cs_links div a:hover, #mal_cs_otherlinks div a:hover, .table_headerLink:hover, .status_not_selected:hover { background-image: linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -o-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -moz-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -webkit-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -ms-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); } .td1, .td2, .td1 a + small, .td2 a + small, .animetitle { background-color: rgba(13, 13, 13, 0.9); background: transparent linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -o-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -moz-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -webkit-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -ms-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); } |
Nov 1, 2013 11:43 AM
#1329
Hahaido said: Monsterguy said: I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!) Here is my way: /* Square Layout u531355 - 2012 */ /* 1) Generated covers */ @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/animetitle_after.css); /* 3) Top-bar icons */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/japan/bar.css); /*Tags*/ .td1:nth-of-type(6), .td2:nth-of-type(6){ height: auto !important; text-align: justify; } .td1:nth-of-type(6) a:hover, .td2:nth-of-type(6) a:hover{ color: rgb(39, 195, 255) !important; } span[id*="tagLinks"] { font-size: 0px !important; } .td1:nth-of-type(6) span[id*="tagRow"], .td2:nth-of-type(6) span[id*="tagRow"] { font-size: 11px; display: block !important; color: rgb(39, 195, 255) !important; } /*edit button for tags*/ a small { color: white; } a small:hover { color: red !important; text-decoration: underline; background-color: gold !important; border-radius: 3px; } /* "Edit" window for Tags*/ input.inputtext, textarea.textarea, textarea.inputtext { height: 100px; width: 180px !important; } /* 6) Options */ /* Determines the number of covers on each row, it should be a multiple of 242px */ body {max-width: 1210px;} /* Header picture */ #inlineContent {background-image: url(https://dl.dropbox.com/u/101477602/Natsume.jpg);} /* Links color */ a {color: rgb(39, 195, 255);} /* More infos on http://myanimelist.net/forum/?topicid=459189 */ /*#############*/ /*TEST by Monsterguy*/ /*#############*/ #mal_control_strip { left: calc(9% - 88px) !important; } #list_surround { width: 125%; margin: 526px 0px 64px -137px; padding: 11px 12px 42px 16px; } body { margin: calc(9% + 30px) !important; } .List_LightBox:after, .animetitle:after { pointer-events: none; position: absolute !important; display: block !important; content: ''; width: 220px !important; height: 220px !important; border-radius: 13px; box-shadow: 0px 0px 11px 2px rgb(13, 13, 13) inset; } .List_LightBox:after { visibility: hidden; opacity: 1; margin-left: -1px !important; background-color: rgb(26, 26, 26); transition: opacity .3s linear .2s; -moz-transition: opacity .3s linear .2s; -webkit-transition: opacity .3s linear .2s; z-index: 101; } .animetitle:after { display: block !important; margin-left: -19px !important; margin-top: -172px !important; background-repeat: no-repeat !important; background-position: center center; z-index: -1; } #list_surround table:nth-of-type(n+4) tbody:hover .List_LightBox:after { visibility: visible; opacity: 0; } #list_surround table:nth-of-type(n+4) tbody:hover .animetitle:after { z-index: 100; } #inlineContent { pointer-events: none; display: block !important; position: absolute; top: 0px; left: 0px; height: 420px; width: 100%; background-position: right; border-bottom-width: 42px; border-bottom-style: solid; z-index: -1; } #mal_control_strip { position: absolute; top: 0px; left: auto !important; width: 686px !important; height: 120px; background-image: none !important; border-radius: 0px 0px 13px 13px; } #mal_control_strip div { margin: 0px !important; font-size: 0px !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links, #mal_cs_otherlinks { padding: 0px !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right-style: none !important; } #mal_cs_pic { position: absolute; top: 11px; left: 11px; } #mal_cs_listinfo div a, #mal_cs_links div a, #mal_cs_otherlinks div a { display: block; position: absolute; top: 11px; width: 64px; height: 64px; line-height: 64px; overflow-x: auto; overflow-y: hidden; white-space: nowrap; letter-spacing: -1px; font-size: 0px; font-weight: bold; text-align: center; text-decoration: none; border-radius: 7px; } #mal_cs_listinfo div a:hover, #mal_cs_links div a:hover, #mal_cs_otherlinks div a:hover { font-size: 11px; } #mal_cs_listinfo div:first-of-type a {left: 11px;} #mal_cs_listinfo div:last-of-type a {left: 86px;} #mal_cs_links div:first-of-type a:first-of-type {left: 161px;} #mal_cs_links div:last-of-type a:first-of-type {left: 236px;} #mal_cs_links div:last-of-type a:last-of-type {left: 311px;} #mal_cs_links div:first-of-type a:last-of-type, #mal_cs_otherlinks div:first-of-type a {left: 386px;} #mal_cs_otherlinks div a[href="http://myanimelist.net/forum/"], #mal_cs_otherlinks div a[href^="http://myanimelist.net/mangalist/"], #mal_cs_otherlinks div a[href^="http://myanimelist.net/animelist/"], #mal_cs_otherlinks div a[href="http://myanimelist.net/login.php"] {left: 461px;} #mal_cs_otherlinks div a[href^="http://myanimelist.net/history/"], #mal_cs_otherlinks div a[href="http://myanimelist.net/register.php"] {left: 536px;} #mal_cs_otherlinks div a[href="http://myanimelist.net/panel.php?go=export"], #mal_cs_otherlinks div a[href^="http://myanimelist.net/shared"], #mal_cs_otherlinks div a[href="http://myanimelist.net/modules.php?go=faq"] {left: 611px;} #mal_cs_listinfo div a:before, #mal_cs_links div a:before, #mal_cs_otherlinks div a:before { position: absolute; top: 0px; left: 0px; width: 64px; height: 64px; content: ""; background-position: center; background-repeat: no-repeat; background-size: 56px; } #mal_cs_listinfo div a:hover:before, #mal_cs_links div a:hover:before, #mal_cs_otherlinks div a:hover:before { content: none; } #mal_cs_powered { top: 86px !important; left: 461px; right: auto !important; } #mal_cs_powered img { display: none; } #searchBox { position: absolute; top: 0px; left: 0px; padding: 4px 7px; width: 200px !important; height: 15px; font-size: 11px !important; text-align: center; border: none; border-radius: 4px; } .header_cw + table, .header_completed + table, .header_onhold + table, .header_dropped + table, .header_ptw + table { position: absolute; top: 86px; width: 461px; table-layout: fixed; border-spacing: 11px 0px; } #list_surround > table:nth-of-type(n+4) ~ .header_cw + table, #list_surround > table:nth-of-type(n+4) ~ .header_completed + table, #list_surround > table:nth-of-type(n+4) ~ .header_onhold + table, #list_surround > table:nth-of-type(n+4) ~ .header_dropped + table, #list_surround > table:nth-of-type(n+4) ~ .header_ptw + table { display: none; } .table_header { width: auto; } .table_header:first-of-type, .table_header:nth-of-type(n+6) { display: none; } .table_headerLink { display: block; padding: 4px 7px; height: 15px; text-align: center; border-radius: 4px; } #list_surround > table:first-of-type { position: absolute; top: 398px; width: auto; font-size: 13px; font-weight: bold; border-spacing: 11px; border-radius: 13px 13px 0px 0px; } .status_selected, .status_not_selected { width: auto; white-space: nowrap; border-radius: 7px; } .status_selected a, .status_not_selected a { display: block; padding: 0px 22px; line-height: 42px; } body { margin: auto !important; width: 77%; min-width: 726px; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } a { text-decoration: none; } #list_surround { margin: 526px 0px 64px -31px; padding: 11px 31px 42px 31px; width: 100%; border-radius: 42px; } .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw { clear: both; position: relative; top: 31px; margin: 0px 0px 42px 0px; padding: 11px 0px; border-radius: 13px; } .header_title { padding-left: 242px; font-size: 22px; font-weight: bold; text-align: center; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw), .hide { float: left; position: relative; width: 220px; height: 220px; margin: 11px; border-radius: 13px; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) { z-index: 1; } .td1, .td2 { position: absolute; padding: 4px 7px; border-radius: 4px; } .td1:nth-of-type(2), .td2:nth-of-type(2) { visibility: hidden; padding: 0px; width: 100%; height: 100%; } .td1:first-of-type:before, .td2:first-of-type:before { content: "#"; } .td1:first-of-type, .td2:first-of-type { top: 11px; left: 11px; width: 42px; z-index: 1; } .td1 a[title="Anime Information"] + small, .td2 a[title="Anime Information"] + small { display: block; visibility: visible; position: absolute; top: 11px; left: 82px; width: 43px; padding: 4px 7px; font-size: 11px; text-align: center; word-wrap: break-word; border-radius: 4px; } .td1:nth-of-type(4)[width="50"], .td2:nth-of-type(4)[width="50"] { top: 11px; right: 11px; width: 42px; } td[width="70"] + .td1:nth-of-type(5):before, [width="70"] + .td2:nth-of-type(5):before { content: "Volumes: "; } td[width="70"] + .td1:nth-of-type(5), td[width="70"] + .td2:nth-of-type(5) { top: 11px; right: 11px; width: auto; text-align: right; } .td1 a:not([title="Anime Information"]) + small, .td2 a:not([title="Anime Information"]) + small { display: block; visibility: visible; position: absolute; top: 41px; right: 11px; width: auto; padding: 4px 7px; font-size: 11px; text-align: right; border-radius: 4px; } .animetitle { display: block; visibility: visible; position: absolute; left: 11px; bottom: 41px; padding: 7px; width: 184px; text-align: center; font-size: 13px; font-weight: bold; border-radius: 7px; } .td1:nth-of-type(3):before, .td2:nth-of-type(3):before { content: "Score: "; } .td1:nth-of-type(3), .td2:nth-of-type(3) { left: 11px; bottom: 11px; width: auto; text-align: left; } td[width="50"] + .td1:nth-of-type(5):before, [width="50"] + .td2:nth-of-type(5):before { content: "Episodes: "; } td[width="50"] + .td1:nth-of-type(5), td[width="50"] + .td2:nth-of-type(5) { right: 11px; bottom: 11px; width: auto; text-align: right; } .td1:nth-of-type(4)[width="70"]:before, .td2:nth-of-type(4)[width="70"]:before { content: "Chapters: "; } .td1:nth-of-type(4)[width="70"], .td2:nth-of-type(4)[width="70"] { bottom: 11px; right: 11px; width: auto; text-align: right; } .td1:nth-of-type(n+6), .td2:nth-of-type(n+6) { display: none; } .td1[width="125"], .td2[width="125"] { left: 11px; top: 71px; width: 184px; height: 45px; overflow: auto; } #list_surround > table:hover .td1[width="125"], #list_surround > table:hover .td2[width="125"] { display: block; } input[type=text] { width: 100%; text-align: right; border: none; border-radius: 4px; } input[value=Go] { display: none; } #list_surround .List_LightBox { display: block; visibility: visible; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; font-size: 0px; } .category_totals { padding: 0px 31px; text-align: center; white-space: pre-line; border-radius: 13px; } .category_totals:before { display: block; content: "Totals:"; text-align: center; font-weight: bold; } #grand_totals, #copyright { clear: both; position: relative; top: 31px; padding: 11px 0px; text-align: center; } #grand_totals { margin-bottom: 22px; border-radius: 7px; } #copyright { margin-top: 0px !important; margin-bottom: 31px; border-radius: 13px; } #list_surround > br { display: none; } #inlineContent { border-bottom-color: rgb(52, 52, 52); } #mal_control_strip { background-color: rgb(52, 52, 52) !important; } #inlineContent, #searchBox, .status_selected, body, .hide { background-color: rgb(26, 26, 26); } #searchBox, body, input[type=text] { color: rgb(255, 255, 255); } #list_surround > table:first-of-type, #list_surround, input[type=text] { background-color: rgb(52, 52, 52); } a { color: rgb(182, 182, 182); } a:hover, #mal_cs_listinfo div a:hover, #mal_cs_links div a:hover, #mal_cs_otherlinks div a:hover { color: rgb(255, 255, 255); } ::selection { color: rgb(245, 132, 0); background-color: rgb(255, 255, 255); } ::-moz-selection { color: rgb(245, 132, 0); background-color: rgb(255, 255, 255); } #mal_cs_listinfo div a, #mal_cs_links div a, #mal_cs_otherlinks div a, .table_headerLink, .status_not_selected, .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw, .category_totals, #grand_totals, #copyright { background-color: rgb(26, 26, 26); background-image: linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -o-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -moz-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -webkit-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -ms-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); } #mal_cs_listinfo div a:hover, #mal_cs_links div a:hover, #mal_cs_otherlinks div a:hover, .table_headerLink:hover, .status_not_selected:hover { background-image: linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -o-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -moz-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -webkit-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -ms-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); } .td1, .td2, .td1 a + small, .td2 a + small, .animetitle { background-color: rgba(13, 13, 13, 0.9); background: transparent linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -o-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -moz-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -webkit-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -ms-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); } many things are diffrent(links color, smaller covers) and the main problem with covers is not solved, coz they are totally blank: https://dl.dropboxusercontent.com/u/144008148/Premade/Sample2.jpg dzikibambus said: Monsterguy said: I'm making myself a re-design of poster/Square Layout by u531355 , on how I want it to function, but with normal ".animetitle" function the cover can give me a BIG, BIG displacement (covers are put up way too much, for my small screen !!!) So what I want is, if I may call it so, a "preview effect for poster covers" (a second covers that are on top of already existing one)... The corrections I want to make to the code below are: 1. to make effect of covers work on all my list, not just with titles that have sign "Airing" 2. I want to have all "4 corners with radious of 13px", along with new "preview effect for poster covers" (if I may call it so) ANY HELP WOULD BE DEEPLY APPRECIATED !!! (if "xmenu" code is possible here for making second covers, could you explain to me, how to formulate that code ???) My current CSS code: /* Square Layout u531355 - 2012 */ /**********************/ /* Anime Cover Images */ /**********************/ @import "https://dl.dropboxusercontent.com/u/144008148/List_Anime/random/covers.css"; /* 1) Generated covers */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); /* 2) Base layout */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/style.css); /* 3) Top-bar icons */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/japan/bar.css); /* 4) Layout theme */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/themes/dark/theme.css); /* 5) Addons - Add as many as you want */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/addons/longcovers/addon.css); /*Tags*/ .td1:nth-of-type(6), .td2:nth-of-type(6){ height: auto !important; text-align: justify; } .td1:nth-of-type(6) a:hover, .td2:nth-of-type(6) a:hover{ color: rgb(39, 195, 255) !important; } span[id*="tagLinks"] { font-size: 0px !important; } .td1:nth-of-type(6) span[id*="tagRow"], .td2:nth-of-type(6) span[id*="tagRow"] { font-size: 11px; display: block !important; color: rgb(39, 195, 255) !important; } /*edit button for tags*/ a small { color: white; } a small:hover { color: red !important; text-decoration: underline; background-color: gold !important; border-radius: 3px; } /* "Edit" window for Tags*/ input.inputtext, textarea.textarea, textarea.inputtext { height: 100px; width: 180px !important; } /* 6) Options */ /* Determines the number of covers on each row, it should be a multiple of 242px */ body {max-width: 1210px;} /* Header picture */ #inlineContent {background-image: url(https://dl.dropbox.com/u/101477602/Natsume.jpg);} /* Default picture when no cover is found */ .hide {background-image: url(http://dl.dropbox.com/u/49469857/MAL/premade/square/nopic/seasons.jpg);} /* Links color */ a {color: rgb(39, 195, 255);} /* More infos on http://myanimelist.net/forum/?topicid=459189 */ /*#############*/ /*TEST by Monsterguy*/ /*#############*/ #mal_control_strip { left: calc(9% - 88px) !important; } #list_surround { width: 125%; margin: 526px 0px 64px -137px; padding: 11px 12px 42px 16px; } body { margin: calc(9% + 30px) !important; } /*##################*/ /* --ANIMATION-- */ /*##################*/ #list_surround table:nth-of-type(n+4) tbody:hover .animetitle + small { animation-duration: 100s; animation-name: index; animation-timing-function: ease-in-out; background-clip: padding-box !important; background-repeat: no-repeat !important; background-size: 220px 300px !important; border-radius: 13px; content: ""; font-weight: bold; height: 300px; margin-left: -82px !important; margin-top: 0px !important; opacity: 0; pointer-events: none; position: absolute; right: 0; top: 0; width: 220px !important; color: transparent !important; z-index: 3006; /* -animation- */ animation-name: index ; animation-timing-function: ease-in-out; animation-duration: 1s; -moz-animation-name: index ; -moz-animation-timing-function: ease-in-out; -moz-animation-duration: 1s; -webkit-animation-name: index ; -webkit-animation-timing-function: ease-in-out; -webkit-animation-duration: 1s; } /* -animation- */ @keyframes index { 0% { opacity: 1; } 50% { opacity: 1; } 65% { opacity: 1; } 95% { opacity: 0.1; } 100% { opacity: 0; } } /* -Mozilla animation- */ @-moz-keyframes index { 0% { opacity: 1; } 50% { opacity: 1; } 65% { opacity: 1; } 95% { opacity: 0.1; } 100% { opacity: 0; } } /* -Chrome and other browsers animation- */ @-webkit-keyframes index { 0% { opacity: 1; } 50% { opacity: 1; } 65% { opacity: 1; } 95% { opacity: 0.1; } 100% { opacity: 0; } } How it all looks out after you hover on a poster with the code as it is right now: https://dl.dropboxusercontent.com/u/144008148/Premade/Sample.jpg I'm not sure if I've understood what you're trying to do. When an entry is hovered you want it to be shown without the text for a while, right? How about this: change your #list_surround table:nth-of-type(n+4) tbody:hover .animetitle + small to: #list_surround table:nth-of-type(n+4) tbody:hover {animation: index ease 1s;} @keyframes index { 0% { opacity: 0; } 65% { opacity: 0; } 100% { opacity: 1; } } sorry if I expressed myself badly, but you seem to understand me... wow, now this works as I wanted it to work...;) |
MonsterguyNov 1, 2013 12:45 PM
Nov 1, 2013 9:53 PM
#1330
I don't know how you import the code but it works well http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/sample.jpg |
Nov 10, 2013 2:15 PM
#1331
First of all some background info about my question. I was recently informed that MAL fixed one of their long running tag problems, this particular one is where you got a lot of list views added based on how many tags and how simple they were. Something to do with google indexing or something like that. Now I am free to use tags and I've been planning on having a large amount of tags, for everything from the setting to characters to certain plot points, so each entry could possibly have 20 or maybe more tags depending. Now here is my problem, I've seen people even with only like 8 words in their tags, it bulges each entry so they are not uniform and the list gets longer. I want to avoid that while still having a lot of tags. I do have one simple question about a temp fix until I find a good solution for my problem. What is the CSS code to adjust the width of my tags column? Someone might have better solutions for my problem but these are the possible ones I've thought of so far. The first one is just a way to have the text in the tags very small until you hover over it and then it turns to normal size and stretches the entry down. I believe I've seen people with a similar thing but the blown up text ends up very large, I just want it normal sized. I would only want that done in the tags section so I don't expand it whenever I go to update an anime's episode count. The second one is very similar to the Psycho Pass layout. I want that same sort of box for the tags just minus the cover picture thing(I can't use that for my list as it's too large), I would want it on the bottom right of my list probably, and I would want to be able to move my mouse over there and click on a tag so I can sort my list by it(idk if it goes away when you're not hovering over an entry). I've also been thinking of this, it's connected to the second one. But the same thing, just that it's on the right side of each entry, shows up when I hover over an entry, and follows the screen or wherever my mouse is as I scroll down. So that instead of having to move over to the far right side(where it might disappear if I take my mouse of an entry), I can go straight from the entry to the box with all of the tags. |
Short of the day: Monotonous Purgatory(MAL) ✰Public Domain Club | One Piece Club✰ |
Nov 10, 2013 7:52 PM
#1332
I saw that there was a code for a fixed category bar for the anime/manga list, but is there a code for fixed category buttons on the left/right side? o: |
♦ ♣ ♠ ♥ |
Nov 10, 2013 9:24 PM
#1333
IntroverTurtle said: First of all some background info about my question. I was recently informed that MAL fixed one of their long running tag problems, this particular one is where you got a lot of list views added based on how many tags and how simple they were. Something to do with google indexing or something like that. Now I am free to use tags and I've been planning on having a large amount of tags, for everything from the setting to characters to certain plot points, so each entry could possibly have 20 or maybe more tags depending. Now here is my problem, I've seen people even with only like 8 words in their tags, it bulges each entry so they are not uniform and the list gets longer. I want to avoid that while still having a lot of tags. I do have one simple question about a temp fix until I find a good solution for my problem. What is the CSS code to adjust the width of my tags column? Someone might have better solutions for my problem but these are the possible ones I've thought of so far. The first one is just a way to have the text in the tags very small until you hover over it and then it turns to normal size and stretches the entry down. I believe I've seen people with a similar thing but the blown up text ends up very large, I just want it normal sized. I would only want that done in the tags section so I don't expand it whenever I go to update an anime's episode count. The second one is very similar to the Psycho Pass layout. I want that same sort of box for the tags just minus the cover picture thing(I can't use that for my list as it's too large), I would want it on the bottom right of my list probably, and I would want to be able to move my mouse over there and click on a tag so I can sort my list by it(idk if it goes away when you're not hovering over an entry). I've also been thinking of this, it's connected to the second one. But the same thing, just that it's on the right side of each entry, shows up when I hover over an entry, and follows the screen or wherever my mouse is as I scroll down. So that instead of having to move over to the far right side(where it might disappear if I take my mouse of an entry), I can go straight from the entry to the box with all of the tags. To enlarge the boxes is easy http://myanimelist.net/forum/?topicid=553637 On the first solution for making the text large and small on hover, I'm not sure I follow cuz there could be a number of possible looks come to mind.. but will something like this work for you (adjust colors and font size after). If there's any more adjustments you need made post here they are probably not difficult to add this took less than a minute to come up with: td[class^='td']:nth-of-type(6) a{ background-color: red; color: blue; font-size: 0px; } #list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) a { background: green; color: white; font-size: 20px;} .table_header:nth-of-type(6) { display: none; } You want to click on the tags, right- well on the second solution, you can use the raw code for this effect Psycho Pass list and you can definitely adjust and move the box so you can move the cursor into the box with the tags. Its just not guaranteed to be as stable on all browsers and screen sizes as you might see so you'll have to try it out and let us know of any incompatibility issues cuz those can always be worked around. This is the CSS for that effect which can be customized: https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/pyschopasstags.css You may have to import the code; I think you know how to do that. And if you can't edit it how you want yourself you can ask here or do a screenshot of how you want it. Also it has Firefox and Chrome specific codes. The first set is for Firefox and starts with moz.. and Chrome section starts with @media... Make sure you don't delete any brackets on accident it will throw off the whole CSS and in some places there are two opening or closing brackets instead of one. You probably it want something like this below. It seems to work for all screen sizes but I didn't try it on Chrome (it should be similar). You're right there is a problem that using boxes to hold your text as in the Pyscho Pass layout will make them "unreachable" and disappear when you move the cursor off the list, but using an "after" code this can be corrected. You have to adjust the colors and size of the text boxes containing tags which is td[class^='td']:nth-of-type(6) how you want. I colored it red in Firefox and green in Chrome to make them clear. And make the "pointer transition box" (blue in FF and yellow in Chrome) which is td[class^="td"]:nth-of-type(6):after transparent or visibility:hidden when you're done making your adjustments, since it doesn't need to be seen. @-moz-document url-prefix() { td[class^='td']:nth-of-type(6) { visibility: hidden; background-color: red !important; border-color: white; border-radius: 5px 5px 5px 5px !important; border-style: solid; border-width: 1px; height: 225px; left: 10px; padding: 10px 10px 0 24px; position: fixed; top: 382px; width: 173px; z-index: -1;} td[class^='td']:nth-of-type(6):after { content: ""; position: fixed !important; background: blue; font-size: 0; left: 210px !important; width: 50% !important; height:100% !important; top: 0 !important; } #list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) { visibility: visible;} .table_header:nth-of-type(6) { display: none; } } @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 560px !important;} td[class^='td']:nth-of-type(6) { visibility: hidden; background-color: green !important; border-color: white; border-radius: 5px 5px 5px 5px !important; border-style: solid; border-width: 1px; height: 225px; left: 10px; padding: 10px 10px 0 24px; position: fixed; top: 382px; width: 173px; z-index: 1;} td[class^='td']:nth-of-type(6):after { content: ""; position: fixed !important; background: yellow; font-size: 0; left: 210px !important; width: 50% !important; height:100% !important; top: 0 !important; } #list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) { visibility: visible;} .table_header:nth-of-type(6) { display: none; } } Let me know if these solutions work for you (and maybe someone else has a better idea). |
Nov 10, 2013 9:27 PM
#1334
Viviaan said: I saw that there was a code for a fixed category bar for the anime/manga list, but is there a code for fixed category buttons on the left/right side? o: There are many list styles with category menu buttons fixed to the left or right http://myanimelist.net/forum/?topicid=318587 you can just rip one of them from those layouts or if you don't know ask someone to do it for you here. There is a tutorial on moving the buttons around and fixing them manually but I haven't found an easy way to explain it and don't think its good for most ppl unless you're really good with CSS. |
Nov 10, 2013 10:17 PM
#1335
IntroverTurtle said: First of all some background info about my question. I was recently informed that MAL fixed one of their long running tag problems, this particular one is where you got a lot of list views added based on how many tags and how simple they were. Something to do with google indexing or something like that. Now I am free to use tags and I've been planning on having a large amount of tags, for everything from the setting to characters to certain plot points, so each entry could possibly have 20 or maybe more tags depending. Now here is my problem, I've seen people even with only like 8 words in their tags, it bulges each entry so they are not uniform and the list gets longer. I want to avoid that while still having a lot of tags. I do have one simple question about a temp fix until I find a good solution for my problem. What is the CSS code to adjust the width of my tags column? Someone might have better solutions for my problem but these are the possible ones I've thought of so far. The first one is just a way to have the text in the tags very small until you hover over it and then it turns to normal size and stretches the entry down. I believe I've seen people with a similar thing but the blown up text ends up very large, I just want it normal sized. I would only want that done in the tags section so I don't expand it whenever I go to update an anime's episode count. The second one is very similar to the Psycho Pass layout. I want that same sort of box for the tags just minus the cover picture thing(I can't use that for my list as it's too large), I would want it on the bottom right of my list probably, and I would want to be able to move my mouse over there and click on a tag so I can sort my list by it(idk if it goes away when you're not hovering over an entry). I've also been thinking of this, it's connected to the second one. But the same thing, just that it's on the right side of each entry, shows up when I hover over an entry, and follows the screen or wherever my mouse is as I scroll down. So that instead of having to move over to the far right side(where it might disappear if I take my mouse of an entry), I can go straight from the entry to the box with all of the tags. If you plan to set large text in the Tags section, you can expand this section as a row below the other info, just like one list I made for LucidShadow(but he doesn't have any tag as comment yet). all elements in the table are set display: inline-block; but the tag section is set display: block !important; to keep it on a single row an the tags where readable. also I change them to a no clickable tags, so is intended to use as short comments. |
Nov 10, 2013 11:21 PM
#1336
Thank you, you two. I'll look into what you posted tomorrow and clarify or update or whatever(It's getting late here). Just wanted to let you guys know that I did see your responses and appreciate it. |
Short of the day: Monotonous Purgatory(MAL) ✰Public Domain Club | One Piece Club✰ |
Nov 11, 2013 7:54 AM
#1337
Shishio-kun said: There are many list styles with category menu buttons fixed to the left or right http://myanimelist.net/forum/?topicid=318587 you can just rip one of them from those layouts or if you don't know ask someone to do it for you here. There is a tutorial on moving the buttons around and fixing them manually but I haven't found an easy way to explain it and don't think its good for most ppl unless you're really good with CSS. I don't think it'll work with my anime list because you have to scroll down to see all the buttons.. && is there any way to change the font size of the numbers that number the animes? my css code: @import "https://dl.dropboxusercontent.com/u/182331702/MAL%20Top%20Bar.css"; body { background:url('http://kingkonglayouts.weebly.com/uploads/1/1/2/0/11209116/208535_orig.jpg'); } /* LIST FONT These codes control the font on the list itself (anime titles, etc). */ * { border:0 none; color:#fff; font-family:"Century Gothic", CenturyGothic, AppleGothic, Futura,"Futura Bk BT", "Trebuchet MS", Arial, sans-serif; font-size:9px; font-weight:normal; text-decoration:none; } /* BANNER This controls the image at the top that by default says "Anime List". You can replace the background image link in parenthesis with your own banner image you upload to a image hosting site like Tinypic.com! If you don't know how, use Step 2 on in this tutorial: http://myanimelist.net/forum/?topicid=415315 */ #inlineContent { background: url(http://i.imgur.com/NZbEK5o.png) no-repeat scroll transparent center top !important; display: inline-block !important; height: 250px !important; left: -271px !important; margin: auto !important; right: 0px !important; top: -253px !important; width: 900px !important; position:absolute; z-index: -1 !important; } /* LEFT SIDE BUTTONS These codes control the buttons on the left side. You can replace these images as well for your own custom buttons! The first controls the Currently Watching panel, followed by Completed, On Hold, Dropped, Planned, and then All. You can replace the background image links of these buttons in parenthesis with your own images you upload */ .status_not_selected { opacity: 0.5; } .status_not_selected:hover { color: transparent; opacity: 1; -moz-transition: .4s ease; -webkit-transition: .4s ease; -o-transition: .4s ease;; } #list_surround .status_selected, #list_surround .status_not_selected { background:url(http://i.imgur.com/qbaeO6t.png) repeat scroll 0 0 transparent; background-attachment: scroll; display:block; height:98px; left:-263px; padding:0; position:absolute; top:-2px; width:253px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/EyTkxDU.png) repeat scroll 0 0 transparent; background-attachment: scroll; top:102px; } #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/ZqWQVI7.png) repeat scroll 0 0 transparent; background-attachment: scroll; top:207px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/1kXqRPl.png) repeat scroll 0 0 transparent; background-attachment: scroll; top:312px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/aWO0nzI.png) repeat scroll 0 0 transparent; background-attachment: scroll; display:inline; top:417px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/cJfuivE.png) no-repeat scroll 0 0 transparent; background-attachment: scroll; display:inline; padding-bottom:30px; top:522px; } /* HEADERS */ #list_surround .header_cw { background:url(http://i.imgur.com/N7PFoMA.png) no-repeat scroll 0 0 transparent; } #list_surround .header_completed { background:url(http://i.imgur.com/GkLTnkT.png) no-repeat scroll 0 0 transparent; } #list_surround .header_onhold { background:url(http://i.imgur.com/JYgAHCJ.png) no-repeat scroll 0 0 transparent; } #list_surround .header_ptw { background:url(http://i.imgur.com/C4MeKg8.png) no-repeat scroll 0 0 transparent; } #list_surround .header_dropped { background:url(http://i.imgur.com/QBr03Lp.png) no-repeat scroll 0 0 transparent; } /* // This represents the "Anime Title", "Score", "# Eps" columns */ .table_header { color: #fff; font-size:2px; font-weight: normal; text-transform:uppercase; } /* OTHER CODES */ a:hover { text-decoration:none; } /****************************/ /* Highlight on Hover */ /****************************/ tr:hover [class^="td1"] { background-color: rgba(0, 120, 200, 0.3) !important; -moz-transition: .4s ease; -webkit-transition: .4s ease; -o-transition: .4s ease; } tr:hover [class^="td2"] { background-color: rgba(0, 120, 100, 0.3) !important; -moz-transition: .4s ease; -webkit-transition: .4s ease; -o-transition: .4s ease; } /*HORIZONTAL LINES */ .td1, .td2, .table_header { border-color: #b1b1b1; border-style: dashed; border-width: 0 0 1px !important; } #list_surround { background:rgba(100, 100, 100, 0.6); border-top:2px solid #fff; border-bottom:2px solid #fff; border-left:2px solid #fff; border-right:2px solid #fff; height:100%; left:125px; top:17px; margin:239px auto 30px; position:relative; width:619px; } #list_surround .status_selected a { color:#184900; display:block; font-size:1px; height:2px; padding:128px 0 0 243px; width:30px; } #list_surround .status_not_selected a { color:#184900; display:block; font-size:1px; height:2px; padding:128px 0 0 243px; width:30px; } #list_surround br { display:none; } #list_surround .header_title span { color:#000000; font-size:1px; } #list_surround .header_title .thickbox { display:none; } #list_surround .header_cw, #list_surround .header_completed, #list_surround .header_onhold, #list_surround .header_ptw, #list_surround .header_dropped { padding:28px 5px 5px; margin-left:0px; width:619px; } #list_surround .animetitle + small { color: #d8d8d8; font-size:7px; font-style:italic; text-transform: uppercase; } #list_surround .category_totals { padding-top:2px; padding-bottom:4px; padding-left:2px; padding-right:2px; text-align:center; font-size:8px; text-transform: uppercase; } #list_surround #grand_totals { display:none; font-size:8px; text-transform: uppercase; } #mal_cs_listinfo a strong{ color: #FFFFFF; font-family:"Century Gothic", CenturyGothic, AppleGothic, Futura,"Futura Bk BT", "Trebuchet MS", Arial, sans-serif,Arial,Helvetica,sans-serif; font-size: 11px; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; } #mal_cs_otherlinks strong{ color: #FFFFFF; font-family:"Century Gothic", CenturyGothic, AppleGothic, Futura,"Futura Bk BT", "Trebuchet MS", Arial, sans-serif,Arial,Helvetica,sans-serif; font-size: 11px; font-variant: normal; } .borderRBL { color: cyan !important; } #list_surround .header_title span { display:none; } #list_surround .status_not_selected a { opacity:0; } #list_surround .status_selected a { opacity:0; } #copyright { -moz-background-inline-policy:continuous; text-align: center !important; color:#3a4358; height:15px; width:600px; position:absolute; font-family:"Century Gothic", CenturyGothic, AppleGothic, Futura,"Futura Bk BT", "Trebuchet MS", Arial, sans-serif; font-size:8px; text-transform: uppercase; } #copyright a { color:#3a4358; } @media screen and (-webkit-min-device-pixel-ratio:0) { #copyright { } |
ViviaanNov 11, 2013 8:41 AM
♦ ♣ ♠ ♥ |
Nov 11, 2013 11:44 AM
#1338
Viviaan said: && is there any way to change the font size of the numbers that number the animes td:first-of-type is the selector for the numbers. |
Nov 11, 2013 11:57 AM
#1339
Viviaan said: Shishio-kun said: There are many list styles with category menu buttons fixed to the left or right http://myanimelist.net/forum/?topicid=318587 you can just rip one of them from those layouts or if you don't know ask someone to do it for you here. There is a tutorial on moving the buttons around and fixing them manually but I haven't found an easy way to explain it and don't think its good for most ppl unless you're really good with CSS. I don't think it'll work with my anime list because you have to scroll down to see all the buttons.. && is there any way to change the font size of the numbers that number the animes? You can fix those buttons in place; move the buttons position with the left/top codes at the bottom of the CSS now. Codes start after copyright a. @import "https://dl.dropboxusercontent.com/u/182331702/MAL%20Top%20Bar.css"; body { background:url('http://kingkonglayouts.weebly.com/uploads/1/1/2/0/11209116/208535_orig.jpg'); } /* LIST FONT These codes control the font on the list itself (anime titles, etc). */ * { border:0 none; color:#fff; font-family:"Century Gothic", CenturyGothic, AppleGothic, Futura,"Futura Bk BT", "Trebuchet MS", Arial, sans-serif; font-size:9px; font-weight:normal; text-decoration:none; } /* BANNER This controls the image at the top that by default says "Anime List". You can replace the background image link in parenthesis with your own banner image you upload to a image hosting site like Tinypic.com! If you don't know how, use Step 2 on in this tutorial: http://myanimelist.net/forum/?topicid=415315 */ #inlineContent { background: url(http://i.imgur.com/NZbEK5o.png) no-repeat scroll transparent center top !important; display: inline-block !important; height: 250px !important; left: -271px !important; margin: auto !important; right: 0px !important; top: -253px !important; width: 900px !important; position:absolute; z-index: -1 !important; } /* LEFT SIDE BUTTONS These codes control the buttons on the left side. You can replace these images as well for your own custom buttons! The first controls the Currently Watching panel, followed by Completed, On Hold, Dropped, Planned, and then All. You can replace the background image links of these buttons in parenthesis with your own images you upload */ .status_not_selected { opacity: 0.5; } .status_not_selected:hover { color: transparent; opacity: 1; -moz-transition: .4s ease; -webkit-transition: .4s ease; -o-transition: .4s ease;; } #list_surround .status_selected, #list_surround .status_not_selected { background:url(http://i.imgur.com/qbaeO6t.png) repeat scroll 0 0 transparent; background-attachment: scroll; display:block; height:98px; left:-263px; padding:0; position:absolute; top:-2px; width:253px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/EyTkxDU.png) repeat scroll 0 0 transparent; background-attachment: scroll; top:102px; } #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/ZqWQVI7.png) repeat scroll 0 0 transparent; background-attachment: scroll; top:207px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/1kXqRPl.png) repeat scroll 0 0 transparent; background-attachment: scroll; top:312px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/aWO0nzI.png) repeat scroll 0 0 transparent; background-attachment: scroll; display:inline; top:417px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background:url(http://i.imgur.com/cJfuivE.png) no-repeat scroll 0 0 transparent; background-attachment: scroll; display:inline; padding-bottom:30px; top:522px; } /* HEADERS */ #list_surround .header_cw { background:url(http://i.imgur.com/N7PFoMA.png) no-repeat scroll 0 0 transparent; } #list_surround .header_completed { background:url(http://i.imgur.com/GkLTnkT.png) no-repeat scroll 0 0 transparent; } #list_surround .header_onhold { background:url(http://i.imgur.com/JYgAHCJ.png) no-repeat scroll 0 0 transparent; } #list_surround .header_ptw { background:url(http://i.imgur.com/C4MeKg8.png) no-repeat scroll 0 0 transparent; } #list_surround .header_dropped { background:url(http://i.imgur.com/QBr03Lp.png) no-repeat scroll 0 0 transparent; } /* // This represents the "Anime Title", "Score", "# Eps" columns */ .table_header { color: #fff; font-size:2px; font-weight: normal; text-transform:uppercase; } /* OTHER CODES */ a:hover { text-decoration:none; } /****************************/ /* Highlight on Hover */ /****************************/ tr:hover [class^="td1"] { background-color: rgba(0, 120, 200, 0.3) !important; -moz-transition: .4s ease; -webkit-transition: .4s ease; -o-transition: .4s ease; } tr:hover [class^="td2"] { background-color: rgba(0, 120, 100, 0.3) !important; -moz-transition: .4s ease; -webkit-transition: .4s ease; -o-transition: .4s ease; } /*HORIZONTAL LINES */ .td1, .td2, .table_header { border-color: #b1b1b1; border-style: dashed; border-width: 0 0 1px !important; } #list_surround { background:rgba(100, 100, 100, 0.6); border-top:2px solid #fff; border-bottom:2px solid #fff; border-left:2px solid #fff; border-right:2px solid #fff; height:100%; left:125px; top:17px; margin:239px auto 30px; position:relative; width:619px; } #list_surround .status_selected a { color:#184900; display:block; font-size:1px; height:2px; padding:128px 0 0 243px; width:30px; } #list_surround .status_not_selected a { color:#184900; display:block; font-size:1px; height:2px; padding:128px 0 0 243px; width:30px; } #list_surround br { display:none; } #list_surround .header_title span { color:#000000; font-size:1px; } #list_surround .header_title .thickbox { display:none; } #list_surround .header_cw, #list_surround .header_completed, #list_surround .header_onhold, #list_surround .header_ptw, #list_surround .header_dropped { padding:28px 5px 5px; margin-left:0px; width:619px; } #list_surround .animetitle + small { color: #d8d8d8; font-size:7px; font-style:italic; text-transform: uppercase; } #list_surround .category_totals { padding-top:2px; padding-bottom:4px; padding-left:2px; padding-right:2px; text-align:center; font-size:8px; text-transform: uppercase; } #list_surround #grand_totals { display:none; font-size:8px; text-transform: uppercase; } #mal_cs_listinfo a strong{ color: #FFFFFF; font-family:"Century Gothic", CenturyGothic, AppleGothic, Futura,"Futura Bk BT", "Trebuchet MS", Arial, sans-serif,Arial,Helvetica,sans-serif; font-size: 11px; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; } #mal_cs_otherlinks strong{ color: #FFFFFF; font-family:"Century Gothic", CenturyGothic, AppleGothic, Futura,"Futura Bk BT", "Trebuchet MS", Arial, sans-serif,Arial,Helvetica,sans-serif; font-size: 11px; font-variant: normal; } .borderRBL { color: cyan !important; } #list_surround .header_title span { display:none; } #list_surround .status_not_selected a { opacity:0; } #list_surround .status_selected a { opacity:0; } #copyright { -moz-background-inline-policy:continuous; text-align: center !important; color:#3a4358; height:15px; width:600px; position:absolute; font-family:"Century Gothic", CenturyGothic, AppleGothic, Futura,"Futura Bk BT", "Trebuchet MS", Arial, sans-serif; font-size:8px; text-transform: uppercase; } #copyright a { color:#3a4358; } #list_surround .status_selected, #list_surround .status_not_selected { left: 0px; position: fixed; top: 0px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { top: 101px; } #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected { top: 207px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { top: 312px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { top: 417px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { top: 522px; } |
Shishio-kunNov 11, 2013 12:00 PM
Nov 11, 2013 4:12 PM
#1340
I changed the button sizes so it works now! Thank you so much :D |
♦ ♣ ♠ ♥ |
Nov 11, 2013 5:36 PM
#1341
Shishio-kun said: First of all thank you for that code for changing the width of the tag column.To enlarge the boxes is easy http://myanimelist.net/forum/?topicid=553637 On the first solution for making the text large and small on hover, I'm not sure I follow cuz there could be a number of possible looks come to mind.. but will something like this work for you (adjust colors and font size after). If there's any more adjustments you need made post here they are probably not difficult to add this took less than a minute to come up with: td[class^='td']:nth-of-type(6) a{ background-color: red; color: blue; font-size: 0px; } #list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) a { background: green; color: white; font-size: 20px;} .table_header:nth-of-type(6) { display: none; } Well basically what I want is a way to keep each entry(anime) uniform in height. I will be using possibly 20 tags per anime eventually. If I add them how it is normally, each entry will be like 1,000 pixels tall which is too large(1000 x 1300 anime in my list is too big of a number). I was asking if there's a way so when I first go into my list, all the text in the tags is very very small(so small you can't even read it) therefore keeping the uniform size but if I hover over it, it stretches back to normal 12 or whatever so I can then see all the tags for whatever anime I'm hovering over and then be able to click on one. But if we can find a way to use the Psycho Pass one then that could be perfect. Because just having the tags column show up on my list is leaving less room for the entry names and making more of the entries un-uniform(as the names drop down a row if the row isn't large enough for the name). I could bring it back to normal by making my list wider but then that will show less of my background. The way the Psycho Pass one works where you can't see the tags column but by hovering over an anime makes the tags pop up on the thing seems perfect as I can keep my original list width. I'm sorry to tell you that your code did not work correctly(it could be because of all my random CSS things or whatever clashing). But basically all it does is if I change the px size of the font in the part that's blue on your code, it will change the font in my tags, but hovering over it will do nothing. Through my badawesome photoshop skills I basically put together what it would ideally look like(disregard what the tags actually say as those are things that can be found around my room). Here it is, uniform entries with all the tags in the box, the box following the cursor as it moves onto an entry, the box being slightly transparent(possibly with an outline), and since it's right next to the list all I would have to do is move my cursor over to click on a tag. And since it uses the Psycho Pass layout thing, there will be no tags column(which I forgot to take out while photoshopping). It would be perfect. Is this possible? Shishio-kun said: Haha, no, actually I don't know how to import the code and I don't understand some of the things you've said. I've never done it before, I'm good with some things but have no clue with the others. I tried copying the @media and down part and put it in my code, but nothing happened. I'm sure I'm probably doing something wrong, so it looks like I need a little bit more help. Hopefully my cool gif showing you what I want can help you're a little confused as to how I want it.You want to click on the tags, right- well on the second solution, you can use the raw code for this effect Psycho Pass list and you can definitely adjust and move the box so you can move the cursor into the box with the tags. Its just not guaranteed to be as stable on all browsers and screen sizes as you might see so you'll have to try it out and let us know of any incompatibility issues cuz those can always be worked around. This is the CSS for that effect which can be customized: https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/pyschopasstags.css You may have to import the code; I think you know how to do that. And if you can't edit it how you want yourself you can ask here or do a screenshot of how you want it. Also it has Firefox and Chrome specific codes. The first set is for Firefox and starts with moz.. and Chrome section starts with @media... Make sure you don't delete any brackets on accident it will throw off the whole CSS and in some places there are two opening or closing brackets instead of one. You probably it want something like this below. It seems to work for all screen sizes but I didn't try it on Chrome (it should be similar). You're right there is a problem that using boxes to hold your text as in the Pyscho Pass layout will make them "unreachable" and disappear when you move the cursor off the list, but using an "after" code this can be corrected. You have to adjust the colors and size of the text boxes containing tags which is td[class^='td']:nth-of-type(6) how you want. I colored it red in Firefox and green in Chrome to make them clear. And make the "pointer transition box" (blue in FF and yellow in Chrome) which is td[class^="td"]:nth-of-type(6):after transparent or visibility:hidden when you're done making your adjustments, since it doesn't need to be seen. @-moz-document url-prefix() { td[class^='td']:nth-of-type(6) { visibility: hidden; background-color: red !important; border-color: white; border-radius: 5px 5px 5px 5px !important; border-style: solid; border-width: 1px; height: 225px; left: 10px; padding: 10px 10px 0 24px; position: fixed; top: 382px; width: 173px; z-index: -1;} td[class^='td']:nth-of-type(6):after { content: ""; position: fixed !important; background: blue; font-size: 0; left: 210px !important; width: 50% !important; height:100% !important; top: 0 !important; } #list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) { visibility: visible;} .table_header:nth-of-type(6) { display: none; } } @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 560px !important;} td[class^='td']:nth-of-type(6) { visibility: hidden; background-color: green !important; border-color: white; border-radius: 5px 5px 5px 5px !important; border-style: solid; border-width: 1px; height: 225px; left: 10px; padding: 10px 10px 0 24px; position: fixed; top: 382px; width: 173px; z-index: 1;} td[class^='td']:nth-of-type(6):after { content: ""; position: fixed !important; background: yellow; font-size: 0; left: 210px !important; width: 50% !important; height:100% !important; top: 0 !important; } #list_surround table tbody:hover tr td[class^='td']:nth-of-type(6) { visibility: visible;} .table_header:nth-of-type(6) { display: none; } } Let me know if these solutions work for you (and maybe someone else has a better idea). al_exs said: Sorry, this isn't what I was wanting. Thank you for responding though.If you plan to set large text in the Tags section, you can expand this section as a row below the other info, just like one list I made for LucidShadow(but he doesn't have any tag as comment yet). all elements in the table are set display: inline-block; but the tag section is set display: block !important; to keep it on a single row an the tags where readable. also I change them to a no clickable tags, so is intended to use as short comments. |
IntroverTurtleNov 11, 2013 5:40 PM
Short of the day: Monotonous Purgatory(MAL) ✰Public Domain Club | One Piece Club✰ |
Nov 11, 2013 8:47 PM
#1342
Sorry, haven't read your post (because too much letters for me) but tried to help /* MAIN BACKGROUND This is the main background, at the very back of the layout. To change it change the image link in the parenthesis after "background: url" To change the position change right/top with other positions, like bottom or left. To make the background scroll instead of staying in place change the background-attachment from "fixed" to "scroll". If you need more help, check here: http://myanimelist.net/forum/?topicid=419405&show=0#post1 */ body { background-image: url(http://i49.tinypic.com/xt9gl.jpg); background-position: center top; background-attachment: fixed; } /*LIST SETTINGS You can change the list width here. To change the position of the list see my tutorial here: http://myanimelist.net/forum/?topicid=393437&show=0#post1 */ #list_surround { width: 650px; position: absolute !important; right: 15px !important; } /*ALTERNATING ROWS, LIST COLORS You can alter the list colors here, see where it says blue, purple, etc. The colors here correspond to what colors you see on the list. Change them here. For example changing black to green here and saving will change the black colors on the list to green. Opacity is the degree of how transparent (see-through) the list is. .01 is almost completely clear. .99 is barely see-through. */ .status_selected, .td1, #grand_totals{ background-color: none; background-image: url("http://i50.tinypic.com/6ezvk2.jpg") !important; opacity: 0.99; } .status_not_selected, .table_header, .category_totals, .td2, #copyright { background-color: none; background-image: url("http://i50.tinypic.com/6ezvk2.jpg") !important; opacity: 0.99; } .header_title{ background-color: transparent; background-image: url("none") !important; color: black; opacity: 0.99;} /*ALTERNATING ROWS, LIST COLORS ON CURSOR HOVER This is the same as above, except its the colors you see on the list when you point your cursor on them. */ .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover { background-color: none; background-image: url("http://i50.tinypic.com/6ezvk2.jpg") !important; opacity: 0.99; } .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover { background-color: none; background-image: url("http://i50.tinypic.com/6ezvk2.jpg") !important; opacity: 0.99;} .header_title:hover { background-color: none; background-image: url("none") !important; opacity: 0.99; } /*PADDING The space around the words in your list. */ .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright{ padding: 1px; } /*ANIME/MANGA TITLE FONT SETTINGS */ .animetitle, .animetitle:visited { color: white; font-weight: normal !important; font-family: Tahoma; font-size: 13px; } /*OTHER FONT SETTINGS */ .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-style: normal !important; font-family: Lucida Grande; font-size: 13px } /*BORDERS */ .status_selected, #grand_totals, .status_not_selected, .header_title, #copyright { border-color: #2b2b2b; border-style: solid; border-width: 1px; } .td1, .td2, .table_header { border-color: #2b2b2b; border-style: solid; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-width: 1px !important; } .category_totals{ border-color: #2b2b2b; border-style: solid; border-width: 1px; } .header_title{ border-color: black; border-style: solid; border-width: 0px; } /* OTHER CODES */ body { background-color: black; background-repeat: no-repeat; } a { text-decoration: none; } a:visited { text-decoration: none; } a:hover, a:visited:hover { color: white; text-decoration: none; } .category_totals, .td1, .td2, #grand_totals, #copyright { } #copyright:after { content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs or info."; } .thickbox { color: black; font-family: fantasy; font-size: 12px; } .header_title { height: 30px; } .table_header { font-weight: normal; } .category_totals { height: 30px; } #copyright, #grand_totals { margin: 0 auto; text-align: center; } body { background-size: cover; } /* CUSTOM BANNER "Background image" controls the image seen, change out the link to change the banner pic. Please leave everything else alone unless you know exactly what you're doing! */ #list_surround { background-image: url(http://i45.tinypic.com/xaxqw9.jpg); background-position: right top; background-repeat: no-repeat; padding-top: 400px; } #mal\_control\_strip{ background: url(none) !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: 0 none !important; } /* TOP MENU BAR ADVANCED CUSTOMIZATION */ #mal_cs_listinfo { background:none !important; } #mal_cs_listinfo a { background:none !important; color:white !important; } #mal_cs_listinfo a strong { color:white; background: none; } #mal_cs_links { background: none; } #mal_cs_links a { background:none !important; color:white !important; } #mal_cs_otherlinks { background:none; } #mal_cs_otherlinks a { background:none !important; color:white !important; } #mal_cs_otherlinks strong { background:none !important; } #mal_cs_otherlinks strong a { background:none !important; color:white !important; } #mal_cs_powered { background:none !important; } #mal_cs_powered a { background:none !important; } #mal_cs_powered img { } #mal_cs_powered #search { background:none !important; } #searchListButton { background:none !important; } /* Anime List only CURRENTLY WATCHING/READING HEADER This is the header above currently watching/reading. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list. */ .header_cw { background-image:url(http://i45.tinypic.com/t0t37o.jpg); height: 108px; margin-bottom: -9px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* COMPLETED HEADER This is the header above completed animes and manga. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list. */ .header_completed { background-image:url(http://i48.tinypic.com/t896oy.jpg); height: 108px; margin-bottom: -9px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* ON-HOLD HEADER This is the header above your animes/mangas on-hold. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list. */ .header_onhold { background-image:url(http://i49.tinypic.com/m90d2v.jpg); height: 115px; margin-bottom: -6px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* DROPPED HEADER This is the header above your dropped animes/mangas. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list. */ .header_dropped { background-image:url(http://i45.tinypic.com/24y21oh.jpg); height: 106px; margin-bottom: -6px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* PLAN TO WATCH/READ HEADER This is the header above the anime/manga you plan to see or read on your list. Increase the height if your image doesn't fit the header. Lower the margin-bottom below zero to move it behind the list. */ .header_ptw { background-image:url(http://i49.tinypic.com/m7g6eo.jpg); height: 115px; margin-bottom: -6px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* REMOVE HEADER COLOR You need this code to remove the default background colors from the header and override any related codes. You're supposed to use your own images or the default ones for the header, so this color is set to transparent so it won't get in the way. If you want the color back for some reason, remove this section. */ .header_title { background-color: transparent !important; } /* OTHER CODES Stuff I had to add after site changes. You need this otherwise the headers won't be visible. */ tbody {background-color: transparent; background-image: none;} /* REMOVE HEADER TEXT These codes remove the original text like "Completed" and "Currently Watching" from each category on the list. Some people will want the text gone so they can have their own custom logos. But if you want the text back, you have to remove this whole section. It shouldn't affect the images in any way. */ .header_title { color: transparent !important; font-size: 0 !important; } #list_surround { position: absolute !important; margin: auto !important; right: 0px !important; left: 0px !important;} .animetitle + small { color:#06dbce; } /* Tags */ td[class^='td']:nth-of-type(6):before { opacity: 0; position: absolute; display: block; margin-left: -64px; margin-top: -2px; content: ''; width: 0; height: 0; background: linear-gradient(left , rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 35%); background: -moz-linear-gradient(left , rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 35%); background: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, rgba(0, 0, 0, .8)), color-stop(0.35, rgba(0, 0, 0, 0))); transition: opacity .5s linear; -moz-transition: opacity .5s linear; -webkit-transition: opacity .5s linear; } tr:hover td[class^='td']:nth-of-type(6):before { opacity: 1; } td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: absolute !important; left: 650px !important; width: 180px !important; height: 180px; font-size: 12px; line-height: 16px !important; color: transparent !important; padding: 2px; color: #FFFFFF !important; border: solid 1px rgba(250, 1, 7, .8); background-color: rgba(0, 0, 0, .8) !important; transition: opacity .5s linear; -moz-transition: opacity .5s linear; -webkit-transition: opacity .5s linear; } tr:hover td[class^='td']:nth-of-type(6) { visibility: visible; opacity: 1; } span[id*="tagLinks"] { pointer-events: none; opacity: 1; transition: opacity .5s linear; -moz-transition: opacity .5s linear; -webkit-transition: opacity .5s linear; } tr:hover td[class^='td']:nth-of-type(6) a { color: #FFFFFF !important; } /* Disable Tags in the Sort Options */ .table_header[width="125"] { display: none !important; } @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 560px !important;} } |
Nov 11, 2013 10:51 PM
#1343
IntroverTurtle said: First of all thank you for that code.. Ok first thing didn't work cuz I didn't include a hover code for some reason I guess it got cut off when I copied it; and I thought you could import but you don't need that since Hahaido's does exactly what you posted there! If you want the links to be clickable I think you need to remove pointer events from span[id*="tagLinks"] |
Nov 12, 2013 7:54 AM
#1344
thx Shishio-kun for the help i want to ask can i make the animes 1 & 3 & 5... in a different color then 2 & 4 & 6... ? and sorry for bad eng |
Nov 12, 2013 8:20 AM
#1345
@Hahaido Thank you, that is exactly what I wanted. @Shishio-kun So just delete pointer-events: none; ? Thank you, you two. Very much. |
Short of the day: Monotonous Purgatory(MAL) ✰Public Domain Club | One Piece Club✰ |
Nov 12, 2013 1:15 PM
#1346
_Sayuri said: thx Shishio-kun for the help i want to ask can i make the animes 1 & 3 & 5... in a different color then 2 & 4 & 6... ? and sorry for bad eng You can use this, makes the odd numbered anime titles red and the even numbered titles yellow. Change the colors how you want .td1 .animetitle{ color: red !important; } .td2 .animetitle{ color: yellow !important; } |
Nov 13, 2013 11:23 AM
#1347
Hello:) Uhm I'm in need of some help.. is it possible to change the "top" header of my anime list? (take a look at it) I don't want to change the completed/currently watching/etc. headers but the one with the couple... For some reason I have the feeling that's not possible but welp.. one can still hope:D (and witch "change" I mean it should change when one clicks on completed/currently watching/etc.) |
Nov 13, 2013 1:36 PM
#1348
precious said: Hello:) Uhm I'm in need of some help.. is it possible to change the "top" header of my anime list? (take a look at it) I don't want to change the completed/currently watching/etc. headers but the one with the couple... For some reason I have the feeling that's not possible but welp.. one can still hope:D (and witch "change" I mean it should change when one clicks on completed/currently watching/etc.) Anything can be changed/customized with the right code(s). So you're trying to change the image from the couple to something different on each category? Its a little harder to do this when you're using all six categories but just add this to the bottom of your CSS edit box or import: div#list_surround{ background-image: url(none) !important;} .status_selected:after { background-position: bottom, center; background-repeat: no-repeat; background-size: contain; content: ""; position: absolute; padding-left: 0px !important; width: 650px; height: 200px !important; top: 0px !important; left: 60px; right: 0; margin: auto; } /* CURRENT */ .status_selected:after { background-image: url(http://i.imgur.com/rmhY8XW.png);} /* COMPLETE */ .status_not_selected + .status_selected:after { background-image: url(http://i.imgur.com/mMRQYLZ.png);} /* OH HOLD */ .status_not_selected + .status_not_selected + .status_selected:after { background-image: url(http://i.imgur.com/M0aKo9V.png);} /* DROPPED */ .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected:after { background-image: url(http://i.imgur.com/or6p2vq.png);} /* PLANNED */ .status_not_selected + .status_not_selected + .status_not_selected + .status_selected:after { background-image: url(http://i.imgur.com/1t8DdqD.png);} /* ALL */ .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected:after { background-image: url(http://i43.tinypic.com/acaa79.jpg);} You just have to change out the images for each category which are labeled by Current, All, etc. I threw in random images into each category to test out. If codes work on your list it will look similar to my manga list I'll leave it up for a couple hours. http://myanimelist.net/mangalist/Shishio-kun&status=1&order=0 If there's any problems or issues just post back in this topic. Oh and remove the line background-size: contain; if you don't want your images resized automatically into fitting that space. |
Shishio-kunNov 13, 2013 1:39 PM
Nov 13, 2013 2:05 PM
#1349
YOU ARE AWESOME, I LOVE YOU :) But seriously, thanks a lot! I will try it out now (and post again if I have a problem) edit: could you not delete the images for a while? Have to do the new headers now |
Vanessa-Nov 13, 2013 2:10 PM
Nov 13, 2013 2:22 PM
#1350
Damn, now I have a problem. What if the image exceeds 200px (mine is now 374 in height if I remember correctly)... I tried changing it to 374 but it doesn't work (the space is still 200px in height so the picture goes over my list T-T) *sigh* I suck (this is how it looks like for me now: https://dl.dropbox.com/s/fxgbj6iw83x7ofz/Screenshot%202013-11-13%2023.26.46.png) |
Vanessa-Nov 13, 2013 2:27 PM
More topics from this board
» 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 |
|
Sticky: » 💚 [REPAIR STICKY] Repair/speed up layouts + Request layout fixes ( 1 2 )Shishio-kun - Nov 17, 2023 |
52 |
by LucaBalsa
»»
Jul 6, 2:02 PM |