New
Mar 6, 2015 12:40 PM
#2651
GENBrian said: Thank you so much for helping Shishio. I kind of get it now. Just experiment until you think it looks good. Try to be creative with cool scenarios too |
Mar 6, 2015 6:31 PM
#2652
Mar 6, 2015 11:59 PM
#2653
CoLd_J0ker said: Is there a quick way to change this list? [spoiler] I absolutely love this style,the side buttons,the headers everythign is great but the only thing I dont like are the dvd covers.I would like to get a normal list style like this one : first code : /* MAIN BACKGROUND The space background by default. */ body { background-attachment:fixed; background-clip:border-box; background-color: black; background-image: url(http://i.imgur.com/G5WpY72.jpg); background-position:0 50%, 0 0; background-repeat:no-repeat no-repeat; background-size:cover; font-family:calibri; } /* SECONDARY BACKGROUND Goes behind the list but in front of the main background. Image links to a character render in the parenthesis after background. Add or remove the word "contain" (without quotations) after background-size if you want them to be fit or not fit into the entire page. */ #inlineContent { background: url() no-repeat scroll right bottom transparent; background-size: ; display: inline-block !important; height: 100%; left: 0 !important; margin: auto !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 100%; z-index: -1 !important; } /* LIST BACKGROUND COLOR, ROW HEIGHT AND FLASH Adjust the opacity and color of the list table itself with the first two sets of code, as well as the height of the rows. td1 is odd numbered rows, td2 is even. The third set of code is for the row color and opacity on height. Google RGBA color generator for easy to copy color and opacity numbers customized for you. */ .td1 { background-color:rgba(0, 0, 0, 0.5); height:65px; } .td2 { background-color:rgba(0, 0, 0, 0.5); height:65px; } tr:hover [class^="td"] { transition: .1s linear; background-color: rgba(208, 32, 144, 0.6); } /* MAGICA LOGO Background-image is the Magica logo at page top. You can move it with background position. */ #list_surround { background-attachment:scroll; background-color:transparent; background-image: url(http://i.imgur.com/Hv5dW9P.png); background-position: -50px -40px; background-repeat:no-repeat no-repeat; font-size:100%; line-height:1; margin:0 auto; padding-bottom:10px; padding-top:320px; position:absolute; right:-4px !important; width:700px; } /* SIDE BUTTONS */ #list_surround .status_selected, #list_surround .status_not_selected { -webkit-background-clip:padding-box !important; background-clip:padding-box !important; background-color:transparent; background-image:url(http://i.imgur.com/ojkU8rm.png); background-position:0 0; background-repeat:no-repeat no-repeat; background-size:contain; border:1px solid transparent; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; display:block; left:-300px; padding:0; position:absolute; top:20px; width:263px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/4wWEuxL.png); background-position:100% 0; top:140px; } #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/LzttEaG.png); background-position:0 0; top:260px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/iqoaVc2.png); background-position:100% 0; top:380px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/h4KC6ei.png); background-position:0 0; top:500px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/g0BYNOB.png); background-position:100% 0; top:620px; } /* CUSTOM HEADERS */ .header_cw { background-color: transparent; background-image: url("http://i.imgur.com/mWK77Ng.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_completed { background-color: transparent; background-image: url("http://i.imgur.com/wF8MQkE.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_onhold { background-color: transparent; background-image: url("http://i.imgur.com/ZWprtND.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_dropped { background-color: transparent; background-image: url("http://i.imgur.com/3ve4Yod.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_ptw { background-color: transparent; background-image: url("http://i.imgur.com/zRGEVZy.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } /* OTHER CODES Ask in the original topic for this layout of in my club if you need to learn more about customizing this layout. */ a { color:#FFFFFF; text-decoration:none; text-shadow:none; } a:hover { color:#fff; text-decoration:underline; } .table_header { background-color:rgba(255, 255, 255, 0.4); } .table_header:first-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:10px; border-top-right-radius:0; } .table_header:nth-of-type(2) { padding-left:35px; text-align:left; } .table_header:last-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:0; border-top-right-radius:10px; } .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals { border:0 none; padding:4px; text-align:center; vertical-align:top; } .table_header, .td1, .td2, .category_totals { color:white; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:17px; } .category_totals { background-color:rgba(255, 255, 255, 0.4); border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:0; border-top-right-radius:0; color:white; text-align:center; } [class^="header_"] * { background-repeat:no-repeat no-repeat; font-size:0; height:200px; line-height:24px; padding-bottom:4px; text-align:right; vertical-align:bottom; } .header_title { border-bottom-left-radius:4px; border-bottom-right-radius:4px; border-top-left-radius:4px; border-top-right-radius:4px; color:#FFFFFF; display:inline-block; font-style:italic; height:auto; padding:0 8px 0 0; text-shadow:rgba(0, 0, 0, 0.14902) 0 1px 1px; } #grand_totals { background-color:transparent; border:0 none; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; color:#FFFFFF; line-height:20px; min-height:20px; padding:8px; text-align:center; vertical-align:middle; } #copyright { background-color:rgba(180, 32, 48, 0.6); border-bottom-left-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-top-right-radius:3px; color:#EEEEEE; line-height:17px; margin-top:10px; padding:8px; text-align:center; } #copyright::after { } .hide { background-color:rgba(248, 162, 200, 0.701961); background-position:50% 50%; background-repeat:no-repeat no-repeat; background-size:cover; border:1px solid #FFFFFF; border-bottom-left-radius:7px; border-bottom-right-radius:7px; border-top-left-radius:7px; border-top-right-radius:7px; display:inline-block !important; height:55px; margin-left:33px; margin-top:-65px; position:absolute; width:35px; } .hide:hover { background-color:transparent; background-repeat:no-repeat no-repeat; background-size:cover; border-bottom-left-radius:20px; border-bottom-right-radius:20px; border-top-left-radius:20px; border-top-right-radius:20px; box-shadow:rgba(63, 52, 60, 0.54902) 0 0 8px 8px; margin-left:-115px; padding-right:150px; padding-top:220px !important; position:absolute; z-index:1; } .td1:nth-of-type(2), .td2:nth-of-type(2) { padding-left:35px; text-align:left; } .td1:nth-of-type(6), .td2:nth-of-type(6) { background-attachment:scroll; background-color:transparent; background-image:none; background-position:0 0; background-repeat:repeat repeat; border-bottom-style:none !important; border-bottom-width:medium !important; display:inline-block; font-family:cursive; font-size:9pt; height:0 !important; left:70px; line-height:16px !important; margin-top:16px; position:absolute; text-align:justify !important; width:720px; z-index:2; } .table_header:nth-of-type(6) { display:none; } span[id*="tagRow"] { display:block !important; } span[id*="tagLinks"] { display:none !important; } a, .td1, .td2, .category_totals { -webkit-transition:all 0.25s ease-in-out 0s; transition:all 0.25s ease-in-out 0s; } .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a { color:transparent; display:block; font-size:0; height:113px; width:263px; } .status_selected { display:block; } .status_not_selected { display:block; } .status_not_selected { opacity:0.7; } .status_not_selected:hover { color:transparent; opacity:1; } #list_surround { left:0 !important; margin:auto !important; position:absolute !important; right:0 !important; } .animetitle { font-weight: bold;} .animetitle + small { color:#CC33FF !important; font-weight:bold; } * { -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out;} .table_header:nth-last-of-type(2) { border-radius: 0 10px 0 0;} .td1:nth-of-type(6), .td2:nth-of-type(6){ background-color: transparent !important; font-family: helvetica;} td:nth-of-type(6) small { font-size: 0; color: cyan; left: 42px; position: relative; } td:nth-of-type(6) small:after { font-size: 12px !important; content: "Tags" } /* Media query for devices above 1000px */ @media all and (min-device-width:1001px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -270px;} #list_surround { left: 24% !important;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 7pt !important; width: 370px !important; padding-top: 8px;} } /* Media query for devices above 1024px */ @media all and (min-device-width:1025px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -300px;} #list_surround { left: 17% !important;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 7pt !important; width: 370px !important;} } /* Media query for devices above 1140px */ @media all and (min-device-width:1141px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -290px;} #list_surround { left: 17% !important; width: 850px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 530px !important;} } /* Media query for devices above 1280px */ @media all and (min-device-width:1281px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -330px;} #list_surround { left: 18% !important; width: 900px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 575px !important;} } /* Media query for devices above 1440px */ @media all and (min-device-width:1441px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -385px;} #list_surround { left: 17% !important; width: 960px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 635px !important;} #list_surround { background-position: center -40px;} } /* Media query for devices above 1680px */ @media all and (min-device-width:1681px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -430px;} #list_surround { left: 16% !important; width: 1050px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 720px !important;} } /* Media query for devices above 1920px */ @media all and (min-device-width:1921px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -530px;} #list_surround { left: 10% !important; width: 1100px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 770px !important;} } Read more at http://myanimelist.net/forum/?topicid=606489#3MhsyAH5RmtHEvLD.99 second code : @import "http://dl.dropbox.com/u/78340470/Past%20Stuff/bottommenuimport.css"; /*thin top bar*/ @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css"; /*Fonts*/ @import url("http://fonts.googleapis.com/css?family=Tangerine"); @import url("http://fonts.googleapis.com/css?family=Lemon"); @import url("http://fonts.googleapis.com/css?family=Nova+Slim"); @import url(http://fonts.googleapis.com/css?family=Handlee); /* Got a question or want to learn more? Try this link: http://myanimelist.net/forum/?topicid=419405&show=0#post1 */ /* Theme for Suzune-chan by Al_eXs */ /* BACKGROUND IMAGE This is the main background image for the whole page. Change the image link to the background you want! If you're not seeing a background, make sure you are copied the entire CSS code or added any new background image codes correctly. Also your image link may be broken, try uploading a new background then! */ body { background-image: url(http://i1232.photobucket.com/albums/ff367/coolspot21/Konachancom-133052black_hairblack_rock_shooterguninsane_black_rock_shooterkuroi_matolong_hairshortsswordweapon_zps062bdd70.jpg); background-attachment: fixed; background-size: cover; } /* HEADER COLOR AND FONT These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc). */ .header_title { background-color: rgba(14, 18, 29, 0.450); color: #FFFFFF; font-family: 'Handlee', cursive; font-size:20px; border-radius: 20px 20px 0px 0px; font-weight: 700; text-align: center; text-shadow: 3px -1px 5px #0C0C0C; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color: rgba(14, 18, 29, 0.450); } /* ANIME/MANGA TITLE FONTS This is the type and color of the anime/manga titles on your list, like Bleach, Vampire Knight, etc. */ .animetitle, .animetitle:visited { color:white; font-family: "Nova Slim"; font-size:14px; text-shadow: 4px -1px 5px #0C0C0C; } .animetitle + small { color:#B6B6C5; font-family: "Nova Slim"; font-size:12px; } /* LIST FONTS This is the type and color for more of the numbers, links, and words on the list itself! */ .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-size:13px; font-family: "Nova Slim"; text-shadow: 4px -1px 5px #0C0C0C; } /* LIST WIDTH Use this to increase the width of your list! */ #list_surround { margin: -25px auto 0; width:950px; } /* LIST POSITION Change "left" to "right" to switch the list side, or vice versa. */ #list_surround { position: relative; } /*OTHER CODES Important codes for the layout's setup. Please don't mess with these unless you know what you're doing. If you want to customize more on the page, use the link at the top of this CSS or ask in my club! */ body { font-weight: light; background-repeat: no-repeat; background-color: #FFFFFF; } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { color:#A6A6C7; text-decoration:none; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-color: rgba(14, 18, 29, 0.500); border-width:0; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .category_totals a, .td1 a, .td2 a, #grand_totals a, #copyright a { transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER {background-color:rgba(14, 18, 29, 0.700); border-width:0; } #copyright:after { content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs and info. Theme by Al_eXs."; } #copyright { margin-bottom: 30px !important; border-radius: 20px; padding: 10px; } .status_selected { background-color:black; padding:2px; color:white; text-decoration: blink; } .status_not_selected { background-color:black; padding:2px; color:white; } .status_selected a{ color:blue; } .status_not_selected a{ color:white; } .thickbox { color:cyan; font-family:fantasy; font-size:12px; } .header_title { padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { border-radius: 0px 0px 20px 20px; height: 40px; text-align: center; } #grand_totals { text-align: center; margin:0 auto; border-radius: 20px; padding: 10px 20px; width: 600px; } Read more at http://myanimelist.net/forum/?topicid=393503&show=40#0X5BcDCTe6MVyi7s.99 I hope my question is clear,my english isnt that good :x Just remove the .hide and .hide:hover codes, thats what sets covers. Either delete them and the codes in the brackets next to them, or rename them something like X.hide and X.hide:hover so they don't work anymore. You also remove the @import line at the top, but it seems you already removed that |
Mar 6, 2015 11:59 PM
#2654
GreeseMonkie said: Serhiyko said: Remove padding-left:20%; line add place either padding-left:12%; or padding-left:100px; under .td1:nth-of-type(2), .td2:nth-of-type(2) { instead Thak you very much!!!! <3 <3 <3 You posted this same question in multiple places all over the forums- you should update or delete those posts so people know you got your answer |
Mar 7, 2015 6:18 AM
#2655
Shishio-kun said: CoLd_J0ker said: Is there a quick way to change this list? [spoiler] I absolutely love this style,the side buttons,the headers everythign is great but the only thing I dont like are the dvd covers.I would like to get a normal list style like this one : first code : /* MAIN BACKGROUND The space background by default. */ body { background-attachment:fixed; background-clip:border-box; background-color: black; background-image: url(http://i.imgur.com/G5WpY72.jpg); background-position:0 50%, 0 0; background-repeat:no-repeat no-repeat; background-size:cover; font-family:calibri; } /* SECONDARY BACKGROUND Goes behind the list but in front of the main background. Image links to a character render in the parenthesis after background. Add or remove the word "contain" (without quotations) after background-size if you want them to be fit or not fit into the entire page. */ #inlineContent { background: url() no-repeat scroll right bottom transparent; background-size: ; display: inline-block !important; height: 100%; left: 0 !important; margin: auto !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 100%; z-index: -1 !important; } /* LIST BACKGROUND COLOR, ROW HEIGHT AND FLASH Adjust the opacity and color of the list table itself with the first two sets of code, as well as the height of the rows. td1 is odd numbered rows, td2 is even. The third set of code is for the row color and opacity on height. Google RGBA color generator for easy to copy color and opacity numbers customized for you. */ .td1 { background-color:rgba(0, 0, 0, 0.5); height:65px; } .td2 { background-color:rgba(0, 0, 0, 0.5); height:65px; } tr:hover [class^="td"] { transition: .1s linear; background-color: rgba(208, 32, 144, 0.6); } /* MAGICA LOGO Background-image is the Magica logo at page top. You can move it with background position. */ #list_surround { background-attachment:scroll; background-color:transparent; background-image: url(http://i.imgur.com/Hv5dW9P.png); background-position: -50px -40px; background-repeat:no-repeat no-repeat; font-size:100%; line-height:1; margin:0 auto; padding-bottom:10px; padding-top:320px; position:absolute; right:-4px !important; width:700px; } /* SIDE BUTTONS */ #list_surround .status_selected, #list_surround .status_not_selected { -webkit-background-clip:padding-box !important; background-clip:padding-box !important; background-color:transparent; background-image:url(http://i.imgur.com/ojkU8rm.png); background-position:0 0; background-repeat:no-repeat no-repeat; background-size:contain; border:1px solid transparent; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; display:block; left:-300px; padding:0; position:absolute; top:20px; width:263px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/4wWEuxL.png); background-position:100% 0; top:140px; } #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/LzttEaG.png); background-position:0 0; top:260px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/iqoaVc2.png); background-position:100% 0; top:380px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/h4KC6ei.png); background-position:0 0; top:500px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/g0BYNOB.png); background-position:100% 0; top:620px; } /* CUSTOM HEADERS */ .header_cw { background-color: transparent; background-image: url("http://i.imgur.com/mWK77Ng.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_completed { background-color: transparent; background-image: url("http://i.imgur.com/wF8MQkE.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_onhold { background-color: transparent; background-image: url("http://i.imgur.com/ZWprtND.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_dropped { background-color: transparent; background-image: url("http://i.imgur.com/3ve4Yod.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_ptw { background-color: transparent; background-image: url("http://i.imgur.com/zRGEVZy.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } /* OTHER CODES Ask in the original topic for this layout of in my club if you need to learn more about customizing this layout. */ a { color:#FFFFFF; text-decoration:none; text-shadow:none; } a:hover { color:#fff; text-decoration:underline; } .table_header { background-color:rgba(255, 255, 255, 0.4); } .table_header:first-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:10px; border-top-right-radius:0; } .table_header:nth-of-type(2) { padding-left:35px; text-align:left; } .table_header:last-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:0; border-top-right-radius:10px; } .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals { border:0 none; padding:4px; text-align:center; vertical-align:top; } .table_header, .td1, .td2, .category_totals { color:white; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:17px; } .category_totals { background-color:rgba(255, 255, 255, 0.4); border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:0; border-top-right-radius:0; color:white; text-align:center; } [class^="header_"] * { background-repeat:no-repeat no-repeat; font-size:0; height:200px; line-height:24px; padding-bottom:4px; text-align:right; vertical-align:bottom; } .header_title { border-bottom-left-radius:4px; border-bottom-right-radius:4px; border-top-left-radius:4px; border-top-right-radius:4px; color:#FFFFFF; display:inline-block; font-style:italic; height:auto; padding:0 8px 0 0; text-shadow:rgba(0, 0, 0, 0.14902) 0 1px 1px; } #grand_totals { background-color:transparent; border:0 none; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; color:#FFFFFF; line-height:20px; min-height:20px; padding:8px; text-align:center; vertical-align:middle; } #copyright { background-color:rgba(180, 32, 48, 0.6); border-bottom-left-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-top-right-radius:3px; color:#EEEEEE; line-height:17px; margin-top:10px; padding:8px; text-align:center; } #copyright::after { } .hide { background-color:rgba(248, 162, 200, 0.701961); background-position:50% 50%; background-repeat:no-repeat no-repeat; background-size:cover; border:1px solid #FFFFFF; border-bottom-left-radius:7px; border-bottom-right-radius:7px; border-top-left-radius:7px; border-top-right-radius:7px; display:inline-block !important; height:55px; margin-left:33px; margin-top:-65px; position:absolute; width:35px; } .hide:hover { background-color:transparent; background-repeat:no-repeat no-repeat; background-size:cover; border-bottom-left-radius:20px; border-bottom-right-radius:20px; border-top-left-radius:20px; border-top-right-radius:20px; box-shadow:rgba(63, 52, 60, 0.54902) 0 0 8px 8px; margin-left:-115px; padding-right:150px; padding-top:220px !important; position:absolute; z-index:1; } .td1:nth-of-type(2), .td2:nth-of-type(2) { padding-left:35px; text-align:left; } .td1:nth-of-type(6), .td2:nth-of-type(6) { background-attachment:scroll; background-color:transparent; background-image:none; background-position:0 0; background-repeat:repeat repeat; border-bottom-style:none !important; border-bottom-width:medium !important; display:inline-block; font-family:cursive; font-size:9pt; height:0 !important; left:70px; line-height:16px !important; margin-top:16px; position:absolute; text-align:justify !important; width:720px; z-index:2; } .table_header:nth-of-type(6) { display:none; } span[id*="tagRow"] { display:block !important; } span[id*="tagLinks"] { display:none !important; } a, .td1, .td2, .category_totals { -webkit-transition:all 0.25s ease-in-out 0s; transition:all 0.25s ease-in-out 0s; } .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a { color:transparent; display:block; font-size:0; height:113px; width:263px; } .status_selected { display:block; } .status_not_selected { display:block; } .status_not_selected { opacity:0.7; } .status_not_selected:hover { color:transparent; opacity:1; } #list_surround { left:0 !important; margin:auto !important; position:absolute !important; right:0 !important; } .animetitle { font-weight: bold;} .animetitle + small { color:#CC33FF !important; font-weight:bold; } * { -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out;} .table_header:nth-last-of-type(2) { border-radius: 0 10px 0 0;} .td1:nth-of-type(6), .td2:nth-of-type(6){ background-color: transparent !important; font-family: helvetica;} td:nth-of-type(6) small { font-size: 0; color: cyan; left: 42px; position: relative; } td:nth-of-type(6) small:after { font-size: 12px !important; content: "Tags" } /* Media query for devices above 1000px */ @media all and (min-device-width:1001px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -270px;} #list_surround { left: 24% !important;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 7pt !important; width: 370px !important; padding-top: 8px;} } /* Media query for devices above 1024px */ @media all and (min-device-width:1025px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -300px;} #list_surround { left: 17% !important;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 7pt !important; width: 370px !important;} } /* Media query for devices above 1140px */ @media all and (min-device-width:1141px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -290px;} #list_surround { left: 17% !important; width: 850px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 530px !important;} } /* Media query for devices above 1280px */ @media all and (min-device-width:1281px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -330px;} #list_surround { left: 18% !important; width: 900px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 575px !important;} } /* Media query for devices above 1440px */ @media all and (min-device-width:1441px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -385px;} #list_surround { left: 17% !important; width: 960px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 635px !important;} #list_surround { background-position: center -40px;} } /* Media query for devices above 1680px */ @media all and (min-device-width:1681px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -430px;} #list_surround { left: 16% !important; width: 1050px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 720px !important;} } /* Media query for devices above 1920px */ @media all and (min-device-width:1921px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -530px;} #list_surround { left: 10% !important; width: 1100px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 770px !important;} } Read more at http://myanimelist.net/forum/?topicid=606489#3MhsyAH5RmtHEvLD.99 second code : @import "http://dl.dropbox.com/u/78340470/Past%20Stuff/bottommenuimport.css"; /*thin top bar*/ @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css"; /*Fonts*/ @import url("http://fonts.googleapis.com/css?family=Tangerine"); @import url("http://fonts.googleapis.com/css?family=Lemon"); @import url("http://fonts.googleapis.com/css?family=Nova+Slim"); @import url(http://fonts.googleapis.com/css?family=Handlee); /* Got a question or want to learn more? Try this link: http://myanimelist.net/forum/?topicid=419405&show=0#post1 */ /* Theme for Suzune-chan by Al_eXs */ /* BACKGROUND IMAGE This is the main background image for the whole page. Change the image link to the background you want! If you're not seeing a background, make sure you are copied the entire CSS code or added any new background image codes correctly. Also your image link may be broken, try uploading a new background then! */ body { background-image: url(http://i1232.photobucket.com/albums/ff367/coolspot21/Konachancom-133052black_hairblack_rock_shooterguninsane_black_rock_shooterkuroi_matolong_hairshortsswordweapon_zps062bdd70.jpg); background-attachment: fixed; background-size: cover; } /* HEADER COLOR AND FONT These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc). */ .header_title { background-color: rgba(14, 18, 29, 0.450); color: #FFFFFF; font-family: 'Handlee', cursive; font-size:20px; border-radius: 20px 20px 0px 0px; font-weight: 700; text-align: center; text-shadow: 3px -1px 5px #0C0C0C; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color: rgba(14, 18, 29, 0.450); } /* ANIME/MANGA TITLE FONTS This is the type and color of the anime/manga titles on your list, like Bleach, Vampire Knight, etc. */ .animetitle, .animetitle:visited { color:white; font-family: "Nova Slim"; font-size:14px; text-shadow: 4px -1px 5px #0C0C0C; } .animetitle + small { color:#B6B6C5; font-family: "Nova Slim"; font-size:12px; } /* LIST FONTS This is the type and color for more of the numbers, links, and words on the list itself! */ .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-size:13px; font-family: "Nova Slim"; text-shadow: 4px -1px 5px #0C0C0C; } /* LIST WIDTH Use this to increase the width of your list! */ #list_surround { margin: -25px auto 0; width:950px; } /* LIST POSITION Change "left" to "right" to switch the list side, or vice versa. */ #list_surround { position: relative; } /*OTHER CODES Important codes for the layout's setup. Please don't mess with these unless you know what you're doing. If you want to customize more on the page, use the link at the top of this CSS or ask in my club! */ body { font-weight: light; background-repeat: no-repeat; background-color: #FFFFFF; } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { color:#A6A6C7; text-decoration:none; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-color: rgba(14, 18, 29, 0.500); border-width:0; transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .category_totals a, .td1 a, .td2 a, #grand_totals a, #copyright a { transition: all .8s ease 0s;/* CSS3 reference */ -o-transition: all .8s ease 0s; /* for Opera compatibility */ -ms-transition: all 08s ease 0s; /* for IE compatibility(I think) */ -moz-transition: all .8s ease 0s; /* for Firefox compatibility */ -webkit-transition: all .8s ease 0s; /* for Chrome, Safari compatibility */ } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER {background-color:rgba(14, 18, 29, 0.700); border-width:0; } #copyright:after { content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs and info. Theme by Al_eXs."; } #copyright { margin-bottom: 30px !important; border-radius: 20px; padding: 10px; } .status_selected { background-color:black; padding:2px; color:white; text-decoration: blink; } .status_not_selected { background-color:black; padding:2px; color:white; } .status_selected a{ color:blue; } .status_not_selected a{ color:white; } .thickbox { color:cyan; font-family:fantasy; font-size:12px; } .header_title { padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { border-radius: 0px 0px 20px 20px; height: 40px; text-align: center; } #grand_totals { text-align: center; margin:0 auto; border-radius: 20px; padding: 10px 20px; width: 600px; } Read more at http://myanimelist.net/forum/?topicid=393503&show=40#0X5BcDCTe6MVyi7s.99 I hope my question is clear,my english isnt that good :x Just remove the .hide and .hide:hover codes, thats what sets covers. Either delete them and the codes in the brackets next to them, or rename them something like X.hide and X.hide:hover so they don't work anymore. You also remove the @import line at the top, but it seems you already removed that Thanks Shishio! Really appreciate your help.Got some last question if u dont mind My current list looks like this : And thats my code : @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); /* MAIN BACKGROUND The space background by default. */ body { background-attachment:fixed; background-clip:border-box; background-color: black; background-image: url(http://i.imgur.com/G5WpY72.jpg); background-position:0 50%, 0 0; background-repeat:no-repeat no-repeat; background-size:cover; font-family:calibri; } /* SECONDARY BACKGROUND Goes behind the list but in front of the main background. Image links to a character render in the parenthesis after background. Add or remove the word "contain" (without quotations) after background-size if you want them to be fit or not fit into the entire page. */ #inlineContent { background: url() no-repeat scroll right bottom transparent; background-size: ; display: inline-block !important; height: 100%; left: 0 !important; margin: auto !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 100%; z-index: -1 !important; } /* LIST BACKGROUND COLOR, ROW HEIGHT AND FLASH Adjust the opacity and color of the list itself with the first two sets of code, as well as the height of the rows. td1 is odd numbered rows, td2 is even. The third set of code is for the row color and opacity on height. Google RGBA color generator for easy to copy color and opacity numbers customized for you. */ td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-size:13px; font-family: "Nova Slim"; text-shadow: 4px -1px 5px #0C0C0C; } Read more at http://myanimelist.net/forum/?topicid=200323&show=2660#5pvcxc7uCzth0OzC.99 #list_surround{ margin-left:[offset]px; /* your offset from the left of your browser*/ margin-right:auto; width:600px; } Read more at http://myanimelist.net/blog.php?eid=10433#9VQ5KPaTXzeOFuh3.99 /* MAGICA LOGO Background-image is the Magica logo at page top. You can move it with background position. */ #list_surround { background-attachment:scroll; background-color:transparent; background-image: url(http://i.imgur.com/Hv5dW9P.png); background-position: -50px -40px; background-repeat:no-repeat no-repeat; font-size:100%; line-height:1; margin:0 auto; padding-bottom:10px; padding-top:320px; position:absolute; right:-4px !important; width:700px; } /* SIDE BUTTONS */ #list_surround .status_selected, #list_surround .status_not_selected { -webkit-background-clip:padding-box !important; background-clip:padding-box !important; background-color:transparent; background-image:url(http://i.imgur.com/ojkU8rm.png); background-position:0 0; background-repeat:no-repeat no-repeat; background-size:contain; border:1px solid transparent; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; display:block; left:-300px; padding:0; position:absolute; top:20px; width:263px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/4wWEuxL.png); background-position:100% 0; top:140px; } #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/LzttEaG.png); background-position:0 0; top:260px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/iqoaVc2.png); background-position:100% 0; top:380px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/h4KC6ei.png); background-position:0 0; top:500px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-image:url(http://i.imgur.com/g0BYNOB.png); background-position:100% 0; top:620px; } /* CUSTOM HEADERS */ .header_cw { background-color: transparent; background-image: url("http://i.imgur.com/mWK77Ng.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_completed { background-color: transparent; background-image: url("http://i.imgur.com/wF8MQkE.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_onhold { background-color: transparent; background-image: url("http://i.imgur.com/ZWprtND.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_dropped { background-color: transparent; background-image: url("http://i.imgur.com/3ve4Yod.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } .header_ptw { background-color: transparent; background-image: url("http://i.imgur.com/zRGEVZy.png"); background-position: 50% 150px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -200px; } /* OTHER CODES Ask in the original topic for this layout of in my club if you need to learn more about customizing this layout. */ a { color:#FFFFFF; text-decoration:none; text-shadow:none; } a:hover { color:#fff; text-decoration:underline; } .table_header { background-color:rgba(255, 255, 255, 0.4); } .table_header:first-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:10px; border-top-right-radius:0; } .table_header:nth-of-type(2) { padding-left:35px; text-align:left; } .table_header:last-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:0; border-top-right-radius:10px; } .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals { border:0 none; padding:4px; text-align:center; vertical-align:top; } .table_header, .td1, .td2, .category_totals { color:white; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:17px; } .category_totals { background-color:rgba(255, 255, 255, 0.4); border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:0; border-top-right-radius:0; color:white; text-align:center; } [class^="header_"] * { background-repeat:no-repeat no-repeat; font-size:0; height:200px; line-height:24px; padding-bottom:4px; text-align:right; vertical-align:bottom; } .header_title { border-bottom-left-radius:4px; border-bottom-right-radius:4px; border-top-left-radius:4px; border-top-right-radius:4px; color:#FFFFFF; display:inline-block; font-style:italic; height:auto; padding:0 8px 0 0; text-shadow:rgba(0, 0, 0, 0.14902) 0 1px 1px; } #grand_totals { background-color:transparent; border:0 none; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; color:#FFFFFF; line-height:20px; min-height:20px; padding:8px; text-align:center; vertical-align:middle; } #copyright { background-color:rgba(180, 32, 48, 0.6); border-bottom-left-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-top-right-radius:3px; color:#EEEEEE; line-height:17px; margin-top:10px; padding:8px; text-align:center; } #copyright::after { } X.hide { background-color:rgba(248, 162, 200, 0.701961); background-position:50% 50%; background-repeat:no-repeat no-repeat; background-size:cover; border:1px solid #FFFFFF; border-bottom-left-radius:7px; border-bottom-right-radius:7px; border-top-left-radius:7px; border-top-right-radius:7px; display:inline-block !important; height:55px; margin-left:33px; margin-top:-65px; position:absolute; width:35px; } X.hide:hover { background-color:transparent; background-repeat:no-repeat no-repeat; background-size:cover; border-bottom-left-radius:20px; border-bottom-right-radius:20px; border-top-left-radius:20px; border-top-right-radius:20px; box-shadow:rgba(63, 52, 60, 0.54902) 0 0 8px 8px; margin-left:-115px; padding-right:150px; padding-top:220px !important; position:absolute; z-index:1; } .td1:nth-of-type(2), .td2:nth-of-type(2) { padding-left:35px; text-align:left; } .td1:nth-of-type(6), .td2:nth-of-type(6) { background-attachment:scroll; background-color:transparent; background-image:none; background-position:0 0; background-repeat:repeat repeat; border-bottom-style:none !important; border-bottom-width:medium !important; display:inline-block; font-family:cursive; font-size:9pt; height:0 !important; left:70px; line-height:16px !important; margin-top:16px; position:absolute; text-align:justify !important; width:720px; z-index:2; } .table_header:nth-of-type(6) { display:none; } span[id*="tagRow"] { display:block !important; } span[id*="tagLinks"] { display:none !important; } a, .td1, .td2, .category_totals { -webkit-transition:all 0.25s ease-in-out 0s; transition:all 0.25s ease-in-out 0s; } .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a { color:transparent; display:block; font-size:0; height:113px; width:263px; } .status_selected { display:block; } .status_not_selected { display:block; } .status_not_selected { opacity:0.7; } .status_not_selected:hover { color:transparent; opacity:1; } #list_surround { left:0 !important; margin:auto !important; position:absolute !important; right:0 !important; } .animetitle { font-weight: bold;} .animetitle + small { color:#CC33FF !important; font-weight:bold; } * { -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out;} .table_header:nth-last-of-type(2) { border-radius: 0 10px 0 0;} .td1:nth-of-type(6), .td2:nth-of-type(6){ background-color: transparent !important; font-family: helvetica;} td:nth-of-type(6) small { font-size: 0; color: cyan; left: 42px; position: relative; } td:nth-of-type(6) small:after { font-size: 12px !important; content: "Tags" } /* Media query for devices above 1000px */ @media all and (min-device-width:1001px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -270px;} #list_surround { left: 24% !important;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 7pt !important; width: 370px !important; padding-top: 8px;} } /* Media query for devices above 1024px */ @media all and (min-device-width:1025px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -300px;} #list_surround { left: 17% !important;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 7pt !important; width: 370px !important;} } /* Media query for devices above 1140px */ @media all and (min-device-width:1141px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -290px;} #list_surround { left: 17% !important; width: 850px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 530px !important;} } /* Media query for devices above 1280px */ @media all and (min-device-width:1281px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -330px;} #list_surround { left: 18% !important; width: 900px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 575px !important;} } /* Media query for devices above 1440px */ @media all and (min-device-width:1441px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -385px;} #list_surround { left: 17% !important; width: 960px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 635px !important;} #list_surround { background-position: center -40px;} } /* Media query for devices above 1680px */ @media all and (min-device-width:1681px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -430px;} #list_surround { left: 16% !important; width: 1050px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 720px !important;} } /* Media query for devices above 1920px */ @media all and (min-device-width:1921px) { #list_surround .status_selected, #list_surround .status_not_selected { left: -530px;} #list_surround { left: 10% !important; width: 1100px;} .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 9pt !important; width: 770px !important;} } /* 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-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: 1567px; 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; } /* 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: 820px !important;} } /* COLOR OF THE ICONS Change the color, and adjust the opacity for brighter color. Remove the display: none to match the selected icon to the other icons. */ #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before { background: transparent; opacity: .9; } /* BORDER OF ICONS If you're having trouble seeing the border bottom, lower the height by a pixel or two until you see it. */ #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before, #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before { border-color: ; border-style: ; border-width: ; height: 32px !important; } /* BUTTONS COLOR AND BORDER Buttons within the hover menus, not the icons themselves. Second code is for button color on hover. */ #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, #mal_cs_powered a img{ background-color: rgba(64, 60, 90, 0.6) !important; border-color: transparent; border-style: solid !important; border-width: 1px !important; } #mal_cs_listinfo a:hover, #mal_cs_links a:hover, #mal_cs_otherlinks a:hover, #mal_cs_powered a img:hover { background-color: #403C5A !important; } /* COLOR OF HOVER MENUS AND SELECTED ICONS Remove display none from the second code to match the colors of the selected icon to the icons above. */ #mal_cs_listinfo div, #mal_cs_links div, #mal_cs_otherlinks div, #mal_cs_powered div, #mal_cs_powered dd, #mal_cs_powered a { background-color: rgba(255, 255, 255, 0.6) !important; } #mal_cs_listinfo:hover:before, #mal_cs_links:hover:before, #mal_cs_otherlinks:hover:before, #mal_cs_powered:hover:before, #mal_cs_listinfo:hover:after, #mal_cs_links:hover:after, #mal_cs_otherlinks:hover:after, #mal_cs_powered:hover:after { display: none; background-color: ; opacity: .2; } /* COLOR OF USERNAME (for visitors) You don't see this username on the menus when you're logged in, log out to see it. */ #mal_cs_otherlinks strong a { color: #333333 !important; } #mal_cs_otherlinks strong a:hover { color: blue !important; background-color: transparent !important; } /* POSITION OF TOP BAR Change to absolute if you want it to not scroll with the page. */ #mal_control_strip { position: fixed !important; background-color: transparent !important; background-image: url(none) !important; } /* OTHER CODES If you want to change out the icon images themselves, you can scroll down through the codes and find the background images and change them with your own. */ #mal_cs_listinfo, #mal_cs_links, #mal_cs_otherlinks, #mal_cs_powered { -moz-box-sizing: border-box; transition: all 0.4s ease 0s; background: none no-repeat scroll 100% 0 transparent; border: 0 none; height: 0 !important; overflow: hidden; position: absolute; right: 4px; text-align: center; top: 4px; width: 150px; z-index: 10; } #mal_cs_listinfo:hover, #mal_cs_links:hover, #mal_cs_otherlinks:hover, #mal_cs_powered:hover { height: 200px !important; padding-top: 32px; width: 150px; } #mal_cs_listinfo div, #mal_cs_links div, #mal_cs_otherlinks div, #mal_cs_powered div, #mal_cs_powered dd { transition: opacity 0.4s ease-in-out 0s; border-radius: 3px 0 0 0; font-size: 0 !important; line-height: 0; margin: 0 !important; opacity: 0; padding: 8px 0 0; } #mal_cs_listinfo:hover div, #mal_cs_links:hover div, #mal_cs_otherlinks:hover div, #mal_cs_powered:hover div, #mal_cs_powered:hover dd { opacity: 1; } #mal_cs_listinfo div:nth-of-type(2), #mal_cs_links div:nth-of-type(2), #mal_cs_otherlinks div:nth-of-type(2), #mal_cs_powered div:nth-of-type(2) { border-radius: 0 0 3px 3px; padding: 4px 0 8px; } #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, #mal_cs_powered a { background-color: rgba(64, 60, 90, 0.6); border-radius: 3px 3px 3px 3px; display: block; font: 13px/17px arial,sans-serif; margin: 4px 12px 0; padding: 3px 0; text-decoration: none; } #mal_cs_listinfo a:nth-of-type(1), #mal_cs_links a:nth-of-type(1), #mal_cs_otherlinks a:nth-of-type(1), #mal_cs_powered a:nth-of-type(1) { margin-top: 0; } #mal_cs_listinfo strong a strong { font-weight: normal; } #mal_cs_otherlinks strong { color: #333333; display: block; font: bold 13px/17px arial,sans-serif !important; padding: 0 4px 4px; text-shadow: 0 1px 1px #FFFFFF; } #mal_cs_otherlinks strong a { background: none repeat scroll 0 0 transparent !important; border-color: transparent !important; border-radius: 0 0 0 0; color: #333333; display: inline; font: bold 13px/17px arial,sans-serif !important; margin: 0; padding: 0; text-shadow: 0 1px 1px #FFFFFF; } #mal_cs_powered a { border-radius: 3px 0 0 0 !important; display: block !important; margin: 0 !important; opacity: 0; padding: 8px 0 0 !important; } #mal_cs_powered:hover a { opacity: 1; } #mal_cs_powered a img { background: url("http://i.imgur.com/fGTjBC3.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6); border-radius: 3px 3px 3px 3px; display: block; height: 0; margin: 0 12px; padding: 23px 0 0 126px; width: 0; } #mal_cs_powered a img:hover { background-color: #403C5A; } #mal_cs_powered #search { border-radius: 0 0 3px 3px; padding: 8px; position: relative; } #mal_cs_powered #search #searchBox { -moz-box-sizing: border-box; border-color: #BCBCBC #D6D6D6 #D6D6D6; border-radius: 2px 2px 2px 2px; border-style: solid; border-width: 1px; color: #333333; display: inline-block; font-family: arial,sans-serif; font-size: 13px; height: 28px; padding-left: 6px; padding-right: 24px; vertical-align: top; width: 100%; } #mal_cs_powered #search #searchBox:hover, #mal_cs_powered #search #searchBox:focus { border-color: #ACACAC #C6C6C6 #C6C6C6; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; } #mal_cs_powered #search #searchListButton { background: url("http://i.imgur.com/XqsilHp.png") no-repeat scroll 0 0 transparent; border-radius: 3px 3px 3px 3px; height: 0; margin: 0; padding: 16px 0 0 16px; position: absolute; right: 12px; top: 14px; width: 0; } #mal_cs_listinfo { background-image: url("http://i.imgur.com/UXZxrWI.png"); right: 106px; } #mal_cs_listinfo:hover { background-image: url("http://i.imgur.com/VcVVnod.png"); } #mal_cs_links { background-image: url("http://i.imgur.com/LpXWTzt.png"); right: 72px; z-index: 9; } #mal_cs_links:hover { background-image: url("http://i.imgur.com/oPfKrOl.png"); } #mal_cs_otherlinks { background-image: url("http://i.imgur.com/ogmX9qC.png"); right: 38px; z-index: 8; } #mal_cs_otherlinks:hover { background-image: url("http://i.imgur.com/EEGHkbF.png"); } #mal_cs_powered { background-image: url("http://i.imgur.com/ct4BVP5.png"); right: 4px !important; z-index: 7; } #mal_cs_powered:hover { background-image: url("http://i.imgur.com/TUUWtaj.png"); } td#mal_cs_pic a img { display: none; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: 0 none !important; } #mal_cs_listinfo, #mal_cs_links, #mal_cs_otherlinks, #mal_cs_powered { padding: 32px 0 0 !important; } #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before { z-index: 10 !important; content: ""; right: 0 !important; top: 0 !important; width: 32px !important; position: absolute !important; border-radius: 4px; } #mal_cs_listinfo:after{ background-image: url(http://i.imgur.com/856wzPZ.png); } #mal_cs_links:after{ background-image: url(http://i.imgur.com/rwvRyux.png); } #mal_cs_otherlinks:after{ background-image: url(http://i.imgur.com/fbWr1K4.png); } #mal_cs_powered:after{ background-image: url(http://i.imgur.com/fKvpt1F.png); } #mal_cs_listinfo:after, #mal_cs_links:after, #mal_cs_otherlinks:after, #mal_cs_powered:after { z-index: 10 !important; content: ""; right: 0 !important; top: 0 !important; width: 32px !important; height: 32px !important; position: absolute !important; } #searchBox { width: 128px !important; margin-left: 1px; } #mal_cs_powered #search #searchListButton { right: 15px !important; top: 12px !important; } @media screen and (-webkit-min-device-pixel-ratio:0) { #searchBox { width: 96px !important; } #list_surround { position: absolute !important; margin: auto !important; right: 0px !important; left: 0px !important;} Read more at http://myanimelist.net/forum/?topicid=393437#RD4x7c2yiM3d3j4m.99 -Now I would like to make the side buttons bigger -make the gap between "currently watching" list and "completed" list bigger -make the the headers bigger And in the original layout there was a title.The code is still in but it seems like the title isnt displaying itself Would be really happy if you could show me where I can change it :) |
CoLd_J0kerMar 8, 2015 1:50 AM
Mar 8, 2015 1:43 PM
#2656
Hi, is there a tutorial to make advanced signatures? I found one in which you can add the time you spend watching anime, but the site is nor working anymore. I would like to know how to make a better signature with more information and also with images switching like a gif. I've seen some like that but have no idea how to make them. So far I can make my own signature out of a render and use the info MAL provides automatically in your profile settings but don't know how to pass that lvl. Pd: also, my signature won't update anymore unless I do it manually. I've tried every fix and nothing.... :( |
Mar 9, 2015 2:03 AM
#2657
http://myanimelist.net/animelist/Takana_no_Hana&status=1&order=4 Hi, can anyone help me with this problem? I just increased height of the rows, and this appeared: http://puu.sh/gsXGP.jpg How can I move the cover image to the anime title ? Like this http://i.imgur.com/scvCsTh.jpg Nvm, i found the answer. |
Takana_no_HanaMar 9, 2015 6:39 AM
Mar 9, 2015 10:27 AM
#2658
edup_2004 said: Hi, is there a tutorial to make advanced signatures? I found one in which you can add the time you spend watching anime, but the site is nor working anymore. I would like to know how to make a better signature with more information and also with images switching like a gif. I've seen some like that but have no idea how to make them. So far I can make my own signature out of a render and use the info MAL provides automatically in your profile settings but don't know how to pass that lvl. Pd: also, my signature won't update anymore unless I do it manually. I've tried every fix and nothing.... :( I'm not really up on signatures atm and I don't know of any such tutorials. There was some problem with automatic updating before and I just gave up on using that entirely. I'd suggest expressing yourself in some way through your signature to meet friends. Like- the main sig where you display anime can be a little creative project like you have now where you add something about your tastes which you'd like to find friends who also share that... and on the side, you have your club badges, steam group links, PSN links, etc, if you have those. If you were say into LoL you could make a cool LoL sig and then some link to how people can team up with you for casual matches (never played it but I imagine they have those options lol). To enhance your skills, try Hahaido's Member card tutorial (Member Card section), or look up Photoshop/Gimp tutorials on adding borders. That'd be a good start. Instead of member cards tho you'll be making signatures which are similar in a lot of ways actually. A couple cool effects you add, or even pasted in ones you borrow online, like light rays, could improve the look... and hmm try the random background image tutorial (CSS tutorial, I think) and instead of using it for your list use it for your signature image to cycle thru sigs. btw- the really overly animated sigs, like the ones that detail an entire anime fight in poor frame rate and detail, or huge Gundam space battles, are incredibly annoying lol imo. I would avoid these. I always block them with a couple clicks and they're known on forums to be distracting and annoying. Those super HD animated ones also usually have bad detail due to compression rates of GIFs, and/or get zapped by forum mods often for being too big. Subtle animation is the way to go, like Hahaido's Sena animation, thats perfect: http://myanimelist.net/forum/?topicid=499859 Its not so obnoxious it forces you to look at it, but its also animated enough that its impressive. Also start with super high quality pics to really look good and attract attention (may have to search deep for those online). Oh and also see the Request section for the thread on getting sigs made for you. All those sections can be found thru this Index: http://myanimelist.net/forum/?topicid=1309889 And if you need help finding one of the things in particular we can prob help, for example I know some Danbooru artists to search for HD pretty anime pics, if you were looking for that. Hope all that helps! |
Shishio-kunMar 9, 2015 10:32 AM
Mar 9, 2015 11:00 AM
#2659
@Shishio-kun Thanks a lot, you just gave me a lot of ideas of what to put in my signature. Gonna try those tutorials with the cards and then switch it to signatures. I also love cards and would love to be able to do some of them. |
Mar 9, 2015 5:57 PM
#2660
Hi, I just want to ask that are there any way to implement this scrolling banner into my list? Here are the codes: /* ANIMATED SCROLLING BANNER Z-index is the position of the scrolling pic (in front of or behind the list). A high z-index will move the list in front of other parts. A lower index will move the scrollbar behind other parts (-1 will be behind most lists). */ #inlineContent { position: fixed!important; display: block !important; left: 0; top: 0; width: 100%; height: 100px; overflow: hidden; z-index: 8; } /* SCROLLING IMAGE Change image and animation speeds here (20s). */ #inlineContent:before { background-attachment:scroll; pointer-events: none; position: absolute!important; content: ''; width: 300%; height: 100%; background-image: url("http://i.minus.com/iRrOnoL7YWiBf.png"); -moz-animation: scroll 90s linear infinite; -webkit-animation: scroll 90s linear infinite; } @-moz-keyframes scroll { 0% { background-position: 0; } 100% { background-position: -200%; } } @-webkit-keyframes scroll { 0% { background-position: 0; } 100% { background-position: -200%; } } I figure out it has something to do with inlineContent and I've been playing with the codes for hours but no result :/ When I added that code to the list, it didn't show. Then I changed the value and sometimes it shows but the other background images or animation just got lost. |
Mar 9, 2015 11:36 PM
#2661
Takana_no_Hana said: Hi, I just want to ask that are there any way to implement this scrolling banner into my list? Here are the codes: /* ANIMATED SCROLLING BANNER Z-index is the position of the scrolling pic (in front of or behind the list). A high z-index will move the list in front of other parts. A lower index will move the scrollbar behind other parts (-1 will be behind most lists). */ #inlineContent { position: fixed!important; display: block !important; left: 0; top: 0; width: 100%; height: 100px; overflow: hidden; z-index: 8; } /* SCROLLING IMAGE Change image and animation speeds here (20s). */ #inlineContent:before { background-attachment:scroll; pointer-events: none; position: absolute!important; content: ''; width: 300%; height: 100%; background-image: url("http://i.minus.com/iRrOnoL7YWiBf.png"); -moz-animation: scroll 90s linear infinite; -webkit-animation: scroll 90s linear infinite; } @-moz-keyframes scroll { 0% { background-position: 0; } 100% { background-position: -200%; } } @-webkit-keyframes scroll { 0% { background-position: 0; } 100% { background-position: -200%; } } I figure out it has something to do with inlineContent and I've been playing with the codes for hours but no result :/ When I added that code to the list, it didn't show. Then I changed the value and sometimes it shows but the other background images or animation just got lost. You're already using inline content for the secondary background and animated sakura petals. So you could use a different selector for the scrollbar, or a different one for the second bg/petals. |
Mar 9, 2015 11:43 PM
#2662
Shishio-kun said: Takana_no_Hana said: Hi, I just want to ask that are there any way to implement this scrolling banner into my list? Here are the codes: /* ANIMATED SCROLLING BANNER Z-index is the position of the scrolling pic (in front of or behind the list). A high z-index will move the list in front of other parts. A lower index will move the scrollbar behind other parts (-1 will be behind most lists). */ #inlineContent { position: fixed!important; display: block !important; left: 0; top: 0; width: 100%; height: 100px; overflow: hidden; z-index: 8; } /* SCROLLING IMAGE Change image and animation speeds here (20s). */ #inlineContent:before { background-attachment:scroll; pointer-events: none; position: absolute!important; content: ''; width: 300%; height: 100%; background-image: url("http://i.minus.com/iRrOnoL7YWiBf.png"); -moz-animation: scroll 90s linear infinite; -webkit-animation: scroll 90s linear infinite; } @-moz-keyframes scroll { 0% { background-position: 0; } 100% { background-position: -200%; } } @-webkit-keyframes scroll { 0% { background-position: 0; } 100% { background-position: -200%; } } I figure out it has something to do with inlineContent and I've been playing with the codes for hours but no result :/ When I added that code to the list, it didn't show. Then I changed the value and sometimes it shows but the other background images or animation just got lost. You're already using inline content for the secondary background and animated sakura petals. So you could use a different selector for the scrollbar, or a different one for the second bg/petals. Hi, thanks for the answer but I'm not quite sure what are the other selector. Can you give me some hindsight? |
Mar 11, 2015 1:57 PM
#2663
You need to replace the inline content selectors with another selector you're not using, used some in the codes below. Now you can use inline content for the scrollbar. There's already a scrollbar topic too. I think this is easier cuz inlinecontent is best for scrollbars, its picky @import url(http://storage.live.com/items/4A07C1EEED420167%21151); @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); /* HOW TO USE (go to this link) http://dl.dropboxusercontent.com/u/78340470/howtouse.txt */ /* MAIN BACKGROUND The space background by default. */ body { background-image: url(http://i.imgur.com/bi1Y3uj.jpg); background-position:0 100%, 0 0; background-repeat:no-repeat no-repeat; background-size:cover; cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important; } /* SECONDARY BACKGROUND Goes behind the list but in front of the main background. Image links to a character render in the parenthesis after background. Add or remove the word "contain" (without quotations) after background-size if you want them to be fit or not fit into the entire page. */ .status_selected a:after { background: url("http://signavatar.com/38086_s.png") no-repeat scroll right bottom transparent; background-size: contain !important; content: ""; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -485px -487px, 485px -487px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -485px -487px, 485px -487px; } } .status_selected a:before { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 100%; height: 100%; background-image: url(http://i.imgur.com/CRl4QNy.png), url(http://i.imgur.com/fn6Royv.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } /* SIDE BUTTONS The first code controls the type of positioning of the buttons- if you change absolute to fixed, it will fix the buttons to the page. You'll have to change left: -300px; to left: 0px; after if you want them fixed. All the following codes control the background image for the buttons in this order: Current, Complete, On-hold, Dropped, Planned, and All Anime. If you don't want the All Anime button on your list, remove the X from display: Xnone; if you want the All Anime button back, add the X back or delete display:none; */ .status_selected, .status_not_selected { position:fixed; left: 10px; } .status_selected:first-of-type, .status_not_selected:first-of-type { background-image:url(http://i.imgur.com/EIe0ds2.png); background-position:0 0; top:20px; } .status_selected:nth-of-type(2), .status_not_selected:nth-of-type(2) { background-image:url(http://i.imgur.com/enIwPEb.png); background-position:100% 0; top:140px; } .status_selected:nth-of-type(3), .status_not_selected:nth-of-type(3) { background-image:url(http://i.imgur.com/l6QiiwD.png); background-position:0 0; top:260px; } .status_selected:nth-of-type(4), .status_not_selected:nth-of-type(4) { background-image:url(http://i.imgur.com/oFeoqkJ.png); background-position:100% 0; top:380px; } .status_selected:nth-of-type(5), .status_not_selected:nth-of-type(5) { background-image:url(http://i.imgur.com/BKofJla.png); background-position:0 0; top:500px; } .status_selected:last-of-type, .status_not_selected:last-of-type { background-image:url(http://i.imgur.com/g0BYNOB.png); background-position:100% 0; top:620px; display: none; } /* MAGICA LOGO AND LIST TOP SPACING Background-image is the Magica logo at page top. You can move it with background position. Padding top controls the amount of space between the list top and the top of the page. If you raise the number the list will move farther down the page. */ #list_surround { background-image: url("http://i.imgur.com/4ktjlw2.png"); background-position:; padding-top: 50px; } /* CUSTOM HEADERS */ [class^="header_"] * { height:200px; } .header_cw { background-image: url("http://i.imgur.com/5GXhEyl.png"); background-position: 100% 110px; } .header_completed { background-image: url("http://i.imgur.com/IiV7JaZ.png"); background-position: 100% 110px; } .header_onhold { background-image: url("http://i.imgur.com/fhdLlLW.png"); background-position: 100% 110px; } .header_dropped { background-image: url("http://i.imgur.com/BBEJpgi.png"); background-position: 100% 110px; } .header_ptw { background-image: url("http://i.imgur.com/APrZ8aA.png"); background-position: 100% 110px; } /* COVER PIC POSITION (hover) This is how far to the left the cover pic will zoom out when you point to the thumbnail for it. If you want it more to the right, take away from the amount below. */ .hide:hover { margin-left: -178px; } /* LIST TOP COLORS The colors for the top text (#, anime title, score, etc) and the panel itself. Google "RGBA color generator" for easy to copy color and opacity numbers customized for you to put after "background- color:". */ .table_header, .table_header a{ color: white;} .table_header { background-color: rgba(44, 103, 0, 0.5); } /* LIST BACKGROUND COLOR, ROW HEIGHT AND HOVER COLOR Adjust the opacity and color of the list itself with the first two sets of code, as well as the height of the rows. td1 is odd numbered rows, td2 is even. The third set of code is for the row color and opacity on height. */ .td1 { background-color:rgba(0, 0, 0, 0.5); height:80px; } .td2 { background-color:rgba(0, 0, 0, 0.5); height:80px; } tr:hover [class^="td"] { transition: .1s linear; background-color: rgba(180, 32, 48, 0.6); } /* LIST BOTTOM COLORS The first set controls color for the category totals, and second for the copyright section. */ .category_totals { background-color:rgba(180, 32, 48, 0.4); } #copyright { background-color:rgba(180, 32, 48, 0.6); } /* LIST FONT COLOR AND TYPE You can control the font type and colors for the list here; for the anime titles and tags see after */ .td1, .td2, .category_totals { color:white; font-family: ; } /* ANIME TITLE/AIRING You can control the font-colors for anime titles here, and the Airing text on currently airing anime. */ .animetitle { color: white; font-family: ; font-weight: bold; } .animetitle + small { color:#CC33FF !important; font-weight: bold; } /* TAGS (mini-reviews) The first code controls the size/color of the font if you put in any tags/mini-reviews. The second can control how much the width of the list the tags take up- you must put a percentage in after "width:" and before !important (for example 85% ). */ span[id*="tagLinks"] a { font-size: 12px !important; color: #FFFFFF !important; font-family: ; top: 20px !important;} span[id*="tagLinks"] { width: 87% !important; } /* TAGS EDIT BUTTON The button link "Edit" will show up under your anime title number. */ .td1:nth-of-type(6) a, .td2:nth-of-type(6) a { color: #00FFFF; font-size: 14px; left: 9px; margin-top: 20px; text-decoration: none; z-index: 1 !important; } /* OTHER CODES Ask in the original topic for this layout of in my club if you need to learn more about customizing this layout. */ .td1:nth-of-type(6) a, .td2:nth-of-type(6) a { background-color: rgba(0, 0, 0, 0) !important; position: absolute; } .table_header:nth-of-type(6) { width: 1px !important; font-size: 0 !important; } .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 0 !important; width: 1px !important; } span[id*="tagLinks"] { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; color: rgba(0, 0, 0, 0); font-size: 13px !important; left: 25px !important; margin-top: 10px !important; position: absolute !important; } span[id*="tagLinks"] a { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; left: 49px !important; position: relative !important; text-decoration: none !important; top: 6px; } .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a { color:transparent; display:block; font-size:0; height:113px; width:263px; } .status_selected, .status_not_selected { -webkit-background-clip:padding-box !important; background-clip:padding-box !important; background-color:transparent; background-repeat:no-repeat no-repeat; background-size:contain; border:1px solid transparent; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; display:block; padding:0; width:263px; } .status_not_selected { opacity:0.7; } .status_not_selected:hover { color:transparent; opacity:1; } body { background-attachment:fixed; background-clip:border-box; background-color: black; font-family:calibri; } #list_surround { background-attachment: scroll; background-color: rgba(0, 0, 0, 0); background-repeat: no-repeat no-repeat; font-size: 100%; line-height: 1; padding-bottom: 10px; } #list_surround { left: -10px !important; margin:auto !important; position:absolute !important; right:0 !important; width: 600px; } .status_selected a:after, .status_selected a:before { display: inline-block !important; height: 100%; left: 0 !important; margin: auto !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 100%; z-index: -1 !important; } .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw { background-repeat: no-repeat; background-color: transparent; height: 260px; margin-bottom: 0; font-size: 0; margin-top: 200px; } a { color:#FFFFFF; text-decoration:none; text-shadow:none; } a:hover { color:#fff; text-decoration:underline; } .table_header:first-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:10px; border-top-right-radius:0; } .table_header:nth-of-type(2) { padding-left:35px; text-align:left; } .table_header:last-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:0; border-top-right-radius:10px; } .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals { border:0 none; padding:4px; vertical-align:top; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:17px; } .category_totals { border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:0; border-top-right-radius:0; color:white; text-align:center; } [class^="header_"] * { background-repeat:no-repeat no-repeat; font-size:0; line-height:24px; padding-bottom:4px; text-align:right; vertical-align:bottom; } .header_title { border-bottom-left-radius:4px; border-bottom-right-radius:4px; border-top-left-radius:4px; border-top-right-radius:4px; color:#FFFFFF; display:inline-block; font-style:italic; height:auto; padding:0 8px 0 0; text-shadow:rgba(0, 0, 0, 0.14902) 0 1px 1px; } #grand_totals { background-color:transparent; border:0 none; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; color:#FFFFFF; line-height:20px; min-height:20px; padding:8px; text-align:center; vertical-align:middle; } #copyright { border-bottom-left-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-top-right-radius:3px; color:#EEEEEE; line-height:17px; margin-top:10px; padding:8px; text-align:center; } .hide { background-color:rgba(248, 162, 200, 0.701961); background-position:50% 50%; background-repeat:no-repeat no-repeat; background-size:cover; border:1px solid #FFFFFF; border-bottom-left-radius:8px; border-bottom-right-radius:8px; border-top-left-radius:8px; border-top-right-radius:0; display:inline-block !important; height:55px; margin-left:33px; margin-top:-80px; position:absolute; width:35px; z-index: 0 !important; } .hide:hover { background-color: rgba(0, 0, 0, 0); background-repeat: no-repeat no-repeat; background-size: cover; border-radius: 20px; box-shadow: 0 0 8px 8px rgba(63, 52, 60, 0.55); padding-right: 150px; padding-top: 220px !important; position: absolute; z-index: 0 !important; } .hide:hover:after { background: transparent; content: " "; height: 75px; left: 0; position: absolute; top: 0; width: 260px; z-index: 20; } .td1:nth-of-type(2), .td2:nth-of-type(2) { padding-left:35px; text-align:left; } a, .td1, .td2, .category_totals { -webkit-transition:all 0.25s ease-in-out 0s; transition:all 0.25s ease-in-out 0s; } .animetitle { } .animetitle + small { } * { -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; } #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; } |
Mar 11, 2015 6:50 PM
#2664
Thank you very much for the answer, but currently the images on the right is on top of my list. I couldn't figure out how to put them under the list. I guess i will have to find other way or give up on this, anyway I really appreciate your help. |
Takana_no_HanaMar 11, 2015 7:00 PM
Mar 11, 2015 10:46 PM
#2665
Takana_no_Hana said: Thank you very much for the answer, but currently the images on the right is on top of my list. I couldn't figure out how to put them under the list. I guess i will have to find other way or give up on this, anyway I really appreciate your help. Why are you adding the animated intro now? Also the instructions for that trick said to add it these kinda changes to the bottom, always read the whole topic. It makes for less errors and is easier for us to fix your code later. The way you lower stuff from the background or foreground is with z-index (-1 is behind the list). Thats a different topic altogether anyways. The animated scrollbar is here: http://myanimelist.net/forum/?topicid=1329599 You can use copyright selector's before and after instead of "status etc etc before and after", like here. I took some time and added all that and moved all these new changes to the bottom so its easier to mess with them: @import url(http://storage.live.com/items/4A07C1EEED420167%21151); @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); /* HOW TO USE (go to this link) http://dl.dropboxusercontent.com/u/78340470/howtouse.txt */ /* MAIN BACKGROUND The space background by default. */ body { background-image: url(http://i.imgur.com/bi1Y3uj.jpg); background-position:0 100%, 0 0; background-repeat:no-repeat no-repeat; background-size:cover; cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important; } /* SIDE BUTTONS The first code controls the type of positioning of the buttons- if you change absolute to fixed, it will fix the buttons to the page. You'll have to change left: -300px; to left: 0px; after if you want them fixed. All the following codes control the background image for the buttons in this order: Current, Complete, On-hold, Dropped, Planned, and All Anime. If you don't want the All Anime button on your list, remove the X from display: Xnone; if you want the All Anime button back, add the X back or delete display:none; */ .status_selected, .status_not_selected { position:fixed; left: 10px; } .status_selected:first-of-type, .status_not_selected:first-of-type { background-image:url(http://i.imgur.com/EIe0ds2.png); background-position:0 0; top:20px; } .status_selected:nth-of-type(2), .status_not_selected:nth-of-type(2) { background-image:url(http://i.imgur.com/enIwPEb.png); background-position:100% 0; top:140px; } .status_selected:nth-of-type(3), .status_not_selected:nth-of-type(3) { background-image:url(http://i.imgur.com/l6QiiwD.png); background-position:0 0; top:260px; } .status_selected:nth-of-type(4), .status_not_selected:nth-of-type(4) { background-image:url(http://i.imgur.com/oFeoqkJ.png); background-position:100% 0; top:380px; } .status_selected:nth-of-type(5), .status_not_selected:nth-of-type(5) { background-image:url(http://i.imgur.com/BKofJla.png); background-position:0 0; top:500px; } .status_selected:last-of-type, .status_not_selected:last-of-type { background-image:url(http://i.imgur.com/g0BYNOB.png); background-position:100% 0; top:620px; display: none; } /* MAGICA LOGO AND LIST TOP SPACING Background-image is the Magica logo at page top. You can move it with background position. Padding top controls the amount of space between the list top and the top of the page. If you raise the number the list will move farther down the page. */ #list_surround { background-image: url("http://i.imgur.com/4ktjlw2.png"); background-position:; padding-top: 50px; } /* CUSTOM HEADERS */ [class^="header_"] * { height:200px; } .header_cw { background-image: url("http://i.imgur.com/5GXhEyl.png"); background-position: 100% 110px; } .header_completed { background-image: url("http://i.imgur.com/IiV7JaZ.png"); background-position: 100% 110px; } .header_onhold { background-image: url("http://i.imgur.com/fhdLlLW.png"); background-position: 100% 110px; } .header_dropped { background-image: url("http://i.imgur.com/BBEJpgi.png"); background-position: 100% 110px; } .header_ptw { background-image: url("http://i.imgur.com/APrZ8aA.png"); background-position: 100% 110px; } /* COVER PIC POSITION (hover) This is how far to the left the cover pic will zoom out when you point to the thumbnail for it. If you want it more to the right, take away from the amount below. */ .hide:hover { margin-left: -178px; } /* LIST TOP COLORS The colors for the top text (#, anime title, score, etc) and the panel itself. Google "RGBA color generator" for easy to copy color and opacity numbers customized for you to put after "background- color:". */ .table_header, .table_header a{ color: white;} .table_header { background-color: rgba(44, 103, 0, 0.5); } /* LIST BACKGROUND COLOR, ROW HEIGHT AND HOVER COLOR Adjust the opacity and color of the list itself with the first two sets of code, as well as the height of the rows. td1 is odd numbered rows, td2 is even. The third set of code is for the row color and opacity on height. */ .td1 { background-color:rgba(0, 0, 0, 0.5); height:80px; } .td2 { background-color:rgba(0, 0, 0, 0.5); height:80px; } tr:hover [class^="td"] { transition: .1s linear; background-color: rgba(180, 32, 48, 0.6); } /* LIST BOTTOM COLORS The first set controls color for the category totals, and second for the copyright section. */ .category_totals { background-color:rgba(180, 32, 48, 0.4); } #copyright { background-color:rgba(180, 32, 48, 0.6); } /* LIST FONT COLOR AND TYPE You can control the font type and colors for the list here; for the anime titles and tags see after */ .td1, .td2, .category_totals { color:white; font-family: ; } /* ANIME TITLE/AIRING You can control the font-colors for anime titles here, and the Airing text on currently airing anime. */ .animetitle { color: white; font-family: ; font-weight: bold; } .animetitle + small { color:#CC33FF !important; font-weight: bold; } /* TAGS (mini-reviews) The first code controls the size/color of the font if you put in any tags/mini-reviews. The second can control how much the width of the list the tags take up- you must put a percentage in after "width:" and before !important (for example 85% ). */ span[id*="tagLinks"] a { font-size: 12px !important; color: #FFFFFF !important; font-family: ; top: 20px !important;} span[id*="tagLinks"] { width: 87% !important; } /* TAGS EDIT BUTTON The button link "Edit" will show up under your anime title number. */ .td1:nth-of-type(6) a, .td2:nth-of-type(6) a { color: #00FFFF; font-size: 14px; left: 9px; margin-top: 20px; text-decoration: none; z-index: 1 !important; } /* OTHER CODES Ask in the original topic for this layout of in my club if you need to learn more about customizing this layout. */ .td1:nth-of-type(6) a, .td2:nth-of-type(6) a { background-color: rgba(0, 0, 0, 0) !important; position: absolute; } .table_header:nth-of-type(6) { width: 1px !important; font-size: 0 !important; } .td1:nth-of-type(6), .td2:nth-of-type(6) { font-size: 0 !important; width: 1px !important; } span[id*="tagLinks"] { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; color: rgba(0, 0, 0, 0); font-size: 13px !important; left: 25px !important; margin-top: 10px !important; position: absolute !important; } span[id*="tagLinks"] a { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; left: 49px !important; position: relative !important; text-decoration: none !important; top: 6px; } .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a { color:transparent; display:block; font-size:0; height:113px; width:263px; } .status_selected, .status_not_selected { -webkit-background-clip:padding-box !important; background-clip:padding-box !important; background-color:transparent; background-repeat:no-repeat no-repeat; background-size:contain; border:1px solid transparent; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; display:block; padding:0; width:263px; } .status_not_selected { opacity:0.7; } .status_not_selected:hover { color:transparent; opacity:1; } body { background-attachment:fixed; background-clip:border-box; background-color: black; font-family:calibri; } #list_surround { background-attachment: scroll; background-color: rgba(0, 0, 0, 0); background-repeat: no-repeat no-repeat; font-size: 100%; line-height: 1; padding-bottom: 10px; } #list_surround { left: -10px !important; margin:auto !important; position:absolute !important; right:0 !important; width: 600px; } .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw { background-repeat: no-repeat; background-color: transparent; height: 260px; margin-bottom: 0; font-size: 0; margin-top: 200px; } a { color:#FFFFFF; text-decoration:none; text-shadow:none; } a:hover { color:#fff; text-decoration:underline; } .table_header:first-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:10px; border-top-right-radius:0; } .table_header:nth-of-type(2) { padding-left:35px; text-align:left; } .table_header:last-of-type { border-bottom-left-radius:0; border-bottom-right-radius:0; border-top-left-radius:0; border-top-right-radius:10px; } .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals { border:0 none; padding:4px; vertical-align:top; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:17px; } .category_totals { border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:0; border-top-right-radius:0; color:white; text-align:center; } [class^="header_"] * { background-repeat:no-repeat no-repeat; font-size:0; line-height:24px; padding-bottom:4px; text-align:right; vertical-align:bottom; } .header_title { border-bottom-left-radius:4px; border-bottom-right-radius:4px; border-top-left-radius:4px; border-top-right-radius:4px; color:#FFFFFF; display:inline-block; font-style:italic; height:auto; padding:0 8px 0 0; text-shadow:rgba(0, 0, 0, 0.14902) 0 1px 1px; } #grand_totals { background-color:transparent; border:0 none; border-bottom-left-radius:10px; border-bottom-right-radius:10px; border-top-left-radius:10px; border-top-right-radius:10px; color:#FFFFFF; line-height:20px; min-height:20px; padding:8px; text-align:center; vertical-align:middle; } #copyright { border-bottom-left-radius:3px; border-bottom-right-radius:3px; border-top-left-radius:3px; border-top-right-radius:3px; color:#EEEEEE; line-height:17px; margin-top:10px; padding:8px; text-align:center; } .hide { background-color:rgba(248, 162, 200, 0.701961); background-position:50% 50%; background-repeat:no-repeat no-repeat; background-size:cover; border:1px solid #FFFFFF; border-bottom-left-radius:8px; border-bottom-right-radius:8px; border-top-left-radius:8px; border-top-right-radius:0; display:inline-block !important; height:55px; margin-left:33px; margin-top:-80px; position:absolute; width:35px; z-index: 0 !important; } .hide:hover { background-color: rgba(0, 0, 0, 0); background-repeat: no-repeat no-repeat; background-size: cover; border-radius: 20px; box-shadow: 0 0 8px 8px rgba(63, 52, 60, 0.55); padding-right: 150px; padding-top: 220px !important; position: absolute; z-index: 0 !important; } .hide:hover:after { background: transparent; content: " "; height: 75px; left: 0; position: absolute; top: 0; width: 260px; z-index: 20; } .td1:nth-of-type(2), .td2:nth-of-type(2) { padding-left:35px; text-align:left; } a, .td1, .td2, .category_totals { -webkit-transition:all 0.25s ease-in-out 0s; transition:all 0.25s ease-in-out 0s; } .animetitle { } .animetitle + small { } * { -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; } #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; } /* SECONDARY BACKGROUND Goes behind the list but in front of the main background. Image links to a character render in the parenthesis after background. Add or remove the word "contain" (without quotations) after background-size if you want them to be fit or not fit into the entire page. */ #copyright:before { background: url("http://signavatar.com/38086_s.png") no-repeat scroll right bottom transparent; background-size: contain !important; content: ""; } @keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -485px -487px, 485px -487px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0, 0 0; } 100% { background-position: -485px -487px, 485px -487px; } } #copyright:after { position: fixed; display: block; content: ''; left: 50%; bottom: 0; margin-left: -40%; width: 100%; height: 100%; background-image: url(http://i.imgur.com/CRl4QNy.png), url(http://i.imgur.com/fn6Royv.png); border-radius: 50em; animation: sparkle 15s linear infinite; -webkit-animation: sparkle 15s linear infinite; } #copyright:after, #copyright:before { display: inline-block !important; height: 100%; left: 0 !important; margin: auto !important; position: fixed !important; right: 0 !important; top: 0 !important; width: 100%; z-index: -1 !important; } /* ANIMATED SCROLLING BANNER Z-index is the position of the scrolling pic (in front of or behind the list). A high z-index will move the list in front of other parts. A lower index will move the scrollbar behind other parts (-1 will be behind most lists). If you have errors, you need to remove the #inlineContent codes from other parts of your layout before using these codes. Also read the special instructions on position in the next section below. */ #inlineContent { position: fixed; display: block !important; left: 0; top: 0; width: 100%; height: 145px; overflow: hidden; z-index: -1; } /* SCROLLING IMAGE Change image and animation speeds here (20s). For fixing errors, try to replace the '-200%' after "100% { background-position" with a negative px amount equal to the width of your banner image. Also try to replace the '300%' after the first and only "width" below with the full px width of the banner image you use. You should see the width of your banner when you create it or by clicking view image over it wherever its uploaded. */ #inlineContent:before { pointer-events: none; position: absolute; content: ''; width: 300%; height: 100%; background-image: url("http://i.imgur.com/OIagBWN.png"); -moz-animation: scroll 50s linear infinite; -webkit-animation: scroll 50s linear infinite; } @-moz-keyframes scroll { 0% { background-position: 0; } 100% { background-position: -200%; } } @-webkit-keyframes scroll { 0% { background-position: 0; } 100% { background-position: -200%; } } /* LOWER WALLPAPER Lower the body wallpaper here so that your animated banner doesn't cover up the top of it. */ body { background-position: 0 145px !important; } |
Mar 11, 2015 11:43 PM
#2666
Hi there! I've been trying to make rounded edges to every table and I'm currently stuck at the category bar. I just cant figure out how to make it rounded. Here's the image of what I'm making: http://i.imgur.com/WQSESJ4.png I want to have rounded edges for the Category Bar, so I tried adding border-radius to the .status_selected/ .status_not_selected, but that only changes individual bars for each link and that is not what I exactly had in mind. I guess one way to resolve my problem would be to make "Currently watching" have rounded edges on the left side while "All Anime" had them on the right side, but I don't really have a clue how to do that either. Here's the code: /* BACKGROUND IMAGE This is the main background image for the whole page. Change the image link to the background you want! */ @import url(http://fonts.googleapis.com/css?family=Jacques+Francois); @import url(http://fonts.googleapis.com/css?family=Bilbo); body { background-image: url(http://i.imgur.com/eFqFe5Z.png); background-attachment: fixed; } /* HEADER COLOR AND FONT These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc). if you don't want a solid color there, go to the line that starts with background-color and replace it the color type (blue for example) with the word "transparent" (no quotations). */ .header_title { background-color: rgba(209, 212, 255, 0.5); color:#3CB43C; font-family:jacques francois; font-size:44px; border-radius: 25px 25px 0px 0px; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color: rgba(209, 212, 255, 0.5); } /* ANIME/MANGA TITLE FONTS This is the type and color of the anime/manga titles on your list, like Bleach, Vampire Knight, etc. */ .animetitle, .animetitle:visited { color:Teal; font-family:century gothic; font-size:22px; } /* LIST FONTS This is the type and color for more of the numbers, links, and words on the list itself! */ .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:teal; font-family:century gothic; } /* LIST WIDTH Use this to increase the width of your list! */ #list_surround { width:720px; } /* REPOSITION MAIN BACKGROUND Change the position your background starts on your screen from with the two properties after "background-position" below. You replace 'center' and '43%' with two other properties, they can be any of the following: left, top, bottom, right, or center. So if you want your background to start from the center of the screen, use "center center" after background-position in the code below, replacing "center 43%". If you want it to start from the top and left, use "top left" If you want it to start from the top and center, use "top center". If you want it to start from the right and top, use "right top" If you want it to start from the right and bottom, use "right bottom" and so forth... Additionally, you can change "left" to a % to determine how far left or right the background starts from. For example "30% top" will start the background from the top but 30% of the pic's width from the left of the layout. You can also change top to a % to change the amount you want to start it from the top or bottom. */ body{ background-position: center 43%;} /*OTHER CODES Important codes for the layout's setup. Don't mess with these unless you know exactly what you're doing. If you want to customize more on the page, use the link at the top of this CSS, or ask in my club! */ body { font-weight: light; background-repeat: repeat; background-color: rgba(209, 212, 255, 0.5) !important; } #list_surround { margin:auto; background-image:url(); } a { text-decoration:none; } a:visited { text-decoration:none; } /* Changes hover color */ a:hover, a:visited:hover { color:red; text-decoration:underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { border-width:0; padding:2px; } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER {background-color:black; border-width:0; padding:2px; } #copyright:after { content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs or info."; } /*Controls the category tab*/ .status_selected { background-color: rgba(209, 212, 255, 0.5) !important; padding:2px; color:A2A9FF; text-decoration: blink; } .status_not_selected { background-color: rgba(209, 212, 255, 0.5) !important; padding:2px; color:green; } .status_selected a{ color:A2A9FF; } .status_not_selected a{ color:green; } .thickbox { color:cyan; font-family:fantasy; font-size:12px; } .header_title { height:52px; padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { height:30px; } #copyright, #grand_totals { text-align: center; margin:0 auto; } body { background-size: cover; } /* LIST BACKGROUND COLOR AND OPACITY Go to this page for instructions on customizing this part, under: Changing the list background color + opacity of the list background */ .category_totals, .td1, .td2, #grand_totals, #copyright { background-color: rgba(209, 212, 255, 0.5) !important; } .category_totals{ border-radius: 0px 0px 25px 25px; } #grand_totals, #copyright{ background-color: rgba(209, 212, 255, 0.5) !important; border-radius: 25px 25px 25px 25px; } .table_header { background-color: rgba(209, 212, 255, 0.5) !important;} #list_surround { position: absolute !important; right: 25px !important;} /****************************/ /* Aqua Highlight on Hover */ /****************************/ tr:hover [class^=td] { background-color: rgba(209, 212, 255, 0.5) !important; -moz-transition: .4s ease; -webkit-transition: .4s ease; -o-transition: .4s ease; } |
Mar 13, 2015 3:34 AM
#2667
Hey guys, Can someone tell me, // http://imgur.com/fSwfcvS // how do i make it so that the "edit" and "score" rows are vertically in line? The problem is, the type - special has too many characters / too big so it pushes the other 2 rows to the left. I'm guessing i need to adjust how many pixels the row can be wide, but i got no idea how to do it. My code /*Fonts*/ @import url("http://fonts.googleapis.com/css?family=Tangerine|Lemon|Nova+Slim"); /* BACKGROUND IMAGE */ body { background-image: url(http://dl.dropboxusercontent.com/s/3l0m6vloqt2uhul/elfenliedback.png); background-size:100%,100%,cover; background-attachment: fixed,fixed,fixed; background-position: left top, 0% 100%,0% 100%; text-shadow: 1px 0px 4px #3A6FE7; background-color: rgb(255, 255, 255); } /* HEADER COLOR AND FONT These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc). */ .header_title { background-color: transparent; color: #E60000; font-family: "Tangerine"; font-size:40px; border-radius: 20px 20px 0px 0px; font-weight: 700; text-align: center; text-shadow: 3px -1px 5px #0C0C0C; } /* Completed*/ .header_completed span { font-size: 0; } .header_completed span:before { content: 'Finished'; font-size: 40px; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color: rgba(200, 0, 0, 0.400); } /* ANIME/MANGA TITLE FONTS */ .animetitle, .animetitle:visited { color:white; font-family: "Lemon"!important; font-size:15px; } /* LIST FONTS This is the type and color for more of the numbers, links, and words on the list itself! */ .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-family: "Nova Slim" ; } #mal_control_strip, #mal_control_strip a { color:white; font-family: "Nova Slim" !important; text-decoration:none !important; } #mal_control_strip td, #mal_control_strip font-family: "Lemon"!important; } #mal_cs_listinfo div:first-of-type:before { color:white; font-family: "Nova Slim" !important; text-decoration:none !important; Content:'Welcome '!important; } #mal_cs_listinfo div:first-of-type:after { color:white; font-family: "Nova Slim" !important; text-decoration:none !important; Content:'-san'!important; } #list_surround { position: absolute !important; display: inline-block; left: 10px; top: 0; width: 920px !important; } /* OTHER CODES */ body { height: 100%; font-weight: light; background-repeat: no-repeat; background-color: #FFFFFF; overflow-y: scroll; } a ,a:visited { text-decoration:none; } a:hover, a:visited:hover, # a:hover, # a:visited:hover { color:rgba(251, 189, 255, 0.702); text-decoration:none; } .category_totals, .td1, .td2, #grand_totals, #copyright { } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER {background-color:rgba(12, 26, 171, 0.400); border-width:0; } .status_selected a,.status_not_selected a,.status_selected a:hover ,.status_not_selected a:hover{ } .thickbox { color:cyan; font-family:fantasy; font-size:12px; } .table_header { border-width:0; font-weight:bold; } .category_totals { border-radius: 0px 0px 20px 20px; height: 40px; text-align: center; } #grand_totals { text-align: center; margin:0 auto; border-radius: 20px; padding: 10px 20px; width: 60%; } /* AIRING */ .animetitle + small { position: relative; line-height: 1px !important; } body , body:after , a:hover { cursor:url() 1 2, auto; } /* REMOVE LINES FROM MENU BAR */ #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: 0 none !important; } #mal_cs_links a { text-shadow:none !important; } #mal_cs_links div:first-of-type a:first-of-type:hover { Background:url(https://dl.dropboxusercontent.com/s/y077khhzyk1sdxo/6168af5601c9.png)!important; background-position: 0px 0px !important; } #mal_cs_links div:first-of-type a:last-of-type:hover { Background:url(https://dl.dropboxusercontent.com/s/y077khhzyk1sdxo/6168af5601c9.png)!important; background-position: -16px 0px !important; } #mal_cs_links div:last-of-type a:first-of-type:hover { Background:url(https://dl.dropboxusercontent.com/s/y077khhzyk1sdxo/6168af5601c9.png)!important; background-position: -32px 0px !important; } #mal_cs_links div:last-of-type a:last-of-type:hover { Background:url(https://dl.dropboxusercontent.com/s/y077khhzyk1sdxo/6168af5601c9.png)!important; background-position: -48px 0px !important; } #copyright { margin-bottom:40px !important; } #grand_totals { float: left !important; display: block; margin: 20px 0; } #copyright { display: none; position: absolute; } @keyframes MyAnim { 0% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes MyAnim { 0% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } /* COVER AREA*/ .hide { position: fixed; left: 1000px; top: 330px; height: 50%; width: 18%; border: 1px solid white; border-radius: 25px; background-color: rgba(200, 5, 200, .75); background-size: cover; background-position: center 50% !important; background-repeat: no-repeat !Important; } :hover + .hide { display: block !important; animation: MyAnim 0.4s ease-in-out; -webkit-animation: MyAnim 0.4s ease-in-out; } /* PREVIEW MSG*/ .hide:before { background: transparent; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } #list_surround small { visibility: hidden; } #list_surround small a:first-of-type { visibility: visible; } #list_surround small a:last-of-type { display: none !important; } .animetitle + small { visibility: visible !important; } body { background-size: cover; } Hoping for a reply! -S |
Mar 13, 2015 5:20 AM
#2668
@AnthonyDraft You could select the whole table with links with this selector: #list_surround table[align="center"]:first-of-type { border-radius: 20px; } It has a drawback though: you have to remove background color from .status_selected and .status_not_selected and set it to this table. What you're asking for are these selectors: .status_not_selected:first-child, .status_selected:first-child { border-radius: 20px 0 0 20px; } .status_not_selected:last-child, .status_selected:last-child { border-radius: 0 20px 20px 0; } Here first-child is the letfmost row, last-child is the rightmost @Senat0r The problem is caused by the custom font you're using: it's too large. One way to fix it would be adding this to your code: td[width='50'] { width: 65px } This will expand columns in both list and in table header. |
![]() |
Mar 13, 2015 5:33 AM
#2669
VeriTi said: @Senat0r The problem is caused by the custom font you're using: it's too large. One way to fix it would be adding this to your code: td[width='50'] { width: 65px } This will expand columns in both list and in table header. It's aliiiiiiive~! Thanks, that worked out perfectly. Although, i have one other question, if i may, http://imgur.com/IEiu6MI Would there be a way to like, make the titles shorter in order to fit them without using double lines etc ? What i mean is , like on the picture , it should look like : " Ano Natsu de Matteru: Bokutachi wa Koukou Saigo no Natsu. . . " (or something similar) with three dots etc because it's longer than other titles. Same for the "not aired" or "currently airing" some times they make the titles too long for the list.. |
SenatorMar 13, 2015 5:55 AM
Mar 13, 2015 11:39 AM
#2670
VeriTi said: @AnthonyDraft You could select the whole table with links with this selector: #list_surround table[align="center"]:first-of-type { border-radius: 20px; } It has a drawback though: you have to remove background color from .status_selected and .status_not_selected and set it to this table. What you're asking for are these selectors: .status_not_selected:first-child, .status_selected:first-child { border-radius: 20px 0 0 20px; } .status_not_selected:last-child, .status_selected:last-child { border-radius: 0 20px 20px 0; } Here first-child is the letfmost row, last-child is the rightmost Thanks! That helped. Didn't know that "first-child" and "last-child" was universal selector in css. I thought I just had to change those names to the ones I need to. Took me a while to figure that out. |
Mar 13, 2015 4:33 PM
#2671
I have a question about member card frames. Is there a tutorial on how to make custom frames without getting an image and making that a frame? And how do you make effects |
BrianMar 14, 2015 9:05 AM
Mar 15, 2015 9:05 AM
#2672
I'm trying to find this |
Animelist Manga List Signed - LoveLess_xxx, Casual Anime Watcher, Casual Gamer. |
Mar 16, 2015 10:43 AM
#2673
Hi! I need some help, please. I added the tag column to a premade layout and changed its width, but I'm afraid the score and progress columns and "add-more" links got a little bit disorganized and it's killing me! :'( This image shows one of the most noticeable mismatches I know there has to be a way to fix it, could someone help me or maybe tell me which tutorial should I look for to fix it? Thanks!! |
TatarataMar 16, 2015 12:23 PM
Mar 17, 2015 8:48 AM
#2674
I'm using this to add ellipsis instead of doing a new line on my list(chrome seems to ignore the max-width value for some reasons): td:nth-of-type(2){ max-width:300px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } td:last-of-type{ max-width:90px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } td:hover{ max-width:100%; white-space: normal; text-overflow:clip; overflow:visible; max-width:none; } It works well on chrome, but on firefox it's very laggy and I can't get it to work properly. It's supposed to do something like for those who don't use chrome: http://gfycat.com/WhimsicalGiftedAfricanjacana |
SatiriquesMar 17, 2015 8:52 AM
Mar 17, 2015 3:46 PM
#2675
Ok, so i finally learned to use CSS (or at least, a little bit) and everything was going great. I got a layout/style from another forum, and even added a cover art + review hover feature. Well, everything is fine except one problem. There's an overhang under each section where it says "Score", "Type", and "Progress". And if you hover the mouse anywhere under that area, it glitches out the Cover Art/Mini Review hover feature. Here's my list to show you what i mean. http://myanimelist.net/animelist/KaynyeEast Is there any way to remove this overhang, even if it means getting rid of where it says "score", "type", and "progress"? Or, if theres a way, to move those words to the left, so they still fit over their respective categories? Any and all help is appreciated! |
Mar 19, 2015 7:08 AM
#2676
Hey guys. I just noticed when watching my list in mobile version that it uses pictures from MAL, not covers that I learned about here (at least it's true for few examples that I checked). Is there any option to do such thing for my list in normal version? It'd be pretty nice if I didn't have to check for missing covers ever again ^^' |
Mar 19, 2015 11:42 AM
#2677
@Terkhev I don't think so. Mobile version gives you different HTML page than the one you can style. |
![]() |
Mar 22, 2015 9:55 AM
#2678
Hi there. I have a small problem with my list that has been driving me mad. Most covers are of varying sizes, and don't all fit in their display areas well. Is there anyway to make them stretch to fit the area they are in? (That way they don't tile or get cut off) The code: @import "https://dl.dropboxusercontent.com/u/97405770/Layout_DVDcover/CSS/topbar.css"; @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); @import "https://dl.dropboxusercontent.com/u/97405770/Layout_DVDcover/CSS/FixedCss.css"; /*#################################################*/ /*#############Change Banner images below##############*/ /*#################################################*/ .header_cw { background: url("http://i.imgur.com/fm2kUq3.png")!important; } .header_completed { background: url("http://i.imgur.com/fm2kUq3.png")!important; } .header_onhold { background: url("http://i.imgur.com/fm2kUq3.png")!important; } .header_dropped { background: url("http://i.imgur.com/fm2kUq3.png")!important; } .header_ptw { background: url("http://i.imgur.com/fm2kUq3.png")!important; } /*############Change background image below############*/ body { background-image: url("http://i.imgur.com/LvCOwy8.jpg"); } /*#################################################*/ /*#################################################*/ .status_selected a:hover { } #list_surround:nth-of-type(n+4) .category_totals { } #list_surround:nth-of-type(n+4) { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); float: left; height: 274px !important; margin-left: -10px !important; opacity: 10; position: relative; -layout: fixed; width: 180px !important; z-index: 1 !important; } tr:hover{ opacity: 1 !important; } /* SORT */ .table_header span { display: none !important; } /* Disable Tags in the Sort Options */ .table_header[width="125"] { display: none !important; } .header_cw +, .header_completed +, .header_onhold +, .header_dropped +, .header_ptw + { position: fixed; display: block !important; left: 381px; top: 32px; width: 110px !important; } .table_header { position: absolute !important; display: inline-block; z-index: 2; } .table_header:hover .table_headerLink { visibility: visible !important; opacity: 1 !important; } .table_headerLink strong { font-weight: normal !important; } .table_headerLink, .table_header:nth-of-type(2):before { display: inline-block; width: 110px; padding: 7px 0; font-family: calibri; line-height: 17px; font-size: 11px; color: #FFFFFF; text-align: center; text-decoration: none; font-weight: normal !important; border-style: solid; border-color: #000000; border-width: 0 1px 1px 1px; background-color: rgba(0, 0, 0, .6); } .table_headerLink { font-variant: small-caps; opacity: 0; position: relative !important; text-shadow: 0 0 5px #000000; visibility: hidden; } .table_header:nth-of-type(2):before { content: "Sort List"; left: 381px; opacity: 1; position: fixed; top: 0; visibility: visible; z-index: 2; font-variant: small-caps; font-size: 12px; border-radius: 0 0 0 5px; } tr:hover .table_headerLink { visibility: visible; opacity: 1 } .table_headerLink:hover, tr:hover .table_header:nth-of-type(2):before { background-color: rgba(0, 0, 0, 1); } .table_header:nth-of-type(3) { margin-top: 32px; z-index: 2; } .table_header:nth-of-type(4) { margin-top: 64px; z-index: 2; } .table_header:nth-of-type(5) { margin-top: 96px; z-index: 2; } .table_header:nth-of-type(6) { margin-top: 128px; z-index: 2; } .table_header:nth-of-type(7) { margin-top: 128px; z-index: 2;} .table_header:nth-of-type(8) { margin-top: 160px; z-index: 2; } #list_surround >:first-of-type { position: fixed !important; left: 492px; top: 0; width: 550px; z-index: 2; } .status_selected, .status_not_selected { position: relative !important; width: 110px !important; } .status_selected a, .status_not_selected a { display: inline-block; width: 110px; padding: 7px 0; font-family: calibri; font-size: 13px; color: #FFFFFF; font-variant: small-caps; text-decoration: none; border-style: solid; border-color: #000000; border-width: 0 0 1px 1px; background-color: rgba(0, 0, 0, .6); } .status_selected:last-child, .status_not_selected:last-child { display: none !important; } .status_selected a, .status_not_selected a:hover { background-color: rgb(0, 0, 0); } .hide { background-image: url("https://dl.dropboxusercontent.com/u/97405770/Layout_DVDcover/Add.Images/coverimage.png"); border-radius: 5px; background-size: 100%; border-color: #000000; border-style: solid; border-width: 1px; display: inline-block !important; float: left; height: 265px !important; margin-bottom: 8px; margin-left: -160px; padding-left: 0; position: relative; visibility: visible !important; width: 189px; z-index: 0; box-shadow: 0 0 5px black inset; } body { background-attachment: fixed; background-clip: border-box; background-color: rgba(0, 0, 0, 0); background-repeat: no-repeat; background-size: cover !important; font-family: calibri; } a:hover { color: white !important; } #list_surround { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7); border-left-style: solid; border-right-style: solid; border-width: 1px; margin: 0 auto auto 30px; padding-top: 242px; position: absolute; width: 1016px; box-shadow: 0 0 4px black; } /*############################COLUMNS#####################*/ .td1, .td2 { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); padding-right: 15px; } .td1 a, .td2 a { color: #FFFFFF; } td[class^="td"]:nth-of-type(2) {} .animetitle { color: #D3D3D3 !important; font-family: century gothic; font-variant: small-caps; left: 25px; max-width: 180px; overflow: hidden; position: absolute; text-align: center; text-decoration: none; text-overflow: ellipsis; text-shadow: 1px 1px 1px #000000, 0 0 4px #000000; top: 213px; white-space: nowrap; } td[class^="td"]:nth-of-type(3) { background: transparent; color: #FFFFE0; display: inline !important; font-family: fantasy; font-size: 22px; left: 169px !important; position: relative; text-align: center !important; text-decoration: none; text-shadow: 0 0 1px #FFD700, 0 0 2px #FFA500; top: 234px !important; width: 30px !important; padding-right: 0px ; } td[class^="td"]:nth-of-type(3) a { color: #FFFFE0 !important; font-family: century gothic; font-size: 22px; text-decoration: none; } td[class^="td"]:nth-of-type(4) { font-size: 14px; font-style: italic; font-weight: bold; left: 30px !important; position: relative; top: 239px !important; } td[class^="td"]:nth-of-type(5) { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); border-bottom-style: none !important; border-color: #000000; border-top: 1px solid #000000; border-width: 1px; box-shadow: 0 0px 4px black inset; color: #FFFFE0; font-family: century gothic; font-size: 14px; font-style: italic; font-weight: bold; height: 18px; left: 3px; margin-left: 17px; padding-bottom: 3px; padding-left: 10px; padding-top: 34px; position: absolute; top: 211px; width: 166px; z-index: -1; border-radius: 0px 0px 3px 3px; } td[class^="td"]:nth-of-type(5) a { font-style: italic; font-weight: bold; text-decoration: none; } td[class^="td"]:nth-of-type(6) { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65); color: #FFFFE0; font-family: comic sans ms; font-size: 12px; font-style: italic; height: 171px !important; margin-left: 17px; opacity: 0; padding-left: 12px; padding-top: 40px; position: absolute; text-align: left; top: 1px !important; width: 162px; border-radius: 2px 2px 0 0; } td[class^="td"]:nth-of-type(6) a { color: #FFFFE0; font-family: comic sans ms; font-size: 12px; font-style: italic; text-decoration: none; } td[class^="td"]:nth-of-type(6) a:hover { color: #FFFFE0 !important; } td[class^="td"]:nth-of-type(1) { background: url("https://dl.dropboxusercontent.com/u/97405770/Layout_DVDcover/Add.Images/star3.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0); content: " "; display: inline; font-size: 0; left: 168px; padding: 16px; position: relative !important; top: 248px; } td[class^="td"]:nth-of-type(7) { display: inline; position: absolute; background: transparent; font-size: 0; width: 174px; height: 5px; left: 20px; top: 0px; border-top: solid; border-width: 1px; border-color: black; border-radius: 4px 4px 0 0; border-left-style: solid; border-right-style: solid; } td[class^="td"]:nth-of-type(8) { display: none; } /*############################BANNER CELLS######################*/ .header_title { color: rgba(0, 0, 0, 0.6); font-size: 93px; font-variant: small-caps; position: relative; top: 23px; left: -30px; font-family: century gothic; } .header_cw { border-bottom: 1px solid #000000; border-color: #000000; border-width: 1px; height: 250px; padding-left: 25px; padding-top: 140px; position: absolute; top: 0 !important; width: 1015px; } .header_completed { border-bottom: 1px solid #000000; border-color: #000000; border-width: 1px; height: 250px; padding-left: 25px; padding-top: 140px; position: absolute; top: 0 !important; width: 1015px; } .header_onhold { border-bottom: 1px solid #000000; border-color: #000000; border-width: 1px; height: 250px; padding-left: 25px; padding-top: 140px; position: absolute; top: 0 !important; width: 1015px; } .header_dropped { border-bottom: 1px solid #000000; border-color: #000000; border-width: 1px; height: 250px; padding-left: 25px; padding-top: 140px; position: absolute; top: 0 !important; width: 1015px; } .header_ptw { border-bottom: 1px solid #000000; border-color: #000000; border-width: 1px; height: 250px; padding-left: 25px; padding-top: 140px; position: absolute; top: 0 !important; width: 1015px; } /*#####################EDIT################*/ #list_surround small { background: transparent; font-size: 10; left: 39px; text-decoration: none; top: 20px; visibility: hidden; } .td1 a.List_LightBox, .td2 a.List_LightBox { color: #808080; font-size: 12px !important; font-style: italic; font-variant: small-caps; left: 186px; opacity: 0.8; position: absolute; text-decoration: none; top: 1px; visibility: visible !important; width: 24px; z-index: 2; } #list_surround small a { visibility: hidden; font-size: 40px; } /*### RELATED TO SCORE ###*/ .td1[align="center"][width="45"], .td2[align="center"][width="45"] { position: absolute; } /*### TYPE ###*/ .td1[align="center"][width="50"], .td2[align="center"][width="50"] { color: #FFFFE0; font-family: century gothic; font-style: italic; font-variant: small-caps; position: absolute; text-align: left; top: 232px !important; width: 225px; z-index: 10; font-size: 13px; margin-left: 1px; } .td1[align="center"][width="50"]:before, .td2[align="center"][width="50"]:before { color: #FFFFFF; content: " Type: "; font-style: normal; font-variant: small-caps; font-weight: normal; position: relative; text-shadow: 0 0 0 !important; } /*### PROGRESS ###*/ .td1[width="70"], .td2[width="70"] { text-align: left; } .td1[width="70"] a, .td2[width="70"] a { color: lightyellow !important; font-size: 13px; font-family: century gothic; } .td1[width="70"]:before, .td2[width="70"]:before { color: #FFFFFF; content: " Progress: "; font-variant: small-caps; position: relative; font-family: century gothic; font-size: 13px; font-weight: normal; font-style: normal; } /*### COMMENT ###*/ .td1[width="125"], .td2[width="125"] { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); left: 4px; position: absolute; top: 178px; width: 225px; } .td1[width="125"]:before, .td2[width="125"]:before { } /*### AIRING ###*/ .animetitle + small { background-color: rgba(0, 0, 0, 0.75) !important; background-image: url("https://dl.dropboxusercontent.com/u/97405770/Layout_DVDcover/Add.Images/airing.png") !important; background-position: -2px center !important; background-repeat: no-repeat no-repeat !important; background-size: 22px auto !important; border-color: #000000; border-radius: 5px 5px 0 0; border-style: solid; border-width: 1px; box-shadow: 0 2px 3px #808080 inset; color: #FFFFE0; font-family: century gothic; font-size: 12px !important; font-style: italic; font-variant: small-caps; left: 30px !important; letter-spacing: 0.3px; opacity: 1; padding: 0 3px 2px 22px; position: absolute; text-align: center; text-shadow: 0 0 3px #FFFFFF, -1px -1px 5px #FFFFFF; top: 192px !important; visibility: visible !important; z-index: 3; border-bottom-style: none; } /*### COPYRIGHT ###*/ #copyright:before { content: 'Design by Lirina. Topbar by Luxiamimi. '; display: block; font-size: 10px; color: lightyellow !important; text-align: right; font-style: normal; } #copyright { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); border-color: #000000; border-left: 1px solid #000000; border-top: 1px solid #000000; border-width: 1px; color: #FFFFFF; font-family: Tahoma; font-size: 10px; left: 740px; margin: auto !important; padding: 4px; position: absolute; right: 0; text-align: right !important; top: 206px; width: 265px; z-index: 1 !important; border-radius: 5px 0 ; font-style: italic; } .category_totals { display: none; } #copyright a { color: #FFFFFF; text-decoration: none; } #copyright:before { color: #FFFFFF; } input.inputtext, textarea.textarea, textarea.inputtext { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6) !important; border-color: #000000; border-radius: 3px !important; border-style: solid; border-width: 1px; height: 125px; margin-left: 2px !important; padding: 3px 5px 5px !important; transition: box-shadow 0.2s linear 0s !important; width: 150px !important; } |
Mar 22, 2015 10:48 AM
#2679
@jakeranson Well there are few ways: div[id^='more'] { background-size: 100% 100% } will just stretch it in both dimensions. Downside: fucks up aspect ratio, so covers with huge deviation from your "standard" size will be noticeably stretched.div[id^='more'] { background-size: cover } will stretch it maintaining aspect ratio so it always fits but covers may get blurred and some parts of cover may not be visible. |
![]() |
Mar 23, 2015 3:46 AM
#2680
Hi I have a problem with the animation keyframe. I'm newb and dunno how to make the "red bubbles" to move upwards. http://myanimelist.net/animelist/wenuchiha This is the code.. @-webkit-keyframes light { 0% { -webkit-transform: translateY(100%); } 100% { -webkit-transform: translateY(-100%); } } @keyframes sparkle { 0% { background-position: 0 0px, 0 0; } 100% { background-position: 485px 487px, -485px 487px; } } #inlineContent:before { animation: 15s linear 0s normal none infinite running sparkle; background-image: url("http://i60.tinypic.com/swbafs.png"), url("http://i60.tinypic.com/swbafs.png"); border-radius: 50em; bottom: 0; content: ""; display: block; height: 100%; left: 50%; margin-left: -40%; position: fixed; width: 100%; } |
Huehuehue |
Mar 23, 2015 4:47 AM
#2681
wenuchiha said: Hi I have a problem with the animation keyframe. I'm newb and dunno how to make the "red bubbles" to move upwards. http://myanimelist.net/animelist/wenuchiha This is the code.. @-webkit-keyframes light { 0% { -webkit-transform: translateY(100%); } 100% { -webkit-transform: translateY(-100%); } } @keyframes sparkle { 0% { background-position: 0 0px, 0 0; } 100% { background-position: 485px -487px, -485px -487px; } } #inlineContent:before { animation: 15s linear 0s normal none infinite running sparkle; background-image: url("http://i60.tinypic.com/swbafs.png"), url("http://i60.tinypic.com/swbafs.png"); border-radius: 50em; bottom: 0; content: ""; display: block; height: 100%; left: 50%; margin-left: -40%; position: fixed; width: 100%; } @keyframes sparkle { 0% { background-position: 0 0px, 0 0; } 100% { background-position: 485px 487px, -485px 487px; } If you want the cherry blossom to fall down and the red bubbles to go up, you need to separate the image in two different pieces(one with the bubbles only, the other one with the cherry blossom). I can't really do that for you right now since I'm at school. If you give me those pictures, I can help you. |
SatiriquesMar 23, 2015 9:14 AM
Mar 23, 2015 5:17 AM
#2682
Satiriques said: wenuchiha said: Hi I have a problem with the animation keyframe. I'm newb and dunno how to make the "red bubbles" to move upwards. http://myanimelist.net/animelist/wenuchiha This is the code.. @-webkit-keyframes light { 0% { -webkit-transform: translateY(100%); } 100% { -webkit-transform: translateY(-100%); } } @keyframes sparkle { 0% { background-position: 0 0px, 0 0; } 100% { background-position: 485px 487px, -485px 487px; } } #inlineContent:before { animation: 15s linear 0s normal none infinite running sparkle; background-image: url("http://i60.tinypic.com/swbafs.png"), url("http://i60.tinypic.com/swbafs.png"); border-radius: 50em; bottom: 0; content: ""; display: block; height: 100%; left: 50%; margin-left: -40%; position: fixed; width: 100%; } @keyframes sparkle { 0% { background-position: 0 0px, 0 0; } 100% { background-position: 485px 487px, -485px 487px; } If you want the cherry blossom to fall down and the red bubbles to go up, you need to separate the image in two different pieces(one with the bubbles only, the other one with the cherry blossom). I can't really do that for you right now since I'm at school. If you give me those pictures, I can help you. I only need help to make the red bubbles goes up. Ignore The cherry blossom- image. I just wanted to test the animation, before editing the image. :) The image link is: http://i60.tinypic.com/swbafs.png Thank you ! |
Huehuehue |
Mar 23, 2015 8:47 AM
#2683
wenuchiha said: Ignore The cherry blossom- image I can't do that if the bubbles are on the same image as the cherry blossom. I'd edit that for you real quick but I can't do it on paint since it removes the transparent background. If you don't fix your problem until I get home, I'll fix it for you(in like 2-3 hours). |
Mar 23, 2015 9:09 AM
#2684
Hi Satiriques Sorry if i haven't make it clearly, but what i mean by ignore the blossom, is because I will edit the image from bloosom to red bubbles. In result: I'm gonna delete all the blossom and only have the red bubbles, in the final product. What's my problem is I want the images to "floating" upwards. :) |
Huehuehue |
Mar 23, 2015 9:14 AM
#2685
wenuchiha said: Hi Satiriques Sorry if i haven't make it clearly, but what i mean by ignore the blossom, is because I will edit the image from bloosom to red bubbles. In result: I'm gonna delete all the blossom and only have the red bubbles, in the final product. What's my problem is I want the images to "floating" upwards. :) Oh alright, well I allready answered your question then: @keyframes sparkle { 0% { background-position: 0 0px, 0 0; } 100% { background-position: 485px -487px, -485px -487px; } To make it easy to understand, 0% is the first part of the animation and 100% is the second part. So if the animation delay is, let's say 5 seconds, your background would go from 0px to -487px in y coordinates in 5 seconds using these settings. edit: just realised I forgot to edit my main post, my bad. |
SatiriquesMar 23, 2015 9:22 AM
Mar 23, 2015 3:31 PM
#2686
Okay thanks, but when I look at the code.. It's exactly the same as you have taken from my codes? Did you paste the wrong code or? And Its not working :( |
Huehuehue |
Mar 23, 2015 3:41 PM
#2687
wenuchiha said: Okay thanks, but when I look at the code.. It's exactly the same as you have taken from my codes? Did you paste the wrong code or? And Its not working :( You didn't change it when I checked your code, are you replacing it correctly? http://gfycat.com/EntireBitterKoodoo |
Mar 23, 2015 3:55 PM
#2688
Satiriques said: wenuchiha said: Okay thanks, but when I look at the code.. It's exactly the same as you have taken from my codes? Did you paste the wrong code or? And Its not working :( You didn't change it when I checked your code, are you replacing it correctly? http://gfycat.com/EntireBitterKoodoo OMG! You're my hero!!! But now it only works in Firefox. How do i apply it to Chrome :)? |
Huehuehue |
Mar 23, 2015 4:20 PM
#2689
wenuchiha said: Satiriques said: wenuchiha said: Okay thanks, but when I look at the code.. It's exactly the same as you have taken from my codes? Did you paste the wrong code or? And Its not working :( You didn't change it when I checked your code, are you replacing it correctly? http://gfycat.com/EntireBitterKoodoo OMG! You're my hero!!! But now it only works in Firefox. How do i apply it to Chrome :)? [quote] @-webkit-keyframes sparkle % { background-position: 0 0px, 0 0; } 100% { background-position: 2px -800px, -10px -300px; } and -webkit-animation: 15s linear 0s normal none infinite running sparkle; |
Mar 23, 2015 4:38 PM
#2690
Still not working for chrome. Do I place them correctly? |
Huehuehue |
Mar 23, 2015 5:13 PM
#2691
wenuchiha said: Still not working for chrome. Do I place them correctly? No, Here: @keyframes sparkle { 0% { background-position: 0 0px, 0 0; } 100% { background-position: 2px -800px, -10px -300px; } } @-webkit-keyframes sparkle { 0% { background-position: 0 0px, 0 0; } 100% { background-position: 2px -800px, -10px -300px; } } body:after { animation: 20s linear 0s normal none infinite running sparkle; -webkit-animation: 15s linear 0s normal none infinite running sparkle; background-image: url("http://i60.tinypic.com/swbafs.png"), url("http://i60.tinypic.com/swbafs.png"); border-radius: 50em; bottom: 0; content: ""; display: block; height: 100%; left: 30%; margin-left: -40%; position: fixed; width: 100%; } |
Mar 24, 2015 3:23 AM
#2692
Hi, This is what my list looks like when I login(the score has blue shadow): http://puu.sh/gNAlZ.jpg This is what it looks like when I logout(the score doesnt have blue shadow style): http://puu.sh/gNAgK.jpg Is it possible to change the style from each column(score, progress, type, etc) and display for other people to see, not just yourself? |
Takana_no_HanaMar 24, 2015 5:50 AM
Mar 24, 2015 6:06 AM
#2693
} Takana_no_Hana said: Hi, This is what my list looks like when I login(the score has blue shadow): http://puu.sh/gNAlZ.jpg This is what it looks like when I logout(the score doesnt have blue shadow style): http://puu.sh/gNAgK.jpg Is it possible to change the style from each column(score, progress, type, etc) and display for other people to see, not just yourself? Try this: .td1:nth-of-type(3), .td2:nth-of-type(3){ text-shadow: 0 0 3px #5c4ef5, 0 0 2px #5c4ef5, 0 1px 5px #5c4ef5, 0 0 1px #000000; } |
Mar 24, 2015 6:35 AM
#2694
Satiriques said: } Takana_no_Hana said: Hi, This is what my list looks like when I login(the score has blue shadow): http://puu.sh/gNAlZ.jpg This is what it looks like when I logout(the score doesnt have blue shadow style): http://puu.sh/gNAgK.jpg Is it possible to change the style from each column(score, progress, type, etc) and display for other people to see, not just yourself? Try this: .td1:nth-of-type(3), .td2:nth-of-type(3){ text-shadow: 0 0 3px #5c4ef5, 0 0 2px #5c4ef5, 0 1px 5px #5c4ef5, 0 0 1px #000000; } Thank you, it works like magic xD |
Mar 24, 2015 1:10 PM
#2695
I'm having some problems with my list, so hopefully someone can help me. The first thing is about corners. I want round corners (and keep my custom headers), but I've only managed to round 3 out 4 corners using: .table_header:first-of-type { border-radius: 15px 0px 0px 0px; } .table_header:last-of-type { border-radius: 0px 15px 0px 0px; } .category_totals{ border-radius: 0px 0px 15px 15px; } With that, every corner but the upper right one gets rounded. Besides that, I wanted to know if there was a way to use the space topbar with stars (from here) without losing my custom headers. This is the full code of my list: @import "https://googledrive.com/host/0BxjwQr0BBXs-aWFrYzJjVnpoVVE"; /* Got a question or want to learn more? Try this link: http://myanimelist.net/forum/?topicid=419405&show=0#post1 */ /* BACKGROUND IMAGE This is the main background image for the whole page. Change the image link to the background you want! If you're not seeing a background, make sure you are copied the entire CSS code or added any new background image codes correctly. Also your image link may be broken, try uploading a new background then! */ body { background-image: url(http://oi57.tinypic.com/15sao0n.jpg); background-attachment: fixed; } /* HEADER COLOR AND FONT These codes control the main headers' fonts and colors. Every header is above each part of your list (they say things like Currently Watching, Completed, Dropped, etc). if you don't want a solid color there, go to the line that starts with background-color and replace it the color type (blue for example) with the word "transparent" (no quotations). */ .header_title { background-color:transparent; color:yellow; font-family:english111 vivace bt; font-size:32px; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color:navy; } /* ANIME/MANGA TITLE FONTS This is the type and color of the anime/manga titles on your list, like Bleach, Vampire Knight, etc. */ .animetitle, .animetitle:visited { color:darkgoldenrod; font-family:comic Sans MS; font-size:14px; } /* LIST FONTS This is the type and color for more of the numbers, links, and words on the list itself! */ .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright { color:white; font-family:Lucida Grande; } /* LIST WIDTH Use this to increase the width of your list! */ #list_surround { width:950px; } /* REPOSITION MAIN BACKGROUND Change the position your background starts on your screen from with the two properties after "background-position" below. You replace 'center' and '43%' with two other properties, they can be any of the following: left, top, bottom, right, or center. So if you want your background to start from the center of the screen, use "center center" after background-position in the code below, replacing "center 43%". If you want it to start from the top and left, use "top left" If you want it to start from the top and center, use "top center". If you want it to start from the right and top, use "right top" If you want it to start from the right and bottom, use "right bottom" and so forth... Additionally, you can change "left" to a % to determine how far left or right the background starts from. For example "30% top" will start the background from the top but 30% of the pic's width from the left of the layout. You can also change top to a % to change the amount you want to start it from the top or bottom. */ body{ background-position: center 43%;} /*OTHER CODES Important codes for the layout's setup. Don't mess with these unless you know exactly what you're doing. If you want to customize more on the page, use the link at the top of this CSS, or ask in my club! */ body { font-weight: light; background-repeat: no-repeat; background-color: black; } #list_surround { margin:auto; background-image:url(); } a { text-decoration:none; } a:visited { text-decoration:none; } a:hover, a:visited:hover { color:red; text-decoration:underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-image:url(http://img15.imageshack.us/img15/228/frame6518.png); border-width:0; padding:2px; } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER {background-color:rgba(0, 0, 0, 0.7); border-width:0; padding:2px; } #copyright:after { content: " Custom CSS by Shishio-kun. Google 'Shishio's Custom Lists' for more designs or info."; } .status_selected { background-color:black; padding:2px; color:white; text-decoration: blink; } .status_not_selected { background-color:black; padding:2px; color:white; } .status_selected a{ color:cyan; } .status_not_selected a{ color:white; } .thickbox { color:cyan; font-family:fantasy; font-size:12px; } .header_title { height:52px; padding:2px; } .table_header { border-width:0; font-weight:bold; padding:2px; } .category_totals { height:30px; } #copyright, #grand_totals { text-align: center; margin:0 auto; } #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: 50px; top: 160px; height: 210px; width: 136px; 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: 125px; 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: 392px; left: 30px; background-color: rgba(20, 30, 255, 0.45) !important; border-color: white; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 1px; font-size: 12px; height: 112px; width: 160px; 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; } /* 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: 750px !important;} } /* CUSTOM CATEGORY LINKS AREA These codes control the spaces around the 6 links to your list categories. When you customize these parts you will customize the link with it for the most part. See this page for further info on altering the background or moving the links: http://myanimelist.net/forum/?topicid=416069 */ /* CURRENTLY WATCHING/READING LINK AREA */ .status_selected, .status_not_selected { background: url(none) repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important; padding-right: ; padding-top: ; padding-bottom: ; position: absolute; margin:; margin-top: 0px; left: 470px; right:; top: ; bottom: ; } /* COMPLETED LINK AREA */ .status_selected + .status_not_selected, .status_not_selected + .status_selected, .status_not_selected + .status_not_selected{ background: url(none) repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important; padding-right: ; padding-top: ; padding-bottom: ; position: absolute; margin-top: 0px; margin:; left: 640px; right:; top: ; bottom: ; } /* ON HOLD LINK AREA */ .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected{ background: url(none) repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important; padding-right: ; padding-top: ; padding-bottom: ; position: absolute; margin:; margin-top: 0px; left: 720px; right:; top: ; bottom: ; } /* DROPPED LINK AREA */ .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected{ background: url(none) repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important; padding-right: ; padding-top: ; padding-bottom: ; position: absolute; margin:; margin-top: 0px; left: 800px; right:; top: ; bottom: ; } /* PLANNED LINK AREA */ .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected{ background: url(none) repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important; padding-right: ; padding-top: ; padding-bottom: ; position: absolute; margin:; margin-top: 0px; left:880px; right:; top: ; bottom: ; } /* ALL ANIME/MANGA LINK AREA */ .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected{ background: url(none) repeat scroll 0 0 rgba(0, 0, 0, 0.3) !important; padding-right: ; padding-top: ; padding-bottom: ; position: absolute; margin:; margin-top: 0px; left:1000px; right:; top: ; bottom: ; } /* Anime List only CURRENTLY WATCHING HEADER This is the header above currently watching/reading. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_cw { background-image:url(http://images.cooltext.com/3912676.png); height: 70px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* COMPLETED HEADER This is the header above your anime/manga that's completed. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_completed { background-image:url(http://images.cooltext.com/3912680.png); height: 70px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* ON-HOLD HEADER This is the header above your animes/mangas on-hold. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_onhold { background-image:url(http://images.cooltext.com/3912693.png); height: 70px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* DROPPED HEADER This is the header above your dropped animes/mangas. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_dropped { background-image:url(http://images.cooltext.com/3912685.png); height: 70px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* PLAN TO WATCH HEADER This is the header above the anime/manga you plan to see or read on your list. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:". */ .header_ptw { background-image:url(http://images.cooltext.com/3912688.png); height: 70px; margin-bottom: 0px; background-color: transparent; background-repeat: no-repeat; color:; font-family:; font-size:; } /* REMOVE HEADER COLOR You need this code to remove the default background colors from the header and override any related codes. You're supposed to use your own images or the default ones for the header, so this color is set to transparent so it won't get in the way. If you want the color back for some reason, remove this section. */ .header_title { background-color: transparent !important; } /* OTHER CODES Stuff I had to add after site changes. You need this otherwise the headers won't be visible. */ tbody {background-color: transparent; background-image: none;} /* REMOVE HEADER TEXT These codes remove the original text like "Completed" and "Currently Watching" from each category on the list. Some people will want the text gone so they can have their own custom logos. But if you want the text back, you have to remove this whole section. It shouldn't affect the images in any way. */ .header_title { color: gray !important; color: transparent !important; font-size: 1px !important; font-size: 0px !important; font-size: 0 !important; font-size: 0pt !important; } /* Corners */ .table_header:first-of-type { border-radius: 15px 0px 0px 0px; } .table_header:last-of-type { border-radius: 0px 15px 0px 0px; } .category_totals{ border-radius: 0px 0px 15px 15px; } And a link to it to make access easier: http://myanimelist.net/animelist/Akai_Shuichi Thanks in advance! |
Akai_ShuichiMar 24, 2015 1:47 PM
People need societies, but they don't necessarily need nations. - Yang Wen-li |
Mar 24, 2015 9:06 PM
#2696
@Akai_Shuichi The problem is with this selector: .table_header:last-of-type { border-radius: 0px 15px 0px 0px; } last-of-type is your tag row, which you've removed, so this has no effect. Replace it with .table_header:nth-of-type(5) { border-radius: 0px 15px 0px 0px; } |
![]() |
Mar 25, 2015 4:50 AM
#2697
Hi! How do you change the colour of the words "Airing"? |
Mar 25, 2015 6:37 AM
#2698
x3switlolli said: Hi! How do you change the colour of the words "Airing"? .animetitle+small{ color:magenta; } |
Mar 25, 2015 6:41 AM
#2699
Satiriques said: x3switlolli said: Hi! How do you change the colour of the words "Airing"? .animetitle+small{ color:magenta; } Thank you!! :) |
Mar 25, 2015 12:05 PM
#2700
I want to have a random banner each time I refresh my list. I'm certain there was a tutorial about it somewhere, but I can't seem to find it... |
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 |