New
Jan 16, 2015 10:30 AM
#2521
SuperSmashBros said: Hey there :) I tried using Shishio-kun's version of the square layout. I changed the background to my liking and I wanted to know how to fix a couple of things: 1) I know where the colors of the categories are(the currently watching etc) but I can't figure out what two colors work best for this background. 2) That same bar of the completed, dropped etc is not in the middle in my computer and I want it to be. Where is the code for this bar located? 3) the box that tells you how much animes from TV, OVA, Movies you've seen, I wanted to be in the center if it's the only box in the line(I don't know if it's possible in CSS though) If you can assist me in those that'll be great. This is the code to my list: @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); /* LIST WIDTH (NUMBER OF COVERS PER ROW) Adjust the width of the list with the percentage amount in the first code. Afterwards, you may want to adjust the header behind the category links with the other code (lower it if you increase list width). */ #list_surround { width: 90% !important; } /* MAIN BACKGROUND (BEHIND EVERYTHING) */ body { background-image: url(http://i.imgur.com/ikMHY4M.jpg); background-size: cover; background-attachment: fixed; } /* BANNER (TOP IMAGE) Removed for this version. */ #inlineContent { background-image: none; background-color: transparent !important; background-position: right 11% !important; background-size: cover; z-index: -3 !important; } /* TOP BAR ICONS Replace the icons for the top bar here. Remember you see different icons depending on if you're on your own list or not, or when you're logged out. */ /* USER ICON */ #mal_cs_listinfo div:first-of-type a:before { background-image: url("http://i.imgur.com/L3NPnIc.png"); } /* LOGOUT ICON */ #mal_cs_listinfo div:last-of-type a:before { background-image: url("http://i.imgur.com/8SeJ2Xv.png"); } /* ADD TO LIST ICON */ #mal_cs_links div:first-of-type a:first-of-type:before { background-image: url("http://i.imgur.com/xQVAKzz.png"); } /* VISITOR'S ANIME LIST ICON*/ #mal_cs_links div:last-of-type a:first-of-type:before { background-image: url("http://i.imgur.com/vIs2F3V.png"); } /* VISITOR'S MANGA LIST ICON*/ #mal_cs_links div:last-of-type a:last-of-type:before { background-image: url("http://i.imgur.com/es1SALB.png"); } /* HOME ICON, VISITOR'S ICON FOR YOUR PROFILE LINK*/ #mal_cs_links div:first-of-type a:last-of-type:before, #mal_cs_otherlinks div:first-of-type a:before { background-image: url("http://i.imgur.com/wizrHEb.png"); } /* LIST OWNER'S MANGA LIST ICON*/ #mal_cs_otherlinks div a[href*="/mangalist/"]:before { background-image: url("http://i.imgur.com/0HdfMQ7.png"); } /* LIST OWNER'S ANIME LIST ICON*/ #mal_cs_otherlinks div a[href*="/animelist/"]:before { background-image: url("http://i.imgur.com/zuq7ViZ.png"); } /* FORUM ICON*/ #mal_cs_otherlinks a[href*="/forum/"]:before { background-image: url("http://i.imgur.com/cFhhBvt.png"); } /* HISTORY ICONS*/ #mal_cs_otherlinks a[href*="/history/"]:before, #mal_cs_otherlinks div a[href*="/history/"]:before { background-image: url("http://i.imgur.com/R2p6EbR.png"); } /* EXPORT ICON*/ #mal_cs_otherlinks a[href*="/panel.php?go=export"]:before { background-image: url("http://i.imgur.com/tRXCo2i.png"); } /* SHARED ICON*/ #mal_cs_otherlinks div a[href*="/shared"]:before { background-image: url("http://i.imgur.com/1BHMiAh.png"); } /* LOGIN ICON*/ #mal_cs_otherlinks div a[href*="/login.php"]:before { background-image: url("http://i.imgur.com/Rd7leqb.png"); } /* REGISTER ICON*/ #mal_cs_otherlinks div a[href*="/register.php"]:before { background-image: url("http://i.imgur.com/fRQHVKI.png"); } /* LEARN MORE ICON*/ #mal_cs_otherlinks div a[href*="/modules.php?go=faq"]:before { background-image: url("http://i.imgur.com/oqrJXHB.png"); } /* COLORS*/ /* CATEGORY BUTTON GLOW*/ .status_selected { background-color: ; box-shadow: 0px 0px 20px cyan; } /* COLOR OF LIST*/ #list_surround{ background-color: rgba(1,1,1,.5) !important; } /* BACKGROUND COLOR BEHIND TOP BAR AND BANNER BORDER */ #list_surround:before, #inlineContent:after, #inlineContent:before { background-color: rgba(1,1,1,.5) !important; } /* COLOR OF BUTTONS, HEADERS, UNSELECTED BUTTONS, ANIMETITLE, AND BEHIND ICONS The first rgb color is the top of the header, second is bottom of the header (Firefox). The third rgb color is the top of the header, fourth is bottom of the header (Chrome). */ #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, .table_headerLink, .status_not_selected a, .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw, .td1, .td2, .td1 a + small, .td2 a + small, .animetitle, #grand_totals, .category_totals, #copyright { background-image: -moz-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%) !important; background-image: -webkit-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%) !important; } /* COLOR OF CATEGORY MENU BUTTONS/TOP BAR BUTTONS/ANIMETITLE ON HOVER The first rgb color is the top of the header, second is bottom of the header (Firefox). The third rgb color is the top of the header, fourth is bottom of the header (Chrome). */ #mal_cs_listinfo a:hover, #mal_cs_links a:hover, #mal_cs_otherlinks a:hover, .table_headerLink:hover, .status_not_selected a:hover, .animetitle:hover { background-image: -moz-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%) !important; background-image: -webkit-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%) !important; } /* SELECTED CATEGORY LINK BUTTON COLOR */ .status_selected{ background-color: rgb(26, 26, 126) !important; background-image: none; } /* TOPBAR SEARCHBOX COLOR */ #searchBox{ background-color: black !important; background-image: ; color: white !important; } /* HEADER COLORS */ .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw{ color: white; } /* TOPBAR BUTTON TEXT COLOR */ .table_header a{ color: silver; } /* SELECTED CATEGORY LINK TEXT COLOR*/ .status_selected a{ color: silver; } /* UNSELECTED CATEGORY LINK TEXT COLOR */ .status_not_selected a { color: silver; } /* ANIME INFO BUBBLE COLOR */ .td1:first-of-type, .td2:first-of-type, .td1, .td2, .td1 a, .td2 a { color: silver; } /* ANIMETITLE COLOR */ .animetitle{ color: silver; } /* LINK TEXT AND TAGS TEXT ON HOVER */ a:hover, #mal_cs_listinfo a:hover, #mal_cs_links a:hover, #mal_cs_otherlinks a:hover { color: white !Important; } /* CATEGORY TOTALS COLOR, GRAND TOTALS COLOR, COPYRIGHT COLOR */ .category_totals, #grand_totals, #copyright { color: silver ; } #copyright a{ color: white; } /* HOVER EFFECT ON TITLES */ #list_surround table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw):hover { background-color: rgba(245, 132, 0, 0.2); } /* MAX HEIGHT OF ANIME TITLES Adjust this to make more or less height for the longer titles on your list. */ .animetitle { max-height: 34px !important; } /* HEIGHT OF TAGS BOX If you've turned Tags on for your list, you can adjust the height of the box your tags appear in here. Keep in mind you won't see tags for this list style unless you hover your cursor over the anime. */ .td1[width="125"], .td2[width="125"] { height: 120px !important; } /******************************* OTHER CODES, DON'T TOUCH UNLESS YOU KNOW WHAT YOU'RE DOING *******************************/ #inlineContent { border-bottom-color: rgb(52, 52, 52); } #mal_control_strip tbody { background-color: rgb(52, 52, 52); } #inlineContent, #searchBox, .status_selected, body, .hide { background-color: rgb(26, 26, 26); } #searchBox, body, input[type=text] { color: rgb(255, 255, 255); } #list_surround table:first-of-type, #list_surround, input[type=text] { background-color: rgb(52, 52, 52); } a { color: rgb(182, 182, 182); } a:hover, #mal_cs_listinfo a:hover, #mal_cs_links a:hover, #mal_cs_otherlinks a:hover { color: rgb(255, 255, 255); } #list_surround table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw):hover { background-color: rgba(245, 132, 0, 0.2); } .hide { box-shadow: 0px 0px 11px 2px rgb(13, 13, 13) inset; } ::selection { color: rgb(245, 132, 0); background-color: rgb(255, 255, 255); } ::-moz-selection { color: rgb(245, 132, 0); background-color: rgb(255, 255, 255); } #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, .table_headerLink, .status_not_selected, .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw, .category_totals, #grand_totals, #copyright { background-color: rgb(26, 26, 26) !important; background-image: linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%) !important; background-image: -o-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%) !important; background-image: -ms-linear-gradient(top, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%) !important; } #mal_cs_listinfo a:hover, #mal_cs_links a:hover, #mal_cs_otherlinks a:hover, .table_headerLink:hover, .status_not_selected:hover { background-image: linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -o-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); background-image: -ms-linear-gradient(bottom, rgb(26, 26, 26) 40%, rgb(13, 13, 13) 60%); } .td1, .td2, .td1 a + small, .td2 a + small, .animetitle { background-color: rgba(13, 13, 13, 0.9); background: transparent linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -o-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background: transparent -ms-linear-gradient(top, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); } .animetitle:hover { background-image: linear-gradient(bottom, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background-image: -o-linear-gradient(bottom, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); background-image: -ms-linear-gradient(bottom, rgba(26, 26, 26, 0.9) 40%, rgba(13, 13, 13, 0.9) 60%); } #fancybox-wrap { position: fixed !important; top: 0px !important; bottom: 0px; left: 0px !important; right: 0px !important; max-height: 90%; margin: auto !important; } #fancybox-inner { bottom: 10px; height: auto !important; } body { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } a { text-decoration: none; } #mal_control_strip { width: 77% !important; height: 120px; margin: auto !important; background: none !important; } #inlineContent { background-color: transparent !important; display: block !important; position: absolute; top: 0px; left: 0px; height: 420px; width: 100%; background-position: right; border-bottom-width: 42px; border-bottom-style: solid; z-index: -1; } #mal_control_strip tbody { position: absolute; top: 0px; width: 686px; height: 120px; border-radius: 0px 0px 13px 13px; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links, #mal_cs_otherlinks { padding: 0px !important; } #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right-style: none !important; } #mal_cs_pic { position: absolute; top: 11px; left: 11px; } #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a { display: block; position: absolute; top: 11px; width: 64px; height: 64px; line-height: 64px; overflow-x: hidden !important; overflow-y: hidden; white-space: nowrap; letter-spacing: -1px; font-size: 0px !important; font-weight: bold !important; text-align: center; text-decoration: none !important; border-radius: 7px; } #mal_cs_listinfo a:hover, #mal_cs_links a:hover, #mal_cs_otherlinks a:hover { font-size: 11px !important; } #mal_cs_listinfo div:first-of-type a {left: 11px;} #mal_cs_listinfo div:last-of-type a {left: 86px;} #mal_cs_links div:first-of-type a:first-of-type {left: 161px;} #mal_cs_links div:last-of-type a:first-of-type {left: 236px;} #mal_cs_links div:last-of-type a:last-of-type {left: 311px;} #mal_cs_links div:first-of-type a:last-of-type, #mal_cs_otherlinks div:first-of-type a {left: 386px;} #mal_cs_otherlinks a[href*="/forum/"], #mal_cs_otherlinks a[href*="/mangalist/"], #mal_cs_otherlinks a[href*="/animelist/"], #mal_cs_otherlinks a[href*="/login.php"] {left: 461px;} #mal_cs_otherlinks a[href*="/history/"], #mal_cs_otherlinks a[href*="/register.php"] {left: 536px;} #mal_cs_otherlinks a[href*="/panel.php?go=export"], #mal_cs_otherlinks a[href*="/shared"], #mal_cs_otherlinks a[href*="/modules.php?go=faq"] {left: 611px;} #mal_cs_listinfo a:before, #mal_cs_links a:before, #mal_cs_otherlinks a:before { position: absolute; top: 0px; left: 0px; width: 64px; height: 64px; content: ""; background-position: center; background-repeat: no-repeat; background-size: 56px; } #mal_cs_listinfo a:hover:before, #mal_cs_links a:hover:before, #mal_cs_otherlinks a:hover:before { content: none; } #mal_cs_powered { top: 86px !important; left: 461px; right: auto !important; } #mal_cs_powered img { display: none; } #searchBox { position: absolute; top: 0px; left: 0px; padding: 4px 7px; width: 200px !important; height: 15px; font-size: 11px !important; text-align: center; border: none; border-radius: 4px; } .header_cw + table , .header_completed + table , .header_onhold + table , .header_dropped + table , .header_ptw + table { position: absolute; top: 86px; width: 461px; -layout: fixed; border-spacing: 11px 0px; } #list_surround table:nth-of-type(n+4) ~ .header_cw + table , #list_surround table:nth-of-type(n+4) ~ .header_completed + table , #list_surround table:nth-of-type(n+4) ~ .header_onhold + table , #list_surround table:nth-of-type(n+4) ~ .header_dropped + table , #list_surround table:nth-of-type(n+4) ~ .header_ptw + table { display: none; } .table_header { width: auto; } .table_header:first-of-type, .table_header:nth-of-type(n+6) { display: none; } .table_headerLink { display: block; padding: 4px 7px; height: 15px; text-align: center; border-radius: 4px; } #list_surround table:first-of-type { position: absolute; top: 398px; width: auto; font-size: 13px; font-weight: bold; border-spacing: 11px; border-radius: 13px 13px 0px 0px; } .status_selected, .status_not_selected { width: auto; white-space: nowrap; border-radius: 7px; } .status_selected a, .status_not_selected a { display: block; padding: 0px 22px; line-height: 42px; } #list_surround { width: 77%; min-width: 726px; margin: 406px auto 64px; padding: 11px 31px 42px 31px; border-radius: 42px; } .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw { clear: both; position: relative; top: 31px; margin: 0px 0px 42px 0px; padding: 11px 0px; border-radius: 13px; } .header_title { padding-left: 242px; font-size: 22px; font-weight: bold; text-align: center; } #list_surround table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw), .hide { float: left; position: relative; width: 220px; height: 220px; margin: 11px; border-radius: 13px; } #list_surround table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw) { z-index: 1; } .hide { display: block !important; margin-left: -231px; background-position: center -20px; } .td1, .td2 { position: absolute; padding: 4px 7px; border-radius: 4px; } .td1:nth-of-type(2), .td2:nth-of-type(2) { visibility: hidden; padding: 0px; width: 100%; height: 100%; } .td1:first-of-type:before, .td2:first-of-type:before { content: "#"; } .td1:first-of-type, .td2:first-of-type { top: 11px; left: 11px; width: 42px; z-index: 1; } .td1 a[title="Anime Information"] + small, .td2 a[title="Anime Information"] + small { display: block; visibility: visible; position: absolute; top: 11px; left: 82px; width: 43px; padding: 4px 7px; font-size: 11px; text-align: center; word-wrap: break-word; border-radius: 4px; } .td1:nth-of-type(4)[width="50"], .td2:nth-of-type(4)[width="50"] { top: 11px; right: 11px; width: 42px; } td[width="70"] + .td1:nth-of-type(5):before, [width="70"] + .td2:nth-of-type(5):before { content: "Volumes: "; } td[width="70"] + .td1:nth-of-type(5), td[width="70"] + .td2:nth-of-type(5) { top: 11px; right: 11px; width: auto; text-align: right; } .td1 a:not([title="Anime Information"]) + small, .td2 a:not([title="Anime Information"]) + small { display: block; visibility: visible; position: absolute; top: 41px; right: 11px; width: auto; padding: 4px 7px; font-size: 11px; text-align: right; border-radius: 4px; } .animetitle { display: block; visibility: visible; position: absolute; left: 11px; bottom: 41px; padding: 7px; width: 184px; max-height: 34px; overflow: hidden; text-align: center; font-size: 13px; font-weight: bold; border-radius: 7px; } .td1:nth-of-type(3):before, .td2:nth-of-type(3):before { content: "Score: "; } .td1:nth-of-type(3), .td2:nth-of-type(3) { left: 11px; bottom: 11px; width: auto; text-align: left; } td[width="50"] + .td1:nth-of-type(5):before, [width="50"] + .td2:nth-of-type(5):before { content: "Episodes: "; } td[width="50"] + .td1:nth-of-type(5), td[width="50"] + .td2:nth-of-type(5) { right: 11px; bottom: 11px; width: auto; text-align: right; } .td1:nth-of-type(4)[width="70"]:before, .td2:nth-of-type(4)[width="70"]:before { content: "Chapters: "; } .td1:nth-of-type(4)[width="70"], .td2:nth-of-type(4)[width="70"] { bottom: 11px; right: 11px; width: auto; text-align: right; } .td1:nth-of-type(n+6), .td2:nth-of-type(n+6) { display: none; } .td1[width="125"], .td2[width="125"] { left: 11px; top: 71px; width: 184px; height: 45px; overflow: auto; } #list_surround table:hover .td1[width="125"], #list_surround table:hover .td2[width="125"] { display: block; } input[type=text] { width: 100%; text-align: right; border: none; border-radius: 4px; } input[value=Go] { display: none; } #list_surround .List_LightBox { display: block; visibility: visible; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; font-size: 0px; } .category_totals { padding: 0px 31px; text-align: center; white-space: pre-line; border-radius: 13px; } .category_totals:before { display: block; content: "Totals:"; text-align: center; font-weight: bold; } #grand_totals, #copyright { clear: both; position: relative; top: 31px; padding: 11px 0px; text-align: center; } #grand_totals { margin-bottom: 22px; border-radius: 7px; } #copyright { margin-top: 0px !important; margin-bottom: 31px; border-radius: 13px; } #list_surround br { display: none; } #mal_control_strip #mal_cs_otherlinks strong{ margin: 0px !important; font-size: 0px !important; } #list_surround:before { border-radius: 0 0 13px 13px; height: 120px; top: 0; width: 700px; content: ""; z-index: -2 !important; display: block; position: absolute !important; left: 11% !important; } .status_not_selected a { border-radius: 6px; color: ; } .status_not_selected a { border-radius: 6px; } #mal_cs_otherlinks :nth-of-type(2) { margin-top: -40px; } #mal_cs_otherlinks a[href*="/forum/"], #mal_cs_otherlinks a[href*="/mangalist/"], #mal_cs_otherlinks a[href*="/animelist/"], #mal_cs_otherlinks a[href*="/login.php"], #mal_cs_otherlinks div a[href*="/register.php"]{ margin-top: 0; } .header_cw + table, .header_completed + table, .header_onhold + table, .header_dropped + table, .header_ptw + table { background: none repeat scroll 0 0 transparent; border-spacing: 11px 0; left: 12%; margin-left: -7px; position: absolute; top: 86px; width: 461px; } #inlineContent { display: none !important; } #list_surround table:first-of-type, #list_surround, input[type="text"] { background-color: transparent; } #list_surround table:first-of-type { top: 458px; } .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw { margin-top: -20px; visibility: hidden; } .header_cw:before, .header_completed:before, .header_onhold:before, .header_dropped:before, .header_ptw:before, .header_cw:after, .header_completed:after, .header_onhold:after, .header_dropped:after, .header_ptw:after { visibility: visible !important; } #list_surround { margin: 325px auto 64px; } #list_surround table:nth-of-type(n+4):not(.header_cw):not(.header_completed):not(.header_onhold):not(.header_dropped):not(.header_ptw), .hide { height: 300px !important; } .hide { background-position: center !important; } #mal_control_strip tbody { background-color: transparent !important; } Read more at http://myanimelist.net/forum/?topicid=1198609&show=40#ed7yHK7mFDjtIq6k.99 and this is the link Thanks in advance. 1) Try a color coordinator. Pick a color on the wheel and make sure "with compliment" is on and then you'll see the color that compliments the one you're using http://paletton.com/#uid=24e0u0kllllaFw0g0qFqFg0w0aF 2) Find .header_cw, .header_completed, .header_onhold, .header_dropped, .header_ptw { remove the visibility codes to see it again 3) Its possible cuz the poster style layout does it and has a similar look but it seems like it'd be a pain to code it into the square layout. Maybe someone else will take the time to code it tho |
Jan 16, 2015 5:01 PM
#2522
Hi, I was wondering if it was allowed / possible to change what is written in the header. For instance, in both my lists, I want to change the Plan to Read header (the one you can click on). I checked around and got lost, and I didn't find any information (but it's most likely my fault). I'm waiting for your directions! Thanks. |
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jan 16, 2015 5:12 PM
#2523
Read Shishio's easy tutorial for category links and here for more . edit. didn't read the brackets . |
GuriguraJan 16, 2015 5:22 PM
Jan 16, 2015 5:41 PM
#2524
blob said: Hi, I was wondering if it was allowed / possible to change what is written in the header. For instance, in both my lists, I want to change the Plan to Read header (the one you can click on). I checked around and got lost, and I didn't find any information (but it's most likely my fault). I'm waiting for your directions! Thanks. @Oddway Were you answering my question? If so, I could still not find where I can change the text. If you check my lists, you would notice that, for my anime list, I have already changed it to Plan to Wreck and, in the manga list, to Plan to Rape. However, at the top of my list, the buttons that filter the list are indicated as Plan to Watch and Plan to Read respectfully. I want to change those into what I want, how do I do this? Maybe calling it a header was my bad. It's not the header, the one right on top of the titles, it's the main one usually found on top. I want to keep the same style, but with different wordings... Thanks |
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jan 16, 2015 6:11 PM
#2525
blob said: blob said: Hi, I was wondering if it was allowed / possible to change what is written in the header. For instance, in both my lists, I want to change the Plan to Read header (the one you can click on). I checked around and got lost, and I didn't find any information (but it's most likely my fault). I'm waiting for your directions! Thanks. @Oddway Were you answering my question? If so, I could still not find where I can change the text. If you check my lists, you would notice that, for my anime list, I have already changed it to Plan to Wreck and, in the manga list, to Plan to Rape. However, at the top of my list, the buttons that filter the list are indicated as Plan to Watch and Plan to Read respectfully. I want to change those into what I want, how do I do this? Maybe calling it a header was my bad. It's not the header, the one right on top of the titles, it's the main one usually found on top. I want to keep the same style, but with different wordings... Thanks Make sure you put {} after your code so it doesn't double or triple it in your CSS. I'm telling you this because currently your list code looks like this: http://i.imgur.com/ZmnYzK0.png To change the category images, you need to change the image link here: #list_surround .header_ptw { background: url("http://i.imgur.com/TytUO5d.gif") no-repeat scroll center center rgba(255, 255, 255, 0); opacity: 0.87; box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 1); } It's an image, so unless you know how to reproduce it exactly, your best bet would be to find who made the list, pm him and ask him if he could change the text of it. You could also just remake all the headers to your desire. |
Jan 16, 2015 6:18 PM
#2526
Satiriques said: blob said: blob said: Hi, I was wondering if it was allowed / possible to change what is written in the header. For instance, in both my lists, I want to change the Plan to Read header (the one you can click on). I checked around and got lost, and I didn't find any information (but it's most likely my fault). I'm waiting for your directions! Thanks. @Oddway Were you answering my question? If so, I could still not find where I can change the text. If you check my lists, you would notice that, for my anime list, I have already changed it to Plan to Wreck and, in the manga list, to Plan to Rape. However, at the top of my list, the buttons that filter the list are indicated as Plan to Watch and Plan to Read respectfully. I want to change those into what I want, how do I do this? Maybe calling it a header was my bad. It's not the header, the one right on top of the titles, it's the main one usually found on top. I want to keep the same style, but with different wordings... Thanks Make sure you put {} after your code so it doesn't double or triple it in your CSS. I'm telling you this because currently your list code looks like this: http://i.imgur.com/ZmnYzK0.png To change the category images, you need to change the image link here: #list_surround .header_ptw { background: url("http://i.imgur.com/TytUO5d.gif") no-repeat scroll center center rgba(255, 255, 255, 0); opacity: 0.87; box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 1); } It's an image, so unless you know how to reproduce it exactly, your best bet would be to find who made the list, pm him and ask him if he could change the text of it. You could also just remake all the headers to your desire. That's what I've been trying to say, I don't want to change those images. I want to change the one in form of text. I am the one that made those images, so yeah. xD THANK YOU FOR THE TIP THOUGH. I have asked before how to avoid the list coding from being duplicated, and I guess nobody knew back then, haha. What I want changed is at the top of the list, over the Reading/Watching IMAGE. The one that you could CLICK on and changes color. If you want more indications for where it is, it's on a horizontal line, it lists : Currently Reading Completed On Hold Dropped Plan to Read All Manga TLDR; I want it to turn into (for manga, for example) : Currently Reading Completed On Hold Dropped Plan to Rape All Manga Thanks! |
blobJan 16, 2015 6:22 PM
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jan 16, 2015 6:33 PM
#2527
blob said: Satiriques said: blob said: blob said: Hi, I was wondering if it was allowed / possible to change what is written in the header. For instance, in both my lists, I want to change the Plan to Read header (the one you can click on). I checked around and got lost, and I didn't find any information (but it's most likely my fault). I'm waiting for your directions! Thanks. @Oddway Were you answering my question? If so, I could still not find where I can change the text. If you check my lists, you would notice that, for my anime list, I have already changed it to Plan to Wreck and, in the manga list, to Plan to Rape. However, at the top of my list, the buttons that filter the list are indicated as Plan to Watch and Plan to Read respectfully. I want to change those into what I want, how do I do this? Maybe calling it a header was my bad. It's not the header, the one right on top of the titles, it's the main one usually found on top. I want to keep the same style, but with different wordings... Thanks Make sure you put {} after your code so it doesn't double or triple it in your CSS. I'm telling you this because currently your list code looks like this: http://i.imgur.com/ZmnYzK0.png To change the category images, you need to change the image link here: #list_surround .header_ptw { background: url("http://i.imgur.com/TytUO5d.gif") no-repeat scroll center center rgba(255, 255, 255, 0); opacity: 0.87; box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 1); } It's an image, so unless you know how to reproduce it exactly, your best bet would be to find who made the list, pm him and ask him if he could change the text of it. You could also just remake all the headers to your desire. That's what I've been trying to say, I don't want to change those images. I want to change the one in form of text. I am the one that made those images, so yeah. xD THANK YOU FOR THE TIP THOUGH. I have asked before how to avoid the list coding from being duplicated, and I guess nobody knew back then, haha. What I want changed is at the top of the list, over the Reading/Watching IMAGE. The one that you could CLICK on and changes color. If you want more indications for where it is, it's on a horizontal line, it lists : Currently Reading Completed On Hold Dropped Plan to Read All Manga TLDR; I want it to turn into (for manga, for example) : Currently Reading Completed On Hold Dropped Plan to Rape All Manga Thanks! .status_not_selected a[href*="status=6"],.status_selected a[href*="status=6"] { visibility: hidden; font-size:0px!important; line-height: 0; } .status_not_selected a[href*="status=6"]:after ,.status_selected a[href*="status=6"]:after { content:'Plan to Wreck'!important; visibility: visible; font-size:13px!important; vertical-align: center; line-height: initial; } Should give you this: http://i.imgur.com/igNu3cO.jpg |
SatiriquesJan 16, 2015 7:26 PM
Jan 16, 2015 8:58 PM
#2528
Hello all I am currently using the template style "Snapshots, by http://myanimelist.net/profile/Drize http://myanimelist.net/forum/?topicid=392627&show=0#post1 It says in the forum link that for best results i should turn all of my settings off aside from Numbers... Well, I REALLY like this style, because i can change out the pictures every so often. I would like to know, if there is a way, to have space for the columns Name, Score, and Watched. Problem is, when i select the 3 options, the style completely breaks. It'd also be nice(but not important) to add a transparency to the "paper" which i swapped out for a lineless sheet. Thanks in advance! Link to my current CSS. http://pastebin.com/rgAPFaaw |
Baka baka baka! |
Jan 16, 2015 10:06 PM
#2529
@Satiriques Thanks! That's exactly what I wanted. :P For some reason, in my anime list, some covers disappeared, is that normal? |
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jan 16, 2015 10:08 PM
#2530
TheJanitor13 said: Hello all I am currently using the template style "Snapshots, by http://myanimelist.net/profile/Drize http://myanimelist.net/forum/?topicid=392627&show=0#post1 It says in the forum link that for best results i should turn all of my settings off aside from Numbers... Well, I REALLY like this style, because i can change out the pictures every so often. I would like to know, if there is a way, to have space for the columns Name, Score, and Watched. Problem is, when i select the 3 options, the style completely breaks. It'd also be nice(but not important) to add a transparency to the "paper" which i swapped out for a lineless sheet. Thanks in advance! Link to my current CSS. http://pastebin.com/rgAPFaaw Opacity is the command for transparency. Enter a number from 0 to 1. |
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jan 16, 2015 10:18 PM
#2531
blob said: @Satiriques Thanks! That's exactly what I wanted. :P For some reason, in my anime list, some covers disappeared, is that normal? You can use blink to manually add your missing covers. Just write your username, check anime and save it as [whatevername].css with the "more" selector. Just ctrl-f for the anime number you are looking for and add it to your list. I.E. http://myanimelist.net/anime/889/Black_Lagoon would be 889. |
Jan 16, 2015 11:06 PM
#2532
@Satiriques Thanks~ again. |
_____________________________________________________________ Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T Here is the Official Rec Club list of Recommendations! |
Jan 22, 2015 4:43 AM
#2533
Hi everyone ! I'd like to ask you for a help. I was trying to make function in css, where in each category I chose (Currently Watching, Completed etc..) the table row hover will be different. Now I'm using this to changing wallpapers on each of those sites: /* ALL ANIME/MANGA BACKGROUND */ .status_selected a[href*="status=7"]:before { background-image: url(http://fc05.deviantart.net/fs70/f/2014/035/9/8/killua___hunter_x_hunter_by_doubleu42-d755p2b.jpg) !important; position: fixed !important; top: 0 !important; left: 0 !important; background-position: bottom left; height: 100% !important; width: 100% !important; background-size: cover !important; display: block !important; content: "" !important; z-index: -1 !important; } and this, to changing color in whole row in my tables: tr:hover .td1, tr:hover .td2 { background-color: rgba(215, 75, 75, 0.40); } I was trying in many ways combating those two code like for example: .status_selected a[href*="status=7"]:before tr:hover .td1 { background-color: black; } and other transformation of this, but without any result. I'm also trying to make the same with a header's, but i'm stuck on this: .table_header a[href*="status=7"] { background-color: #d74b4b; padding: 8px 6px; } .table_header a[href*="status=6"] { background-color: #ff6a00; padding: 8px 6px; } .table_header { color: #FFFFFF; padding: 8px 6px; } With this code something started to happen, but there is no color on whole header, but only in places where are sort titles (Anime Title, Score, Type, Progress). http://s14.postimg.org/9iv5e569d/Header_background.png Of course still working on it, but I'll be very grateful if you will be able to help me. Thanks in advance! |
Ludzik1893Jan 23, 2015 8:35 AM
Jan 24, 2015 1:28 PM
#2534
Hello everyone, Is it possible to change the vertical align for the buttons text (watching, completed etc) ? i've them at the side and vertical-align is not working (works on the anime list stuff..) tried everything but the text is at the top and it looks a bit weird because the button height is 30px as far as i see i've nothing that would block it. |
Jan 24, 2015 3:35 PM
#2535
Help, my Samurai Champloo custom theme seems to be missing covers for a few anime, how can I add them? |
Jan 24, 2015 3:57 PM
#2536
SuperRed said: Help, my Samurai Champloo custom theme seems to be missing covers for a few anime, how can I add them? There are multiple ways to fix this problem, here's what I usually do: get blink and use these settings. Make sure you save it as .css After that, you can either manually add the missing covers or import this css at the beggining of your list. |
Jan 24, 2015 10:32 PM
#2537
Hello people! The problem I need help with is a bottom scroll bar, it seems that it have some connection with the width on the list as it arrive when less than 830px and disappear when 830px or higher. I have absolutely no idea why this have happened and I'm grateful for all the help I can get. My list: http://myanimelist.net/animelist/Deisicarius Code: http://pastebin.com/8eQkG0uL |
Jan 24, 2015 11:17 PM
#2538
@Deisicarius Look around line #237 (your #copyright style) Your copyright section has width of 750px and 100px of right padding. By default these things add resulting in 850px wide copyright which pops through your #list_surround and available screen space, resulting in scrollbar. You could remove/reduce the right padding and/or adjust the width. You could also add box-sizing: border-box; to your #copyright code. By default "width" means "width of content", but border-box makes it so that it is "width of the container", so that paddings and borders would reduce the space available to box content. |
![]() |
Jan 25, 2015 3:37 AM
#2539
VeriTi said: I see, thank you for your quick response.@Deisicarius Look around line #237 (your #copyright style) Your copyright section has width of 750px and 100px of right padding. By default these things add resulting in 850px wide copyright which pops through your #list_surround and available screen space, resulting in scrollbar. You could remove/reduce the right padding and/or adjust the width. You could also add box-sizing: border-box; to your #copyright code. By default "width" means "width of content", but border-box makes it so that it is "width of the container", so that paddings and borders would reduce the space available to box content. |
Jan 26, 2015 9:19 AM
#2540
Hi again, I'm wondering how to make the "Edit - More" in the list hidden by default and appear when hovering on the table section. |
Jan 26, 2015 12:02 PM
#2541
Deisicarius said: Hi again, I'm wondering how to make the "Edit - More" in the list hidden by default and appear when hovering on the table section. #list_surround small { visibility: hidden; } #list_surround small a:last-of-type { visibility: hidden; } #list_surround table tbody:hover small a{ visibility: visible; } #list_surround table tbody:hover small{ visibility: visible; } edit: removed some useless code. Nice list by the way. |
SatiriquesJan 26, 2015 12:09 PM
Jan 26, 2015 3:10 PM
#2542
Satiriques said: Thank you kind sir. Is there a way for "airing, not yet aired" to remain visible though?Deisicarius said: Hi again, I'm wondering how to make the "Edit - More" in the list hidden by default and appear when hovering on the table section. #list_surround small { visibility: hidden; } #list_surround small a:last-of-type { visibility: hidden; } #list_surround table tbody:hover small a{ visibility: visible; } #list_surround table tbody:hover small{ visibility: visible; } edit: removed some useless code. Nice list by the way. |
BalphagoreJan 26, 2015 3:16 PM
Jan 26, 2015 3:26 PM
#2543
Deisicarius said: Satiriques said: Thank you kind sir. Is there a way for "airing, not yet aired" to remain visible though?Deisicarius said: Hi again, I'm wondering how to make the "Edit - More" in the list hidden by default and appear when hovering on the table section. #list_surround small { visibility: hidden; } #list_surround small a:last-of-type { visibility: hidden; } #list_surround table tbody:hover small a{ visibility: visible; } #list_surround table tbody:hover small{ visibility: visible; } edit: removed some useless code. Nice list by the way. Woops, totally my mistake. .animetitle+small{ visibility: visible!important; } #list_surround small{ visibility:hidden; } #list_surround small a:last-of-type { visibility: hidden; } #list_surround table tbody:hover small a{ visibility: visible; } #list_surround table tbody:hover small{ visibility: visible; } |
Jan 26, 2015 3:50 PM
#2544
Satiriques said: Works perfectly, thanks once again!Deisicarius said: Satiriques said: Deisicarius said: Hi again, I'm wondering how to make the "Edit - More" in the list hidden by default and appear when hovering on the table section. #list_surround small { visibility: hidden; } #list_surround small a:last-of-type { visibility: hidden; } #list_surround table tbody:hover small a{ visibility: visible; } #list_surround table tbody:hover small{ visibility: visible; } edit: removed some useless code. Nice list by the way. Woops, totally my mistake. .animetitle+small{ visibility: visible!important; } #list_surround small{ visibility:hidden; } #list_surround small a:last-of-type { visibility: hidden; } #list_surround table tbody:hover small a{ visibility: visible; } #list_surround table tbody:hover small{ visibility: visible; } |
Jan 29, 2015 5:19 AM
#2545
I have a problem with anime that have longer names that are in my list. How do I make it so that longer names don't go to the 2nd line and instead, end with a "..." if they exceed the first? Also, how do I lower the position of the anime titles? Here are some examples of anime with longer names: http://i.imgur.com/9G890qw.png |
Jan 29, 2015 6:04 AM
#2546
Jan 29, 2015 6:17 AM
#2547
@Anonymoose-N This may require a bit of modification: .animetitle { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 470px; padding-bottom: .2ex; margin-top: 1ex } display: block is necessary to disable overflowing by setting it to hidden, which means "space is limited, and don't add scrollbars". White-space forbids line wrapping so you will always have one line. text-overflow: ellipsis makes so the text ends in "..." instead of abruptly being clipped. Width limiting prevents long titles from screwing parts of the layout. Bottom padding is because it would also cut the bottom parts of some letters like "y" or "g" which isn't good. Top margin is for lowering the position, adjust to your liking. |
VeriTiJan 29, 2015 8:02 AM
![]() |
Jan 31, 2015 2:45 AM
#2548
Hello, guys. Do you know how to remove that white stripes on completed, dropped, etc. http://myanimelist.net/animelist/S-Z |
Jan 31, 2015 11:25 AM
#2549
S-Z said: Hello, guys. Do you know how to remove that white stripes on completed, dropped, etc. http://myanimelist.net/animelist/S-Z You can change the color here: .header_title { background-color:white; color:black; opacity: 0.7 !important; font-size:20px; font-family:Papyrus ; text-align: center; } or completely remove it with this: .header_title { color: gray !important; color: transparent !important; font-size: 1px !important; font-size: 0px !important; font-size: 0 !important; font-size: 0pt !important; border-radius: 0px 0px 25px 25px; } |
SatiriquesJan 31, 2015 11:29 AM
Jan 31, 2015 6:09 PM
#2550
Satiriques said: sorry i meant lines over there http://screenshot.ru/90d75f1297c62d79896cf73067cbb7b9.pngS-Z said: Hello, guys. Do you know how to remove that white stripes on completed, dropped, etc. http://myanimelist.net/animelist/S-Z You can change the color here: .header_title { background-color:white; color:black; opacity: 0.7 !important; font-size:20px; font-family:Papyrus ; text-align: center; } or completely remove it with this: .header_title { color: gray !important; color: transparent !important; font-size: 1px !important; font-size: 0px !important; font-size: 0 !important; font-size: 0pt !important; border-radius: 0px 0px 25px 25px; } |
Jan 31, 2015 8:43 PM
#2551
S-Z said: Satiriques said: sorry i meant lines over there http://screenshot.ru/90d75f1297c62d79896cf73067cbb7b9.pngS-Z said: Hello, guys. Do you know how to remove that white stripes on completed, dropped, etc. http://myanimelist.net/animelist/S-Z You can change the color here: .header_title { background-color:white; color:black; opacity: 0.7 !important; font-size:20px; font-family:Papyrus ; text-align: center; } or completely remove it with this: .header_title { color: gray !important; color: transparent !important; font-size: 1px !important; font-size: 0px !important; font-size: 0 !important; font-size: 0pt !important; border-radius: 0px 0px 25px 25px; } The white borders are actually part of the image used for the category links. So unless you remake the picture, the white border are always gonna be there. However, I removed the borders by reducing the height for the button links and repositioned the background-position accordingly. There you go: #list_surround .status_selected, #list_surround .status_not_selected { background-attachment: scroll; background-color: transparent; background-image: url("http://s21.postimg.org/pd4kv0f4n/m_M8_HGXL.png"); background-position: 0 -4px; background-repeat: no-repeat no-repeat; border: 0px solid white !important; border-radius: 5px 0 0 0; display: block; height: 84px; padding: 0; position: fixed; left: -3px; top: 60px; width: 300px; } #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected { background-attachment: scroll; background-color: transparent; background-position: 0 -97px; background-repeat: no-repeat no-repeat; border-bottom-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; top: 150px; } #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected { background-attachment: scroll; background-color: transparent; background-position: 0% -191px; top: 239px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-attachment: scroll; background-color: transparent; background-position: 0% -285px; background-repeat: repeat repeat; top: 329px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-attachment: scroll; background-color: transparent; background-position: 0% -380px; top: 417px; } #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected { background-attachment: scroll; background-color: transparent; background-position: 0 -475px; background-repeat: no-repeat no-repeat; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; top: 505px; width: 300px; You could always use an image editor to remove the white borders so the circle part doesn't a sharp edge, but it's up to you. Edit: Damn, I didn't even notice the lines you were talking about until veriti answered lol. |
SatiriquesJan 31, 2015 11:37 PM
Jan 31, 2015 11:27 PM
#2552
@S-Z If you mean lines *above* text, I can't see them neither in Firefox, Chrome nor in IE so you might be the only one seeing those. I can make a wild guess that your browser is bugged and it shows text-decoration even when color of the text is set to transparent. If I'm right, then you want td[class^="status"] a { text-decoration: none } |
![]() |
Feb 3, 2015 12:44 AM
#2553
Hi, is there a way to edit the already existing selector "#mal_control_strip"? I basically want to remove the property "left: 0;" and change the "padding: 0;" to "padding-right: 20px;". This should result in the top bar positioning directly over the list. |
Feb 3, 2015 10:16 AM
#2554
@Deisicarius No, you can't. But you can override individual properties using !important or other things that affect specificity. And you'd probably want margin-right because padding won't affect the search bar. #mal_control_strip { left: auto !important; margin-right: 20px !important; } |
![]() |
Feb 3, 2015 10:16 AM
#2555
Hahaido said: Anonymoose-N said: How do I make it so that longer names don't go to the 2nd line and instead, end with a "..." .animetitle { display: block; min-width: 0; max-width: /*your number*/px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } I did this and now I have a new problem. The shorter titles get highlighted even if I don't directly hover over them. I'm guessing it is based on the max-width. How do I make it so that the titles only get highlighted when I hover over their letters? |
Feb 3, 2015 4:51 PM
#2556
VeriTi said: Oh I see, thank you for your help.@Deisicarius No, you can't. But you can override individual properties using !important or other things that affect specificity. And you'd probably want margin-right because padding won't affect the search bar. #mal_control_strip { left: auto !important; margin-right: 20px !important; } |
Feb 4, 2015 6:05 AM
#2557
Hello Shishio-Kun :D How's it going? I have 2 questions if you would like to help, first I wouldn't have accomplished anything if Iudex hadn't helped me, so a thanks to him!! My questions are; When I scroll down my list, I want my background to stay stable, no repetition, how do I get that to happen? The second is that When I go over a title of an anime/manga in my list it displays a pop up box right next to it, but it's transparent. How can I get an image of that anime/manga to pop up while I go over the title with the mouse? Thank you for reading this and taking your time to consider this! But please answer like you're gonna answer to a newbie lol, because I do not understand anything about this! Thank you once again! Bye |
Feb 4, 2015 11:56 AM
#2558
moebond said: Hello Shishio-Kun :D How's it going? I have 2 questions if you would like to help, first I wouldn't have accomplished anything if Iudex hadn't helped me, so a thanks to him!! My questions are; When I scroll down my list, I want my background to stay stable, no repetition, how do I get that to happen? The second is that When I go over a title of an anime/manga in my list it displays a pop up box right next to it, but it's transparent. How can I get an image of that anime/manga to pop up while I go over the title with the mouse? Thank you for reading this and taking your time to consider this! But please answer like you're gonna answer to a newbie lol, because I do not understand anything about this! Thank you once again! Bye These are quick and easy fixes so I just made them for you in your code and posted it below. Would that be ok for you? Fixed the topbar too. You have to copy everything in bold to your CSS edit box and replace the old codes. @import url(http://storage.live.com/items/4A07C1EEED420167%21156); @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); /* MAIN BACKGROUND The space background by default. */ body { background-attachment: fixed !important; background-clip:border-box; background-color: black; background-image: url(http://i.imgur.com/Qw8WQS4.jpg?1); background-position:0 0%, 0 0; background-repeat:no-repeat yes-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 { 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; background-size: contain !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 { background-color:rgba(0, 0, 0, 0.3); height:65px; } .td2 { background-color:rgba(0, 0, 0, 0.3); height:65px; } tr:hover [class^="td"] { transition: .1s linear; background-color: rgba(0, 100, 205, 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(); background-position: -50px -40px; background-repeat:no-repeat no-repeat; font-size:100%; line-height:1; margin:0 auto; padding-bottom:10px; padding-top:100px; 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://i61.tinypic.com/t03ku9.jpg); 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://i59.tinypic.com/2qdsdhc.jpg); 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://i57.tinypic.com/zjtdgw.jpg); 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://i61.tinypic.com/28sqa1u.jpg); 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://i59.tinypic.com/2vlsa2o.jpg); 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://i60.tinypic.com/307tbio.jpg); background-position:100% 0; top:620px; } /* CUSTOM HEADERS */ .header_cw { background-color: transparent; background-image: url("http://i.imgur.com/Ve9nDsh.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } .header_completed { background-color: transparent; background-image: url("http://imgur.com/rhGif5A.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } .header_onhold { background-color: transparent; background-image: url("http://imgur.com/fzAkofz.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } .header_dropped { background-color: transparent; background-image: url("http://imgur.com/JrB2Hgx.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } .header_ptw { background-color: transparent; background-image: url("http://imgur.com/Oeqwh7g.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } /* TOP COLORS The colors for the top text (#, anime title, score, etc) and the panel iteself. */ .table_header { background-color:rgba(0, 100, 205, 0.6); } .table_header, .table_header a{ color: white;} /* LIST FONT COLOR */ .td1, .td2, .category_totals { color:white; } /* 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: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; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:17px; } .category_totals { background-color:rgba(0, 100, 205, 0.6); 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:0; 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:-140px; padding-right:150px; padding-top:220px !important; position:absolute; z-index:1; } .hide:hover:after { background: transparent; content: " "; height: 75px; left: 0; position: absolute; top: 0; width: 210px; z-index: 20; } .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: pink; left: 42px; position: relative; text-shadow: black 1px 1px 5px; } td:nth-of-type(6) small:after { font-size: 12px !important; content: "Edit Tags" } @media screen and (-webkit-min-device-pixel-ratio:0) { .td1:nth-of-type(2), .td2:nth-of-type(2){ width: 73% !important; } .animetitle { padding-left: 5px; } } /* 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: 12pt !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;} } If you want in-depth explanations on how, search and try the CSS tutorials first and then post back if one of those doesn't make sense then I can try to break it down more. You don't have to do and read them all. Just find the one relevant to what you're trying to do, like the "filling in your missing covers tutorial". I'm only redirecting you here cuz understand I'm REALLY pressed for time and don't want to write explanations when the tutorials might cover that already, but like I said if one doesn't make sense post back or in the tutorial and tell us what you had trouble with: http://myanimelist.net/forum/?topicid=419405 |
Feb 4, 2015 12:31 PM
#2559
Shishio-kun said: That's perfect!!! Thank you so much!!! :D :D There are no notifications here they should fix that :( I'm sure you could lol! Thanks so much!!moebond said: Hello Shishio-Kun :D How's it going? I have 2 questions if you would like to help, first I wouldn't have accomplished anything if Iudex hadn't helped me, so a thanks to him!! My questions are; When I scroll down my list, I want my background to stay stable, no repetition, how do I get that to happen? The second is that When I go over a title of an anime/manga in my list it displays a pop up box right next to it, but it's transparent. How can I get an image of that anime/manga to pop up while I go over the title with the mouse? Thank you for reading this and taking your time to consider this! But please answer like you're gonna answer to a newbie lol, because I do not understand anything about this! Thank you once again! Bye These are quick and easy fixes so I just made them for you in your code and posted it below. Would that be ok for you? Fixed the topbar too. You have to copy everything in bold to your CSS edit box and replace the old codes. @import url(http://storage.live.com/items/4A07C1EEED420167%21156); @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM); /* MAIN BACKGROUND The space background by default. */ body { background-attachment: fixed !important; background-clip:border-box; background-color: black; background-image: url(http://i.imgur.com/Qw8WQS4.jpg?1); background-position:0 0%, 0 0; background-repeat:no-repeat yes-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 { 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; background-size: contain !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 { background-color:rgba(0, 0, 0, 0.3); height:65px; } .td2 { background-color:rgba(0, 0, 0, 0.3); height:65px; } tr:hover [class^="td"] { transition: .1s linear; background-color: rgba(0, 100, 205, 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(); background-position: -50px -40px; background-repeat:no-repeat no-repeat; font-size:100%; line-height:1; margin:0 auto; padding-bottom:10px; padding-top:100px; 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://i61.tinypic.com/t03ku9.jpg); 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://i59.tinypic.com/2qdsdhc.jpg); 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://i57.tinypic.com/zjtdgw.jpg); 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://i61.tinypic.com/28sqa1u.jpg); 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://i59.tinypic.com/2vlsa2o.jpg); 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://i60.tinypic.com/307tbio.jpg); background-position:100% 0; top:620px; } /* CUSTOM HEADERS */ .header_cw { background-color: transparent; background-image: url("http://i.imgur.com/Ve9nDsh.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } .header_completed { background-color: transparent; background-image: url("http://imgur.com/rhGif5A.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } .header_onhold { background-color: transparent; background-image: url("http://imgur.com/fzAkofz.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } .header_dropped { background-color: transparent; background-image: url("http://imgur.com/JrB2Hgx.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } .header_ptw { background-color: transparent; background-image: url("http://imgur.com/Oeqwh7g.png"); background-position: 50% 10px; background-repeat: no-repeat no-repeat; height: 50px; margin-bottom: 0; margin-top: -100px; } /* TOP COLORS The colors for the top text (#, anime title, score, etc) and the panel iteself. */ .table_header { background-color:rgba(0, 100, 205, 0.6); } .table_header, .table_header a{ color: white;} /* LIST FONT COLOR */ .td1, .td2, .category_totals { color:white; } /* 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: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; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:17px; } .category_totals { background-color:rgba(0, 100, 205, 0.6); 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:0; 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:-140px; padding-right:150px; padding-top:220px !important; position:absolute; z-index:1; } .hide:hover:after { background: transparent; content: " "; height: 75px; left: 0; position: absolute; top: 0; width: 210px; z-index: 20; } .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: pink; left: 42px; position: relative; text-shadow: black 1px 1px 5px; } td:nth-of-type(6) small:after { font-size: 12px !important; content: "Edit Tags" } @media screen and (-webkit-min-device-pixel-ratio:0) { .td1:nth-of-type(2), .td2:nth-of-type(2){ width: 73% !important; } .animetitle { padding-left: 5px; } } /* 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: 12pt !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;} } If you want in-depth explanations on how, search and try the CSS tutorials first and then post back if one of those doesn't make sense then I can try to break it down more. You don't have to do and read them all. Just find the one relevant to what you're trying to do, like the "filling in your missing covers tutorial". I'm only redirecting you here cuz understand I'm REALLY pressed for time and don't want to write explanations when the tutorials might cover that already, but like I said if one doesn't make sense post back or in the tutorial and tell us what you had trouble with: http://myanimelist.net/forum/?topicid=419405 |
Feb 4, 2015 12:47 PM
#2560
Great, btw I think u can follow (watch?) a topic to get notifications? Never tried it tho |
Feb 4, 2015 12:53 PM
#2561
Hey, sorry but I have a bit of trouble, I see I mastered it on your list lol gotta admit that's a hot background!! How can I display pics when I go over a title with the mouse? And that top left hand bar? I just want those 2 left and everything is perfect! Can you help please? :) |
Feb 4, 2015 1:11 PM
#2562
Remove top two lines from the fixed CSS, then use the top bar you want from this page, under imported topbars (read instructions): http://myanimelist.net/forum/?topicid=449097 Now search your CSS for codes named "hide" in them and remove them, and the codes in the brackets after, then you can try the cover tutorial that causes covers to appear on title point (see the list of topics I linked you to). |
Feb 4, 2015 1:13 PM
#2563
Ok thanks, I'll do that tomorrow :) time to get kinky right now lol. Bye bye!! I'll keep on touch on all updates!! |
Feb 4, 2015 6:33 PM
#2564
Feb 4, 2015 11:57 PM
#2565
Shishio-kun said: I cant find anything to help me with the images poping up when I go over it with the cursor! I dont know what to doRemove top two lines from the fixed CSS, then use the top bar you want from this page, under imported topbars (read instructions): http://myanimelist.net/forum/?topicid=449097 Now search your CSS for codes named "hide" in them and remove them, and the codes in the brackets after, then you can try the cover tutorial that causes covers to appear on title point (see the list of topics I linked you to). CheckMateBassy said: Ive seen a post how you can add youtube videos when you edit the "about me" Im sure you use the same could, see if that can help, I dont really know myself!I have a question. How do people add youtube videos straight onto their profile design? I know how to add the code to the page, but how do they make it look like this? Sorry if this has been answered, I looked everywhere, but couldn't find anything! |
Feb 5, 2015 1:34 AM
#2566
Smexy-Kun said: Shishio-kun said: I cant find anything to help me with the images poping up when I go over it with the cursor! I dont know what to doRemove top two lines from the fixed CSS, then use the top bar you want from this page, under imported topbars (read instructions): http://myanimelist.net/forum/?topicid=449097 Now search your CSS for codes named "hide" in them and remove them, and the codes in the brackets after, then you can try the cover tutorial that causes covers to appear on title point (see the list of topics I linked you to). Hmm curious, why aren't you using the entire code I posted? You still have the problem of the background skipping, and if you leave all those codes at the bottom which I took out for you, you will have errors if you use other topbars. You need to replace your entire code with the whole code I gave you to fix the errors with the background and future topbars. Like I said, go to the link I gave you before: http://myanimelist.net/forum/?topicid=419405 theres a part for covers (DVD and manga covers for your list). There's a topic name that says "Display covers when pointing to title" |
Shishio-kunFeb 5, 2015 1:43 AM
Feb 5, 2015 1:42 AM
#2567
CheckMateBassy said: I have a question. How do people add youtube videos straight onto their profile design? I know how to add the code to the page, but how do they make it look like this? Sorry if this has been answered, I looked everywhere, but couldn't find anything! Most of those profile graphics are made in a graphic design program and split into pieces there. Then the pieces are posted to the profile one by one. If you look at the images in the graphic by right clicking or dragging them out you'll see that. So when you make that profile graphic, you need to leave a gap in it (for the player) before you cut it into pieces with Guillotine or Slice tool. The gap must be equal to a video player's height and width (posted the dimensions on the front page recently). Now when you post the pieces to your profile graphic, you will post that Youtube player as one of the pieces in your profile, to fill the gap you originally made. We might also discuss it in this topic, and it has the video on making/slicing the profile graphic for beginners. I don't think I explained Youtube players within graphics in the video tho: http://myanimelist.net/forum/?topicid=544347&show=0 |
Shishio-kunFeb 5, 2015 1:45 AM
Feb 5, 2015 4:47 PM
#2568
Shishio-kun said: CheckMateBassy said: I have a question. How do people add youtube videos straight onto their profile design? I know how to add the code to the page, but how do they make it look like this? Sorry if this has been answered, I looked everywhere, but couldn't find anything! Most of those profile graphics are made in a graphic design program and split into pieces there. Then the pieces are posted to the profile one by one. If you look at the images in the graphic by right clicking or dragging them out you'll see that. So when you make that profile graphic, you need to leave a gap in it (for the player) before you cut it into pieces with Guillotine or Slice tool. The gap must be equal to a video player's height and width (posted the dimensions on the front page recently). Now when you post the pieces to your profile graphic, you will post that Youtube player as one of the pieces in your profile, to fill the gap you originally made. We might also discuss it in this topic, and it has the video on making/slicing the profile graphic for beginners. I don't think I explained Youtube players within graphics in the video tho: http://myanimelist.net/forum/?topicid=544347&show=0 Thank you so much, I understand now. Would you happen to know the dimensions of a standard youtube video? or how I would find that out? |
Feb 5, 2015 4:57 PM
#2569
Copied from the front page Looks like 425 high 355 wide |
Feb 5, 2015 5:04 PM
#2570
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 |