New
Jun 15, 2013 1:20 PM
#1001
first I would like to ask if somebody could help me baypass what my current anime list is still lagging: The thing is that in the row of headers where the header for tags is there is a small empty place, which is giving me problems in chrome browser, although everything is functioning perfectly in mozzila !!! _ _ _ _ _ _ _ _ _ if what I wanted to know above is impossible, than please, could somebody explain to me the following: can I use "@media screen" to import each time diffrent links ??? like: for, equal or less than _____x800px --> import one link for more than _____x801px --> second link for, equal or more than 1920x1280 --> third link |
MonsterguyJun 15, 2013 2:38 PM
Jun 15, 2013 2:51 PM
#1002
Monsterguy said: first I would like to ask if somebody could help me baypass what my current anime list is still lagging: The thing is that in the row of headers where the header for tags is there is a small empty place, which is giving me problems in chrome browser, although everything is functioning perfectly in mozzila !!! _ _ _ _ _ _ _ _ _ if what I wanted to know above is impossible, than please, could somebody explain to me the following: can I use "@media screen" to import each time diffrent links ??? like: for, equal or less than _____x800px --> import one link for more than _____x801px --> second link for, equal or more than 1920x1280 --> third link I don't see where the empty problem space is in Chrome, can you screenshot and circle it please? On the second thing, I target resolutions above 1000px with this in bold everything else targets phones/ipods etc (which are less than 1000px) and computers. The bold import leads to more imports intended for computers. @import "http://fonts.googleapis.com/css?family=Text+Me+One"; @import "https://dl.dropboxusercontent.com/u/78340470/anime.css"; @import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/ReviewerStyleXbasic.css"; @import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/ReviewerStyleXcomputer.css" all and (min-device-width:1000px); /* MAIN BACKGROUND */ body { background-image: url("http://i46.tinypic.com/29x83o8.jpg") !important; } I guess you could try to use an import set like this: @import "https://dl.dropboxusercontent.com/1.css"; @import "https://dl.dropboxusercontent.com/2.css" all and (min-device-width:801px); @import "https://dl.dropboxusercontent.com/3.css" all and (min-device-width:1920px); You could test it out with a blank layout and a different background color on each import and look at it on various machines |
Jun 15, 2013 4:32 PM
#1003
Shishio-kun said: I don't see where the empty problem space is in Chrome, can you screenshot and circle it please? well, yeah, it's hard to notice such "small" change in chrome, on first sight (!), coz I have professionly blurred everything around it. But it's no good when I'm changing screens with resolution from 1200x800 to 1920x1280. Also, to let you know, you may look at this part, in "Anime List.css", to understand what I changed/removed when I took print-screen, from when you looked at my list: #list_surround td.table_header:nth-of-type(5) { border-right: 2px solid white !important; border-top: 2px solid white !important; border-top-right-radius: 20px !important; -webkit-box-shadow: white 2px 0 0 0; } as for the print-screen: ![]() Shishio-kun said: On the second thing, I target resolutions above 1000px with this in bold everything else targets phones/ipods etc (which are less than 1000px) and computers. The bold import leads to more imports intended for computers. @import "http://fonts.googleapis.com/css?family=Text+Me+One"; @import "https://dl.dropboxusercontent.com/u/78340470/anime.css"; @import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/ReviewerStyleXbasic.css"; @import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/ReviewerStyleXcomputer.css" all and (min-device-width:1000px); /* MAIN BACKGROUND */ body { background-image: url("http://i46.tinypic.com/29x83o8.jpg") !important; } I guess you could try to use an import set like this: @import "https://dl.dropboxusercontent.com/1.css"; @import "https://dl.dropboxusercontent.com/2.css" all and (min-device-width:801px); @import "https://dl.dropboxusercontent.com/3.css" all and (min-device-width:1920px); You could test it out with a blank layout and a different background color on each import and look at it on various machines Thank you, very much, for this !!! |
MonsterguyJun 15, 2013 4:42 PM
Jun 17, 2013 4:05 PM
#1004
Monsterguy said: Shishio-kun said: I don't see where the empty problem space is in Chrome, can you screenshot and circle it please? as for the print-screen: ![]() I don't see the same thing. Is it still there for you? You'll probably just have to use a chrome hack and then target that one spot separately. http://myanimelist.net/forum/?topicid=397909 |
Jun 17, 2013 4:17 PM
#1005
Shishio-kun said: Monsterguy said: Shishio-kun said: I don't see where the empty problem space is in Chrome, can you screenshot and circle it please? as for the print-screen: ![]() I don't see the same thing. Is it still there for you? You'll probably just have to use a chrome hack and then target that one spot separately. http://myanimelist.net/forum/?topicid=397909 Oh forgot to tell you that I somehow solved everything (!!!), if you see something "still" lagging let me know, although I find it perfect now...hehehe It should work in all resolutions above "width: 1280px" perfectly, but I still don't know what to do about smaller one's. Should I leave it as it is ??? Or (show everything but preview, coz preview is too big for small resolutions), perhaps something else ??? Any suggestions ??? |
Jun 17, 2013 4:35 PM
#1006
Monsterguy said: Shishio-kun said: Monsterguy said: Shishio-kun said: I don't see where the empty problem space is in Chrome, can you screenshot and circle it please? as for the print-screen: ![]() I don't see the same thing. Is it still there for you? You'll probably just have to use a chrome hack and then target that one spot separately. http://myanimelist.net/forum/?topicid=397909 Oh forgot to tell you that I somehow solved everything (!!!), if you see something "still" lagging let me know, although I find it perfect now...hehehe It should work in all resolutions above "width: 1280px" perfectly, but I still don't know what to do about smaller one's. Should I leave it as it is ??? Or (show everything but preview, coz preview is too big for small resolutions), perhaps something else ??? Any suggestions ??? Nothing needs to be added I think, good job. I don't see any lag anywhere, and it seems fine on smaller resolution when I zoom in. I like the random backgrounds and font color in reviews. You really came a long way in a short time! Little suggestions would be to have a more centralized theme, tho I like the random backgrounds too. Try bright few-color backgrounds like from Bakemonogatari I think they'll match the tables and menu nicely. Also the top bar could be colored rather than black, layout screams "color me more"! btw if you have a random effects, you probably want to inform people with random chibi or helper character in bottom right or top to let people know that happens if they refresh since its fun to. 'Helpers' are kind of a personal taste tho. btw random colors on menu and top bar would be nice change and no one else has done that yet I think, I used to have that on my layout by importing randomly selected themes with alternating character, colors, and text. You could do the same with alternating color themes and it'd be cool. I learned how after a long convo with U31355, starts here: http://myanimelist.net/forum/?topicid=200323&show=430#msg18397027 |
Jun 21, 2013 2:07 AM
#1007
How can I make my copyright section come back? @import "http://dl.dropbox.com/u/78340470/Touhou%20Style%20Menu%20Bar/IconStyleCSSFixedwithCategoryTouhou.css"; body { background-attachment: fixed; background-image: url("http://i42.tinypic.com/k4tv2e.png") !important; background-position: 0 0; background-repeat: no-repeat no-repeat; background-size: cover; color: #FFFFFF; font-family: Candara; font-size: 12px; } #list_surround { left: 28%; margin: auto; position: absolute; width: 550px; } .td1, .td2 { padding: 3px; } .animetitle + small { color: pink!important; } .animetitle + small:before { } null { } td:nth-of-type(2) small { color: pink; font-size: 10px; padding-right: 10px; } td:nth-of-type(2) small a { color: #F0304F; } .td1:nth-of-type(1), .td2:nth-of-type(1) { background-color: rgba(0, 0, 0, 0.5); border-left-style: solid !important; border-left-width: 2px !important; } .td1:nth-of-type(5), .td2:nth-of-type(5) { background-color: rgba(0, 0, 0, 0.5); border-right-style: solid; border-right-width: 2px; } .td1:nth-of-type(4), .td2:nth-of-type(4), td.table_header:nth-of-type(4) { background-color: rgba(0, 0, 0, 0.5); } .td1:nth-of-type(3), .td2:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.5); } .td1:nth-of-type(3), .td2:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.5); } td.table_header:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.5); padding-right: 7px; } td.table_header:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.5); } .td1:nth-of-type(2), .td2:nth-of-type(2) { background-color: rgba(0, 0, 0, 0.5); } a, a:visited { color: #FFFFFF; text-decoration: initial; } tr:hover td.td1 a, tr:hover td.td1, tr:hover td.td2 a, tr:hover td.td2 { color: pink; } .table_header { background-color: rgba(0, 0, 0, 0.5); font-size: 10px; padding: 2px; } td.table_header:nth-of-type(1) { border-bottom-right-radius: 0; border-left: 2px solid white !important; border-top: 2px solid white !important; border-top-left-radius: 10px; border-top-right-radius: 0; } td.table_header:nth-of-type(5) { border-bottom-right-radius: 0; border-right: 2px solid white !important; border-top: 2px solid white !important; border-top-left-radius: 0; border-top-right-radius: 10px; } td.table_header:nth-of-type(2), td.table_header:nth-of-type(3), td.table_header:nth-of-type(4) { border-top: 2px solid white !important; } .category_totals { background-color: rgba(0, 0, 0, 0.5); border-bottom-style: solid; border-bottom-width: 2px; border-left: 2px solid white !important; border-radius: 0 0 10px 10px; border-right: 2px solid white; font-size: 10px; padding: 2px 2px 2px 40px; } .borderRBL { border-left-style: solid !important; border-left-width: 2px !important; border-right: 2px solid white !important; color: #2030F0 !important; font-size: 11px; padding-left: 39px; } .borderRBL a, .borderRBL a:visited { color: #F0304F !important; text-decoration: initial; } .borderRBL a:hover { color: #F0304F !important; } #copyright { border-radius: 8px 8px 8px 8px; color: #000000; font-size: 11px; margin-bottom: 70px; padding: 2px; position: relative !important; text-align: center !important; top: 10px; width: 650px; } #copyright:after { border-radius: 8px 8px 8px 8px; color: #000000 !important; content: "List Design By Ushioo, Edited By TheHolyPotato" !important; left: -3px; position: absolute !important; top: 40px !important; width: 650px !important; } #copyright a { color: #000000; } #grand_totals { display: none; } td:nth-of-type(2) small a { display: none; } td:nth-of-type(2) small { color: transparent; } [class^="header_"] * { font-size: 0; height: 10px; line-height: 24px; padding-bottom: 4px; text-align: left; vertical-align: bottom; } .header_title { border-radius: 4px 4px 4px 4px; color: #FFFFFF; display: inline-block; height: auto; padding: 0 8px 0 0; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } .header_cw { background-color: transparent; background-image: url("http://i39.tinypic.com/2ibzzac.png"); background-position: center 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_completed { background-color: transparent; background-image: url("http://i39.tinypic.com/2wpqx3r.png"); background-position: center 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_onhold { background-color: transparent; background-image: url("http://i40.tinypic.com/oqjgio.png"); background-position: center 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_dropped { background-color: transparent; background-image: url("http://i40.tinypic.com/2ylw9op.png"); background-position: center 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_ptw { background-color: transparent; background-image: url("http://i41.tinypic.com/33a74n8.png"); background-position: center 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_title { background-color: transparent !important; color: transparent; } |
Jun 21, 2013 3:19 AM
#1008
TheHolyPotato said: How can I make my copyright section come back? Wow thats a cool layout and background, looks really good with the Touhou icons too.. anyhow I see the copyright section now, maybe you fixed it since posting. Is it still not showing up? Its just black font and blending with the background. If you really need to see it this should make it show up nicely and match the rest a little better #copyright { border-width: 2px; border-color: white; border-style: solid; width: 542px; padding-bottom: 47px; background-color: rgba(1,1,1,.5); } #copyright, #copyright a, #copyright:after { color: white !important; } |
Jun 21, 2013 6:28 AM
#1009
just wondering if you guys are able to see your copyright section in firefox. Cant see it at all in firefox, just in chrome :/ |
Jun 21, 2013 9:47 AM
#1010
Shishio-kun said: Wow thats a cool layout and background, looks really good with the Touhou icons too.. anyhow I see the copyright section now, maybe you fixed it since posting. Is it still not showing up? Its just black font and blending with the background. If you really need to see it this should make it show up nicely and match the rest a little better } hmm well here as you can see I scrolled all the way to the bottom and its not there? Is it somewhere else or something? ![]() |
Jun 21, 2013 1:53 PM
#1011
SylakentH_ said: just wondering if you guys are able to see your copyright section in firefox. Cant see it at all in firefox, just in chrome :/ You mean our own or just his? I can see everyone's in both browsers. TheHolyPotato said: hmm well here as you can see I scrolled all the way to the bottom and its not there? Is it somewhere else or something? ![]() I don't see the same thing at all, it comes right after list for me. ![]() For you its like its been set to display:none (there's not even a space for it, so its not been set to invisible) but nothing in the CSS removes the div, so might not be the code's fault. If you want to narrow if down: you could check manga list, if it still is cut off in other browsers, with other layouts, or if its due to an add-on. You can also add margin-bottom space, or remove all the copyright CSS and see if anything brings it back. |
Jun 21, 2013 3:41 PM
#1012
in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did. Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox? |
Jun 21, 2013 4:53 PM
#1013
SylakentH_ said: in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did. Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox? Is this problem on all layouts- everyones page? Or just the one HolyPotato is using? |
Jun 21, 2013 5:05 PM
#1014
Shishio-kun said: SylakentH_ said: in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did. Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox? Is this problem on all layouts- everyones page? Or just the one HolyPotato is using? All layouts, but it was always like this. I always had to put the list as default layout and edit it afterwards in chrome with Firebug lite. |
Jun 21, 2013 5:31 PM
#1015
SylakentH_ said: Shishio-kun said: SylakentH_ said: in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did. Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox? Is this problem on all layouts- everyones page? Or just the one HolyPotato is using? All layouts, but it was always like this. I always had to put the list as default layout and edit it afterwards in chrome with Firebug lite. Wow- you have never seen the copyright section in Firefox? On any list? |
Jun 21, 2013 6:02 PM
#1016
Shishio-kun said: SylakentH_ said: Shishio-kun said: SylakentH_ said: in generall. Cant see the copyright section in firefox. There's just nothing. In chrome otoh I'm able to see it and to target it even with css. Well if I use firebug I can target the copyright section in firefox but cant see the changes i did. Do i need to enable some settings in firefox lol? Or is there some kind of code that's blocking display of copyright in firefox? Is this problem on all layouts- everyones page? Or just the one HolyPotato is using? All layouts, but it was always like this. I always had to put the list as default layout and edit it afterwards in chrome with Firebug lite. Wow- you have never seen the copyright section in Firefox? On any list? Yeah. Check here to see what I mean D: on some of the layouts you might see what I mean. |
Jun 21, 2013 6:40 PM
#1017
SylakentH_ said: Yeah. Check here to see what I mean D: on some of the layouts you might see what I mean. I see. Thats really different. Maybe its a region thing. You're supposed to be able to see the copyright section on a list or else they threaten to remove your whole list. But I can see your copyright section just fine, and you haven't done anything with the code to obscure it, so I wouldn't worry about that. One last question- can you see it on a default layout like this? myanimelist.net/animelist/IntervisioN&status=1&order=0 |
Jun 22, 2013 12:39 AM
#1018
Hello. I make blog posts with brief thoughts on anime I watch. I had an idea to enable the "tags" row in my list, rename it to "thoughts" and put links to my posts there but it seems like with the standard style there is no way to put links there. Is there any way to do what I have in mind? I don't know much about CSS styles but I'm willing to learn! ^_^ |
Jun 22, 2013 2:15 AM
#1019
kuchitsu said: Hello. I make blog posts with brief thoughts on anime I watch. I had an idea to enable the "tags" row in my list, rename it to "thoughts" and put links to my posts there but it seems like with the standard style there is no way to put links there. Is there any way to do what I have in mind? I don't know much about CSS styles but I'm willing to learn! ^_^ You can rename Tags, in the table header I have a tutorial for that. The list isn't set up for the purpose of linking to outside pages tho and BBcode only works in the comments you can see when you click More (not tags). And I don't believe there is a way to rewrite links on MAL atm so you couldn't use other links. But I guess you could put the link to the blog posts in the comments for the anime. Then move the More button to the tags and ppl could open it from there then click the link. Similar to how I have on my layout where you click a music note and get a link to a Youtube video. There may be a way to write comments into your layout without clicking the more button first but haven't looked into nor will anytime soon. |
Jun 22, 2013 12:31 PM
#1020
OK I see, thank you for the response Shishio-kun! Have a good day. |
Jun 24, 2013 1:03 PM
#1021
How do I make the header (Watching/keyblade) overlap the list? I thought it had something to do with Z-index? ![]() body { background-attachment: fixed; background-image: url("http://i42.tinypic.com/5sn48.png") !important; background-position: 0 0; background-repeat: no-repeat no-repeat; background-size: cover; color: #F5B800; cursor: url("i40.tinypic.com/5d4hnm.png"), auto; font-family: Candara; font-size: 12px; } #list_surround { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; left: 28%; margin: auto; position: absolute; width: 550px; } .td1, .td2 { padding: 3px; } .animetitle + small { color: #F5B800 !important; } .animetitle + small:before { } null { } td:nth-of-type(2) small { color: #F5B800; font-size: 10px; padding-right: 10px; } td:nth-of-type(2) small a { color: #F5B800; } .td1:nth-of-type(1), .td2:nth-of-type(1) { background-color: rgba(0, 0, 0, 0.7); border-left-style: solid !important; border-left-width: 2px !important; } .td1:nth-of-type(5), .td2:nth-of-type(5) { background-color: rgba(0, 0, 0, 0.7); border-right-style: solid; border-right-width: 2px; color: #F5B800; } .td1:nth-of-type(4), .td2:nth-of-type(4), td.table_header:nth-of-type(4) { background-color: rgba(0, 0, 0, 0.7); } .td1:nth-of-type(3), .td2:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.7); } .td1:nth-of-type(3), .td2:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.7); } td.table_header:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.7); padding-right: 7px; } td.table_header:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.7); } .td1:nth-of-type(2), .td2:nth-of-type(2) { background-color: rgba(0, 0, 0, 0.7); } a, a:visited { color: #F5B800; text-decoration: initial; } tr:hover td.td1 a, tr:hover td.td1, tr:hover td.td2 a, tr:hover td.td2 { color: #F5B800; text-decoration: underline; } .table_header { background-color: rgba(0, 0, 0, 0.7); font-size: 10px; padding: 2px; } td.table_header:nth-of-type(1) { border-bottom-right-radius: 0; border-left: 2px solid #F5B800 !important; border-top: 2px solid #F5B800 !important; border-top-left-radius: 10px; border-top-right-radius: 0; } td.table_header:nth-of-type(5) { border-bottom-right-radius: 0; border-right: 2px solid #F5B800 !important; border-top: 2px solid #F5B800 !important; border-top-left-radius: 0; border-top-right-radius: 10px; } td.table_header:nth-of-type(2), td.table_header:nth-of-type(3), td.table_header:nth-of-type(4) { border-top: 2px solid #F5B800 !important; } .category_totals { background-color: rgba(0, 0, 0, 0.7); border-bottom-style: solid; border-bottom-width: 2px; border-left: 2px solid #F5B800 !important; border-radius: 0 0 10px 10px; border-right: 2px solid #F5B800; font-size: 10px; padding: 2px 2px 2px 40px; } .borderRBL { border-left-style: solid !important; border-left-width: 2px !important; border-right: 2px solid #F5B800 !important; color: #2030F0 !important; font-size: 11px; padding-left: 39px; } .borderRBL a, .borderRBL a:visited { color: #F0304F !important; text-decoration: initial; } .borderRBL a:hover { color: #F0304F !important; } #copyright { border-radius: 8px 8px 8px 8px; color: #F5B800; font-size: 11px; margin-bottom: 70px; padding: 2px; position: relative !important; text-align: center !important; top: 10px; width: 650px; } #copyright:after { border-radius: 8px 8px 8px 8px; color: #000000 !important; content: "List Design By Ushioo, Edited By TheHolyPotato" !important; left: -3px; position: absolute !important; top: 40px !important; width: 650px !important; } #copyright a { } #grand_totals { display: none; } td:nth-of-type(2) small a { display: none; } td:nth-of-type(2) small { color: transparent; } [class^="header_"] * { font-size: 0; height: 10px; line-height: 24px; padding-bottom: 4px; text-align: left; vertical-align: bottom; } .header_title { border-radius: 4px 4px 4px 4px; color: #F5B800; display: inline-block; height: auto; padding: 0 8px 0 0; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } .header_cw { background-color: transparent; background-image: url("http://i42.tinypic.com/w2cb2s.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_completed { background-color: transparent; background-image: url("http://i39.tinypic.com/2uiaupw.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_onhold { background-color: transparent; background-image: url("http://i43.tinypic.com/ekqa1s.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_dropped { background-color: transparent; background-image: url("http://i42.tinypic.com/3308qix.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_ptw { background-color: transparent; background-image: url("http://i41.tinypic.com/5n39zn.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_title { background-color: transparent !important; color: transparent; } #copyright { background-color: rgba(1, 1, 1, 0.498); border: 2px solid #F5B800; padding-bottom: 47px; width: 542px; } #copyright, #copyright a, #copyright:after { color: #F5B800 !important; } a { color: #FFC105; cursor: url("i40.tinypic.com/5d4hnm.png"), auto; text-decoration: none; text-shadow: none; } #inlineContent { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; display: inline-block !important; height: 3000px !important; left: 0 !important; margin: auto !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 3000px !important; z-index: -1 !important; } body { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; } a:hover { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; } |
Jun 24, 2013 2:14 PM
#1022
TheHolyPotato said: How do I make the header (Watching/keyblade) overlap the list? I thought it had something to do with Z-index? ![]() body { background-attachment: fixed; background-image: url("http://i42.tinypic.com/5sn48.png") !important; background-position: 0 0; background-repeat: no-repeat no-repeat; background-size: cover; color: #F5B800; cursor: url("i40.tinypic.com/5d4hnm.png"), auto; font-family: Candara; font-size: 12px; } #list_surround { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; left: 28%; margin: auto; position: absolute; width: 550px; } .td1, .td2 { padding: 3px; } .animetitle + small { color: #F5B800 !important; } .animetitle + small:before { } null { } td:nth-of-type(2) small { color: #F5B800; font-size: 10px; padding-right: 10px; } td:nth-of-type(2) small a { color: #F5B800; } .td1:nth-of-type(1), .td2:nth-of-type(1) { background-color: rgba(0, 0, 0, 0.7); border-left-style: solid !important; border-left-width: 2px !important; } .td1:nth-of-type(5), .td2:nth-of-type(5) { background-color: rgba(0, 0, 0, 0.7); border-right-style: solid; border-right-width: 2px; color: #F5B800; } .td1:nth-of-type(4), .td2:nth-of-type(4), td.table_header:nth-of-type(4) { background-color: rgba(0, 0, 0, 0.7); } .td1:nth-of-type(3), .td2:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.7); } .td1:nth-of-type(3), .td2:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.7); } td.table_header:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.7); padding-right: 7px; } td.table_header:nth-of-type(3) { background-color: rgba(0, 0, 0, 0.7); } .td1:nth-of-type(2), .td2:nth-of-type(2) { background-color: rgba(0, 0, 0, 0.7); } a, a:visited { color: #F5B800; text-decoration: initial; } tr:hover td.td1 a, tr:hover td.td1, tr:hover td.td2 a, tr:hover td.td2 { color: #F5B800; text-decoration: underline; } .table_header { background-color: rgba(0, 0, 0, 0.7); font-size: 10px; padding: 2px; } td.table_header:nth-of-type(1) { border-bottom-right-radius: 0; border-left: 2px solid #F5B800 !important; border-top: 2px solid #F5B800 !important; border-top-left-radius: 10px; border-top-right-radius: 0; } td.table_header:nth-of-type(5) { border-bottom-right-radius: 0; border-right: 2px solid #F5B800 !important; border-top: 2px solid #F5B800 !important; border-top-left-radius: 0; border-top-right-radius: 10px; } td.table_header:nth-of-type(2), td.table_header:nth-of-type(3), td.table_header:nth-of-type(4) { border-top: 2px solid #F5B800 !important; } .category_totals { background-color: rgba(0, 0, 0, 0.7); border-bottom-style: solid; border-bottom-width: 2px; border-left: 2px solid #F5B800 !important; border-radius: 0 0 10px 10px; border-right: 2px solid #F5B800; font-size: 10px; padding: 2px 2px 2px 40px; } .borderRBL { border-left-style: solid !important; border-left-width: 2px !important; border-right: 2px solid #F5B800 !important; color: #2030F0 !important; font-size: 11px; padding-left: 39px; } .borderRBL a, .borderRBL a:visited { color: #F0304F !important; text-decoration: initial; } .borderRBL a:hover { color: #F0304F !important; } #copyright { border-radius: 8px 8px 8px 8px; color: #F5B800; font-size: 11px; margin-bottom: 70px; padding: 2px; position: relative !important; text-align: center !important; top: 10px; width: 650px; } #copyright:after { border-radius: 8px 8px 8px 8px; color: #000000 !important; content: "List Design By Ushioo, Edited By TheHolyPotato" !important; left: -3px; position: absolute !important; top: 40px !important; width: 650px !important; } #copyright a { } #grand_totals { display: none; } td:nth-of-type(2) small a { display: none; } td:nth-of-type(2) small { color: transparent; } [class^="header_"] * { font-size: 0; height: 10px; line-height: 24px; padding-bottom: 4px; text-align: left; vertical-align: bottom; } .header_title { border-radius: 4px 4px 4px 4px; color: #F5B800; display: inline-block; height: auto; padding: 0 8px 0 0; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); } .header_cw { background-color: transparent; background-image: url("http://i42.tinypic.com/w2cb2s.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_completed { background-color: transparent; background-image: url("http://i39.tinypic.com/2uiaupw.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_onhold { background-color: transparent; background-image: url("http://i43.tinypic.com/ekqa1s.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_dropped { background-color: transparent; background-image: url("http://i42.tinypic.com/3308qix.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_ptw { background-color: transparent; background-image: url("http://i41.tinypic.com/5n39zn.png"); background-position: 50% 0; background-repeat: no-repeat no-repeat; height: 85px; margin-bottom: 0; } .header_title { background-color: transparent !important; color: transparent; } #copyright { background-color: rgba(1, 1, 1, 0.498); border: 2px solid #F5B800; padding-bottom: 47px; width: 542px; } #copyright, #copyright a, #copyright:after { color: #F5B800 !important; } a { color: #FFC105; cursor: url("i40.tinypic.com/5d4hnm.png"), auto; text-decoration: none; text-shadow: none; } #inlineContent { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; display: inline-block !important; height: 3000px !important; left: 0 !important; margin: auto !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 3000px !important; z-index: -1 !important; } body { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; } a:hover { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; } as something like this: ![]() |
Jun 24, 2013 2:24 PM
#1023
Monsterguy said: as something like this: ![]() Yea but what do I do to get it like that? :P |
Jun 24, 2013 3:21 PM
#1024
TheHolyPotato said: Monsterguy said: as something like this: ![]() Yea but what do I do to get it like that? :P here your CSS code: body { background-attachment: fixed; background-image: url("http://i42.tinypic.com/5sn48.png") !important; background-position: 0 0; background-repeat: no-repeat no-repeat; background-size: cover; color: #F5B800; cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; font-family: Candara; font-size: 12px; } #list_surround { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; left: 28%; margin: auto; position: absolute; width: 550px; } .td1, .td2 { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); padding: 3px; } .animetitle + small { color: #F5B800 !important; } td:nth-of-type(2) small { color: #F5B800; font-size: 10px; padding-right: 10px; } td:nth-of-type(2) small a { color: #F5B800; } .td1:first-of-type, .td2:first-of-type { border-left-style: solid !important; border-left-width: 2px !important; } .td1:last-of-type, .td2:last-of-type { border-right-style: solid; border-right-width: 2px; color: #F5B800; } td.table_header:nth-of-type(3) { padding-right: 7px; } a, a:visited { color: #F5B800; text-decoration: initial; } tr:hover td.td1 a, tr:hover td.td1, tr:hover td.td2 a, tr:hover td.td2 { color: #F5B800; text-decoration: underline; } .table_header { background-color: rgba(0, 0, 0, 0.7); border-top: 2px solid #F5B800; font-size: 10px; padding: 2px; } td.table_header:first-of-type { border-left: 2px solid #F5B800 !important; border-top: 2px solid #F5B800 !important; border-top-left-radius: 10px; } td.table_header:last-of-type { border-right: 2px solid #F5B800 !important; border-top: 2px solid #F5B800 !important; border-top-right-radius: 10px; } .category_totals { background-color: rgba(0, 0, 0, 0.7); border-bottom-style: solid; border-bottom-width: 2px; border-left: 2px solid #F5B800 !important; border-radius: 0 0 10px 10px; border-right: 2px solid #F5B800; font-size: 10px; padding: 2px 2px 2px 40px; } .borderRBL { border-left-style: solid !important; border-left-width: 2px !important; border-right: 2px solid #F5B800 !important; color: #2030F0 !important; font-size: 11px; padding-left: 39px; } .borderRBL a, .borderRBL a:visited { color: #F0304F !important; text-decoration: initial; } .borderRBL a:hover { color: #F0304F !important; } #copyright { border-radius: 8px 8px 8px 8px; color: #F5B800; font-size: 11px; padding: 2px; position: relative !important; text-align: center !important; top: 10px; border: 2px solid #F5B800; background-color: rgba(1, 1, 1, 0.498); display: block; margin-top: 0; } #copyright:after { content: "List Design By Ushioo, Edited By TheHolyPotato" !important; display: block; margin-top: 20px; text-align: center !important; } #copyright a { } #grand_totals { display: none; } td:nth-of-type(2) small a { display: none; } td:nth-of-type(2) small { color: transparent; } [class^="header_"] * { font-size: 0; height: 10px; line-height: 24px; padding-bottom: 4px; text-align: left; vertical-align: bottom; } .header_cw { background-image: url("http://i42.tinypic.com/w2cb2s.png"); background-position: -50% 50%; background-repeat: no-repeat; background-size: 500px 85px; display: inline-block; height: 85px; margin-bottom: -15px; width: 500px; } .header_completed { background-image: url("http://i39.tinypic.com/2uiaupw.png"); background-position: -50% 50%; background-repeat: no-repeat; background-size: 500px 85px; display: inline-block; height: 85px; margin-bottom: -15px; width: 500px; } .header_onhold { background-image: url("http://i43.tinypic.com/ekqa1s.png"); background-position: -50% 50%; background-repeat: no-repeat; background-size: 500px 85px; display: inline-block; height: 85px; margin-bottom: -15px; width: 500px; } .header_dropped { background-image: url("http://i42.tinypic.com/3308qix.png"); background-position: -50% 50%; background-repeat: no-repeat; background-size: 500px 85px; display: inline-block; height: 85px; margin-bottom: -15px; width: 500px; } .header_ptw { background-image: url("http://i41.tinypic.com/5n39zn.png"); background-position: -50% 50%; background-repeat: no-repeat; background-size: 500px 85px; display: inline-block; height: 85px; margin-bottom: -15px; width: 500px; } #copyright, #copyright a, #copyright:after { color: #F5B800 !important; } a { color: #FFC105; cursor: url("i40.tinypic.com/5d4hnm.png"), auto; text-decoration: none; text-shadow: none; } #inlineContent { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; display: inline-block !important; height: 3000px !important; left: 0 !important; margin: auto !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 3000px !important; z-index: -1 !important; } a:hover { cursor: url("http://i40.tinypic.com/5d4hnm.jpg") 1 2, auto; } |
Jun 24, 2013 3:43 PM
#1025
Monsterguy said: here your CSS code: Thanks a bunch mate :) |
Jun 25, 2013 5:25 PM
#1026
SO Im finally done with my list the only problem i have is with my star that says fav, it doesnt work with Mahou Shoujo Madoka★Magica and Lovely★Complex i think because of the , is there a fix for that or no? |
Jun 25, 2013 9:12 PM
#1027
Jun 25, 2013 9:58 PM
#1028
So I made a layout with a custom cursor, I can see it perfectly fine, but someone said to me that on their screen it's just a big black box? Why is this? This is the cursor: http://oi40.tinypic.com/5d4hnm.jpg Code: @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; @import "https://dl.dropbox.com/s/t8g8i1udpkj07zs/mal_pic.css"; @import "https://dl.dropbox.com/s/a78vf2039ehur7b/KingdomHeartsTopBar.css"; body { background-attachment:fixed; background-image:url(http://i42.tinypic.com/5sn48.png) !important; background-position:0 0; background-repeat:no-repeat no-repeat; background-size:cover; color:#FFFFFF; cursor:url(http://i40.tinypic.com/5d4hnm.jpg) 1 2, auto; font-family:Candara; font-size:12px; } #list_surround { cursor:url(http://i40.tinypic.com/5d4hnm.jpg) 1 2, auto; left:32%; margin:auto; position:absolute; width:550px; } .td1, .td2 { background-attachment:scroll; background-color:rgba(0, 0, 0, 0.901961); background-image:none; background-position:0 0; background-repeat:repeat repeat; padding:3px; } .animetitle + small { color:#7A95FF !important; } td:nth-of-type(2) small { color:#FFFFFF; font-size:10px; padding-right:10px; } td:nth-of-type(2) small a { color:#FFFFFF; } .td1:first-of-type, .td2:first-of-type { border-left-style:solid !important; border-left-width:2px !important; } .td1:last-of-type, .td2:last-of-type { border-right-style:solid; border-right-width:2px; color:#FFFFFF; } td.table_header:nth-of-type(3) { padding-right:7px; } a, a:visited { color:#FFFFFF; text-decoration:initial; } tr:hover td.td1 a, tr:hover td.td1, tr:hover td.td2 a, tr:hover td.td2 { color:#FFBF00; } .table_header { background-color:rgba(0, 0, 0, 0.901961); border-top-color:#FFFFFF; border-top-style:solid; border-top-width:2px; font-size:10px; padding:2px; } td.table_header:first-of-type { border-left-color:#FFFFFF !important; border-left-style:solid !important; border-left-width:2px !important; border-top-color:#FFFFFF !important; border-top-left-radius:10px; border-top-style:solid !important; border-top-width:2px !important; } td.table_header:last-of-type { border-right-color:#FFFFFF !important; border-right-style:solid !important; border-right-width:2px !important; border-top-color:#FFFFFF !important; border-top-right-radius:10px; border-top-style:solid !important; border-top-width:2px !important; } .category_totals { background-color:rgba(0, 0, 0, 0.901961); border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-bottom-style:solid; border-bottom-width:2px; border-left-color:#FFFFFF !important; border-left-style:solid !important; border-left-width:2px !important; border-right-color:#FFFFFF; border-right-style:solid; border-right-width:2px; border-top-left-radius:0; border-top-right-radius:0; font-size:10px; padding:2px 2px 2px 40px; } .borderRBL { border-left-style:solid !important; border-left-width:2px !important; border-right-color:#FFFFFF !important; border-right-style:solid !important; border-right-width:2px !important; color:#2030F0 !important; font-size:11px; padding-left:39px; } .borderRBL a, .borderRBL a:visited { color:#F0304F !important; text-decoration:initial; } .borderRBL a:hover { color:#F0304F !important; } #copyright { background-color:rgba(1, 1, 1, 0.498039); border:2px solid #FFFFFF; border-bottom-left-radius:8px; border-bottom-right-radius:8px; border-top-left-radius:8px; border-top-right-radius:8px; color:#FFFFFF; display:block; font-size:11px; margin-top:0; padding:2px; position:relative !important; text-align:center !important; top:10px; } #copyright::after { content:'List Design By Ushioo, Edited By TheHolyPotato' !important; display:block; margin-top:20px; text-align:center !important; } #copyright a { } #grand_totals { display:none; } td:nth-of-type(2) small a { display:none; } td:nth-of-type(2) small { color:transparent; } [class^="header_"] * { font-size:0; height:10px; line-height:24px; padding-bottom:4px; text-align:left; vertical-align:bottom; } .header_cw { background-image:url(http://i44.tinypic.com/oau2rr.png); background-position:20px 10px; background-repeat:no-repeat no-repeat; background-size:500px 150px; display:inline-block; height:150px; margin-bottom:-50px; width:500px; } .header_completed { background-image:url(http://i39.tinypic.com/jqru3r.png); background-position:20px 10px; background-repeat:no-repeat no-repeat; background-size:500px 150px; display:inline-block; height:150px; margin-bottom:-50px; width:500px; } .header_onhold { background-image:url(http://i42.tinypic.com/2i1cvbn.jpg); background-position:20px 10px; background-repeat:no-repeat no-repeat; background-size:500px 150px; display:inline-block; height:150px; margin-bottom:-50px; width:500px; } .header_dropped { background-image:url(http://i39.tinypic.com/22ywpf.png); background-position:20px 10px; background-repeat:no-repeat no-repeat; background-size:500px 150px; display:inline-block; height:150px; margin-bottom:-50px; width:500px; } .header_ptw { background-image:url(http://i39.tinypic.com/2yy6yyd.png); background-position:20px 10px; background-repeat:no-repeat no-repeat; background-size:500px 150px; display:inline-block; height:150px; margin-bottom:-50px; width:500px; } #copyright, #copyright a, #copyright::after { color:#FFFFFF !important; } a { color:#FFFFFF; cursor:url(http://myanimelist.net/animelist/i40.tinypic.com/5d4hnm.png), auto; text-decoration:none; text-shadow:none; } #inlineContent { cursor:url(http://i40.tinypic.com/5d4hnm.jpg) 1 2, auto; display:inline-block !important; height:3000px !important; left:0 !important; margin:auto !important; position:fixed !important; right:0 !important; top:0 !important; width:3000px !important; z-index:-1 !important; } a:hover { cursor:url(http://i40.tinypic.com/5d4hnm.jpg) 1 2, auto; } #list_surround .status_selected, #list_surround .status_not_selected { background-attachment:scroll; background-color:transparent; background-image:url(http://i41.tinypic.com/24o3evk.png); background-position:0 0; background-repeat:no-repeat no-repeat; border:2px solid white !important; border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:15px; border-top-right-radius:0; display:block; height:90px; padding:0; position:fixed; right:-8px; top:50px; width:300px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { background-attachment:scroll; background-color:transparent; background-image:url(http://i43.tinypic.com/30ijs5u.png); background-repeat:no-repeat no-repeat; border-bottom-right-radius:0; border-top-left-radius:0; border-top-right-radius:0; top:142px; } #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-attachment:scroll; background-color:transparent; background-image:url(http://i43.tinypic.com/2mzci01.png); top:235px; } #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-attachment:scroll; background-color:transparent; background-image:url(http://i39.tinypic.com/2vw9z6s.jpg); background-repeat:repeat repeat; top:328px; } #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-attachment:scroll; background-color:transparent; background-image:url(http://i43.tinypic.com/ff7p8x.jpg); top:421px; } #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-attachment:scroll; background-color:transparent; background-image:url(http://i40.tinypic.com/wjxg5x.jpg); background-position:0 0; background-repeat:no-repeat no-repeat; border-bottom-left-radius:20px; border-bottom-right-radius:20px; top:513px; width:300px; } .status_not_selected { -webkit-transition:all 0.4s ease 0s; opacity:0.75; right:-95px !important; transition:all 0.4s ease 0s; } .status_not_selected:hover { -webkit-transition:all 0.25s ease 0s; color:transparent; opacity:1; right:-8px !important; transition:all 0.25s ease 0s; } .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a { color:transparent; display:block; height:90px; opacity:0; width:300px; } .status_selected { display:block; } .status_not_selected { display:block; } |
Jun 25, 2013 10:07 PM
#1029
Jun 26, 2013 4:53 AM
#1031
Hahaido said: 2UsakoMoon: when you saving your css (are you using Notepad?) choose UTF-8 encoding P. S. I can't concentrate when looking at your sign! oh thanks I never expected it to be that problem! ^_^ , thanks i'll go do that now and lol! it is a very distracting siggy :D |
Jun 28, 2013 9:11 AM
#1032
so this is how my list looks ![]() I would like for the image cover to pop up and appear over on the left side when you hover over the Dvd Covers, but when I use the code (I think it's the right code, i'm not so great at the coding part @_@) it turns out like this instead: ![]() So if someone could help that'd be great, and then my list will be officially done YAY ^_^! |
MireoriaJun 28, 2013 9:19 AM
Jun 28, 2013 3:47 PM
#1033
OK so I am using a premade manga list where it shows the previews of the mangas, but not all of them are showing up. Here's my CSS: @import "http://dl.dropbox.com/u/82846412/CSSmangaposters.css"; @import "http://dl.dropbox.com/u/82846412/Style.css"; @import "http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/sw/bar.css"; @import url(http://dl.dropbox.com/u/82846412/Nanha_Theme.css); #inlineContent {background-image: url(http://i.imgur.com/sAWRQ.jpg);} .hide {background-image: url(http://dl.dropbox.com/u/49469857/MAL/premade/square/nopic/seasons.jpg);} body { background-attachment: fixed; background-image: url("http://i.imgur.com/hjt59.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; } td[width="70"] + .td1:nth-of-type(6), td[width="70"] + .td2:nth-of-type(6) { border-radius: 24px; right: 11px; top: 11px; width: 46px; display: block; } The first import is the previews, but it doesn't give previews for all of the mangas. Can someone please give me a different import which will give me all (or at least most) of the manga previews?? Thanks |
Jun 28, 2013 11:09 PM
#1034
UsakoMoon said: so this is how my list looks Edit as you wish @import url(https://dl.dropboxusercontent.com/u/94694368/FavsChu2byo.css); @import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); /* import Fonts */ @import url(http://fonts.googleapis.com/css?family=Finger+Paint); @import url(http://fonts.googleapis.com/css?family=Finger+Paint); /* Background pattern, common color and font. */ body { background: url("http://img19.imageshack.us/img19/4131/backgroundve.png") repeat scroll 0 0 #CCCCCC; font-family: "Finger Paint"; color: #514d6d !important; } /* Banner with fade pic overlap */ #inlineContent { background-image: url("http://img36.imageshack.us/img36/1723/fadee.png"), url("http://imageshack.us/a/img856/4190/rikkadekobanner1.png"); background-repeat: repeat-x, no-repeat; background-position: center top; background-size: auto 100%, background-color: #C0C0C2; display: block !important; height: 380px; left: 0px; margin: auto; position: absolute; top: 0px; width: 100%; z-index: 1; } /* Links decoration */ a, a:visited { color: #514d6d; text-decoration: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } /* Links decoration on hover */ a:hover { color: #6cbee3 !important; } /* Font for Anime Titles */ .animetitle { font-family: "Finger Paint"; font-size: 13pt; } /*##################AIRING######################*/ .animetitle + small { background: none repeat scroll 0 0 rgba(225, 225, 42, 0.0); border-radius: 0 0 5px 5px; font-size: 15px !important; font-weight: bold; left: 295px; margin-top: 60px; max-width: 58px; overflow: hidden; padding-right: 2px; pointer-events: none; position: absolute; text-align: left; text-overflow: ellipsis; white-space: nowrap; width: 58px; z-index: 1; color: #ffff2a; text-shadow: 0 0 1px black, 0 0 3px black, 0 0 6px white, 1px 1px 2px black; } /* Top bar */ #mal_control_strip { background-color: transparent !important; background-image: url('http://s017.radikal.ru/i425/1203/8e/8a32093af242.png') !important; position:fixed; top: 0; z-index: 10; } #mal_control_strip td { height: 24px !important; border-right-color: rgba(0,0,0,0.8) !important; } #mal_control_strip div { display:inline} #mal_cs_pic img { height: 24px !important; width: auto !important} #mal_cs_listinfo { width: auto !important} #mal_cs_listinfo div:first-of-type:before { content:'Logged in as '} #mal_cs_listinfo div:last-of-type a { text-decoration: none} #mal_cs_listinfo div:last-of-type a:hover { text-decoration: underline} #mal_cs_listinfo div:last-of-type:before { font-weight:normal; content:'('} #mal_cs_listinfo div:last-of-type:after { font-weight:normal; content:')'} #mal_cs_links { width: 90px !important} #mal_cs_links a { background-image: url('http://s001.radikal.ru/i194/1203/95/6168af5601c9.png') !important; width:16px; height:16px; content:none; display: inline-block !important; color: transparent !important; letter-spacing: -1ex; font-size:xx-small} #mal_cs_links div:first-of-type:after { content: ''} #mal_cs_links div:first-of-type a:first-of-type { background-position: 0px 0px} #mal_cs_links div:first-of-type a:last-of-type { background-position: -16px 0px} #mal_cs_links div:last-of-type a:first-of-type { background-position:-32px 0px} #mal_cs_links div:last-of-type a:last-of-type { background-position:-48px 0px} #mal_cs_otherlinks div:last-of-type { float:right; padding-right:150px} #mal_cs_otherlinks div:first-of-type { float:left} #mal_cs_powered img { display:none} /* Search Box */ #search { background-image: url("http://i627.photobucket.com/albums/tt354/EuphoricField/r52searchg.png"); background-position: 100% 0%; background-repeat: no-repeat; background-size: cover; height: 260px; position: absolute; right: 0px; top: 15px; width: 240px; } #searchBox { background-image: url("http://img13.imageshack.us/img13/4100/searchboxp.png"); background-position: 50% 50%; background-size: cover; background-color: transparent; border: 0px none currentColor !important; height: 34px; margin-right: 94px; margin-top: 160px; text-align: center; width: 97px !important; } .table_header{display:none} /*Hide #, Anime Title, Score,...*/ #list_surround table:first-of-type td:nth-of-type(6){display:none} /*Hide All Anime Category Menu*/ /* List propierties */ #list_surround { background-color: rgba(0, 0, 0, 0.102); box-shadow: 0px 0px 11px 2px #0D0D0D inset; margin: 380px auto 0px; padding: 0px 15px; width: 765px; } /* Category Menu customization */ #list_surround > table:first-of-type { position: fixed; right: -20px; top: 280px; padding-right: 20px; width: 230px; z-index: 5; } #list_surround > table:first-of-type td { display: block; width: 100%; height: 50px; } .status_not_selected a { background: url("http://img850.imageshack.us/img850/6228/menuml.png") no-repeat silver; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #0D0D0D inset; text-shadow: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .status_selected a { background: url("http://img812.imageshack.us/img812/3886/menuactive.png") no-repeat #F7F59F; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #6cbee3 inset; text-shadow: none !important; } .status_not_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_not_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_not_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_not_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_not_selected > a[href*="status=6"] {background-position: 50% -180px;} .status_not_selected > a:hover {background-color: #787878;} .status_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_selected > a[href*="status=6"] {background-position: 50% -180px;} /* Change Render for each category */ .header_completed div { background: url("http://imageshack.us/a/img803/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_cw div { background: url("http://imageshack.us/a/img401/2600/rikatak.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; margin-left: -15px; position: fixed; width: 795px; z-index: -1; } .header_onhold div { background: url("http://imageshack.us/a/img528/1157/takanashirikkafull13215.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_dropped div { background: url("http://imageshack.us/a/img221/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; baclground-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_ptw div { background: url("http://img854.imageshack.us/img854/6995/dekosan.png") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } /* Anime titles table row */ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) { height: 160px; box-shadow: 0px 0px 15px 0px #000000 inset; background: rgba(250, 250, 250, 0.700); border-radius: 10px; padding-left: 52px; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:not(.category_totals){ display: inline-block; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(1):not(.category_totals) { width: 50px; } /*# cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(2) { width: 380px; }/*Anime Title cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(3) { width: 80px; }/*Score cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(4) { width: 70px }/*Type cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(5) { width: 87px }/*Progress cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(6) { display: block !important; left: 33px; padding-top: 10px; position: relative; width: 660px; }/*Tags(comments) cell(td) configuration*/ .td1:not(.borderRBL):first-of-type:before, .td2:not(.borderRBL):first-of-type:before { content: "#"; } .td1:nth-of-type(3):before, .td2:nth-of-type(3):before { content: "Score: "; } .td1:nth-of-type(5):before, .td2:nth-of-type(5):before { content: "Progress: "; } .td1:nth-of-type(6):before, .td2:nth-of-type(6):before { content: "Comments: "; display: block; } /* Change color on hover over table row */ #list_surround > table:nth-of-type(n+4):hover { background: rgba(195, 196, 86, 0.700) !important; } /* Category Totals and hidden More Info... */ #list_surround table:last-of-type{ background: rgba(91, 108, 130, 0.500) !important; border-radius: 10px; box-shadow: 0px 0px 15px 0px #000000 inset; color: #000000; padding: 20px 60px !important; text-align: center; } /* Display Tags as comment */ span[id*="tagRow"] { display: block !important; } /* Hide tags as links */ span[id*="tagLinks"] { display: none !important; } /* hide "-" of Add/Edit and More */ .td1 div, .td2 div { color: transparent !important; } /* Edit/Add propierties */ .td1 div small a:first-of-type, .td2 div small a:first-of-type { color: #339DC4; float: right; position: relative; right: -268px; top: 20px; } /* More propierties */ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -291px; } @media screen and (-webkit-min-device-pixel-ratio:0){ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -271px; top: -20px; } } /* List's top, Welcome... */ #list_surround::before { background: rgba(108, 190, 227, 0.804); border-bottom-left-radius: 300px 60px; border-bottom-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; content: "Welcome to UsakoMoon's Anime List"; display: inline-block; font-size: 15pt; font-weight: 700; height: 80px; text-align: center; vertical-align: middle; width: 100%; } /* Move rows up */ #list_surround table:nth-of-type(4) { margin-top: -40px; } /* Copyright configuration */ #copyright { background: rgba(108, 190, 227, 0.804); border-top-left-radius: 300px 60px; border-top-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; display: block; margin-left: -15px; padding: 20px 50px; position: relative; white-space: pre-wrap; width: 695px; } #copyright:after { content: " Theme modified By UsakoMoon codes by Al_eXs. Google 'Shishio's Custom Lists' for more designs and info."; } #copyright a { color: #FFFFFF !important; } /* DISPLAY ANIME/MANGA TITLE PICS This is the CSS to control and reveal title pics. You'll need #more CSS or a import link to one in your CSS too. Got a question or want to learn more? Try this link: Change background-size from "auto" to "contain" and then adjust height to change the size of the pics. Move the pics to the left with margin-left, by adding an amount to it. */ .hide { background-size:100%; height: 80px; margin-top: -140px !important; background-position: center; background-repeat: no-repeat; display: inline-block !important; position: absolute; width: 60px !important; border-radius: 16px; transition: all .5s ease .1s; -o-transition: all.5s ease .1s; -moz-transition: all .5s ease .1s; -webkit-transition: all .5s ease .1s; z-index: 10; } :hover + .hide { width: 130px !important; height: 180px !important; z-index: 15; } /* CUSTOM TITLE BAR TEXT The text in quotations is your title bar text, after "content". "color" is the color of the text. "top" and "left" move this text. For more help ask here: http://myanimelist.net/forum/?topicid=416125 */ #mal_cs_otherlinks:before { background: none repeat scroll 0 0 transparent !important; color: white !important; content: "Vers. Chuunibyou demo koi ga shitai!" !important; left: 800px !important; width: 330px !important; position: absolute !important; top: 4px !important; } |
Jun 29, 2013 4:01 AM
#1035
Hahaido said: UsakoMoon said: so this is how my list looks Edit as you wish @import url(https://dl.dropboxusercontent.com/u/94694368/FavsChu2byo.css); @import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); /* import Fonts */ @import url(http://fonts.googleapis.com/css?family=Finger+Paint); @import url(http://fonts.googleapis.com/css?family=Finger+Paint); /* Background pattern, common color and font. */ body { background: url("http://img19.imageshack.us/img19/4131/backgroundve.png") repeat scroll 0 0 #CCCCCC; font-family: "Finger Paint"; color: #514d6d !important; } /* Banner with fade pic overlap */ #inlineContent { background-image: url("http://img36.imageshack.us/img36/1723/fadee.png"), url("http://imageshack.us/a/img856/4190/rikkadekobanner1.png"); background-repeat: repeat-x, no-repeat; background-position: center top; background-size: auto 100%, background-color: #C0C0C2; display: block !important; height: 380px; left: 0px; margin: auto; position: absolute; top: 0px; width: 100%; z-index: 1; } /* Links decoration */ a, a:visited { color: #514d6d; text-decoration: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } /* Links decoration on hover */ a:hover { color: #6cbee3 !important; } /* Font for Anime Titles */ .animetitle { font-family: "Finger Paint"; font-size: 13pt; } /*##################AIRING######################*/ .animetitle + small { background: none repeat scroll 0 0 rgba(225, 225, 42, 0.0); border-radius: 0 0 5px 5px; font-size: 15px !important; font-weight: bold; left: 295px; margin-top: 60px; max-width: 58px; overflow: hidden; padding-right: 2px; pointer-events: none; position: absolute; text-align: left; text-overflow: ellipsis; white-space: nowrap; width: 58px; z-index: 1; color: #ffff2a; text-shadow: 0 0 1px black, 0 0 3px black, 0 0 6px white, 1px 1px 2px black; } /* Top bar */ #mal_control_strip { background-color: transparent !important; background-image: url('http://s017.radikal.ru/i425/1203/8e/8a32093af242.png') !important; position:fixed; top: 0; z-index: 10; } #mal_control_strip td { height: 24px !important; border-right-color: rgba(0,0,0,0.8) !important; } #mal_control_strip div { display:inline} #mal_cs_pic img { height: 24px !important; width: auto !important} #mal_cs_listinfo { width: auto !important} #mal_cs_listinfo div:first-of-type:before { content:'Logged in as '} #mal_cs_listinfo div:last-of-type a { text-decoration: none} #mal_cs_listinfo div:last-of-type a:hover { text-decoration: underline} #mal_cs_listinfo div:last-of-type:before { font-weight:normal; content:'('} #mal_cs_listinfo div:last-of-type:after { font-weight:normal; content:')'} #mal_cs_links { width: 90px !important} #mal_cs_links a { background-image: url('http://s001.radikal.ru/i194/1203/95/6168af5601c9.png') !important; width:16px; height:16px; content:none; display: inline-block !important; color: transparent !important; letter-spacing: -1ex; font-size:xx-small} #mal_cs_links div:first-of-type:after { content: ''} #mal_cs_links div:first-of-type a:first-of-type { background-position: 0px 0px} #mal_cs_links div:first-of-type a:last-of-type { background-position: -16px 0px} #mal_cs_links div:last-of-type a:first-of-type { background-position:-32px 0px} #mal_cs_links div:last-of-type a:last-of-type { background-position:-48px 0px} #mal_cs_otherlinks div:last-of-type { float:right; padding-right:150px} #mal_cs_otherlinks div:first-of-type { float:left} #mal_cs_powered img { display:none} /* Search Box */ #search { background-image: url("http://i627.photobucket.com/albums/tt354/EuphoricField/r52searchg.png"); background-position: 100% 0%; background-repeat: no-repeat; background-size: cover; height: 260px; position: absolute; right: 0px; top: 15px; width: 240px; } #searchBox { background-image: url("http://img13.imageshack.us/img13/4100/searchboxp.png"); background-position: 50% 50%; background-size: cover; background-color: transparent; border: 0px none currentColor !important; height: 34px; margin-right: 94px; margin-top: 160px; text-align: center; width: 97px !important; } .table_header{display:none} /*Hide #, Anime Title, Score,...*/ #list_surround table:first-of-type td:nth-of-type(6){display:none} /*Hide All Anime Category Menu*/ /* List propierties */ #list_surround { background-color: rgba(0, 0, 0, 0.102); box-shadow: 0px 0px 11px 2px #0D0D0D inset; margin: 380px auto 0px; padding: 0px 15px; width: 765px; } /* Category Menu customization */ #list_surround > table:first-of-type { position: fixed; right: -20px; top: 280px; padding-right: 20px; width: 230px; z-index: 5; } #list_surround > table:first-of-type td { display: block; width: 100%; height: 50px; } .status_not_selected a { background: url("http://img850.imageshack.us/img850/6228/menuml.png") no-repeat silver; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #0D0D0D inset; text-shadow: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .status_selected a { background: url("http://img812.imageshack.us/img812/3886/menuactive.png") no-repeat #F7F59F; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #6cbee3 inset; text-shadow: none !important; } .status_not_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_not_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_not_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_not_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_not_selected > a[href*="status=6"] {background-position: 50% -180px;} .status_not_selected > a:hover {background-color: #787878;} .status_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_selected > a[href*="status=6"] {background-position: 50% -180px;} /* Change Render for each category */ .header_completed div { background: url("http://imageshack.us/a/img803/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_cw div { background: url("http://imageshack.us/a/img401/2600/rikatak.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; margin-left: -15px; position: fixed; width: 795px; z-index: -1; } .header_onhold div { background: url("http://imageshack.us/a/img528/1157/takanashirikkafull13215.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_dropped div { background: url("http://imageshack.us/a/img221/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; baclground-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_ptw div { background: url("http://img854.imageshack.us/img854/6995/dekosan.png") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } /* Anime titles table row */ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) { height: 160px; box-shadow: 0px 0px 15px 0px #000000 inset; background: rgba(250, 250, 250, 0.700); border-radius: 10px; padding-left: 52px; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:not(.category_totals){ display: inline-block; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(1):not(.category_totals) { width: 50px; } /*# cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(2) { width: 380px; }/*Anime Title cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(3) { width: 80px; }/*Score cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(4) { width: 70px }/*Type cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(5) { width: 87px }/*Progress cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(6) { display: block !important; left: 33px; padding-top: 10px; position: relative; width: 660px; }/*Tags(comments) cell(td) configuration*/ .td1:not(.borderRBL):first-of-type:before, .td2:not(.borderRBL):first-of-type:before { content: "#"; } .td1:nth-of-type(3):before, .td2:nth-of-type(3):before { content: "Score: "; } .td1:nth-of-type(5):before, .td2:nth-of-type(5):before { content: "Progress: "; } .td1:nth-of-type(6):before, .td2:nth-of-type(6):before { content: "Comments: "; display: block; } /* Change color on hover over table row */ #list_surround > table:nth-of-type(n+4):hover { background: rgba(195, 196, 86, 0.700) !important; } /* Category Totals and hidden More Info... */ #list_surround table:last-of-type{ background: rgba(91, 108, 130, 0.500) !important; border-radius: 10px; box-shadow: 0px 0px 15px 0px #000000 inset; color: #000000; padding: 20px 60px !important; text-align: center; } /* Display Tags as comment */ span[id*="tagRow"] { display: block !important; } /* Hide tags as links */ span[id*="tagLinks"] { display: none !important; } /* hide "-" of Add/Edit and More */ .td1 div, .td2 div { color: transparent !important; } /* Edit/Add propierties */ .td1 div small a:first-of-type, .td2 div small a:first-of-type { color: #339DC4; float: right; position: relative; right: -268px; top: 20px; } /* More propierties */ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -291px; } @media screen and (-webkit-min-device-pixel-ratio:0){ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -271px; top: -20px; } } /* List's top, Welcome... */ #list_surround::before { background: rgba(108, 190, 227, 0.804); border-bottom-left-radius: 300px 60px; border-bottom-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; content: "Welcome to UsakoMoon's Anime List"; display: inline-block; font-size: 15pt; font-weight: 700; height: 80px; text-align: center; vertical-align: middle; width: 100%; } /* Move rows up */ #list_surround table:nth-of-type(4) { margin-top: -40px; } /* Copyright configuration */ #copyright { background: rgba(108, 190, 227, 0.804); border-top-left-radius: 300px 60px; border-top-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; display: block; margin-left: -15px; padding: 20px 50px; position: relative; white-space: pre-wrap; width: 695px; } #copyright:after { content: " Theme modified By UsakoMoon codes by Al_eXs. Google 'Shishio's Custom Lists' for more designs and info."; } #copyright a { color: #FFFFFF !important; } /* DISPLAY ANIME/MANGA TITLE PICS This is the CSS to control and reveal title pics. You'll need #more CSS or a import link to one in your CSS too. Got a question or want to learn more? Try this link: Change background-size from "auto" to "contain" and then adjust height to change the size of the pics. Move the pics to the left with margin-left, by adding an amount to it. */ .hide { background-size:100%; height: 80px; margin-top: -140px !important; background-position: center; background-repeat: no-repeat; display: inline-block !important; position: absolute; width: 60px !important; border-radius: 16px; transition: all .5s ease .1s; -o-transition: all.5s ease .1s; -moz-transition: all .5s ease .1s; -webkit-transition: all .5s ease .1s; z-index: 10; } :hover + .hide { width: 130px !important; height: 180px !important; z-index: 15; } /* CUSTOM TITLE BAR TEXT The text in quotations is your title bar text, after "content". "color" is the color of the text. "top" and "left" move this text. For more help ask here: http://myanimelist.net/forum/?topicid=416125 */ #mal_cs_otherlinks:before { background: none repeat scroll 0 0 transparent !important; color: white !important; content: "Vers. Chuunibyou demo koi ga shitai!" !important; left: 800px !important; width: 330px !important; position: absolute !important; top: 4px !important; } Hahaido said: UsakoMoon said: so this is how my list looks Edit as you wish @import url(https://dl.dropboxusercontent.com/u/94694368/FavsChu2byo.css); @import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); /* import Fonts */ @import url(http://fonts.googleapis.com/css?family=Finger+Paint); @import url(http://fonts.googleapis.com/css?family=Finger+Paint); /* Background pattern, common color and font. */ body { background: url("http://img19.imageshack.us/img19/4131/backgroundve.png") repeat scroll 0 0 #CCCCCC; font-family: "Finger Paint"; color: #514d6d !important; } /* Banner with fade pic overlap */ #inlineContent { background-image: url("http://img36.imageshack.us/img36/1723/fadee.png"), url("http://imageshack.us/a/img856/4190/rikkadekobanner1.png"); background-repeat: repeat-x, no-repeat; background-position: center top; background-size: auto 100%, background-color: #C0C0C2; display: block !important; height: 380px; left: 0px; margin: auto; position: absolute; top: 0px; width: 100%; z-index: 1; } /* Links decoration */ a, a:visited { color: #514d6d; text-decoration: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } /* Links decoration on hover */ a:hover { color: #6cbee3 !important; } /* Font for Anime Titles */ .animetitle { font-family: "Finger Paint"; font-size: 13pt; } /*##################AIRING######################*/ .animetitle + small { background: none repeat scroll 0 0 rgba(225, 225, 42, 0.0); border-radius: 0 0 5px 5px; font-size: 15px !important; font-weight: bold; left: 295px; margin-top: 60px; max-width: 58px; overflow: hidden; padding-right: 2px; pointer-events: none; position: absolute; text-align: left; text-overflow: ellipsis; white-space: nowrap; width: 58px; z-index: 1; color: #ffff2a; text-shadow: 0 0 1px black, 0 0 3px black, 0 0 6px white, 1px 1px 2px black; } /* Top bar */ #mal_control_strip { background-color: transparent !important; background-image: url('http://s017.radikal.ru/i425/1203/8e/8a32093af242.png') !important; position:fixed; top: 0; z-index: 10; } #mal_control_strip td { height: 24px !important; border-right-color: rgba(0,0,0,0.8) !important; } #mal_control_strip div { display:inline} #mal_cs_pic img { height: 24px !important; width: auto !important} #mal_cs_listinfo { width: auto !important} #mal_cs_listinfo div:first-of-type:before { content:'Logged in as '} #mal_cs_listinfo div:last-of-type a { text-decoration: none} #mal_cs_listinfo div:last-of-type a:hover { text-decoration: underline} #mal_cs_listinfo div:last-of-type:before { font-weight:normal; content:'('} #mal_cs_listinfo div:last-of-type:after { font-weight:normal; content:')'} #mal_cs_links { width: 90px !important} #mal_cs_links a { background-image: url('http://s001.radikal.ru/i194/1203/95/6168af5601c9.png') !important; width:16px; height:16px; content:none; display: inline-block !important; color: transparent !important; letter-spacing: -1ex; font-size:xx-small} #mal_cs_links div:first-of-type:after { content: ''} #mal_cs_links div:first-of-type a:first-of-type { background-position: 0px 0px} #mal_cs_links div:first-of-type a:last-of-type { background-position: -16px 0px} #mal_cs_links div:last-of-type a:first-of-type { background-position:-32px 0px} #mal_cs_links div:last-of-type a:last-of-type { background-position:-48px 0px} #mal_cs_otherlinks div:last-of-type { float:right; padding-right:150px} #mal_cs_otherlinks div:first-of-type { float:left} #mal_cs_powered img { display:none} /* Search Box */ #search { background-image: url("http://i627.photobucket.com/albums/tt354/EuphoricField/r52searchg.png"); background-position: 100% 0%; background-repeat: no-repeat; background-size: cover; height: 260px; position: absolute; right: 0px; top: 15px; width: 240px; } #searchBox { background-image: url("http://img13.imageshack.us/img13/4100/searchboxp.png"); background-position: 50% 50%; background-size: cover; background-color: transparent; border: 0px none currentColor !important; height: 34px; margin-right: 94px; margin-top: 160px; text-align: center; width: 97px !important; } .table_header{display:none} /*Hide #, Anime Title, Score,...*/ #list_surround table:first-of-type td:nth-of-type(6){display:none} /*Hide All Anime Category Menu*/ /* List propierties */ #list_surround { background-color: rgba(0, 0, 0, 0.102); box-shadow: 0px 0px 11px 2px #0D0D0D inset; margin: 380px auto 0px; padding: 0px 15px; width: 765px; } /* Category Menu customization */ #list_surround > table:first-of-type { position: fixed; right: -20px; top: 280px; padding-right: 20px; width: 230px; z-index: 5; } #list_surround > table:first-of-type td { display: block; width: 100%; height: 50px; } .status_not_selected a { background: url("http://img850.imageshack.us/img850/6228/menuml.png") no-repeat silver; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #0D0D0D inset; text-shadow: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .status_selected a { background: url("http://img812.imageshack.us/img812/3886/menuactive.png") no-repeat #F7F59F; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #6cbee3 inset; text-shadow: none !important; } .status_not_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_not_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_not_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_not_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_not_selected > a[href*="status=6"] {background-position: 50% -180px;} .status_not_selected > a:hover {background-color: #787878;} .status_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_selected > a[href*="status=6"] {background-position: 50% -180px;} /* Change Render for each category */ .header_completed div { background: url("http://imageshack.us/a/img803/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_cw div { background: url("http://imageshack.us/a/img401/2600/rikatak.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; margin-left: -15px; position: fixed; width: 795px; z-index: -1; } .header_onhold div { background: url("http://imageshack.us/a/img528/1157/takanashirikkafull13215.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_dropped div { background: url("http://imageshack.us/a/img221/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; baclground-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_ptw div { background: url("http://img854.imageshack.us/img854/6995/dekosan.png") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } /* Anime titles table row */ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) { height: 160px; box-shadow: 0px 0px 15px 0px #000000 inset; background: rgba(250, 250, 250, 0.700); border-radius: 10px; padding-left: 52px; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:not(.category_totals){ display: inline-block; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(1):not(.category_totals) { width: 50px; } /*# cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(2) { width: 380px; }/*Anime Title cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(3) { width: 80px; }/*Score cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(4) { width: 70px }/*Type cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(5) { width: 87px }/*Progress cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(6) { display: block !important; left: 33px; padding-top: 10px; position: relative; width: 660px; }/*Tags(comments) cell(td) configuration*/ .td1:not(.borderRBL):first-of-type:before, .td2:not(.borderRBL):first-of-type:before { content: "#"; } .td1:nth-of-type(3):before, .td2:nth-of-type(3):before { content: "Score: "; } .td1:nth-of-type(5):before, .td2:nth-of-type(5):before { content: "Progress: "; } .td1:nth-of-type(6):before, .td2:nth-of-type(6):before { content: "Comments: "; display: block; } /* Change color on hover over table row */ #list_surround > table:nth-of-type(n+4):hover { background: rgba(195, 196, 86, 0.700) !important; } /* Category Totals and hidden More Info... */ #list_surround table:last-of-type{ background: rgba(91, 108, 130, 0.500) !important; border-radius: 10px; box-shadow: 0px 0px 15px 0px #000000 inset; color: #000000; padding: 20px 60px !important; text-align: center; } /* Display Tags as comment */ span[id*="tagRow"] { display: block !important; } /* Hide tags as links */ span[id*="tagLinks"] { display: none !important; } /* hide "-" of Add/Edit and More */ .td1 div, .td2 div { color: transparent !important; } /* Edit/Add propierties */ .td1 div small a:first-of-type, .td2 div small a:first-of-type { color: #339DC4; float: right; position: relative; right: -268px; top: 20px; } /* More propierties */ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -291px; } @media screen and (-webkit-min-device-pixel-ratio:0){ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -271px; top: -20px; } } /* List's top, Welcome... */ #list_surround::before { background: rgba(108, 190, 227, 0.804); border-bottom-left-radius: 300px 60px; border-bottom-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; content: "Welcome to UsakoMoon's Anime List"; display: inline-block; font-size: 15pt; font-weight: 700; height: 80px; text-align: center; vertical-align: middle; width: 100%; } /* Move rows up */ #list_surround table:nth-of-type(4) { margin-top: -40px; } /* Copyright configuration */ #copyright { background: rgba(108, 190, 227, 0.804); border-top-left-radius: 300px 60px; border-top-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; display: block; margin-left: -15px; padding: 20px 50px; position: relative; white-space: pre-wrap; width: 695px; } #copyright:after { content: " Theme modified By UsakoMoon codes by Al_eXs. Google 'Shishio's Custom Lists' for more designs and info."; } #copyright a { color: #FFFFFF !important; } /* DISPLAY ANIME/MANGA TITLE PICS This is the CSS to control and reveal title pics. You'll need #more CSS or a import link to one in your CSS too. Got a question or want to learn more? Try this link: Change background-size from "auto" to "contain" and then adjust height to change the size of the pics. Move the pics to the left with margin-left, by adding an amount to it. */ .hide { background-size:100%; height: 80px; margin-top: -140px !important; background-position: center; background-repeat: no-repeat; display: inline-block !important; position: absolute; width: 60px !important; border-radius: 16px; transition: all .5s ease .1s; -o-transition: all.5s ease .1s; -moz-transition: all .5s ease .1s; -webkit-transition: all .5s ease .1s; z-index: 10; } :hover + .hide { width: 130px !important; height: 180px !important; z-index: 15; } /* CUSTOM TITLE BAR TEXT The text in quotations is your title bar text, after "content". "color" is the color of the text. "top" and "left" move this text. For more help ask here: http://myanimelist.net/forum/?topicid=416125 */ #mal_cs_otherlinks:before { background: none repeat scroll 0 0 transparent !important; color: white !important; content: "Vers. Chuunibyou demo koi ga shitai!" !important; left: 800px !important; width: 330px !important; position: absolute !important; top: 4px !important; } she wanted them on on the left, not on the right...hehehe I made a quick fix (import this in the place of https://dl.dropboxusercontent.com/u/94694368/RikkaDekoChan.css): @import url(https://dl.dropboxusercontent.com/u/94694368/FavsChu2byo.css); @import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); /* import Fonts */ @import url(http://fonts.googleapis.com/css?family=Finger+Paint); @import url(http://fonts.googleapis.com/css?family=Finger+Paint); /* Background pattern, common color and font. */ body { background: url("http://img19.imageshack.us/img19/4131/backgroundve.png") repeat scroll 0 0 #CCCCCC; font-family: "Finger Paint"; color: #514d6d !important; } /* Banner with fade pic overlap */ #inlineContent { background-image: url("http://img36.imageshack.us/img36/1723/fadee.png"), url("http://imageshack.us/a/img856/4190/rikkadekobanner1.png"); background-repeat: repeat-x, no-repeat; background-position: center top; background-size: auto 100%, background-color: #C0C0C2; display: block !important; height: 380px; left: 0px; margin: auto; position: absolute; top: 0px; width: 100%; z-index: 1; } /* Links decoration */ a, a:visited { color: #514d6d; text-decoration: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } /* Links decoration on hover */ a:hover { color: #6cbee3 !important; } /* Font for Anime Titles */ .animetitle { font-family: "Finger Paint"; font-size: 13pt; } /* -AIRING- */ .animetitle + small { color: #FFFF2A; font-size: 15px !important; font-style: italic; font-weight: bold; margin-left: -223px; margin-top: 97px; padding-right: 2px; position: absolute; text-overflow: ellipsis; text-shadow: 0 0 1px black, 0 0 3px black, 0 0 6px white, 1px 1px 2px black; z-index: 1; } /* Top bar */ #mal_control_strip { background-color: transparent !important; background-image: url('http://s017.radikal.ru/i425/1203/8e/8a32093af242.png') !important; position:fixed; top: 0; z-index: 10; } #mal_control_strip td { height: 24px !important; border-right-color: rgba(0,0,0,0.8) !important; } #mal_control_strip div { display:inline} #mal_cs_pic img { height: 24px !important; width: auto !important} #mal_cs_listinfo { width: auto !important} #mal_cs_listinfo div:first-of-type:before { content:'Logged in as '} #mal_cs_listinfo div:last-of-type a { text-decoration: none} #mal_cs_listinfo div:last-of-type a:hover { text-decoration: underline} #mal_cs_listinfo div:last-of-type:before { font-weight:normal; content:'('} #mal_cs_listinfo div:last-of-type:after { font-weight:normal; content:')'} #mal_cs_links { width: 90px !important} #mal_cs_links a { background-image: url('http://s001.radikal.ru/i194/1203/95/6168af5601c9.png') !important; width:16px; height:16px; content:none; display: inline-block !important; color: transparent !important; letter-spacing: -1ex; font-size:xx-small} #mal_cs_links div:first-of-type:after { content: ''} #mal_cs_links div:first-of-type a:first-of-type { background-position: 0px 0px} #mal_cs_links div:first-of-type a:last-of-type { background-position: -16px 0px} #mal_cs_links div:last-of-type a:first-of-type { background-position:-32px 0px} #mal_cs_links div:last-of-type a:last-of-type { background-position:-48px 0px} #mal_cs_otherlinks div:last-of-type { float:right; padding-right:150px} #mal_cs_otherlinks div:first-of-type { float:left} #mal_cs_powered img { display:none} /* Search Box */ #search { background-image: url("http://i627.photobucket.com/albums/tt354/EuphoricField/r52searchg.png"); background-position: 100% 0%; background-repeat: no-repeat; background-size: cover; height: 260px; position: absolute; right: 0px; top: 15px; width: 240px; } #searchBox { background-image: url("http://img13.imageshack.us/img13/4100/searchboxp.png"); background-position: 50% 50%; background-size: cover; background-color: transparent; border: 0px none currentColor !important; height: 34px; margin-right: 94px; margin-top: 160px; text-align: center; width: 97px !important; } .table_header{display:none} /*Hide #, Anime Title, Score,...*/ #list_surround table:first-of-type td:nth-of-type(6){display:none} /*Hide All Anime Category Menu*/ /* List propierties */ #list_surround { background-color: rgba(0, 0, 0, 0.102); box-shadow: 0px 0px 11px 2px #0D0D0D inset; margin: 380px auto 0px; padding: 0px 15px; width: 765px; } /* Category Menu customization */ #list_surround > table:first-of-type { position: fixed; right: -20px; top: 280px; padding-right: 20px; width: 230px; z-index: 5; } #list_surround > table:first-of-type td { display: block; width: 100%; height: 50px; padding-bottom: 10px; } .status_not_selected a { background: url("http://img850.imageshack.us/img850/6228/menuml.png") no-repeat silver; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #0D0D0D inset; text-shadow: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .status_selected a { background: url("http://img812.imageshack.us/img812/3886/menuactive.png") no-repeat #F7F59F; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #6cbee3 inset; text-shadow: none !important; } .status_not_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_not_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_not_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_not_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_not_selected > a[href*="status=6"] {background-position: 50% -180px;} .status_not_selected > a:hover {background-color: #787878;} .status_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_selected > a[href*="status=6"] {background-position: 50% -180px;} /* Change Render for each category */ .header_completed div { background: url("http://imageshack.us/a/img803/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_cw div { background: url("http://imageshack.us/a/img401/2600/rikatak.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; margin-left: -15px; position: fixed; width: 795px; z-index: -1; } .header_onhold div { background: url("http://imageshack.us/a/img528/1157/takanashirikkafull13215.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_dropped div { background: url("http://imageshack.us/a/img221/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; baclground-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_ptw div { background: url("http://img854.imageshack.us/img854/6995/dekosan.png") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } /* Anime titles table row */ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) { height: 160px; box-shadow: 0px 0px 15px 0px #000000 inset; background: rgba(250, 250, 250, 0.700); border-radius: 10px; padding-left: 52px; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:not(.category_totals){ display: inline-block; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(1):not(.category_totals) { width: 50px; } /*# cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(2) { width: 380px; }/*Anime Title cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(3) { width: 80px; }/*Score cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(4) { width: 70px }/*Type cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(5) { width: 87px }/*Progress cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(6) { display: block !important; left: 33px; padding-top: 10px; position: relative; width: 660px; }/*Tags(comments) cell(td) configuration*/ .td1:not(.borderRBL):first-of-type:before, .td2:not(.borderRBL):first-of-type:before { content: "#"; } .td1:nth-of-type(3):before, .td2:nth-of-type(3):before { content: "Score: "; } .td1:nth-of-type(5):before, .td2:nth-of-type(5):before { content: "Progress: "; } .td1:nth-of-type(6):before, .td2:nth-of-type(6):before { content: "Comments: "; display: block; } /* Change color on hover over table row */ #list_surround > table:nth-of-type(n+4):hover { background: rgba(195, 196, 86, 0.700) !important; } /* Category Totals and hidden More Info... */ #list_surround table:last-of-type{ background: rgba(91, 108, 130, 0.500) !important; border-radius: 10px; box-shadow: 0px 0px 15px 0px #000000 inset; color: #000000; padding: 20px 60px !important; text-align: center; } /* Display Tags as comment */ span[id*="tagRow"] { display: block !important; } /* Hide tags as links */ span[id*="tagLinks"] { display: none !important; } /* hide "-" of Add/Edit and More */ .td1 div, .td2 div { color: transparent !important; } /* Edit/Add propierties */ .td1 div small a:first-of-type, .td2 div small a:first-of-type { color: #339DC4; float: right; position: relative; right: -268px; top: 20px; } /* More propierties */ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -291px; } @media screen and (-webkit-min-device-pixel-ratio:0){ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -271px; top: -20px; } } /* List's top, Welcome... */ #list_surround::before { background: rgba(108, 190, 227, 0.804); border-bottom-left-radius: 300px 60px; border-bottom-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; content: "Welcome to UsakoMoon's Anime List"; display: inline-block; font-size: 15pt; font-weight: 700; height: 80px; text-align: center; vertical-align: middle; width: 100%; } /* Move rows up */ #list_surround table:nth-of-type(4) { margin-top: -40px; } /* Copyright configuration */ #copyright { background: rgba(108, 190, 227, 0.804); border-top-left-radius: 300px 60px; border-top-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; display: block; margin-left: -15px; padding: 20px 50px; position: relative; white-space: pre-wrap; width: 695px; } #copyright:after { content: " Theme modified By UsakoMoon codes by Al_eXs. Google 'Shishio's Custom Lists' for more designs and info."; } #copyright a { color: #FFFFFF !important; } /* DISPLAY ANIME/MANGA TITLE PICS This is the CSS to control and reveal title pics. You'll need #more CSS or a import link to one in your CSS too. Got a question or want to learn more? Try this link: Change background-size from "auto" to "contain" and then adjust height to change the size of the pics. Move the pics to the left with margin-left, by adding an amount to it. */ .hide { background-position: center center; background-repeat: no-repeat; background-size: cover !important; border-radius: 15px 15px 15px 15px; box-shadow: 0 -4px 9px #EED8A2 inset, 0 0 2px lightblue; display: inline-block !important; height: 96px; margin-left: 10px; margin-top: -130px; position: absolute; width: 70px; } .hide:hover { background-color: transparent; background-position: center center; background-repeat: no-repeat; background-size: cover !important; border-color: rgba(255, 255, 255, 0.9); border-radius: 30px 30px 30px 30px; border-style: outset; border-width: 1px; box-shadow: 0 0 10px #CAC1F8, 0 0 20px #CAC1F8 inset; margin-left: -147px; margin-top: -140px; padding-right: 195px; padding-top: 229px !important; position: absolute; width: 30px; z-index: 2; } /* CUSTOM TITLE BAR TEXT The text in quotations is your title bar text, after "content". "color" is the color of the text. "top" and "left" move this text. For more help ask here: http://myanimelist.net/forum/?topicid=416125 */ #mal_cs_otherlinks:before { background: none repeat scroll 0 0 transparent !important; color: white !important; content: "Vers. Chuunibyou demo koi ga shitai!" !important; left: 800px !important; width: 330px !important; position: absolute !important; top: 4px !important; } |
MonsterguyJun 29, 2013 4:07 AM
Jun 29, 2013 4:19 AM
#1036
CupboardDinosaur said: OK so I am using a premade manga list where it shows the previews of the mangas, but not all of them are showing up. Here's my CSS: @import "http://dl.dropbox.com/u/82846412/CSSmangaposters.css"; @import "http://dl.dropbox.com/u/82846412/Style.css"; @import "http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/sw/bar.css"; @import url(http://dl.dropbox.com/u/82846412/Nanha_Theme.css); #inlineContent {background-image: url(http://i.imgur.com/sAWRQ.jpg);} .hide {background-image: url(http://dl.dropbox.com/u/49469857/MAL/premade/square/nopic/seasons.jpg);} body { background-attachment: fixed; background-image: url("http://i.imgur.com/hjt59.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; } td[width="70"] + .td1:nth-of-type(6), td[width="70"] + .td2:nth-of-type(6) { border-radius: 24px; right: 11px; top: 11px; width: 46px; display: block; } The first import is the previews, but it doesn't give previews for all of the mangas. Can someone please give me a different import which will give me all (or at least most) of the manga previews?? Thanks Look how easy it is to make such a link: http://myanimelist.net/forum/?topicid=609801 although, if you are lazy enough, as I am sometimes, just add this on top of your CSS code, and leave everything else as it is: @import url(http://dl.dropboxusercontent.com/u/49469857/mal/premade/manga.css); |
Jun 29, 2013 5:23 AM
#1037
thank you so much guys, but now i have another problem when I added that code, my Airing. Some of them are wayy off to the right instead of on the picture, and some are off to the left, and some of them are still ok, what do i do to get them all the same? o_O |
Jun 29, 2013 7:37 AM
#1038
UsakoMoon said: thank you so much guys, but now i have another problem when I added that code, my Airing. Some of them are wayy off to the right instead of on the picture, and some are off to the left, and some of them are still ok, what do i do to get them all the same? o_O oh, I could never predict this to happen...hehehe try this new code (import this in the place of https://dl.dropboxusercontent.com/u/94694368/RikkaDekoChan.css), and tell me if it's OK: @import url(https://dl.dropboxusercontent.com/u/94694368/FavsChu2byo.css); @import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); /* import Fonts */ @import url(http://fonts.googleapis.com/css?family=Finger+Paint); @import url(http://fonts.googleapis.com/css?family=Finger+Paint); /* Background pattern, common color and font. */ body { background: url("http://img19.imageshack.us/img19/4131/backgroundve.png") repeat scroll 0 0 #CCCCCC; font-family: "Finger Paint"; color: #514d6d !important; } /* Banner with fade pic overlap */ #inlineContent { background-image: url("http://img36.imageshack.us/img36/1723/fadee.png"), url("http://imageshack.us/a/img856/4190/rikkadekobanner1.png"); background-repeat: repeat-x, no-repeat; background-position: center top; background-size: auto 100%, background-color: #C0C0C2; display: block !important; height: 380px; left: 0px; margin: auto; position: absolute; top: 0px; width: 100%; z-index: 1; } /* Links decoration */ a, a:visited { color: #514d6d; text-decoration: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } /* Links decoration on hover */ a:hover { color: #6cbee3 !important; } /* Font for Anime Titles */ .animetitle { font-family: "Finger Paint"; font-size: 13pt; } /* -AIRING- */ .animetitle + small { color: #FFFF2A; font-size: 15px !important; font-style: italic; font-weight: bold; left: calc(50% - 367px); margin-top: 97px; padding-right: 2px; position: absolute; text-overflow: ellipsis; text-shadow: 0 0 1px black, 0 0 3px black, 0 0 6px white, 1px 1px 2px black; z-index: 1; } /* Top bar */ #mal_control_strip { background-color: transparent !important; background-image: url('http://s017.radikal.ru/i425/1203/8e/8a32093af242.png') !important; position:fixed; top: 0; z-index: 10; } #mal_control_strip td { height: 24px !important; border-right-color: rgba(0,0,0,0.8) !important; } #mal_control_strip div { display:inline} #mal_cs_pic img { height: 24px !important; width: auto !important} #mal_cs_listinfo { width: auto !important} #mal_cs_listinfo div:first-of-type:before { content:'Logged in as '} #mal_cs_listinfo div:last-of-type a { text-decoration: none} #mal_cs_listinfo div:last-of-type a:hover { text-decoration: underline} #mal_cs_listinfo div:last-of-type:before { font-weight:normal; content:'('} #mal_cs_listinfo div:last-of-type:after { font-weight:normal; content:')'} #mal_cs_links { width: 90px !important} #mal_cs_links a { background-image: url('http://s001.radikal.ru/i194/1203/95/6168af5601c9.png') !important; width:16px; height:16px; content:none; display: inline-block !important; color: transparent !important; letter-spacing: -1ex; font-size:xx-small} #mal_cs_links div:first-of-type:after { content: ''} #mal_cs_links div:first-of-type a:first-of-type { background-position: 0px 0px} #mal_cs_links div:first-of-type a:last-of-type { background-position: -16px 0px} #mal_cs_links div:last-of-type a:first-of-type { background-position:-32px 0px} #mal_cs_links div:last-of-type a:last-of-type { background-position:-48px 0px} #mal_cs_otherlinks div:last-of-type { float:right; padding-right:150px} #mal_cs_otherlinks div:first-of-type { float:left} #mal_cs_powered img { display:none} /* Search Box */ #search { background-image: url("http://i627.photobucket.com/albums/tt354/EuphoricField/r52searchg.png"); background-position: 100% 0%; background-repeat: no-repeat; background-size: cover; height: 260px; position: absolute; right: 0px; top: 15px; width: 240px; } #searchBox { background-image: url("http://img13.imageshack.us/img13/4100/searchboxp.png"); background-position: 50% 50%; background-size: cover; background-color: transparent; border: 0px none currentColor !important; height: 34px; margin-right: 94px; margin-top: 160px; text-align: center; width: 97px !important; } .table_header{display:none} /*Hide #, Anime Title, Score,...*/ #list_surround table:first-of-type td:nth-of-type(6){display:none} /*Hide All Anime Category Menu*/ /* List propierties */ #list_surround { background-color: rgba(0, 0, 0, 0.102); box-shadow: 0px 0px 11px 2px #0D0D0D inset; margin: 380px auto 0px; padding: 0px 15px; width: 765px; } /* Category Menu customization */ #list_surround > table:first-of-type { position: fixed; right: -20px; top: 280px; padding-right: 20px; width: 230px; z-index: 5; } #list_surround > table:first-of-type td { display: block; width: 100%; height: 50px; padding-bottom: 10px; } .status_not_selected a { background: url("http://img850.imageshack.us/img850/6228/menuml.png") no-repeat silver; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #0D0D0D inset; text-shadow: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .status_selected a { background: url("http://img812.imageshack.us/img812/3886/menuactive.png") no-repeat #F7F59F; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #6cbee3 inset; text-shadow: none !important; } .status_not_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_not_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_not_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_not_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_not_selected > a[href*="status=6"] {background-position: 50% -180px;} .status_not_selected > a:hover {background-color: #787878;} .status_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_selected > a[href*="status=6"] {background-position: 50% -180px;} /* Change Render for each category */ .header_completed div { background: url("http://imageshack.us/a/img803/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_cw div { background: url("http://imageshack.us/a/img401/2600/rikatak.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; margin-left: -15px; position: fixed; width: 795px; z-index: -1; } .header_onhold div { background: url("http://imageshack.us/a/img528/1157/takanashirikkafull13215.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_dropped div { background: url("http://imageshack.us/a/img221/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; baclground-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_ptw div { background: url("http://img854.imageshack.us/img854/6995/dekosan.png") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } /* Anime titles table row */ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) { height: 160px; box-shadow: 0px 0px 15px 0px #000000 inset; background: rgba(250, 250, 250, 0.700); border-radius: 10px; padding-left: 52px; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:not(.category_totals){ display: inline-block; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(1):not(.category_totals) { width: 50px; } /*# cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(2) { width: 380px; }/*Anime Title cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(3) { width: 80px; }/*Score cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(4) { width: 70px }/*Type cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(5) { width: 87px }/*Progress cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(6) { display: block !important; left: 33px; padding-top: 10px; position: relative; width: 660px; }/*Tags(comments) cell(td) configuration*/ .td1:not(.borderRBL):first-of-type:before, .td2:not(.borderRBL):first-of-type:before { content: "#"; } .td1:nth-of-type(3):before, .td2:nth-of-type(3):before { content: "Score: "; } .td1:nth-of-type(5):before, .td2:nth-of-type(5):before { content: "Progress: "; } .td1:nth-of-type(6):before, .td2:nth-of-type(6):before { content: "Comments: "; display: block; } /* Change color on hover over table row */ #list_surround > table:nth-of-type(n+4):hover { background: rgba(195, 196, 86, 0.700) !important; } /* Category Totals and hidden More Info... */ #list_surround table:last-of-type{ background: rgba(91, 108, 130, 0.500) !important; border-radius: 10px; box-shadow: 0px 0px 15px 0px #000000 inset; color: #000000; padding: 20px 60px !important; text-align: center; } /* Display Tags as comment */ span[id*="tagRow"] { display: block !important; } /* Hide tags as links */ span[id*="tagLinks"] { display: none !important; } /* hide "-" of Add/Edit and More */ .td1 div, .td2 div { color: transparent !important; } /* Edit/Add propierties */ .td1 div small a:first-of-type, .td2 div small a:first-of-type { color: #339DC4; float: right; position: relative; right: -268px; top: 20px; } /* More propierties */ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -291px; } @media screen and (-webkit-min-device-pixel-ratio:0){ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -271px; top: -20px; } } /* List's top, Welcome... */ #list_surround::before { background: rgba(108, 190, 227, 0.804); border-bottom-left-radius: 300px 60px; border-bottom-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; content: "Welcome to UsakoMoon's Anime List"; display: inline-block; font-size: 15pt; font-weight: 700; height: 80px; text-align: center; vertical-align: middle; width: 100%; } /* Move rows up */ #list_surround table:nth-of-type(4) { margin-top: -40px; } /* Copyright configuration */ #copyright { background: rgba(108, 190, 227, 0.804); border-top-left-radius: 300px 60px; border-top-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; display: block; margin-left: -15px; padding: 20px 50px; position: relative; white-space: pre-wrap; width: 695px; } #copyright:after { content: " Theme modified By UsakoMoon codes by Al_eXs. Google 'Shishio's Custom Lists' for more designs and info."; } #copyright a { color: #FFFFFF !important; } /* DISPLAY ANIME/MANGA TITLE PICS This is the CSS to control and reveal title pics. You'll need #more CSS or a import link to one in your CSS too. Got a question or want to learn more? Try this link: Change background-size from "auto" to "contain" and then adjust height to change the size of the pics. Move the pics to the left with margin-left, by adding an amount to it. */ .hide { background-position: center center; background-repeat: no-repeat; background-size: cover !important; border-radius: 15px 15px 15px 15px; box-shadow: 0 -4px 9px #EED8A2 inset, 0 0 2px lightblue; display: inline-block !important; height: 96px; margin-left: 10px; margin-top: -130px; position: absolute; width: 70px; } .hide:hover { background-color: transparent; background-position: center center; background-repeat: no-repeat; background-size: cover !important; border-color: rgba(255, 255, 255, 0.9); border-radius: 30px 30px 30px 30px; border-style: outset; border-width: 1px; box-shadow: 0 0 10px #CAC1F8, 0 0 20px #CAC1F8 inset; margin-left: -147px; margin-top: -140px; padding-right: 195px; padding-top: 229px !important; position: absolute; width: 30px; z-index: 2; } /* CUSTOM TITLE BAR TEXT The text in quotations is your title bar text, after "content". "color" is the color of the text. "top" and "left" move this text. For more help ask here: http://myanimelist.net/forum/?topicid=416125 */ #mal_cs_otherlinks:before { background: none repeat scroll 0 0 transparent !important; color: white !important; content: "Vers. Chuunibyou demo koi ga shitai!" !important; left: 800px !important; width: 330px !important; position: absolute !important; top: 4px !important; } input.inputtext, textarea.textarea, textarea.inputtext { display: block !important; width: 655px; } PS: In addition from what you wanted to change in your original code (covers position, and position from text like "Airing"), I fixed also category tablets sizes, and enlarged the text window after you click on "edit" button from Tag's. I hope you don't mind those small changes, I made (^.^) |
MonsterguyJun 29, 2013 8:11 AM
Jun 29, 2013 10:28 AM
#1039
Monsterguy said: CupboardDinosaur said: OK so I am using a premade manga list where it shows the previews of the mangas, but not all of them are showing up. Here's my CSS: @import "http://dl.dropbox.com/u/82846412/CSSmangaposters.css"; @import "http://dl.dropbox.com/u/82846412/Style.css"; @import "http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/sw/bar.css"; @import url(http://dl.dropbox.com/u/82846412/Nanha_Theme.css); #inlineContent {background-image: url(http://i.imgur.com/sAWRQ.jpg);} .hide {background-image: url(http://dl.dropbox.com/u/49469857/MAL/premade/square/nopic/seasons.jpg);} body { background-attachment: fixed; background-image: url("http://i.imgur.com/hjt59.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; } td[width="70"] + .td1:nth-of-type(6), td[width="70"] + .td2:nth-of-type(6) { border-radius: 24px; right: 11px; top: 11px; width: 46px; display: block; } The first import is the previews, but it doesn't give previews for all of the mangas. Can someone please give me a different import which will give me all (or at least most) of the manga previews?? Thanks Look how easy it is to make such a link: http://myanimelist.net/forum/?topicid=609801 although, if you are lazy enough, as I am sometimes, just add this on top of your CSS code, and leave everything else as it is: @import url(http://dl.dropboxusercontent.com/u/49469857/mal/premade/manga.css); Ohhh.... thank you so much :D I didn't know there was a whole page on that, I feel really stupid now x( But it works now so thanks! |
Jun 29, 2013 5:55 PM
#1040
Monsterguy said: UsakoMoon said: thank you so much guys, but now i have another problem when I added that code, my Airing. Some of them are wayy off to the right instead of on the picture, and some are off to the left, and some of them are still ok, what do i do to get them all the same? o_O oh, I could never predict this to happen...hehehe try this new code (import this in the place of https://dl.dropboxusercontent.com/u/94694368/RikkaDekoChan.css), and tell me if it's OK: @import url(https://dl.dropboxusercontent.com/u/94694368/FavsChu2byo.css); @import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); /* import Fonts */ @import url(http://fonts.googleapis.com/css?family=Finger+Paint); @import url(http://fonts.googleapis.com/css?family=Finger+Paint); /* Background pattern, common color and font. */ body { background: url("http://img19.imageshack.us/img19/4131/backgroundve.png") repeat scroll 0 0 #CCCCCC; font-family: "Finger Paint"; color: #514d6d !important; } /* Banner with fade pic overlap */ #inlineContent { background-image: url("http://img36.imageshack.us/img36/1723/fadee.png"), url("http://imageshack.us/a/img856/4190/rikkadekobanner1.png"); background-repeat: repeat-x, no-repeat; background-position: center top; background-size: auto 100%, background-color: #C0C0C2; display: block !important; height: 380px; left: 0px; margin: auto; position: absolute; top: 0px; width: 100%; z-index: 1; } /* Links decoration */ a, a:visited { color: #514d6d; text-decoration: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } /* Links decoration on hover */ a:hover { color: #6cbee3 !important; } /* Font for Anime Titles */ .animetitle { font-family: "Finger Paint"; font-size: 13pt; } /* -AIRING- */ .animetitle + small { color: #FFFF2A; font-size: 15px !important; font-style: italic; font-weight: bold; left: calc(50% - 367px); margin-top: 97px; padding-right: 2px; position: absolute; text-overflow: ellipsis; text-shadow: 0 0 1px black, 0 0 3px black, 0 0 6px white, 1px 1px 2px black; z-index: 1; } /* Top bar */ #mal_control_strip { background-color: transparent !important; background-image: url('http://s017.radikal.ru/i425/1203/8e/8a32093af242.png') !important; position:fixed; top: 0; z-index: 10; } #mal_control_strip td { height: 24px !important; border-right-color: rgba(0,0,0,0.8) !important; } #mal_control_strip div { display:inline} #mal_cs_pic img { height: 24px !important; width: auto !important} #mal_cs_listinfo { width: auto !important} #mal_cs_listinfo div:first-of-type:before { content:'Logged in as '} #mal_cs_listinfo div:last-of-type a { text-decoration: none} #mal_cs_listinfo div:last-of-type a:hover { text-decoration: underline} #mal_cs_listinfo div:last-of-type:before { font-weight:normal; content:'('} #mal_cs_listinfo div:last-of-type:after { font-weight:normal; content:')'} #mal_cs_links { width: 90px !important} #mal_cs_links a { background-image: url('http://s001.radikal.ru/i194/1203/95/6168af5601c9.png') !important; width:16px; height:16px; content:none; display: inline-block !important; color: transparent !important; letter-spacing: -1ex; font-size:xx-small} #mal_cs_links div:first-of-type:after { content: ''} #mal_cs_links div:first-of-type a:first-of-type { background-position: 0px 0px} #mal_cs_links div:first-of-type a:last-of-type { background-position: -16px 0px} #mal_cs_links div:last-of-type a:first-of-type { background-position:-32px 0px} #mal_cs_links div:last-of-type a:last-of-type { background-position:-48px 0px} #mal_cs_otherlinks div:last-of-type { float:right; padding-right:150px} #mal_cs_otherlinks div:first-of-type { float:left} #mal_cs_powered img { display:none} /* Search Box */ #search { background-image: url("http://i627.photobucket.com/albums/tt354/EuphoricField/r52searchg.png"); background-position: 100% 0%; background-repeat: no-repeat; background-size: cover; height: 260px; position: absolute; right: 0px; top: 15px; width: 240px; } #searchBox { background-image: url("http://img13.imageshack.us/img13/4100/searchboxp.png"); background-position: 50% 50%; background-size: cover; background-color: transparent; border: 0px none currentColor !important; height: 34px; margin-right: 94px; margin-top: 160px; text-align: center; width: 97px !important; } .table_header{display:none} /*Hide #, Anime Title, Score,...*/ #list_surround table:first-of-type td:nth-of-type(6){display:none} /*Hide All Anime Category Menu*/ /* List propierties */ #list_surround { background-color: rgba(0, 0, 0, 0.102); box-shadow: 0px 0px 11px 2px #0D0D0D inset; margin: 380px auto 0px; padding: 0px 15px; width: 765px; } /* Category Menu customization */ #list_surround > table:first-of-type { position: fixed; right: -20px; top: 280px; padding-right: 20px; width: 230px; z-index: 5; } #list_surround > table:first-of-type td { display: block; width: 100%; height: 50px; padding-bottom: 10px; } .status_not_selected a { background: url("http://img850.imageshack.us/img850/6228/menuml.png") no-repeat silver; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #0D0D0D inset; text-shadow: none !important; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .status_selected a { background: url("http://img812.imageshack.us/img812/3886/menuactive.png") no-repeat #F7F59F; display: block; height: 60px; width: 230px; color: transparent !important; border-radius: 20px 0px 0px 20px; box-shadow: 0px 0px 11px 2px #6cbee3 inset; text-shadow: none !important; } .status_not_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_not_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_not_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_not_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_not_selected > a[href*="status=6"] {background-position: 50% -180px;} .status_not_selected > a:hover {background-color: #787878;} .status_selected > a[href*="status=1"] {background-position: 50% 0px;} .status_selected > a[href*="status=2"] {background-position: 50% -60px;} .status_selected > a[href*="status=3"] {background-position: 50% -120px;} .status_selected > a[href*="status=4"] {background-position: 50% -240px;} .status_selected > a[href*="status=6"] {background-position: 50% -180px;} /* Change Render for each category */ .header_completed div { background: url("http://imageshack.us/a/img803/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_cw div { background: url("http://imageshack.us/a/img401/2600/rikatak.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; margin-left: -15px; position: fixed; width: 795px; z-index: -1; } .header_onhold div { background: url("http://imageshack.us/a/img528/1157/takanashirikkafull13215.jpg") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_dropped div { background: url("http://imageshack.us/a/img221/156/takanashirikka600133429.jpg") 50% 100% no-repeat transparent; baclground-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } .header_ptw div { background: url("http://img854.imageshack.us/img854/6995/dekosan.png") 50% 100% no-repeat transparent; background-size: 70%; bottom: 0px; color: transparent; display: block; height: 100%; position: fixed; width: 800px; z-index: -1; } /* Anime titles table row */ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) { height: 160px; box-shadow: 0px 0px 15px 0px #000000 inset; background: rgba(250, 250, 250, 0.700); border-radius: 10px; padding-left: 52px; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:not(.category_totals){ display: inline-block; } #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(1):not(.category_totals) { width: 50px; } /*# cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(2) { width: 380px; }/*Anime Title cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(3) { width: 80px; }/*Score cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(4) { width: 70px }/*Type cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(5) { width: 87px }/*Progress cell(td) configuration*/ #list_surround > table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) td:nth-of-type(6) { display: block !important; left: 33px; padding-top: 10px; position: relative; width: 660px; }/*Tags(comments) cell(td) configuration*/ .td1:not(.borderRBL):first-of-type:before, .td2:not(.borderRBL):first-of-type:before { content: "#"; } .td1:nth-of-type(3):before, .td2:nth-of-type(3):before { content: "Score: "; } .td1:nth-of-type(5):before, .td2:nth-of-type(5):before { content: "Progress: "; } .td1:nth-of-type(6):before, .td2:nth-of-type(6):before { content: "Comments: "; display: block; } /* Change color on hover over table row */ #list_surround > table:nth-of-type(n+4):hover { background: rgba(195, 196, 86, 0.700) !important; } /* Category Totals and hidden More Info... */ #list_surround table:last-of-type{ background: rgba(91, 108, 130, 0.500) !important; border-radius: 10px; box-shadow: 0px 0px 15px 0px #000000 inset; color: #000000; padding: 20px 60px !important; text-align: center; } /* Display Tags as comment */ span[id*="tagRow"] { display: block !important; } /* Hide tags as links */ span[id*="tagLinks"] { display: none !important; } /* hide "-" of Add/Edit and More */ .td1 div, .td2 div { color: transparent !important; } /* Edit/Add propierties */ .td1 div small a:first-of-type, .td2 div small a:first-of-type { color: #339DC4; float: right; position: relative; right: -268px; top: 20px; } /* More propierties */ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -291px; } @media screen and (-webkit-min-device-pixel-ratio:0){ .td1 div small a:last-of-type, .td2 div small a:last-of-type { color: #339DC4; float: right; position: relative; right: -271px; top: -20px; } } /* List's top, Welcome... */ #list_surround::before { background: rgba(108, 190, 227, 0.804); border-bottom-left-radius: 300px 60px; border-bottom-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; content: "Welcome to UsakoMoon's Anime List"; display: inline-block; font-size: 15pt; font-weight: 700; height: 80px; text-align: center; vertical-align: middle; width: 100%; } /* Move rows up */ #list_surround table:nth-of-type(4) { margin-top: -40px; } /* Copyright configuration */ #copyright { background: rgba(108, 190, 227, 0.804); border-top-left-radius: 300px 60px; border-top-right-radius: 300px 60px; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.702) inset; color: #1C1C1C !important; display: block; margin-left: -15px; padding: 20px 50px; position: relative; white-space: pre-wrap; width: 695px; } #copyright:after { content: " Theme modified By UsakoMoon codes by Al_eXs. Google 'Shishio's Custom Lists' for more designs and info."; } #copyright a { color: #FFFFFF !important; } /* DISPLAY ANIME/MANGA TITLE PICS This is the CSS to control and reveal title pics. You'll need #more CSS or a import link to one in your CSS too. Got a question or want to learn more? Try this link: Change background-size from "auto" to "contain" and then adjust height to change the size of the pics. Move the pics to the left with margin-left, by adding an amount to it. */ .hide { background-position: center center; background-repeat: no-repeat; background-size: cover !important; border-radius: 15px 15px 15px 15px; box-shadow: 0 -4px 9px #EED8A2 inset, 0 0 2px lightblue; display: inline-block !important; height: 96px; margin-left: 10px; margin-top: -130px; position: absolute; width: 70px; } .hide:hover { background-color: transparent; background-position: center center; background-repeat: no-repeat; background-size: cover !important; border-color: rgba(255, 255, 255, 0.9); border-radius: 30px 30px 30px 30px; border-style: outset; border-width: 1px; box-shadow: 0 0 10px #CAC1F8, 0 0 20px #CAC1F8 inset; margin-left: -147px; margin-top: -140px; padding-right: 195px; padding-top: 229px !important; position: absolute; width: 30px; z-index: 2; } /* CUSTOM TITLE BAR TEXT The text in quotations is your title bar text, after "content". "color" is the color of the text. "top" and "left" move this text. For more help ask here: http://myanimelist.net/forum/?topicid=416125 */ #mal_cs_otherlinks:before { background: none repeat scroll 0 0 transparent !important; color: white !important; content: "Vers. Chuunibyou demo koi ga shitai!" !important; left: 800px !important; width: 330px !important; position: absolute !important; top: 4px !important; } input.inputtext, textarea.textarea, textarea.inputtext { display: block !important; width: 655px; } PS: In addition from what you wanted to change in your original code (covers position, and position from text like "Airing"), I fixed also category tablets sizes, and enlarged the text window after you click on "edit" button from Tag's. I hope you don't mind those small changes, I made (^.^) thank you so much!!! I don't mind at all it's a big help ^_^ |
Jun 30, 2013 11:51 AM
#1041
Hi Shishio-kun Sorry about the PM. Only saw this place now and I'm posting my question properly. Anyway, I wanted to know if there's any topic on the forums (or in your club) where a CSS Covers file is regularly updated and posted for people to use. I've searched for the solution but since it requires Dropbox, which I've had trouble installing and even after installing and creating an account, have failed to work with it, I've come to this bitter conclusion: I can't generate my own file. My list shows covers. There are just some missing, due to being recent anime and some such as Yahari Ore no Seishun Love Come wa Machigatteiru are showing the Manga cover instead of the Anime cover, for some reason I can't figure out. |
Jun 30, 2013 6:45 PM
#1042
F_E_A_R said: Hi Shishio-kun Sorry about the PM. Only saw this place now and I'm posting my question properly. Anyway, I wanted to know if there's any topic on the forums (or in your club) where a CSS Covers file is regularly updated and posted for people to use. I've searched for the solution but since it requires Dropbox, which I've had trouble installing and even after installing and creating an account, have failed to work with it, I've come to this bitter conclusion: I can't generate my own file. My list shows covers. There are just some missing, due to being recent anime and some such as Yahari Ore no Seishun Love Come wa Machigatteiru are showing the Manga cover instead of the Anime cover, for some reason I can't figure out. Its ok, I already block all non-friend messages because I was getting too many PMs every day. There is no topic like that. Everyone who hosts such files update them at their leisure. I host these general anime list CSS, last updated 6th of June: https://dl.dropboxusercontent.com/u/78340470/anime.css https://dl.dropboxusercontent.com/u/78340470/animetitle.css What exact step are you having trouble with in the tutorials on making your own covers? Let us see what you came up with or where you left off and we can tell you what went wrong probably. Also you aren't using a more or animetitle CSS, you're using the one from the Hahaido's Zombie desuka layout. This is a unique cover CSS thats different from the others so ask him if there's way to generate it for yourself here, or maybe he can update it for you: http://myanimelist.net/forum/?topicid=517419 If you can't use that for some reason, remove the top two imports from your code and use this or another cover style: http://myanimelist.net/forum/?topicid=563993 And then if you got that in, you can replace the covers import with your own through the generate your own covers tutorial, give it a try since its been remade to be easier and you can tell us what step you're having trouble on: http://myanimelist.net/forum/?topicid=609907 |
Jul 1, 2013 7:08 AM
#1043
I've been trying to generate my own file, thinking all it will do is update the covers. I'm trusting it doesn't change the layout of my list at all. I've done the tutorial, downloaded the generator and got the CSS Files with my username. My only problem is the Dropbox. I don't have it installed in my computer but I have an account so I tried uploading it to Dropbox through the Web Uploader. The problem is, since I don't have it installed in my computer, I can't find any Public Folder. I searched online and, instead of Public Folder, it turned into Share Link since October 2012 so I figured it would still work. I uploaded the link and pasted the link in my list CSS Code, replacing all three imports with just that one. Needless to say, I ruined everything xD So I tried again, replacing only the Kore Wa Zombie Desu Ka CSS file. I had the list and when I hover any title, I get the frame but no cover. That's pretty much where I stand right now. I don't know if anyone can access it the way it's now, but here's the link: https://www.dropbox.com/s/pmaf96nftwy4pv2/F_E_A_R_animetitle.css |
Jul 1, 2013 1:40 PM
#1044
F_E_A_R said: I've been trying to generate my own file, thinking all it will do is update the covers. I'm trusting it doesn't change the layout of my list at all. I've done the tutorial, downloaded the generator and got the CSS Files with my username. My only problem is the Dropbox. I don't have it installed in my computer but I have an account so I tried uploading it to Dropbox through the Web Uploader. The problem is, since I don't have it installed in my computer, I can't find any Public Folder. I searched online and, instead of Public Folder, it turned into Share Link since October 2012 so I figured it would still work. I uploaded the link and pasted the link in my list CSS Code, replacing all three imports with just that one. Needless to say, I ruined everything xD So I tried again, replacing only the Kore Wa Zombie Desu Ka CSS file. I had the list and when I hover any title, I get the frame but no cover. That's pretty much where I stand right now. I don't know if anyone can access it the way it's now, but here's the link: https://www.dropbox.com/s/pmaf96nftwy4pv2/F_E_A_R_animetitle.css Your link has an s in it, that means its a shared link. Can't use those. You have to enable a public folder as I said in step 3 (btw this tutorial been updated greatly since last year): http://myanimelist.net/forum/?topicid=411779 Have you clicked the link to enable your public folder since last year? Click it anyways to make sure, and make sure you're logged in when you do and that the site is up. |
Jul 3, 2013 3:52 AM
#1045
I think I managed to create a public folder: https://dl.dropboxusercontent.com/u/69678791/F_E_A_R_animetitle.css Using the code in the spoiler, I'm now facing a problem I've faced before which is the position of the covers. If you try to see my list, you'll notice the cover shows up behind the titles. Code below: @import "https://dl.dropbox.com/s/3se7njkm7pkjwg5/Code_Geass_DVD.css"; @import "https://dl.dropboxusercontent.com/u/69678791/F_E_A_R_animetitle.css"; @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css"; body { background-attachment:fixed !important; background-image:url(http://i43.tinypic.com/2psely0.jpg); background-position:0 -110px; background-size:cover; } #list_surround { left:365px !important; position:absolute !important; } #inlineContent { display:inline-block !important; height:1200px !important; left:0 !important; margin:auto !important; position:fixed !important; right:0 !important; top:0 !important; width:500px !important; z-index:-1 !important; } #list_surround { background-attachment:scroll; background-color:transparent; background-image:url(http://i40.tinypic.com/ibkk08.png); background-position:-70px 0; background-repeat:no-repeat no-repeat; font-size:12px; line-height:1; margin:0 auto; padding-bottom:10px; padding-top:210px; width:44%; } body { color:#FFFFFF; font-family:calibri; } a { -webkit-transition:all 0.25s ease-in-out 0s; color:#FFFFFF; text-decoration:initial; text-shadow:none; transition:all 0.25s ease-in-out 0s; } a:hover { } .table_header { background-color:#000000; height:20px; } .table_header:first-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:10px; border-top-right-radius:0; } .table_header:nth-of-type(2) { text-align:left; } .table_header:last-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:0; border-top-right-radius:10px; } .td1 { -webkit-transition:all 0.25s ease-in-out 0s; background-color:#0A0A0A; height:20px; transition:all 0.25s ease-in-out 0s; } .td2 { -webkit-transition:all 0.25s ease-in-out 0s; background-color:#0F0F0F; height:20px; transition:all 0.25s ease-in-out 0s; } tr:hover [class^="td"] { background-color:#646464; } .td1:nth-of-type(2), .td2:nth-of-type(2) { text-align:left; } .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals { border:0; padding:4px; text-align:center; vertical-align:middle; } .table_header, .td1, .td2, .category_totals { line-height:20px; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:20px; } .category_totals { background-color:#000000; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:0; border-top-right-radius:0; color:#FFFFFF; line-height:15px; text-align:center; } [class^="header_"] * { font-size:30px; height:60px; line-height:20px; padding-bottom:10px; padding-left:6px; text-align:left; vertical-align:bottom; } .header_title { border-bottom-left-radius:4px; border-bottom-right-radius:4px; border-top-left-radius:4px; border-top-right-radius:4px; color:#FFFFFF; display:inline-block; font-style:italic; height:auto; padding:0 8px 0 0; text-shadow:rgba(0, 0, 0, 0.14902) 0 1px 1px; } #grand_totals { background-color:rgba(0, 0, 0, 0); border:0 none; border-bottom-left-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-top-right-radius:3px; color:#FFFFFF; line-height:20px; min-height:20px; padding:8px; text-align:center; vertical-align:middle; } #copyright { background-color:rgba(180, 32, 48, 0.6); border-bottom-left-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-top-right-radius:3px; color:#EEEEEE; line-height:17px; margin-top:10px; padding:8px; text-align:center; } .animetitle + small { color:red !important; } #copyright::after { } #list_surround .status_selected, #list_surround .status_not_selected { -webkit-background-clip:padding-box !important; background-clip:padding-box !important; background-color:transparent; background-image:url(http://i43.tinypic.com/htb3hy.png); background-position:0 2px; background-repeat:no-repeat no-repeat; background-size:contain; border:1px solid #FFFFFF; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; display:block; left:20px; margin-top:-100px; padding-bottom:0; padding-left:0; padding-right:0; position:fixed; top:145px; width:300px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { background-image:url(http://i41.tinypic.com/1t3ssz.png); background-position:0 2px; top:245px; } #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-image:url(http://i43.tinypic.com/2day6wk.png); background-position:0 3px; top:345px; } #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-image:url(http://i41.tinypic.com/29eqys.png); background-position:100% 2px; top:445px; } #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-image:url(http://i43.tinypic.com/20b0fgn.png); background-position:0 0; top:545px; } #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-image:url(http://i42.tinypic.com/14c4geq.png); background-position:0 2px; top:645px; } .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a { color:transparent; display:block; font-size:0; height:75px; width:300px; } /**************************************************************************/ /* ---------- from here on: Tags costumization by Monsterguy ------------- */ /**************************************************************************/ .td1:nth-of-type(6), .td2:nth-of-type(6) { color: rgb(255,165,0) !important; background-attachment:scroll; background-color:transparent !important; background-image:none; background-position:0 0; background-repeat:repeat repeat; border-bottom-style:none !important; border-bottom-width:medium !important; display:inline-block; font-size:95%; height:0 !important; left:70px; line-height:16px !important; margin-top:16px; position:absolute; text-align:justify !important; width:80%; z-index:2; padding-top:10px; } .table_header:nth-of-type(6) { display:none; } span[id*="tagRow"] { display:block !important; } span[id*="tagLinks"] { display:none !important; } [cellspacing="0"] { line-height:170px; } .td1 { opacity:1; height:65px; } .td2 { opacity:1; height:65px; } .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals {; vertical-align:top; } /***********************************************************/ /* ----------edit tag after you click on it------------- */ /***********************************************************/ input.inputtext, textarea.textarea, textarea.inputtext { position:absolute; display: block !important; width: 100%; height: 50px; right: 0px; padding: 8px 8px 8px 8px; top:35px; } /*****************/ /* -Edit button- */ /*****************/ a small { position:absolute; display: block !important; width: 20px; height: 20px; left: 100%; padding: 8px 8px 8px 8px; top:0px; } |
Jul 3, 2013 5:26 AM
#1046
F_E_A_R said: I think I managed to create a public folder: https://dl.dropboxusercontent.com/u/69678791/F_E_A_R_animetitle.css Using the code in the spoiler, I'm now facing a problem I've faced before which is the position of the covers. If you try to see my list, you'll notice the cover shows up behind the titles. Wow you did good, you're pretty much thru the hard parts. The problem isn't position of the covers, its cuz you don't have the extra codes for a cover setup to go with the CSS you made. You still have the import which is the cover setup for animetitle:after CSS which you can't generate atm, and comes with Hahaido's Zombie desuka layout. You need to delete that import (animetitle:after CSS is different from animetitle CSS you made). The import you gotta delete is: @import "https://dl.dropbox.com/s/3se7njkm7pkjwg5/Code_Geass_DVD.css"; You made an animetitle CSS import, so you'd use the cover setup that uses that kind of CSS. Did you want this cover setup (its the one for animetitle): http://myanimelist.net/forum/?topicid=453755 Or did you want to use either of these two? The second one is similar to what you used to have. http://myanimelist.net/forum/?topicid=444247 http://myanimelist.net/forum/?topicid=563993 If you want to use those last two instead, you need to generate the regular anime.css (also called #more) which you should be able to make and upload easily since you made the animetitle one. |
Jul 3, 2013 7:06 AM
#1047
I still haven't tried but since I want the last link (covers next to list), I have to delete the Code Geass DVD CSS File, generate anime.css and upload. Is that it? Edit: Thank you for your help. If you check my list, you'll see Danganronpa, Yahari Ore no ..., Infinite Stratos 2 and so on, all of them have their covers (except the Hunter x Hunter movie because that requires me to update my anime.css file again xD) Anyway, what matters is the problem has finally been fixed. Again, thank you! |
F_E_A_RJul 3, 2013 7:31 AM
Jul 4, 2013 12:18 AM
#1048
F_E_A_R said: I still haven't tried but since I want the last link (covers next to list), I have to delete the Code Geass DVD CSS File, generate anime.css and upload. Is that it? Edit: Thank you for your help. If you check my list, you'll see Danganronpa, Yahari Ore no ..., Infinite Stratos 2 and so on, all of them have their covers (except the Hunter x Hunter movie because that requires me to update my anime.css file again xD) Anyway, what matters is the problem has finally been fixed. Again, thank you! np, there you go! |
Jul 4, 2013 9:58 AM
#1049
Okay I got two questions? 1.Whats the code for those airing, not yet aired, etc. subtitles? 2.What's the code to change the width of the progress section? |
clone4Jul 4, 2013 10:13 AM
More topics from this board
» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )Shishio-kun - Jul 21, 2017 |
381 |
by KabukiChouNights
»»
Sep 13, 10:56 AM |
|
» theme helpthreat - Jul 5 |
5 |
by Zaryf
»»
Aug 21, 5:46 AM |
|
» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )Valerio_Lyndon - Apr 19, 2018 |
1261 |
by KiranaStarr
»»
Aug 16, 5:48 PM |
|
» [CSS] ⭐️ Customize your List Cursor + Cursor FixesShishio-kun - Mar 8, 2021 |
30 |
by Shishio-kun
»»
Jul 28, 3:17 AM |
|
» How To Have Different Banner/Cover image & Background Image For Manga & Anime ListsYasminaRegina - Jul 25 |
2 |
by YasminaRegina
»»
Jul 26, 1:02 AM |