New
Jan 10, 2014 3:28 AM
#1601
Still need help with the row/row-header thing, if anyone knows what I should do? =P |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Insanity lives deep within ourselves |
Jan 10, 2014 5:54 AM
#1603
Shishio-kun said: onyxdaman said: Yea, i understand but reading the rules and other people's posts i still dont know what im doing wrong when requesting for a list style Notice everyone who makes a successful request has that red text at the top of their post. Its copied from the last rule. I put it at the end to best ensure ppl actually looked thru them. If you don't have this red text, it shows me you probably won't follow or even read them, and I delete the post without a second thought or even reading it. If you're post was deleted, I didn't see the red text... this text is also to keep the topic organized at the request of designers way back ah ok, i understand now, thank you |
Jan 12, 2014 8:13 AM
#1604
Greetings gentleman/woman, I'm wondering if anyone knows of a way to display the anime airing dates on my list. any help would be greatly appreciated. Forgive me and my completely stock list style atm. Thanks in advance! |
Jan 12, 2014 11:30 AM
#1605
danann said: Greetings gentleman/woman, I'm wondering if anyone knows of a way to display the anime airing dates on my list. any help would be greatly appreciated. Forgive me and my completely stock list style atm. Thanks in advance! It seems it would be easiest to just copy the info from the anime's page (click the anime title for this) and just paste it into the Tags spot by each anime (click Edit in the tags box next to the series). You don't need any special codes or add ons for that plus its takes seconds for each series, and you only have two series not yet aired atm |
Jan 12, 2014 11:46 AM
#1606
Copying one by one isn't very practical really, because I intend to have it on all of my titles as an actual informative field. I know that mal.oko.im fetches this kind of information from all of my titles, as it cross dates/decades and such, so there must be some efficient way to do it (I wonder if through API?). |
Jan 12, 2014 1:21 PM
#1607
The only way I think is by making an app/script to decode that info in a custom CSS, adding a new cell to the table of each anime. I remember someone do something like that but can't remember who exactly... |
Jan 12, 2014 1:27 PM
#1608
hmm well it looks like some ppl generate similar MAL facts for every title on their list (like popularity/ranking) and then import and display it on their list with CSS. Its very hard for someone new to all this to do this on their own. But I guess you could make a request to the MAL CSS generator creators for that option. If it could grab the info from the anime's page where there's starting dates, insert it into content CSS, and make a generated CSS code with that for every title on your list like: a[href="http://myanimelist.net/anime/9074/Arakawa_Under_the_Bridge_x_Bridge"]:after { content: "Aired: Oct 4, 2010 to Dec 27, 2010"; } And you could import it, then you'd get that effect. atm I can't think of another way but manually. And I don't know about aps outside of our own |
Jan 12, 2014 1:30 PM
#1609
al_exs said: The only way I think is by making an app/script to decode that info in a custom CSS, adding a new cell to the table of each anime. I remember someone do something like that but can't remember who exactly... I think I know who you mean, there is a similar effect on DZgenius's list! http://myanimelist.net/animelist/dzikibambus |
Jan 12, 2014 6:45 PM
#1610
Ah, you got it. Yeap, need to be generated like the covers on a new CSS file. New features for Hahaido's generator(?) |
Jan 12, 2014 8:07 PM
#1611
Jan 13, 2014 8:18 PM
#1612
Hi everyone. I'm having trouble making the font of "Anime Title/Score/Type/etc." consistent with the whole list's font. I've been messing with it lately and still haven't found the solution. Also, how do you guys hide "more", the one located at the right side of the anime name. Thanks! |
Jan 13, 2014 8:27 PM
#1613
Selector for sort links style is .table_headerLink Following codes can't be used in standart MAL CSS editor. For both, 'more' and 'add' #list_surround table:nth-of-type(n+4) tbody div small {} 'add' button #list_surround table:nth-of-type(n+4) tbody small a:first-of-type {} 'more' button #list_surround table:nth-of-type(n+4) tbody small a:last-of-type {} |
Jan 14, 2014 5:50 PM
#1614
Hello, i've got this little problem, when i click all Anime header, all my header pictures pops up. So how do i fix this if there is any way? Tiny edit: Side note: http://i44.tinypic.com/2vb7p0n.png <---- why does this happen |
WonderpandaJan 14, 2014 5:57 PM
Ka-pe / Roo-ra |
Jan 14, 2014 6:12 PM
#1615
Hahaido said: Selector for sort links style is .table_headerLink I still can't find the source of the problem. I've pretty much set all the font to the custom font. I also removed all other things such as bold/strong/etc. Here's what my .table_headerLink looks like .table_headerLink { font-family: FontW; color: #FFFFFF; } .table_headerLink:Visited { font-family: FontW; color: #FFFFFF; } .table_headerLink:Hover { font-family: FontW; color: #FFFFFF; } Of course, the problem might be inherited from uhm, how do I say it, a code from the top (if that makes sense :| ). But just like what i've said, all is set to FontW. I've inspected the page (using firefox) and when I click "anime title", it says "strong". Maybe that has something to do with it? Any suggestions? Thanks! |
Jan 14, 2014 8:19 PM
#1616
So you can't set custom font of sort links? I recommend to use .woff font format instead of .ttf For example, try this: @font-face { font-family: 'SAO'; src: url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fonts/SAO.woff) format('woff'); } |
Jan 14, 2014 9:25 PM
#1617
Hey there, I did what you suggested. The font of the sort links is definitely the custom font I set, it's just in "bold" or "strong" form. The font you suggested was also in bold/strong when it comes to the sort links. I guess I have to find out what's causing this. |
Jan 14, 2014 9:32 PM
#1618
Jan 14, 2014 9:42 PM
#1619
Hi everyone! I have a problem with a Premade Layout (thanks for it! :D ), the button "more" is useless, no matter how much I click it, it doesn't show anything. I've been trying to fix it but since I don't know anything about CSS it's too much for me D: I hope someone can help me and sorry if it was asked before. My current anime list has this problem, if you need to check it out. Greetings! |
Jan 14, 2014 10:10 PM
#1620
Jan 14, 2014 10:25 PM
#1621
2-Ronin: I've found the way for you: @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/Menu.css"; @import "http://dl.dropboxusercontent.com/u/78340470/animeafter.css"; body { background-image: url(http://i.minus.com/iW718zt3UEfH8.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: 60% 18%; color: #fff; font-size: 14.20px; font-family: "Comic Sans MS", cursive, sans-serif; /*text-shadow: 2px 2px 6px #aaa;*/ } /*************/ /* List Area */ /*************/ #list_surround { margin-left:15px; margin-top:-60px; margin-bottom: 100px; width:800px; background: rgba(0, 0, 0, 0.6); /* Gradient Borders */ border: 20px solid transparent; -moz-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round; -webkit-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round; -o-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round; border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round; -webkit-background-clip: padding-box !important; background-clip: padding-box !important; } /****************************/ /* Highlights Rows on Hover */ /****************************/ tr:hover .td1, tr:hover .td2 { background-image:url(https://dl.dropbox.com/s/mh1xxfqpkpebxm8/hl2.png); background-size:100% 100%; } /* Highlight Image for First Column */ tr:hover.td1:first-of-type, tr:hover.td2:first-of-type {background-image:url(https://dl.dropbox.com/s/1brcvy03yoln0eu/hl3.png);} /* Highlight Image for Last Column */ tr:hover.td1:last-of-type, tr:hover.td2:last-of-type {background-image:url(https://dl.dropbox.com/s/p58vjxqufjitetw/hl4.png);} /* Cover Image */ tr:hover .animetitle:after { display:block !important; position:fixed; content: ''; top:160px; left:830px; width:225px; height:350px; background-color: rgba(0, 0, 0, 0.6); border: 30px solid transparent; -moz-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round; -webkit-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round; -o-border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round; border-image:url(https://dl.dropbox.com/s/h35wdxbaxjtvnal/border.png) 30 30 round; -webkit-background-clip: padding-box !important; background-clip: padding-box !important; background-repeat: no-repeat; background-size: contain; } /* Preview text */ tr:hover .animetitle:before { position:fixed; top:180px; left:850px; content:"Covera "; white-space: pre; display:block; font-weight: bold; padding: 3px; font-size: 18px; margin-top:-30px; } /*****************/ /* Styling */ /*****************/ /* Header Styling */ .header_title { font-weight: bold; padding: 3px; text-align:center; font-size: 20px; /* Highlight Headers */ background-image:url(https://dl.dropbox.com/s/bogat6oa13f6iyl/hl.png); background-size:100% 100%; } .td1, .td2, .table_header {padding: 2px 3px;} /* Links Styling */ a {color: #fff; text-decoration: none;} a:hover {text-decoration: underline;} #grand_totals { padding:3px; margin-bottom:20px; text-align:center; font-size:12px; /* Highlight Grand total Header */ background-image:url(https://dl.dropbox.com/s/bogat6oa13f6iyl/hl.png); background-size:100% 70%; background-position:center top; background-repeat:no-repeat; } /*Grand total Header*/ #grand_totals:before { content:"Grand Totals a "; white-space: pre; font-weight: bold; padding: 3px; text-align:center; font-size: 18px; } /******************/ /* Copyright Info */ /******************/ #copyright { padding:3px; font-size:12px; margin-bottom:5px; } /*****************/ /* Style Credits */ /*****************/ #copyright:before { content:"CSS Style created by b1o2r3i4s5 a Special Thanks to Kyouhansha, al_exs, and Shishio-kun a a"; white-space: pre; } |
Jan 14, 2014 10:40 PM
#1622
Hahaido Could you please look at this? @import "http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css"; @import "https://dl.dropboxusercontent.com/u/78340470/anime.css"; body { background-attachment: fixed; background-color: black; background-image: url(); background-position: right top; background-repeat: no-repeat; } .header_dropped { background: url(http://i43.tinypic.com/2qjgb40.jpg) no-repeat scroll top right transparent; padding-top: 1000px; position: fixed; right: 0; top: 35px; width: 1250px; z-index: -1; } .header_cw { background: url(http://i42.tinypic.com/2l9ii5g.png) no-repeat scroll top right transparent; padding-top: 1000px; position: fixed; right: 0; top: 35px; width: 1250px; z-index: -1; } .header_onhold { background: url(http://i44.tinypic.com/2ptp4rl.jpg) no-repeat scroll top right transparent; padding-top: 1000px; position: fixed; right: 0; top: 35px; width: 1250px; z-index: -1; } .header_ptw { background: url(http://i40.tinypic.com/ju8qs0.jpg) no-repeat scroll top right transparent; padding-top: 1000px; position: fixed; right: 0; top: 35px; width: 1250px; z-index: -1; } .header_completed { background: url(http://i41.tinypic.com/2ivnpj8.jpg) no-repeat scroll top right transparent; padding-top: 1000px; position: fixed; right: 0; top: 35px; width: 1250px; z-index: -1; } .animetitle, .animetitle:visited { color: AliceBlue; font-family: Lucida Console,Arial; font-size: 15px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color: aliceBlue; font-family: arial; } .status_selected a { color: white; } .status_not_selected a { color: white; } .td2 { background-color: transparent; padding: 4px; } .td1:hover, .td2:hover { } .header_title { background-color: #0; color: white; font-family: Tahoma,Arial; font-size: 48px; } .table_header { background-color: #0; } #list_surround { width: 650px; } #list_surround { left: 20px !important; position: absolute !important; } a:hover, a:visited:hover { color: coral; text-decoration: underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image: url(""); border-width: 0; padding: 0; } .status_selected { background-color: windowframe; color: white; padding: 8px; text-decoration: blink; } .status_not_selected { background-color: #0; color: white; padding: 6px; } .thickbox { color: cyan; font-family: fantasy; font-size: 12px; } .header_title { height: 55px; padding: 4px; } .table_header { border-width: 0; font-weight: bold; padding: 0; } .category_totals { height: 30px; } #copyright, #grand_totals { margin: 0 auto; text-align: center; } .hide { height:55px; width:35px; margin-left:33px; margin-top:-65px; border:1px solid #FFFFFF; background-color:rgba(248, 162, 200, 0.7); background-position:50% 50%; background-repeat:no-repeat no-repeat; background-size:cover; border-bottom-left-radius:7px; border-bottom-right-radius:7px; border-top-left-radius:7px; border-top-right-radius:0; display:inline-block !important; position: absolute; } .hide:hover { margin-left:20px; padding-right:340px; padding-top:490px !important; background-color:transparent; background-repeat:no-repeat no-repeat; background-size:cover; border-bottom-left-radius:50px; border-bottom-right-radius:50px; border-top-left-radius:50px; border-top-right-radius:50px; box-shadow:rgba(63, 52, 60, 0.55) 0 0 8px 8px; position:absolute; z-index:1; } .hide:hover:after { background: transparent; content: " "; height: 75px; left: 0; position: absolute; top: 0; width: 210px; z-index: 20; } * { -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; } .td1:nth-of-type(2), .td2:nth-of-type(2) { height: 62px; padding-left: 42px; } I know its a mess, its my first try doing the "greater" list codes. But can you help me with my header issue, i got All Anime in the headers but its not in my code "i think" because when you push all anime it forces my browser to load all the backgrounds from the other headers. so its using unnecessary bandwidth and causes my mobile browser to crash. |
Ka-pe / Roo-ra |
Jan 14, 2014 10:44 PM
#1623
Hahaido said: You can set font in .table_headerLink only, there is no need to add custom font to .table_headerLink:visited or to others. To set font thickness use this: font-weight: normal !important; Thanks! it worked... partially. "Anime Title" is still in bold while Score/Type/Progress is already okay. |
Jan 14, 2014 11:03 PM
#1624
You're using wrong selectors. Let's think. You put different backgrounds into each category (current, completed etc.) and when go to 'all' category it loads every background because displays all categories. Use this instead: @import "http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css"; @import "https://dl.dropboxusercontent.com/u/78340470/anime.css"; body { background-attachment: fixed; background-color: black; background-image: url(); background-position: right top; background-repeat: no-repeat; } .status_selected a[href*="status=1"]:before, .status_selected a[href*="status=2"]:before, .status_selected a[href*="status=3"]:before, .status_selected a[href*="status=4"]:before, .status_selected a[href*="status=6"]:before, .status_selected a[href*="status=7"]:before { pointer-events: none; position: fixed; content: ''; right: 0; top: 35px; width: 1250px; padding-top: 1000px; background-repeat: no-repeat; background-position: top right; background-attachment: scroll; z-index: -1; } .status_selected a[href*="status=1"]:before { background-image: url('http://i42.tinypic.com/2l9ii5g.png'); } .status_selected a[href*="status=2"]:before { background-image: url('http://i41.tinypic.com/2ivnpj8.jpg'); } .status_selected a[href*="status=3"]:before { background-image: url('http://i44.tinypic.com/2ptp4rl.jpg'); } .status_selected a[href*="status=4"]:before { background-image: url('http://i43.tinypic.com/2qjgb40.jpg'); } .status_selected a[href*="status=6"]:before { background-image: url('http://i40.tinypic.com/ju8qs0.jpg'); } .status_selected a[href*="status=7"]:before { background-image: url(); } .animetitle, .animetitle:visited { color: AliceBlue; font-family: Lucida Console,Arial; font-size: 15px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color: aliceBlue; font-family: arial; } .status_selected a { color: white; } .status_not_selected a { color: white; } .td2 { background-color: transparent; padding: 4px; } .td1:hover, .td2:hover { } .header_title { background-color: #0; color: white; font-family: Tahoma,Arial; font-size: 48px; } .table_header { background-color: #0; } #list_surround { width: 650px; } #list_surround { left: 20px !important; position: absolute !important; } a:hover, a:visited:hover { color: coral; text-decoration: underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image: url(); border-width: 0; padding: 0; } .status_selected { background-color: windowframe; color: white; padding: 8px; text-decoration: blink; } .status_not_selected { background-color: #0; color: white; padding: 6px; } .thickbox { color: cyan; font-family: fantasy; font-size: 12px; } .header_title { height: 55px; padding: 4px; } .table_header { border-width: 0; font-weight: bold; padding: 0; } .category_totals { height: 30px; } #copyright, #grand_totals { margin: 0 auto; text-align: center; } .hide { height:55px; width:35px; margin-left:33px; margin-top:-65px; border:1px solid #FFFFFF; background-color:rgba(248, 162, 200, 0.7); background-position:50% 50%; background-repeat:no-repeat no-repeat; background-size:cover; border-bottom-left-radius:7px; border-bottom-right-radius:7px; border-top-left-radius:7px; border-top-right-radius:0; display:inline-block !important; position: absolute; } .hide:hover { margin-left:20px; padding-right:340px; padding-top:490px !important; background-color:transparent; background-repeat:no-repeat no-repeat; background-size:cover; border-bottom-left-radius:50px; border-bottom-right-radius:50px; border-top-left-radius:50px; border-top-right-radius:50px; box-shadow:rgba(63, 52, 60, 0.55) 0 0 8px 8px; position:absolute; z-index:1; } .hide:hover:after { background: transparent; content: " "; height: 75px; left: 0; position: absolute; top: 0; width: 210px; z-index: 20; } * { -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; } .td1:nth-of-type(2), .td2:nth-of-type(2) { height: 62px; padding-left: 42px; } 2Weakamon: use following code for 'Anime Title' button: .table_headerLink strong { font-weight: normal !important; } |
HahaidoJan 14, 2014 11:18 PM
Jan 14, 2014 11:08 PM
#1625
Hahaido Well the code looks much more clean now, but my backgrounds aren't loading now. |
Ka-pe / Roo-ra |
Jan 14, 2014 11:19 PM
#1626
Jan 14, 2014 11:22 PM
#1627
Thank you Hahaido. You are the MAN! Thanks. |
Ka-pe / Roo-ra |
Jan 14, 2014 11:59 PM
#1628
Thanks! It's all okay now :D |
Jan 15, 2014 1:48 AM
#1629
Heya, I have a question: Does MAL support renders as avatars? Or does it only show white instead of transparency? |
Jan 15, 2014 7:14 AM
#1630
Nestala said: Heya, I have a question: Does MAL support renders as avatars? Or does it only show white instead of transparency? I think so but getting them to upload is a pain so its a lot of trouble to test it out to be sure. |
Jan 15, 2014 7:24 AM
#1631
Hahaido said: 2-Ronin: I've found the way for you Thank you very much! =D |
Jan 15, 2014 3:36 PM
#1632
Jan 16, 2014 1:08 PM
#1633
Hello Guys!!I am trying to make a picture abou showing my favorite characters in my profile. So i made a spoiler alert and then I put pictures not all yet cause a problem showed.So let's talk about the problem... as you can see in my profile (http://myanimelist.net/profile/FTasosApoGlyf)after pressing the spoiler alert down from Ace.. you will see tha i managed to put some pictures and some links in them(The links of each character to each picture)but a problem showed in Luffy's Link(http://myanimelist.net/character/40/Luffy_Monkey_D.) i did what i did in every other picture (have checked it i did no mistake...)and i dont know why but i cant damn put it..this also happened to ace's link but i removed him from the list cause i got really mad;p So help me as soon as you see it |
[url=]http://myanimelist.net/animelist/FTasosApoGlyf[/url]![]() |
Jan 16, 2014 1:42 PM
#1634
FTasosApoGlyf said: Hello Guys!!I am trying to make a picture abou showing my favorite characters in my profile. So i made a spoiler alert and then I put pictures not all yet cause a problem showed.So let's talk about the problem... as you can see in my profile (http://myanimelist.net/profile/FTasosApoGlyf)after pressing the spoiler alert down from Ace.. you will see tha i managed to put some pictures and some links in them(The links of each character to each picture)but a problem showed in Luffy's Link(http://myanimelist.net/character/40/Luffy_Monkey_D.) i did what i did in every other picture (have checked it i did no mistake...)and i dont know why but i cant damn put it..this also happened to ace's link but i removed him from the list cause i got really mad;p So help me as soon as you see it when putting characters/anime/manga in links it's lways better to copy the link WITHOUT their name. I think the "." at the end of his name is a problem here. So for example if you want to link to Luffy, istead of copying http://myanimelist.net/character/40/Luffy_Monkey_D. copy http://myanimelist.net/character/40 It leads to his page and it won't make problems with the BBCode. Also, please wait until someone replies to your question before asking it in more than one topic. It can cause confusion. Oh, and I like the idea for the wanted posters :) |
Jan 16, 2014 1:51 PM
#1635
Okaaay Thanks A loot Man!!!!!You are thee beest:D.Ok from now one no double posts;p I actually did it cause i noticed that where i did the question was the wrong place anyway Thanks for liking the idea of mine :D!! |
[url=]http://myanimelist.net/animelist/FTasosApoGlyf[/url]![]() |
Jan 18, 2014 4:19 AM
#1636
hello I just wanted to tell you that I am having a problem with this layout http://myanimelist.net/forum/?topicid=621875 I've instaled it but then it's somehow static like I can't press anything in the actual list like the edit button or even the anime links , it's really pretty one so i want to use it .. o3o |
Jan 21, 2014 6:02 PM
#1638
Hi ^^ Is there a way to only change the score column's colour? (with the "Score" header) I only found this code, but it changes all links's colour and I only want to change the score one :/ /* // All links on your list*/ a { color:#51819F; text-decoration:none; } a:visited { color:#51819F; text-decoration:none; } a:hover { color:#51819F; text-decoration:underline; } Thanks you for you help :) |
Adrenaline67Jan 21, 2014 6:07 PM
Jan 22, 2014 8:44 AM
#1639
Adrenaline67 said: Hi ^^ Is there a way to only change the score column's colour? (with the "Score" header) I only found this code, but it changes all links's colour and I only want to change the score one :/ /* // All links on your list*/ a { color:#51819F; text-decoration:none; } a:visited { color:#51819F; text-decoration:none; } a:hover { color:#51819F; text-decoration:underline; } Thanks you for you help :) Try something like: td[class*=td][width="45"],td[class*=td][width="45"] a,td[class*=td][width="45"] a:visited {color:#f00;} |
Jan 22, 2014 9:27 AM
#1640
Exactly was I was looking for :p Do you have the same code for number, type, progress, tags and storage columns? :o Btw, your anime list is so gorgeous ! It's the best one I've seen so far. Ouaw !... I still have to work on mine haha Thanks again ^^ |
Jan 22, 2014 3:29 PM
#1641
It's easy with: .td1:first-of-type, .td2:first-of-type {}---> Number .td1:nth-of-type(3), .td2:nth-of-type(3), .td1:nth-of-type(3) a, .td2:nth-of-type(3) a {} ---> Score .td1:nth-of-type(4), .td2:nth-of-type(4) {} ---> Type .td1:nth-of-type(5), .td2:nth-of-type(5), .td1:nth-of-type(5) a, .td2:nth-of-type(5) a {} ---> Progress .td1:nth-of-type(6) a, .td2:nth-of-type(6) a {} ---> Tags .td1:last-of-type, .td2:last-of-type {} ---> Storage {} means {color: whatevercoloryouwant} But only for the exact columns you have, if you add/remove columns need to change to match the new layout. |
Jan 22, 2014 5:16 PM
#1642
I understand how it works now, thanks both of you !! ^^ Edit : Can we add a custom column? I'd like to make a "fansub" one. The only idea I have is to add another tag column and rename the header in "Fansub". I know how to rename the header but I don't know how to add a second tag column :/ Someone can help me? Here is a screen where I manage to do it, but with Total Days Watched column (completely useless). http://image.noelshack.com/fichiers/2014/04/1390513360-sans-titre.jpg Edit 2 : @dzikibambus I tried to do something like your wonderful rainbow hover background, but I failed so much XD http://image.noelshack.com/fichiers/2014/04/1390526486-sans-kltitre.jpg |
Adrenaline67Jan 23, 2014 5:25 PM
Jan 25, 2014 5:14 PM
#1643
Jan 25, 2014 6:07 PM
#1644
Hello, does anyone know the size of a embedded youtube video for an about me section? |
Jan 25, 2014 6:57 PM
#1645
Zelot said: Hello, does anyone know the size of a embedded youtube video for an about me section? pretty sure its 355px high, 425px across |
Jan 26, 2014 12:45 AM
#1646
Adrenaline67 said: I understand how it works now, thanks both of you !! ^^ Edit : Can we add a custom column? I'd like to make a "fansub" one. The only idea I have is to add another tag column and rename the header in "Fansub". I know how to rename the header but I don't know how to add a second tag column :/ Someone can help me? Here is a screen where I manage to do it, but with Total Days Watched column (completely useless). http://image.noelshack.com/fichiers/2014/04/1390513360-sans-titre.jpg Edit 2 : @dzikibambus I tried to do something like your wonderful rainbow hover background, but I failed so much XD http://image.noelshack.com/fichiers/2014/04/1390526486-sans-kltitre.jpg You cannot exactly add a new column, but as you said you can change existing ones, or add more content to them (that's exactly how I've added score, rank, and popularity to my list). The idea is rather simple, you just need an element that has different id for each of the entries, and add :before or :after pseudo class to it (like #xmenu57:before {content:"8.48 102 191 ";}). That's the theory, in practice there is a lot of problems: positioning, styling in general, making enough space for it, keeping in mind that #xmenu57:before is actually a link... and so on. But the real problem is creating a .css file with all additional information you need and keeping it up to date. I'm using php (omg MAL security), but it's possible to write it by hand, both are somehow problematic... Or maybe there is a simpler way I've never thought about... About hover background, there are several ways to make something like you've shown work: - simplest, but not perfect: #list_surround table:nth-child(n+5):hover {background-image:linear-gradient(90deg, rgba(255,255,0,1) 0%,rgba(0,255,255,1) 100%);} #list_surround table[class*="header"]+table,#list_surround table[class*="header"] {background-image:none;} - little better but with it's own issues: #list_surround table:nth-child(n+5):hover td[class*="td"] {background-image:linear-gradient(90deg, rgba(255,255,0,1) 0%,rgba(0,255,255,1) 100%);background-attachment:fixed;} - another way would be to set background position of each of cells individually, but I'm too lazy to create an example. On the other hand if you want more than two alternating row colours (like on my list), it's a completely different thing: table:hover:nth-of-type(4n) td[class*=td] {background-color:#333;} table:hover:nth-of-type(4n+1) td[class*=td] {background-color:#555;} table:hover:nth-of-type(4n+2) td[class*=td] {background-color:#999;} table:hover:nth-of-type(4n+3) td[class*=td] {background-color:#ccc;} and you can change four to any number you want. |
Jan 26, 2014 2:18 AM
#1647
_YukariSekai_ said: Hi! And how to make this design? I do not see the code... Thank you. ) I appreciate your help very much. ) the code: http://dl.dropboxusercontent.com/u/61796201/css/MAL_Designs/alex2/style.css It's really a mess, with no comments, the top-bar included into the code not imported, and for no Dropped anime, as I have 0. Also, the columns are: -Progress -Score -Rate -Type -Tags |
Jan 26, 2014 3:13 AM
#1648
dzikibambus said: You cannot exactly add a new column, but as you said you can change existing ones, or add more content to them (that's exactly how I've added score, rank, and popularity to my list). The idea is rather simple, you just need an element that has different id for each of the entries, and add :before or :after pseudo class to it (like #xmenu57:before {content:"8.48 102 191 ";}). That's the theory, in practice there is a lot of problems: positioning, styling in general, making enough space for it, keeping in mind that #xmenu57:before is actually a link... and so on. But the real problem is creating a .css file with all additional information you need and keeping it up to date. I'm using php (omg MAL security), but it's possible to write it by hand, both are somehow problematic... Or maybe there is a simpler way I've never thought about... About hover background, there are several ways to make something like you've shown work: - simplest, but not perfect: #list_surround table:nth-child(n+5):hover {background-image:linear-gradient(90deg, rgba(255,255,0,1) 0%,rgba(0,255,255,1) 100%);} #list_surround table[class*="header"]+table,#list_surround table[class*="header"] {background-image:none;} - little better but with it's own issues: #list_surround table:nth-child(n+5):hover td[class*="td"] {background-image:linear-gradient(90deg, rgba(255,255,0,1) 0%,rgba(0,255,255,1) 100%);background-attachment:fixed;} - another way would be to set background position of each of cells individually, but I'm too lazy to create an example. On the other hand if you want more than two alternating row colours (like on my list), it's a completely different thing: table:hover:nth-of-type(4n) td[class*=td] {background-color:#333;} table:hover:nth-of-type(4n+1) td[class*=td] {background-color:#555;} table:hover:nth-of-type(4n+2) td[class*=td] {background-color:#999;} table:hover:nth-of-type(4n+3) td[class*=td] {background-color:#ccc;} and you can change four to any number you want. Thanks for the explanations and for the hover background codes. Indeed, creating a new column seems complicated :/ I'll look for more informations on google even if I'll most probably drop the idea x) Once again, I appreciate your help ^^ |
Adrenaline67Jan 26, 2014 7:00 AM
Jan 30, 2014 3:46 PM
#1649
http://i.imgur.com/qY5IKld.jpg So, I'm basically trying to change the colour of that little white/grey box that shows up whenever I hover over a title. It's the one over "Sword Art Online" in the screenshot. I'm no coder myself, but I've tried changing the majority of the code in my list that could have something to do with colour in order to find it, and I can't seem to find it that way :/ |
Jan 30, 2014 4:02 PM
#1650
Dark_Chaos said: http://i.imgur.com/qY5IKld.jpg So, I'm basically trying to change the colour of that little white/grey box that shows up whenever I hover over a title. It's the one over "Sword Art Online" in the screenshot. I'm no coder myself, but I've tried changing the majority of the code in my list that could have something to do with colour in order to find it, and I can't seem to find it that way :/ it should be the background color under this (find it by Custom Cursors) tr:hover [class^="td"] |
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 |