New
Jan 31, 2016 9:18 AM
#3501
Doomcat55 said: cMr3DWaffle said: Add this to your CSS:How can i fix that all anime text in my anime list its floating (it was supposed to be in menu) and due to its position i cant use top menu Thanks for your answers! [align^="center"]:nth-child(2) :only-child :only-child { left: auto !important; right: 0; } If that doesn't work... Add this to the top of your CSS, under the import codes that are already there: @import url(https://dl.dropboxusercontent.com/s/j0xp6qv32iwn65l/SaberCatMenu.css); Hey!Thank you ! Its all good now. |
Jan 31, 2016 12:47 PM
#3502
Jan 31, 2016 1:13 PM
#3503
Hey, i have a problem i saw your tutorial here http://myanimelist.net/forum/?topicid=563993 and on my list it looks like this https://scontent.flis2-1.fna.fbcdn.net/hphotos-xpt1/v/t35.0-12/12632885_1231315063564100_342084189_o.jpg?oh=b78485cef755643a0bb91a5d4d694537&oe=56B0E2CF but on my friends pc looks like this https://scontent.flis2-1.fna.fbcdn.net/hphotos-xfa1/v/t35.0-12/12630971_493657254168186_1250304237_o.jpg?oh=cb5b580e4b739b5ad048811a780b88ae&oe=56B01457 I think its because of the resolution my monitor has a resolution of 1920x1080 and he has a laptop resolution, my question is what can i do so that it looks the same in any resolution? |
KilandFeb 1, 2016 1:05 PM
Jan 31, 2016 2:26 PM
#3504
@Kiland change.hide { background-size: cover; left: 830px; .hide { background-size: cover; right: 850px; @Aguile You can add Youtube videos to your "more" comments section - just click "edit" next to a title and put the BBcode in the "comments" field. After that, you can position the video with this code (change it however you want): iframe.movie.youtube { position: fixed; left: 50%; top: 50%; width: 300px; height: 300px; } |
Feb 1, 2016 12:59 PM
#3505
Feb 4, 2016 8:24 PM
#3506
Hi, I want to create a border which surrounds the list (which also surrounds the banner if possible), what is the best and consistent way to do it? I'm using #list_surround:before with border and box-shadow. While it looks fine on a specific category, it looks bad on others. How can I fix the problem? |
Feb 4, 2016 8:39 PM
#3507
Takana_no_Hana said: Your #list_surround:height is on 99.7%... it needs to be 100%, otherwise it'll be noticeably shorter when the list is very long. I haven't tried it, but is there any reason why you can't put the border/shadow directly onto the list?Hi, I want to create a border which surrounds the list (which also surrounds the banner if possible), what is the best and consistent way to do it? I'm using #list_surround:before with border and box-shadow. While it looks fine on a specific category, it looks bad on others. How can I fix the problem? |
Feb 4, 2016 9:01 PM
#3508
Doomcat55 said: Your #list_surround:height is on 99.7%... it needs to be 100%, otherwise it'll be noticeably shorter when the list is very long. I haven't tried it, but is there any reason why you can't put the border/shadow directly onto the list? I still have this problem when set the height to 100%. Where should I put the border/shadow? If I put the code into list_surround then it would just touch the bottom of the screen, and I cannot control the height. |
Feb 4, 2016 9:17 PM
#3509
Takana_no_Hana said: I tried setting the :before to 100% and it looked fine on all categories. Your CSS still shows 99.7%, try changing it to 100 and I'll look at it then. Also, which categories does it look strange on?Doomcat55 said: Your #list_surround:height is on 99.7%... it needs to be 100%, otherwise it'll be noticeably shorter when the list is very long. I haven't tried it, but is there any reason why you can't put the border/shadow directly onto the list? I still have this problem when set the height to 100%. Where should I put the border/shadow? If I put the code into list_surround then it would just touch the bottom of the screen, and I cannot control the height. It should touch the bottom of the screen because the list extends until the bottom of the screen. You can add extra space at the bottom by giving the list position: relative and giving the body element padding-bottom: 20px or so. |
Feb 4, 2016 9:28 PM
#3510
Doomcat55 said: It should touch the bottom of the screen because the list extends until the bottom of the screen. You can add extra space at the bottom by giving the list position: relative and giving the body element padding-bottom: 20px or so. Thank you very much. It works xD. |
Feb 5, 2016 8:35 PM
#3511
i'd like to add the hover tag/mini review to my list underneath, and within the same window as, the display covers. I've tried doing what the tutorial said, but it comes out looking completely broken. The tags don't re-position under the display covers, and the look of them is different from the style of the rest of my list. It also breaks the positioning of the score, type and progress titles. My list is kind of just thrown together with whatever I can find, so its a real mess. Here's the code @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://mal-image.appspot.com/anime/CynicalWarner"; /*********************************************************/ /* MAL Miku Style by b1o2r3i4s5 (2012) */ /* Special Thanks to Kyouhansha, al_exs, and Shishio-kun */ /*********************************************************/ /****************/ /* Icon top bar */ /****************/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*********************/ /* Anime Cover Image */ /*********************/ @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; /***************************************/ /* Background & Universal text Styling */ /***************************************/ body { background-image: url(http://i58.tinypic.com/2i0u7iq.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position:center; 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 */ /****************************/ :hover tbody.td1,:hover tbody.td2 { background-image:url(https://dl.dropbox.com/s/mh1xxfqpkpebxm8/hl2.png); background-size:100% 100%; } /* Highlight Image for First Column */ :hover tbody.td1:first-of-type,:hover tbody.td2:first-of-type {background-image:url(https://dl.dropbox.com/s/1brcvy03yoln0eu/hl3.png);} /* Highlight Image for Last Column */ :hover tbody.td1:last-of-type,:hover tbody.td2:last-of-type {background-image:url(https://dl.dropbox.com/s/p58vjxqufjitetw/hl4.png);} /* Cover Image */ :hover+.hide { display:block !important; position:fixed; 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 */ :hover+.hide:before { content:"Preview \a "; white-space: pre; display:block; font-weight: bold; padding: 6px; 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%; } /* cell Styling */ .td1, .td2, .table_header {padding: 2px 3px;} /* Links Styling */ a {color: #fff; text-decoration: none;} a:hover {text-decoration: underline;} /*************************/ /* Hides category totals */ /*************************/ .category_totals {display:none;} /********************/ /* Grand Total Area */ /********************/ #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; } body { background-size: cover; } /* Tags Row Width */ .td1:nth-of-type(6), .td2:nth-of-type(6){ width: 200px; } body { background-size: cover; } /*PADDING The space around the words in your list. */ .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright{ padding: 6px; } .table_header:nth-of-type(3), .table_header:nth-of-type(4), .table_header:nth-of-type(5), .table_header:nth-of-type(6) { position: relative !important; right: 75px; } @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; |
Feb 5, 2016 9:18 PM
#3512
I am having an issue with the Fairy Tail premade list located here http://myanimelist.net/forum/?topicid=318587 . Here is the CSS info http://pasted.co/fe66dc95 . For me the images aren't showing up. here is what I see when I use it. Any help would be great ;D |
Feb 5, 2016 9:48 PM
#3513
HaloReach_2 said: I am having an issue with the Fairy Tail premade list located here http://myanimelist.net/forum/?topicid=318587 . Here is the CSS info http://pasted.co/fe66dc95 . For me the images aren't showing up. here is what I see when I use it. Any help would be great ;D It looks like the site hosting the links either went down, or the images were taken down. When I get my com back I'll try to fix that layout back sometime |
Feb 5, 2016 9:58 PM
#3514
Shishio-kun said: HaloReach_2 said: I am having an issue with the Fairy Tail premade list located here http://myanimelist.net/forum/?topicid=318587 . Here is the CSS info http://pasted.co/fe66dc95 . For me the images aren't showing up. here is what I see when I use it. Any help would be great ;D It looks like the site hosting the links either went down, or the images were taken down. When I get my com back I'll try to fix that layout back sometime Ok cool thanks ;D would you mind letting me know when its been fixed? |
Feb 7, 2016 11:36 AM
#3515
CynicalWarner said: Try removing the last line in your CSS (that begins with @import). If that doesn't work, post the codes that you want to add so I can see what's going on.i'd like to add the hover tag/mini review to my list underneath, and within the same window as, the display covers. I've tried doing what the tutorial said, but it comes out looking completely broken. The tags don't re-position under the display covers, and the look of them is different from the style of the rest of my list. It also breaks the positioning of the score, type and progress titles. My list is kind of just thrown together with whatever I can find, so its a real mess. Here's the code @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://mal-image.appspot.com/anime/CynicalWarner"; /*********************************************************/ /* MAL Miku Style by b1o2r3i4s5 (2012) */ /* Special Thanks to Kyouhansha, al_exs, and Shishio-kun */ /*********************************************************/ /****************/ /* Icon top bar */ /****************/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*********************/ /* Anime Cover Image */ /*********************/ @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; /***************************************/ /* Background & Universal text Styling */ /***************************************/ body { background-image: url(http://i58.tinypic.com/2i0u7iq.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position:center; 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 */ /****************************/ :hover tbody.td1,:hover tbody.td2 { background-image:url(https://dl.dropbox.com/s/mh1xxfqpkpebxm8/hl2.png); background-size:100% 100%; } /* Highlight Image for First Column */ :hover tbody.td1:first-of-type,:hover tbody.td2:first-of-type {background-image:url(https://dl.dropbox.com/s/1brcvy03yoln0eu/hl3.png);} /* Highlight Image for Last Column */ :hover tbody.td1:last-of-type,:hover tbody.td2:last-of-type {background-image:url(https://dl.dropbox.com/s/p58vjxqufjitetw/hl4.png);} /* Cover Image */ :hover+.hide { display:block !important; position:fixed; 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 */ :hover+.hide:before { content:"Preview \a "; white-space: pre; display:block; font-weight: bold; padding: 6px; 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%; } /* cell Styling */ .td1, .td2, .table_header {padding: 2px 3px;} /* Links Styling */ a {color: #fff; text-decoration: none;} a:hover {text-decoration: underline;} /*************************/ /* Hides category totals */ /*************************/ .category_totals {display:none;} /********************/ /* Grand Total Area */ /********************/ #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; } body { background-size: cover; } /* Tags Row Width */ .td1:nth-of-type(6), .td2:nth-of-type(6){ width: 200px; } body { background-size: cover; } /*PADDING The space around the words in your list. */ .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright{ padding: 6px; } .table_header:nth-of-type(3), .table_header:nth-of-type(4), .table_header:nth-of-type(5), .table_header:nth-of-type(6) { position: relative !important; right: 75px; } @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; |
Feb 7, 2016 12:17 PM
#3516
Doomcat55 said: CynicalWarner said: Try removing the last line in your CSS (that begins with @import). If that doesn't work, post the codes that you want to add so I can see what's going on.i'd like to add the hover tag/mini review to my list underneath, and within the same window as, the display covers. I've tried doing what the tutorial said, but it comes out looking completely broken. The tags don't re-position under the display covers, and the look of them is different from the style of the rest of my list. It also breaks the positioning of the score, type and progress titles. My list is kind of just thrown together with whatever I can find, so its a real mess. Here's the code @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://mal-image.appspot.com/anime/CynicalWarner"; /*********************************************************/ /* MAL Miku Style by b1o2r3i4s5 (2012) */ /* Special Thanks to Kyouhansha, al_exs, and Shishio-kun */ /*********************************************************/ /****************/ /* Icon top bar */ /****************/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*********************/ /* Anime Cover Image */ /*********************/ @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; /***************************************/ /* Background & Universal text Styling */ /***************************************/ body { background-image: url(http://i58.tinypic.com/2i0u7iq.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position:center; 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 */ /****************************/ :hover tbody.td1,:hover tbody.td2 { background-image:url(https://dl.dropbox.com/s/mh1xxfqpkpebxm8/hl2.png); background-size:100% 100%; } /* Highlight Image for First Column */ :hover tbody.td1:first-of-type,:hover tbody.td2:first-of-type {background-image:url(https://dl.dropbox.com/s/1brcvy03yoln0eu/hl3.png);} /* Highlight Image for Last Column */ :hover tbody.td1:last-of-type,:hover tbody.td2:last-of-type {background-image:url(https://dl.dropbox.com/s/p58vjxqufjitetw/hl4.png);} /* Cover Image */ :hover+.hide { display:block !important; position:fixed; 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 */ :hover+.hide:before { content:"Preview \a "; white-space: pre; display:block; font-weight: bold; padding: 6px; 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%; } /* cell Styling */ .td1, .td2, .table_header {padding: 2px 3px;} /* Links Styling */ a {color: #fff; text-decoration: none;} a:hover {text-decoration: underline;} /*************************/ /* Hides category totals */ /*************************/ .category_totals {display:none;} /********************/ /* Grand Total Area */ /********************/ #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; } body { background-size: cover; } /* Tags Row Width */ .td1:nth-of-type(6), .td2:nth-of-type(6){ width: 200px; } body { background-size: cover; } /*PADDING The space around the words in your list. */ .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright{ padding: 6px; } .table_header:nth-of-type(3), .table_header:nth-of-type(4), .table_header:nth-of-type(5), .table_header:nth-of-type(6) { position: relative !important; right: 75px; } @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; Alright, I tried removing the last @import but that didn't work. These are the codes i'm adding to the bottom. I got them from this post @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) { display: tab\le-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-color: rgba(200, 5, 200, 0.75); background-position: 50% 20% !important; background-repeat: no-repeat !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; display: block !important; height: 450px; left: 645px; position: fixed; top: 65px; width: 234px; padding: 79px 40px 10px 10px; background-size: 250px !important; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 255px; top: 5px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 482px; left: 665px; font-size: 12px; width: 245px; color: white !important; z-index: 1; background: transparent !important; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time (more or less) if your columns are uneven in Chrome, until your columns are even. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } |
Feb 7, 2016 1:41 PM
#3517
CynicalWarner said: Your previous cover settings were messing up the new ones, so I tried to mix them as best as possible... tell me if it needs changes. New list code:Doomcat55 said: CynicalWarner said: i'd like to add the hover tag/mini review to my list underneath, and within the same window as, the display covers. I've tried doing what the tutorial said, but it comes out looking completely broken. The tags don't re-position under the display covers, and the look of them is different from the style of the rest of my list. It also breaks the positioning of the score, type and progress titles. My list is kind of just thrown together with whatever I can find, so its a real mess. Here's the code @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://mal-image.appspot.com/anime/CynicalWarner"; /*********************************************************/ /* MAL Miku Style by b1o2r3i4s5 (2012) */ /* Special Thanks to Kyouhansha, al_exs, and Shishio-kun */ /*********************************************************/ /****************/ /* Icon top bar */ /****************/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*********************/ /* Anime Cover Image */ /*********************/ @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; /***************************************/ /* Background & Universal text Styling */ /***************************************/ body { background-image: url(http://i58.tinypic.com/2i0u7iq.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position:center; 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 */ /****************************/ :hover tbody.td1,:hover tbody.td2 { background-image:url(https://dl.dropbox.com/s/mh1xxfqpkpebxm8/hl2.png); background-size:100% 100%; } /* Highlight Image for First Column */ :hover tbody.td1:first-of-type,:hover tbody.td2:first-of-type {background-image:url(https://dl.dropbox.com/s/1brcvy03yoln0eu/hl3.png);} /* Highlight Image for Last Column */ :hover tbody.td1:last-of-type,:hover tbody.td2:last-of-type {background-image:url(https://dl.dropbox.com/s/p58vjxqufjitetw/hl4.png);} /* Cover Image */ :hover+.hide { display:block !important; position:fixed; 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 */ :hover+.hide:before { content:"Preview \a "; white-space: pre; display:block; font-weight: bold; padding: 6px; 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%; } /* cell Styling */ .td1, .td2, .table_header {padding: 2px 3px;} /* Links Styling */ a {color: #fff; text-decoration: none;} a:hover {text-decoration: underline;} /*************************/ /* Hides category totals */ /*************************/ .category_totals {display:none;} /********************/ /* Grand Total Area */ /********************/ #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; } body { background-size: cover; } /* Tags Row Width */ .td1:nth-of-type(6), .td2:nth-of-type(6){ width: 200px; } body { background-size: cover; } /*PADDING The space around the words in your list. */ .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright{ padding: 6px; } .table_header:nth-of-type(3), .table_header:nth-of-type(4), .table_header:nth-of-type(5), .table_header:nth-of-type(6) { position: relative !important; right: 75px; } @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; Alright, I tried removing the last @import but that didn't work. These are the codes i'm adding to the bottom. I got them from this post @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) { display: tab\le-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-color: rgba(200, 5, 200, 0.75); background-position: 50% 20% !important; background-repeat: no-repeat !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; display: block !important; height: 450px; left: 645px; position: fixed; top: 65px; width: 234px; padding: 79px 40px 10px 10px; background-size: 250px !important; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 255px; top: 5px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 482px; left: 665px; font-size: 12px; width: 245px; color: white !important; z-index: 1; background: transparent !important; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time (more or less) if your columns are uneven in Chrome, until your columns are even. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://mal-image.appspot.com/anime/CynicalWarner"; /*********************************************************/ /* MAL Miku Style by b1o2r3i4s5 (2012) */ /* Special Thanks to Kyouhansha, al_exs, and Shishio-kun */ /*********************************************************/ /****************/ /* Icon top bar */ /****************/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*********************/ /* Anime Cover Image */ /*********************/ @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; /***************************************/ /* Background & Universal text Styling */ /***************************************/ body { background-image: url(http://i58.tinypic.com/2i0u7iq.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position:center; 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 */ /****************************/ :hover tbody.td1,:hover tbody.td2 { background-image:url(https://dl.dropbox.com/s/mh1xxfqpkpebxm8/hl2.png); background-size:100% 100%; } /* Highlight Image for First Column */ :hover tbody.td1:first-of-type,:hover tbody.td2:first-of-type {background-image:url(https://dl.dropbox.com/s/1brcvy03yoln0eu/hl3.png);} /* Highlight Image for Last Column */ :hover tbody.td1:last-of-type,:hover tbody.td2:last-of-type {background-image:url(https://dl.dropbox.com/s/p58vjxqufjitetw/hl4.png);} /*****************/ /* 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%; } /* cell Styling */ .td1, .td2, .table_header {padding: 2px 3px;} /* Links Styling */ a {color: #fff; text-decoration: none;} a:hover {text-decoration: underline;} /*************************/ /* Hides category totals */ /*************************/ .category_totals {display:none;} /********************/ /* Grand Total Area */ /********************/ #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; } body { background-size: cover; } /*PADDING The space around the words in your list. */ .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright{ padding: 6px; } .table_header:nth-of-type(3), .table_header:nth-of-type(4), .table_header:nth-of-type(5), .table_header:nth-of-type(6) { position: relative !important; right: 75px; } /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) { display: tab\le-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ :hover + .hide { display:block !important; position:fixed; top:160px; left:830px; width:225px; height:450px; 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: 225px 315px; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { content:"Preview \a "; white-space: pre; display:block; font-weight: bold; padding: 6px; font-size: 18px; margin-top:-30px; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 515px; left: 860px; font-size: 12px; width: 245px; color: white !important; z-index: 1; background: transparent !important; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time (more or less) if your columns are uneven in Chrome, until your columns are even. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } |
Feb 7, 2016 2:08 PM
#3518
Doomcat55 said: CynicalWarner said: Your previous cover settings were messing up the new ones, so I tried to mix them as best as possible... tell me if it needs changes. New list code:Doomcat55 said: CynicalWarner said: Try removing the last line in your CSS (that begins with @import). If that doesn't work, post the codes that you want to add so I can see what's going on.i'd like to add the hover tag/mini review to my list underneath, and within the same window as, the display covers. I've tried doing what the tutorial said, but it comes out looking completely broken. The tags don't re-position under the display covers, and the look of them is different from the style of the rest of my list. It also breaks the positioning of the score, type and progress titles. My list is kind of just thrown together with whatever I can find, so its a real mess. Here's the code @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://mal-image.appspot.com/anime/CynicalWarner"; /*********************************************************/ /* MAL Miku Style by b1o2r3i4s5 (2012) */ /* Special Thanks to Kyouhansha, al_exs, and Shishio-kun */ /*********************************************************/ /****************/ /* Icon top bar */ /****************/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*********************/ /* Anime Cover Image */ /*********************/ @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; /***************************************/ /* Background & Universal text Styling */ /***************************************/ body { background-image: url(http://i58.tinypic.com/2i0u7iq.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position:center; 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 */ /****************************/ :hover tbody.td1,:hover tbody.td2 { background-image:url(https://dl.dropbox.com/s/mh1xxfqpkpebxm8/hl2.png); background-size:100% 100%; } /* Highlight Image for First Column */ :hover tbody.td1:first-of-type,:hover tbody.td2:first-of-type {background-image:url(https://dl.dropbox.com/s/1brcvy03yoln0eu/hl3.png);} /* Highlight Image for Last Column */ :hover tbody.td1:last-of-type,:hover tbody.td2:last-of-type {background-image:url(https://dl.dropbox.com/s/p58vjxqufjitetw/hl4.png);} /* Cover Image */ :hover+.hide { display:block !important; position:fixed; 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 */ :hover+.hide:before { content:"Preview \a "; white-space: pre; display:block; font-weight: bold; padding: 6px; 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%; } /* cell Styling */ .td1, .td2, .table_header {padding: 2px 3px;} /* Links Styling */ a {color: #fff; text-decoration: none;} a:hover {text-decoration: underline;} /*************************/ /* Hides category totals */ /*************************/ .category_totals {display:none;} /********************/ /* Grand Total Area */ /********************/ #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; } body { background-size: cover; } /* Tags Row Width */ .td1:nth-of-type(6), .td2:nth-of-type(6){ width: 200px; } body { background-size: cover; } /*PADDING The space around the words in your list. */ .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright{ padding: 6px; } .table_header:nth-of-type(3), .table_header:nth-of-type(4), .table_header:nth-of-type(5), .table_header:nth-of-type(6) { position: relative !important; right: 75px; } @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; Alright, I tried removing the last @import but that didn't work. These are the codes i'm adding to the bottom. I got them from this post @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) { display: tab\le-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-color: rgba(200, 5, 200, 0.75); background-position: 50% 20% !important; background-repeat: no-repeat !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; display: block !important; height: 450px; left: 645px; position: fixed; top: 65px; width: 234px; padding: 79px 40px 10px 10px; background-size: 250px !important; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 255px; top: 5px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 482px; left: 665px; font-size: 12px; width: 245px; color: white !important; z-index: 1; background: transparent !important; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time (more or less) if your columns are uneven in Chrome, until your columns are even. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } @import "http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css"; @import "http://mal-image.appspot.com/anime/CynicalWarner"; /*********************************************************/ /* MAL Miku Style by b1o2r3i4s5 (2012) */ /* Special Thanks to Kyouhansha, al_exs, and Shishio-kun */ /*********************************************************/ /****************/ /* Icon top bar */ /****************/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*********************/ /* Anime Cover Image */ /*********************/ @import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css"; /***************************************/ /* Background & Universal text Styling */ /***************************************/ body { background-image: url(http://i58.tinypic.com/2i0u7iq.png); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position:center; 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 */ /****************************/ :hover tbody.td1,:hover tbody.td2 { background-image:url(https://dl.dropbox.com/s/mh1xxfqpkpebxm8/hl2.png); background-size:100% 100%; } /* Highlight Image for First Column */ :hover tbody.td1:first-of-type,:hover tbody.td2:first-of-type {background-image:url(https://dl.dropbox.com/s/1brcvy03yoln0eu/hl3.png);} /* Highlight Image for Last Column */ :hover tbody.td1:last-of-type,:hover tbody.td2:last-of-type {background-image:url(https://dl.dropbox.com/s/p58vjxqufjitetw/hl4.png);} /*****************/ /* 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%; } /* cell Styling */ .td1, .td2, .table_header {padding: 2px 3px;} /* Links Styling */ a {color: #fff; text-decoration: none;} a:hover {text-decoration: underline;} /*************************/ /* Hides category totals */ /*************************/ .category_totals {display:none;} /********************/ /* Grand Total Area */ /********************/ #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; } body { background-size: cover; } /*PADDING The space around the words in your list. */ .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright{ padding: 6px; } .table_header:nth-of-type(3), .table_header:nth-of-type(4), .table_header:nth-of-type(5), .table_header:nth-of-type(6) { position: relative !important; right: 75px; } /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) { display: tab\le-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ :hover + .hide { display:block !important; position:fixed; top:160px; left:830px; width:225px; height:450px; 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: 225px 315px; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { content:"Preview \a "; white-space: pre; display:block; font-weight: bold; padding: 6px; font-size: 18px; margin-top:-30px; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 515px; left: 860px; font-size: 12px; width: 245px; color: white !important; z-index: 1; background: transparent !important; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time (more or less) if your columns are uneven in Chrome, until your columns are even. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } The fix worked perfect Thank you so much for your help :D |
Feb 8, 2016 1:34 AM
#3519
HaloReach_2 said: Shishio-kun said: HaloReach_2 said: I am having an issue with the Fairy Tail premade list located here http://myanimelist.net/forum/?topicid=318587 . Here is the CSS info http://pasted.co/fe66dc95 . For me the images aren't showing up. here is what I see when I use it. Any help would be great ;D It looks like the site hosting the links either went down, or the images were taken down. When I get my com back I'll try to fix that layout back sometime Ok cool thanks ;D would you mind letting me know when its been fixed? I've added a note about it in the premade layouts post to remind myself to fix it and linking to here. So I'll let you know then. However i might not be able to restore it exactly how it looked before. |
Feb 8, 2016 1:55 AM
#3520
Shishio-kun said: HaloReach_2 said: Shishio-kun said: HaloReach_2 said: I am having an issue with the Fairy Tail premade list located here http://myanimelist.net/forum/?topicid=318587 . Here is the CSS info http://pasted.co/fe66dc95 . For me the images aren't showing up. here is what I see when I use it. Any help would be great ;D It looks like the site hosting the links either went down, or the images were taken down. When I get my com back I'll try to fix that layout back sometime Ok cool thanks ;D would you mind letting me know when its been fixed? I've added a note about it in the premade layouts post to remind myself to fix it and linking to here. So I'll let you know then. However i might not be able to restore it exactly how it looked before. Thats ok ;D just looking for something Fairy Tail Related and thats the only premade one thanks again :D |
Feb 8, 2016 8:58 AM
#3521
Feb 8, 2016 9:11 AM
#3522
MADEVIL said: These are the codes you'll need from that layout; they should replace the ".hide" section at the top of your CSS. Make sure to change the height and width to what you want.I need help to make the list table and covers in my layout to look like yours in here [url=http://pasted.co/c18f9537]the cade[/url} #list_surround tab\le:nth-of-type(n+4):not([class^="header_"]), .hide { float: left; position: relative; width: 183px; height: 249px; margin: 11px; border-radius: 6px; } #list_surround tab\le:nth-of-type(n+4):not([class^="header_"]) { z-index: 1; } .hide { display: block !important; margin-left: -194px; background-size: cover; background-position: center; border-radius: 6px; box-shadow: 0px 0px 15px 5px rgb(0, 0, 0) inset; } |
Feb 9, 2016 3:35 AM
#3523
Feb 9, 2016 8:16 AM
#3524
MADEVIL said: Here's the relevant code from the layout you wantAnother problem the anime titles and the scores .... aren't showing correctly my list [ur=lhttp://pasted.co/c18f9537]code[/url] .td1, .td2 { position: absolute; padding: 4px 7px; } .td1:nth-of-type(2), .td2:nth-of-type(2) { visibility: hidden; padding: 0px; width: 100%; height: 100%; } .td1:first-of-type, .td2:first-of-type { display: none; } .td1, .td2, .td1 a + small, .td2 a + small, .animetitle { background-color: rgba(0, 0, 0, 0.7); border: 1px solid black; border-radius: 3px; color: white; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; } /* XXXXXXXXXX AIRING / REWATCHING XXXXXXXXXX */ .td1 a[title="Anime Information"] + small, .td2 a[title="Anime Information"] + small { display: block; visibility: visible; position: absolute; top: 26px; right: 68px; width: auto; padding: 4px 7px; height: 8px; line-height: 8px; text-align: center; word-wrap: break-word; } /* XXXXXXXXXX TYPE XXXXXXXXXX */ .td1:nth-of-type(4)[width="50"], .td2:nth-of-type(4)[width="50"] { top: 27px; left: 6px; width: auto; height: 8px; line-height: 8px; } /* XXXXXXXXXX ANIME TITLE XXXXXXXXXX */ .animetitle { display: block; visibility: visible; position: absolute; left: 0px; bottom: 0px; padding: 5px; width: 173px; max-height: 32px; line-height: 12px; overflow: hidden; text-align: center; font-size: 12px; color: rgb(0, 102, 255) !important; } .animetitle:hover { color: white !important; } /* XXXXXXXXXX SCORE XXXXXXXXXX */ .td1:nth-of-type(3), .td2:nth-of-type(3) { top: 6px; right: 6px; width: 45px; height: 37px; padding: 0px; text-align: center; font-size: 24px; } .td1:nth-of-type(3) a, .td2:nth-of-type(3) a { display: block; width: 100%; height: 100%; } .td1:nth-of-type(3) a span, .td2:nth-of-type(3) a span { display: block; height: 37px; text-align: center; line-height: 37px; } /* XXXXXXXXXX EPISODES XXXXXXXXXX */ td[width="50"] + .td1:nth-of-type(5):before, [width="50"] + .td2:nth-of-type(5):before { content: "Ep: "; } td[width="50"] + .td1:nth-of-type(5), td[width="50"] + .td2:nth-of-type(5) { left: 6px; top: 6px; width: auto; text-align: right; height: 8px; line-height: 8px; } /* XXXXXXXXXX TAGS AND OTHER STUFF XXXXXXXXXX */ .td1:nth-of-type(n+6), .td2:nth-of-type(n+6) { display: none; } #list_surround tab\le:hover .td1[width="125"], #list_surround tab\le:hover .td2[width="125"] { display: none; } /* XXXXXXXXXX BOX THAT SHOWS UP WHEN YOU CLICK ON SCORE / EPISODES XXXXXXXXXX */ input[type=text] { width: 100%; text-align: right; border: none; } /* XXXXXXXXXX "GO" BUTTON (JUST PRESS ENTER) XXXXXXXXXX */ input[value=Go] { display: none; } /* XXXXXXXXXX EDIT ANIME INFO (COVERS THE ANIME PICTURE) XXXXXXXXXX*/ .List_LightBox { display: block; visibility: visible; position: absolute; top: 0px; left: 0px; width: 181px; height: 247px; font-size: 0px; border: 2px solid black; border-radius: 6px; } |
Feb 9, 2016 10:29 AM
#3525
Hi there, hopefully i didn't overlook it in the FAQs but I am trying to move the tabs "Anime title, score, and progress" to align with their respective column. Any help would be greatly appreciated. |
Feb 9, 2016 1:20 PM
#3526
LupusWarrior said: Add the symbols in red and the line underneath at the top of your CSS:Hi there, hopefully i didn't overlook it in the FAQs but I am trying to move the tabs "Anime title, score, and progress" to align with their respective column. Any help would be greatly appreciated. @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/K-On/TopMenu.css); /*@import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/K-On/TabContent.css);*/ /*SORT MOD*/@import url(https://dl.dropbox.com/s/tje1ourtdg5vl0m/HahaidoK_OnSortMod.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/K-On/CategoryMenu.css); @import url(http://fonts.googleapis.com/css?family=Abel|VT323); |
Feb 9, 2016 1:40 PM
#3527
thanks a bunch!! you da real mvp. I am sure I will be back with more questions :p |
Feb 12, 2016 10:39 PM
#3528
Does anyone know how to add text over the background image? Should I edit the image myself? My current format is a premade, and the image scrolls, so I'm not sure if editing the actual file to put a text box on it would work too well. If need be, I'd be fine with editing the CSS to stop the scrolling, whatever it takes to add some text to my background image. I'm just not sure how. |
Feb 13, 2016 3:58 PM
#3529
cloudflowe said: You can add elements with text by using :before and :after classes on already existing elements. Example:Does anyone know how to add text over the background image? Should I edit the image myself? My current format is a premade, and the image scrolls, so I'm not sure if editing the actual file to put a text box on it would work too well. If need be, I'd be fine with editing the CSS to stop the scrolling, whatever it takes to add some text to my background image. I'm just not sure how. body:before { content: "Your Text Here"; position: fixed; right: 100px; top: 100px; } |
Feb 13, 2016 10:53 PM
#3530
Hi there, I'm pretty new to CSS + MAL formatting, and would like some help in mini-review tags. So I'm using the Fate/Stay Night background as my main: http://myanimelist.net/forum/?topicid=1466033 https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/Style.css Code: @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } ---- Afterwards, I went to Shishio's "Display Cover + Mini Review" Page: http://myanimelist.net/forum/?topicid=563993 And selected my desired "Cover pic + tags in separate window" /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE TABLE HEADER Deletes the table header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } ---- I've followed all three steps, and I have all the required nodules on my page. However, my mini-review/tags are still blank. There is a standard-sized box for where the tags should be, but they do not show up. My Code: @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround table:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(8) { display: table-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } ---- I've spent literally over an hour trying to figure out what went wrong, but have yet to find out. Sorry for the messy post; would greatly appreciate any help! |
kevin9yeFeb 13, 2016 10:57 PM
Feb 13, 2016 11:27 PM
#3531
kevin9ye said: Could you tell me what settings you have checked in this page? If you don't mind making your list public, that would even better. (Might not be necessary, it'll just make the problem easier to see.)Hi there, I'm pretty new to CSS + MAL formatting, and would like some help in mini-review tags. So I'm using the Fate/Stay Night background as my main: http://myanimelist.net/forum/?topicid=1466033 https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/Style.css Code: @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } ---- Afterwards, I went to Shishio's "Display Cover + Mini Review" Page: http://myanimelist.net/forum/?topicid=563993 And selected my desired "Cover pic + tags in separate window" /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE TABLE HEADER Deletes the table header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } ---- I've followed all three steps, and I have all the required nodules on my page. However, my mini-review/tags are still blank. There is a standard-sized box for where the tags should be, but they do not show up. My Code: @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround table:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(8) { display: table-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } ---- I've spent literally over an hour trying to figure out what went wrong, but have yet to find out. Sorry for the messy post; would greatly appreciate any help! |
Feb 14, 2016 11:16 AM
#3532
anyone know how to fix the length of my topbar on mobile devices? As you can see, it ends short.it works perfectly on desktop tho. also, what selector should i use to display my sidebar and banner? currently when i go to my page, the sidebar and banner loads last. |
Feb 14, 2016 11:51 AM
#3533
@isaychris The problem is that your list is too wide for mobile devices, so you'll need to use a media rule to scale it down for specific resolutions. Example:@media only screen and (max-device-width: 565px) { #list_surround, #copyright { width: 425px !important; } } As for the images, try using elements that are near where you want the images to be; e.g. you could use "#list_surround:before" for the header (since it's before the list content) and "#list_surround [align="center"]:nth-child(2):before" for the sidebar (since it comes before the category buttons). |
Feb 14, 2016 4:46 PM
#3534
Doomcat55 said: kevin9ye said: Could you tell me what settings you have checked in this page? If you don't mind making your list public, that would even better. (Might not be necessary, it'll just make the problem easier to see.)Hi there, I'm pretty new to CSS + MAL formatting, and would like some help in mini-review tags. So I'm using the Fate/Stay Night background as my main: http://myanimelist.net/forum/?topicid=1466033 https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/Style.css Code: @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } ---- Afterwards, I went to Shishio's "Display Cover + Mini Review" Page: http://myanimelist.net/forum/?topicid=563993 And selected my desired "Cover pic + tags in separate window" /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE TABLE HEADER Deletes the table header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } ---- I've followed all three steps, and I have all the required nodules on my page. However, my mini-review/tags are still blank. There is a standard-sized box for where the tags should be, but they do not show up. My Code: @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround table:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(8) { display: table-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } ---- I've spent literally over an hour trying to figure out what went wrong, but have yet to find out. Sorry for the messy post; would greatly appreciate any help! Thanks for the quick reply! I have: -Numbers -Score -Type -Episodes -Tags Set as advised, and have experimented with unchecking/checking all My list is public now. (Also sorry for the inconvenience: I pasted in the wrong CSS code (I copied the code after I saved), but my current page right now is accurate): New, Corrected CSS Code: @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal\_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal\_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) { display: tab\le-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE TABLE HEADER Deletes the table header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } http://myanimelist.net/animelist/kevin9ye? |
kevin9yeFeb 14, 2016 4:58 PM
Feb 14, 2016 6:22 PM
#3535
kevin9ye said: Which shows did you make tags for? I didn't see anything on your list that had tags entered, and when I literally copy/pasted your CSS into my list, mine showed fine.Doomcat55 said: kevin9ye said: Hi there, I'm pretty new to CSS + MAL formatting, and would like some help in mini-review tags. So I'm using the Fate/Stay Night background as my main: http://myanimelist.net/forum/?topicid=1466033 https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/Style.css Code: @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } ---- Afterwards, I went to Shishio's "Display Cover + Mini Review" Page: http://myanimelist.net/forum/?topicid=563993 And selected my desired "Cover pic + tags in separate window" /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE TABLE HEADER Deletes the table header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } ---- I've followed all three steps, and I have all the required nodules on my page. However, my mini-review/tags are still blank. There is a standard-sized box for where the tags should be, but they do not show up. My Code: @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround table:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround table:nth-of-type(n+4):hover td:nth-of-type(8) { display: table-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } ---- I've spent literally over an hour trying to figure out what went wrong, but have yet to find out. Sorry for the messy post; would greatly appreciate any help! Thanks for the quick reply! I have: -Numbers -Score -Type -Episodes -Tags Set as advised, and have experimented with unchecking/checking all My list is public now. (Also sorry for the inconvenience: I pasted in the wrong CSS code (I copied the code after I saved), but my current page right now is accurate): New, Corrected CSS Code: @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); @import url(http://fonts.googleapis.com/css?family=Oswald:300|Crimson+Text); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TopMenu.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/TabContent.css); @import url(https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/CategoryMenu.css); /* HOW TO USE Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes: http://myanimelist.net/forum/?topicid=200320 When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below) to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial! If the layout looks weird on your list after installing, you can try to alter your settings here. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards): http://myanimelist.net/editprofile.php?go=listpreferences If your list still has problems you can ask us about it here, or other questions: http://myanimelist.net/forum/?topicid=200323 And you'll find further ways to customize your list here: http://myanimelist.net/forum/?topicid=419405 */ /* TOP MENU BUTTONS */ /* FOR ANIME LIST */ #mal\_cs_links div:last-of-type a:first-of-type { display: none; } /* DISABLE ANIMELIST BUTTON */ /* FOR MANGA LIST */ /* #mal\_cs_links div:last-of-type a:last-of-type { display: none; } */ /* DISABLE MANGALIST BUTTON */ body { background-image: url(http://i.imgur.com/NNolCA1.jpg); background-repeat:no-repeat; background-attachment: fixed; background-size: cover; font-family: 'Crimson Text', serif; font-size: 14px; color: #ddc38b; } a { color: #ddc38b; text-decoration: none; } #list_surround { background: url(http://i.imgur.com/8u3nHBk.png) no-repeat center 0 !important; margin: 20px auto 5px; padding: 310px 0 2px; width: 690px; } #list_surround br { display:none; } .td1, .td2 { color: ##ddc38b; background-color: rgba(0, 0, 0, .3); } .borderRBL, .borderRBL a { text-align: center !important; } .borderRBL { color: #FFFFFF !important; border-top: solid 1px #ddc38b !important; } .borderRBL small { visibility: visible !important; } tr:hover td[class^='td']:not(.borderRBL) { text-shadow: 0 0 10px #FF0; transition: all .5s ease !important; -webkit-transition: all .5s ease !important; } td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:first-child { text-align: left; padding-left: 5px; border-left: double 4px #ddc38b !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } .animetitle + small { visibility: visible !important; text-transform: lowercase; font-size: 13px; color: #e6ca8b; margin-left: 5px; } .animetitle + small:before { content: "/ "; } /* EDIT-MORE */ #list_surround small { visibility: hidden; } #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; } /* HEADERS */ .header_title { pointer-events: none; display: inline-block; height: 100px; } /* Headers pics */ .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span { position: absolute; display: inline-block; width: 730px; height: 78px; margin-left: -20px; margin-top: 22px; font-size: 0; background-image: url(http://i.imgur.com/6vn3isz.png); background-repeat: no-repeat; z-index: -1; } .header_cw span { background-position: center 0; } .header_completed span { background-position: center -78px; } .header_onhold span { background-position: center -156px; } .header_dropped span { background-position: center -234px; } .header_ptw span { background-position: center -312px; } .category_totals:before { position: absolute; display: block; content: ''; background: url(http://i.imgur.com/eTMjl9W.png) no-repeat; width: 730px; height: 78px; margin-left: -20px; margin-top: -20px; z-index: -1; } .category_totals { padding: 20px 0; color: #ddc38b; text-align: center; text-transform: lowercase !important; } #grand_totals { display:none; } .borderRBL { color: #FFFFFF !important; line-height: 1; background-color: rgba(0, 0, 0, .3) !important; } #copyright:before { display: block; content: 'Designed by Hahaido'; line-height: 1; } #copyright { color: #fff; height: 15px; padding: 100px 0; font-size: 10px; text-transform: uppercase; } #copyright a { font-size: 10px; color: #FFFFFF; } #inlineContent { display: inline !important; position: fixed; top: 0; left: 0; z-index: -1; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -150px -300px, 150px -300px; } } #inlineContent:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 80%; height: 100%; background-image: url(http://i.imgur.com/sWW0xCu.png), url(http://i.imgur.com/KzNIhqF.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } /* CODES (REPLACEMENT FOR "CSS FOR FOXGIRLS" IMPORT) Used to remove the more button (which no longer works after using the code above to show covers). Also helps with settings for the tag hover option if you use that. */ #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(3), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(4), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(5), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(6), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(7), #list_surround tab\le:nth-of-type(n+4):hover td:nth-of-type(8) { display: tab\le-cell; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } #list_surround a[href*="http://myanimelist.net/panel.php?go=edit"], #list_surround a[href*="http://myanimelist.net/editlist.php?type="], #list_surround a[href*="http://myanimelist.net/panel.php?go=add"] { visibility: visible !important; margin-right: 10px } .td1:nth-of-type(6) small, .td2:nth-of-type(6) small, .td1:nth-of-type(5) small, .td2:nth-of-type(5) small, .td1:nth-of-type(4) small, .td2:nth-of-type(4) small { visibility: visible !important; } .td1:nth-of-type(6) small:hover, .td2:nth-of-type(6) small:hover, .td1:nth-of-type(5) small:hover, .td2:nth-of-type(5) small:hover, .td1:nth-of-type(4) small:hover, .td2:nth-of-type(4) small:hover{ text-decoration: underline; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ .hide { background-size: cover; left: 670px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; visibility: hidden; opacity: 0; } /* PREVIEW MSG ABOVE COVERS Remove content: "preview"; to remove the PREVIEW text. Change the text in quotations after content to what you want it to say above your cover pic. Top and width controls the position of the text. */ .hide:before { background: transparent; color: white; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* MINI REVIEW (HOVER TAG) Move the area around with the left and top codes. Adjust the surrounding area of the tags by adjusting the padding. Control the height and width of the section with the height and width codes. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial: http://myanimelist.net/forum/?topicid=563993 */ td[class^='td']:nth-of-type(6) { visibility: hidden; opacity: 0; position: fixed; top: 522px; left: 619px; background-color: rgba(20, 30, 255, 0.85) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 145px; width: 312px; padding: 10px 10px 0px 24px; color: white !important; z-index: 1; } /* TAG TEXT COLOR*/ tr:hover td[class^='td']:nth-of-type(6) a { color: white !important; } /* OTHER SETTINGS */ :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){ visibility: visible; opacity: 1; } /* REMOVE TABLE HEADER Deletes the table header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none !important; } /* REMOVE TAG EDIT BUTTON Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags. */ td:nth-of-type(6) small { display: none; } /* GOOGLE CHROME FIX Adjust this amount 50px at a time if your columns are uneven in Chrome. */ @media screen and (-webkit-min-device-pixel-ratio:0) { td[class^='td']:nth-of-type(2) { width: 420px !important;} } http://myanimelist.net/animelist/kevin9ye? That aside, there are a couple things you should change just to make the list look nicer with the covers: Change the red text: td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; } td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; } to readtd[class^='td']:nth-child(5) Also, if there's a gap left by the last table column, remove the "Google Chrome Fix" section from your cover CSS. |
Feb 16, 2016 1:23 AM
#3536
Takana_no_Hana said: tr:hover td.td1 small, tr:hover td.td2 small { font-size: 12px; opacity: 1; } .td1 small, .td2 small { font-size: 12px; opacity: 0; } Using this myself hope you don't mind. Though I'm wondering if there's a way to bring back the "Airing" text without having to hover over it as I'd like if that remained there at all times. |
I'm a quiet guy. |
Feb 16, 2016 6:30 AM
#3537
KanjoBazooie said: Takana_no_Hana said: tr:hover td.td1 small, tr:hover td.td2 small { font-size: 12px; opacity: 1; } .td1 small, .td2 small { font-size: 12px; opacity: 0; } Using this myself hope you don't mind. Though I'm wondering if there's a way to bring back the "Airing" text without having to hover over it as I'd like if that remained there at all times. .animetitle + small {opacity:1 !mportant; } . |
Feb 16, 2016 3:51 PM
#3538
Thanks that did the trick. |
I'm a quiet guy. |
Feb 17, 2016 8:01 AM
#3539
Hi, I have a newbie question: I'm in MAL's Easy List Design (Edit My Style) menu, and is there a way to change the color of the little "airing" that shows besides airing anime? Thank you in advance for your help. |
Feb 17, 2016 10:50 PM
#3540
Hey! I'm not keen with programming yet (i will start to learn programming next year) so I wanted to ask, what should i change in the fate/stay night design (http://myanimelist.net/forum/?topicid=445485).. The "More" doesn't bug me much, i kind of want to see more sometimes, i like pressing that button, but what bugs me.. How can i remove the URL link and highlight when moused over Tags? |
Feb 17, 2016 11:00 PM
#3541
TheMoonServant said: To reenable the "More" button, remove the two sections in your CSS that mention the Anime Posters. (Obviously this will remove your covers, but it seems that they are disabled on your list anyways.) To get the tags the way you want, add this to your CSS:Hey! I'm not keen with programming yet (i will start to learn programming next year) so I wanted to ask, what should i change in the fate/stay night design (http://myanimelist.net/forum/?topicid=445485).. The "More" doesn't bug me much, i kind of want to see more sometimes, i like pressing that button, but what bugs me.. How can i remove the URL link and highlight when moused over Tags? [id^="tagLinks"] a { pointer-events: none; color: white; } And btw, just a word of advice: CSS and programming are completely different things. Good luck learning :) |
Doomcat55Feb 17, 2016 11:04 PM
Feb 18, 2016 6:34 AM
#3542
Wow, reply came quicker than I expected (I wrote it at the morning and went out, thinking that I will need to wait..) I tried changing stuff, I changed the "More" button, so it works (on iPad atleast).. I tried changing the tags, but I don't see any results.. Probably because iPad doesn't have a pointer :D. I'm very grateful for the help. Thank you! :) P.S. I see that CSS seems to be kinda easy, but is it? |
Feb 18, 2016 8:43 AM
#3543
TheMoonServant said: Tags aren't working because there's a quote missing:Wow, reply came quicker than I expected (I wrote it at the morning and went out, thinking that I will need to wait..) I tried changing stuff, I changed the "More" button, so it works (on iPad atleast).. I tried changing the tags, but I don't see any results.. Probably because iPad doesn't have a pointer :D. I'm very grateful for the help. Thank you! :) P.S. I see that CSS seems to be kinda easy, but is it? [id^="tagLinks"] CSS isn't hard as long as you have a head for design. If you can handle actual programming, you won't have trouble with it. |
Feb 18, 2016 9:06 AM
#3544
Oh, lol, I did not even see that, thanks once again! :D |
Feb 19, 2016 12:43 PM
#3545
Hi Friends. My english isn't good but i think you'll understand me. I have looked for a long time layout Fairy tail but i didn't find. I found the only on which is weird. Can someone help me , or repair that ? Really. Thats the only one layout of fairy tail. @import url(http://fonts.googleapis.com/css?family=Freckle+Face); /*HEADER IMAGES*/ .header_cw { background-image: url(""); height: ; } .header_completed { background-image: url(""); height: ; } .header_onhold { background-image: url(""); height: ; } .header_dropped { background-image: url(""); height: ; } .header_ptw { background-image: url(""); height: ; } body { background-attachment: scroll; background-color: transparent; background-repeat: repeat repeat !important; background-size: auto auto; background: url(http://image-upload.de/image/DHDR7H/c245db2f73.png); } #list_surround { background: url("http://image-upload.de/image/QS0ypz/449fbeece2.png") no-repeat scroll 0 0 transparent; padding-top: 505px; position: absolute !important; right: 10px !important; width: 700px; } #inlineContent { background-image: url("http://image-upload.de/image/xg9rZQ/8e06d43805.png"); background-size: 100% auto; bottom: 0; display: inline !important; height: 100%; left: -350px; pointer-events: none !important; position: fixed; width: 980px !important; z-index: -2 !important; } #inlineContent:before { background-image:url(http://image-upload.de/image/d52clZ/61c8418445.png); background-position:fixed; background-repeat:no-repeat; top:0; content:''; display:block !important; height:100%; pointer-events:none !important; position:fixed !important; width:100%; background-size:50%; left:600px; } status_selected a, .status_not_selected a { font-family: freckle face !important; } .header_title { background: none repeat scroll 0 0 transparent; color: lightgray; font-family: freckle face; font-size: 76px; vertical-align: bottom !important; } .status_selected, .td1, #grand_totals { background-color: darkorange; background-image: url("none") !important; color: white; opacity: 0.8; } .status_not_selected, .table_header, .category_totals, .td2, #copyright { background-color: darkred; background-image: url("none") !important; color: white; opacity: 0.8; } .td2 { background-color: orange; border-style:none !important; } .td1, .td2 { padding-top:3px !important; padding-bottom: 3px !important; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright { padding: 2px; } .animetitle, .animetitle:visited { color: white; font-family: freckle face; font-size: 14px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color: white; font-family: Calibri; } .status_selected, .status_not_selected { border-bottom-color:lightgray; border-bottom-style:solid; border-bottom-width:4px !important; border-left-color:white; border-left-style:none; border-left-width:2px; border-right-color:white; border-right-style:none; border-right-width:2px; border-top-color:lightgray; border-top-style:solid; border-top-width:4px !important; padding-top:8px; padding-bottom:8px; } .td1, .td2 { border-style:none; } .table_header { height:60px; font-family:freckle face; border-bottom-style:solid; border-bottom-color: lightgray; border-bottom-width:4px !important; color:lightgray; } .table_header a { font-family: freckle face; } .category_totals { border-color: lightgray; border-style: solid; border-width: 4px 0 0; padding: 5px; border-radius: 0 0 10px 10px; } body { background-color: black; background-repeat: no-repeat; } a { text-decoration: none; } a:visited { text-decoration: none; } a:hover, a:visited:hover { color: cyan; text-decoration: underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { } #copyright:before { content: " Design by Lirina"; font-weight:bold; } .thickbox { color: cyan; font-family: Calibri; font-size: 12px; } .table_header { font-weight: bold; } .category_totals { height: 30px; } #copyright, #grand_totals { margin: 0 auto; text-align: center; } |
My english isn't very good but I think we can cooperate. Invite if you'd like to meet me a little bit closer From time to time leave your message in comment ☻ There are walls that can't be broken by power alone. But if there is a power that can break though those walls, it's a power of feelings. ~ Mavis There are people in this world who prefer solitude. But there is no one who can withstand it. ~ Makarov |
Feb 19, 2016 12:53 PM
#3546
GodSlayerNatsu said: The images used for the layout are dead. You'll need to contact the person who made it (this one is by Lirina) and ask her if she still has the images, or else you can replace them with your own.Hi Friends. My english isn't good but i think you'll understand me. I have looked for a long time layout Fairy tail but i didn't find. I found the only on which is weird. Can someone help me , or repair that ? Really. Thats the only one layout of fairy tail. @import url(http://fonts.googleapis.com/css?family=Freckle+Face); /*HEADER IMAGES*/ .header_cw { background-image: url(""); height: ; } .header_completed { background-image: url(""); height: ; } .header_onhold { background-image: url(""); height: ; } .header_dropped { background-image: url(""); height: ; } .header_ptw { background-image: url(""); height: ; } body { background-attachment: scroll; background-color: transparent; background-repeat: repeat repeat !important; background-size: auto auto; background: url(http://image-upload.de/image/DHDR7H/c245db2f73.png); } #list_surround { background: url("http://image-upload.de/image/QS0ypz/449fbeece2.png") no-repeat scroll 0 0 transparent; padding-top: 505px; position: absolute !important; right: 10px !important; width: 700px; } #inlineContent { background-image: url("http://image-upload.de/image/xg9rZQ/8e06d43805.png"); background-size: 100% auto; bottom: 0; display: inline !important; height: 100%; left: -350px; pointer-events: none !important; position: fixed; width: 980px !important; z-index: -2 !important; } #inlineContent:before { background-image:url(http://image-upload.de/image/d52clZ/61c8418445.png); background-position:fixed; background-repeat:no-repeat; top:0; content:''; display:block !important; height:100%; pointer-events:none !important; position:fixed !important; width:100%; background-size:50%; left:600px; } status_selected a, .status_not_selected a { font-family: freckle face !important; } .header_title { background: none repeat scroll 0 0 transparent; color: lightgray; font-family: freckle face; font-size: 76px; vertical-align: bottom !important; } .status_selected, .td1, #grand_totals { background-color: darkorange; background-image: url("none") !important; color: white; opacity: 0.8; } .status_not_selected, .table_header, .category_totals, .td2, #copyright { background-color: darkred; background-image: url("none") !important; color: white; opacity: 0.8; } .td2 { background-color: orange; border-style:none !important; } .td1, .td2 { padding-top:3px !important; padding-bottom: 3px !important; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright { padding: 2px; } .animetitle, .animetitle:visited { color: white; font-family: freckle face; font-size: 14px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color: white; font-family: Calibri; } .status_selected, .status_not_selected { border-bottom-color:lightgray; border-bottom-style:solid; border-bottom-width:4px !important; border-left-color:white; border-left-style:none; border-left-width:2px; border-right-color:white; border-right-style:none; border-right-width:2px; border-top-color:lightgray; border-top-style:solid; border-top-width:4px !important; padding-top:8px; padding-bottom:8px; } .td1, .td2 { border-style:none; } .table_header { height:60px; font-family:freckle face; border-bottom-style:solid; border-bottom-color: lightgray; border-bottom-width:4px !important; color:lightgray; } .table_header a { font-family: freckle face; } .category_totals { border-color: lightgray; border-style: solid; border-width: 4px 0 0; padding: 5px; border-radius: 0 0 10px 10px; } body { background-color: black; background-repeat: no-repeat; } a { text-decoration: none; } a:visited { text-decoration: none; } a:hover, a:visited:hover { color: cyan; text-decoration: underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { } #copyright:before { content: " Design by Lirina"; font-weight:bold; } .thickbox { color: cyan; font-family: Calibri; font-size: 12px; } .table_header { font-weight: bold; } .category_totals { height: 30px; } #copyright, #grand_totals { margin: 0 auto; text-align: center; } |
Feb 19, 2016 12:57 PM
#3547
Doomcat55 said: GodSlayerNatsu said: The images used for the layout are dead. You'll need to contact the person who made it (this one is by Lirina) and ask her if she still has the images, or else you can replace them with your own.Hi Friends. My english isn't good but i think you'll understand me. I have looked for a long time layout Fairy tail but i didn't find. I found the only on which is weird. Can someone help me , or repair that ? Really. Thats the only one layout of fairy tail. @import url(http://fonts.googleapis.com/css?family=Freckle+Face); /*HEADER IMAGES*/ .header_cw { background-image: url(""); height: ; } .header_completed { background-image: url(""); height: ; } .header_onhold { background-image: url(""); height: ; } .header_dropped { background-image: url(""); height: ; } .header_ptw { background-image: url(""); height: ; } body { background-attachment: scroll; background-color: transparent; background-repeat: repeat repeat !important; background-size: auto auto; background: url(http://image-upload.de/image/DHDR7H/c245db2f73.png); } #list_surround { background: url("http://image-upload.de/image/QS0ypz/449fbeece2.png") no-repeat scroll 0 0 transparent; padding-top: 505px; position: absolute !important; right: 10px !important; width: 700px; } #inlineContent { background-image: url("http://image-upload.de/image/xg9rZQ/8e06d43805.png"); background-size: 100% auto; bottom: 0; display: inline !important; height: 100%; left: -350px; pointer-events: none !important; position: fixed; width: 980px !important; z-index: -2 !important; } #inlineContent:before { background-image:url(http://image-upload.de/image/d52clZ/61c8418445.png); background-position:fixed; background-repeat:no-repeat; top:0; content:''; display:block !important; height:100%; pointer-events:none !important; position:fixed !important; width:100%; background-size:50%; left:600px; } status_selected a, .status_not_selected a { font-family: freckle face !important; } .header_title { background: none repeat scroll 0 0 transparent; color: lightgray; font-family: freckle face; font-size: 76px; vertical-align: bottom !important; } .status_selected, .td1, #grand_totals { background-color: darkorange; background-image: url("none") !important; color: white; opacity: 0.8; } .status_not_selected, .table_header, .category_totals, .td2, #copyright { background-color: darkred; background-image: url("none") !important; color: white; opacity: 0.8; } .td2 { background-color: orange; border-style:none !important; } .td1, .td2 { padding-top:3px !important; padding-bottom: 3px !important; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright { padding: 2px; } .animetitle, .animetitle:visited { color: white; font-family: freckle face; font-size: 14px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color: white; font-family: Calibri; } .status_selected, .status_not_selected { border-bottom-color:lightgray; border-bottom-style:solid; border-bottom-width:4px !important; border-left-color:white; border-left-style:none; border-left-width:2px; border-right-color:white; border-right-style:none; border-right-width:2px; border-top-color:lightgray; border-top-style:solid; border-top-width:4px !important; padding-top:8px; padding-bottom:8px; } .td1, .td2 { border-style:none; } .table_header { height:60px; font-family:freckle face; border-bottom-style:solid; border-bottom-color: lightgray; border-bottom-width:4px !important; color:lightgray; } .table_header a { font-family: freckle face; } .category_totals { border-color: lightgray; border-style: solid; border-width: 4px 0 0; padding: 5px; border-radius: 0 0 10px 10px; } body { background-color: black; background-repeat: no-repeat; } a { text-decoration: none; } a:visited { text-decoration: none; } a:hover, a:visited:hover { color: cyan; text-decoration: underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { } #copyright:before { content: " Design by Lirina"; font-weight:bold; } .thickbox { color: cyan; font-family: Calibri; font-size: 12px; } .table_header { font-weight: bold; } .category_totals { height: 30px; } #copyright, #grand_totals { margin: 0 auto; text-align: center; } I know what do you want to stay. I think about that. Possible is add another image that will be good compounded ? Someone can do that? My english isn't good and i dont know the creator :/ |
My english isn't very good but I think we can cooperate. Invite if you'd like to meet me a little bit closer From time to time leave your message in comment ☻ There are walls that can't be broken by power alone. But if there is a power that can break though those walls, it's a power of feelings. ~ Mavis There are people in this world who prefer solitude. But there is no one who can withstand it. ~ Makarov |
Feb 19, 2016 1:40 PM
#3548
GodSlayerNatsu said: Well, picking out images isn't my strong point, so I can't help you there ^^ This is the person who made the layout: http://myanimelist.net/profile/LirinaDoomcat55 said: GodSlayerNatsu said: Hi Friends. My english isn't good but i think you'll understand me. I have looked for a long time layout Fairy tail but i didn't find. I found the only on which is weird. Can someone help me , or repair that ? Really. Thats the only one layout of fairy tail. @import url(http://fonts.googleapis.com/css?family=Freckle+Face); /*HEADER IMAGES*/ .header_cw { background-image: url(""); height: ; } .header_completed { background-image: url(""); height: ; } .header_onhold { background-image: url(""); height: ; } .header_dropped { background-image: url(""); height: ; } .header_ptw { background-image: url(""); height: ; } body { background-attachment: scroll; background-color: transparent; background-repeat: repeat repeat !important; background-size: auto auto; background: url(http://image-upload.de/image/DHDR7H/c245db2f73.png); } #list_surround { background: url("http://image-upload.de/image/QS0ypz/449fbeece2.png") no-repeat scroll 0 0 transparent; padding-top: 505px; position: absolute !important; right: 10px !important; width: 700px; } #inlineContent { background-image: url("http://image-upload.de/image/xg9rZQ/8e06d43805.png"); background-size: 100% auto; bottom: 0; display: inline !important; height: 100%; left: -350px; pointer-events: none !important; position: fixed; width: 980px !important; z-index: -2 !important; } #inlineContent:before { background-image:url(http://image-upload.de/image/d52clZ/61c8418445.png); background-position:fixed; background-repeat:no-repeat; top:0; content:''; display:block !important; height:100%; pointer-events:none !important; position:fixed !important; width:100%; background-size:50%; left:600px; } status_selected a, .status_not_selected a { font-family: freckle face !important; } .header_title { background: none repeat scroll 0 0 transparent; color: lightgray; font-family: freckle face; font-size: 76px; vertical-align: bottom !important; } .status_selected, .td1, #grand_totals { background-color: darkorange; background-image: url("none") !important; color: white; opacity: 0.8; } .status_not_selected, .table_header, .category_totals, .td2, #copyright { background-color: darkred; background-image: url("none") !important; color: white; opacity: 0.8; } .td2 { background-color: orange; border-style:none !important; } .td1, .td2 { padding-top:3px !important; padding-bottom: 3px !important; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright { padding: 2px; } .animetitle, .animetitle:visited { color: white; font-family: freckle face; font-size: 14px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color: white; font-family: Calibri; } .status_selected, .status_not_selected { border-bottom-color:lightgray; border-bottom-style:solid; border-bottom-width:4px !important; border-left-color:white; border-left-style:none; border-left-width:2px; border-right-color:white; border-right-style:none; border-right-width:2px; border-top-color:lightgray; border-top-style:solid; border-top-width:4px !important; padding-top:8px; padding-bottom:8px; } .td1, .td2 { border-style:none; } .table_header { height:60px; font-family:freckle face; border-bottom-style:solid; border-bottom-color: lightgray; border-bottom-width:4px !important; color:lightgray; } .table_header a { font-family: freckle face; } .category_totals { border-color: lightgray; border-style: solid; border-width: 4px 0 0; padding: 5px; border-radius: 0 0 10px 10px; } body { background-color: black; background-repeat: no-repeat; } a { text-decoration: none; } a:visited { text-decoration: none; } a:hover, a:visited:hover { color: cyan; text-decoration: underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { } #copyright:before { content: " Design by Lirina"; font-weight:bold; } .thickbox { color: cyan; font-family: Calibri; font-size: 12px; } .table_header { font-weight: bold; } .category_totals { height: 30px; } #copyright, #grand_totals { margin: 0 auto; text-align: center; } I know what do you want to stay. I think about that. Possible is add another image that will be good compounded ? Someone can do that? My english isn't good and i dont know the creator :/ If she can't help you, then you could try asking here: http://myanimelist.net/forum/?board=12 There are a lot of people who should be able to find/make images for you there. |
Feb 19, 2016 2:48 PM
#3549
Doomcat55 said: GodSlayerNatsu said: Well, picking out images isn't my strong point, so I can't help you there ^^ This is the person who made the layout: http://myanimelist.net/profile/LirinaDoomcat55 said: GodSlayerNatsu said: The images used for the layout are dead. You'll need to contact the person who made it (this one is by Lirina) and ask her if she still has the images, or else you can replace them with your own.Hi Friends. My english isn't good but i think you'll understand me. I have looked for a long time layout Fairy tail but i didn't find. I found the only on which is weird. Can someone help me , or repair that ? Really. Thats the only one layout of fairy tail. @import url(http://fonts.googleapis.com/css?family=Freckle+Face); /*HEADER IMAGES*/ .header_cw { background-image: url(""); height: ; } .header_completed { background-image: url(""); height: ; } .header_onhold { background-image: url(""); height: ; } .header_dropped { background-image: url(""); height: ; } .header_ptw { background-image: url(""); height: ; } body { background-attachment: scroll; background-color: transparent; background-repeat: repeat repeat !important; background-size: auto auto; background: url(http://image-upload.de/image/DHDR7H/c245db2f73.png); } #list_surround { background: url("http://image-upload.de/image/QS0ypz/449fbeece2.png") no-repeat scroll 0 0 transparent; padding-top: 505px; position: absolute !important; right: 10px !important; width: 700px; } #inlineContent { background-image: url("http://image-upload.de/image/xg9rZQ/8e06d43805.png"); background-size: 100% auto; bottom: 0; display: inline !important; height: 100%; left: -350px; pointer-events: none !important; position: fixed; width: 980px !important; z-index: -2 !important; } #inlineContent:before { background-image:url(http://image-upload.de/image/d52clZ/61c8418445.png); background-position:fixed; background-repeat:no-repeat; top:0; content:''; display:block !important; height:100%; pointer-events:none !important; position:fixed !important; width:100%; background-size:50%; left:600px; } status_selected a, .status_not_selected a { font-family: freckle face !important; } .header_title { background: none repeat scroll 0 0 transparent; color: lightgray; font-family: freckle face; font-size: 76px; vertical-align: bottom !important; } .status_selected, .td1, #grand_totals { background-color: darkorange; background-image: url("none") !important; color: white; opacity: 0.8; } .status_not_selected, .table_header, .category_totals, .td2, #copyright { background-color: darkred; background-image: url("none") !important; color: white; opacity: 0.8; } .td2 { background-color: orange; border-style:none !important; } .td1, .td2 { padding-top:3px !important; padding-bottom: 3px !important; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover { background-color: red; background-image: url("none") !important; opacity: 0.8; } .status_selected:hover, .header_title:hover, .td1:hover, #grand_totals:hover, .status_not_selected:hover, .table_header:hover, .category_totals:hover, .td2:hover, #copyright:hover, .status_selected, .header_title, .td1, #grand_totals, .status_not_selected, .table_header, .category_totals, .td2, #copyright { padding: 2px; } .animetitle, .animetitle:visited { color: white; font-family: freckle face; font-size: 14px; } .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color: white; font-family: Calibri; } .status_selected, .status_not_selected { border-bottom-color:lightgray; border-bottom-style:solid; border-bottom-width:4px !important; border-left-color:white; border-left-style:none; border-left-width:2px; border-right-color:white; border-right-style:none; border-right-width:2px; border-top-color:lightgray; border-top-style:solid; border-top-width:4px !important; padding-top:8px; padding-bottom:8px; } .td1, .td2 { border-style:none; } .table_header { height:60px; font-family:freckle face; border-bottom-style:solid; border-bottom-color: lightgray; border-bottom-width:4px !important; color:lightgray; } .table_header a { font-family: freckle face; } .category_totals { border-color: lightgray; border-style: solid; border-width: 4px 0 0; padding: 5px; border-radius: 0 0 10px 10px; } body { background-color: black; background-repeat: no-repeat; } a { text-decoration: none; } a:visited { text-decoration: none; } a:hover, a:visited:hover { color: cyan; text-decoration: underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { } #copyright:before { content: " Design by Lirina"; font-weight:bold; } .thickbox { color: cyan; font-family: Calibri; font-size: 12px; } .table_header { font-weight: bold; } .category_totals { height: 30px; } #copyright, #grand_totals { margin: 0 auto; text-align: center; } I know what do you want to stay. I think about that. Possible is add another image that will be good compounded ? Someone can do that? My english isn't good and i dont know the creator :/ If she can't help you, then you could try asking here: http://myanimelist.net/forum/?board=12 There are a lot of people who should be able to find/make images for you there. Adding images is hard because you must hold in a given interval (px) (resolution). right? |
My english isn't very good but I think we can cooperate. Invite if you'd like to meet me a little bit closer From time to time leave your message in comment ☻ There are walls that can't be broken by power alone. But if there is a power that can break though those walls, it's a power of feelings. ~ Mavis There are people in this world who prefer solitude. But there is no one who can withstand it. ~ Makarov |
Feb 19, 2016 3:09 PM
#3550
GodSlayerNatsu said: Someone can do that? My english isn't good and i dont know the creator :/ I know Lirina, so I've asked her for you. But that layout was made years ago; she may not have the pics anymore. |
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 |