New
Aug 23, 2014 8:05 PM
#2121
VeriTi said: @Yuannecchi Add the following to the end of your custom CSS code: .status_not_selected a, .status_selected a { background-image: url('http://i.imgur.com/aeHkadH.png'); } It worked! Thank you very much ^_^ |
It is absurd to divide people into good and bad. People are either charming or tedious. |
Aug 24, 2014 4:00 AM
#2122
I'm a total noob at CSS, but I was trying to edit the current style I'm using. I did it with the help of Firefox's Style Editor (Shift+F7). In the preview, the style works like a charm, but it ended up not working and just glitching up when I went to the list. I don't know what's wrong, it should be something like this: Code: @import "https://googledrive.com/host/0ByAIydzEB52MNUZKMFRDaWtJS00"; @import "http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css"; @import "http://fonts.googleapis.com/css?family=Dosis"; @import "http://fonts.googleapis.com/css?family=Righteous"; body { background-attachment:fixed !important; background-image:url(http://i.imgur.com/8IiaVrU.jpg); background-position:0px 0; background-size: cover; } #list_surround { left:135px !important; position:absolute !important; } #inlineContent { display:inline-block !important; height:1200px !important; left:0 !important; margin:auto !important; position:fixed !important; right:0 !important; top:0 !important; width:500px !important; z-index:-1 !important; } #list_surround { background-attachment:scroll; background-color:transparent; background-position:50% 1px; background-repeat:no-repeat no-repeat; font-size:12px; line-height:1; margin:0 auto; padding-bottom:10px; padding-top:0; width:49%; } body { color:white; font-family: 'Dosis', sans-serif; } a { -webkit-transition:all 0.25s ease-in-out 0s; color:white; text-decoration:initial; text-shadow:none; } a:hover { color: #8deafc; } #list_surround table:first-of-type td {display: block; position: fixed; right: 0px; height: 6px; width: 170px; padding: 0 5px 0 10px;} #list_surround table:first-of-type td:first-of-type {bottom: 112px;} #list_surround table:first-of-type td:nth-of-type(2) {bottom: 89px;} #list_surround table:first-of-type td:nth-of-type(3) {bottom: 66px;} #list_surround table:first-of-type td:nth-of-type(4) {bottom: 43px;} #list_surround table:first-of-type td:nth-of-type(5) {bottom: 20px;} #list_surround table:first-of-type td:last-of-type {bottom: 9001%; z-index:-1 !important;} #list_surround table:first-of-type td:last-of-type a {font-size: 0px !important; color: transparent !important;} #list_surround table:first-of-type td:last-of-type a:before {content: ""; font-size: 15px !important; color: #ffe6ff !important;} .status_not_selected a, .status_selected a { background-color:transparent; font-family: 'Righteous'; color:white; display:block !important; font-weight:normal; font-size:16px; padding:8px; text-shadow:black 0 1px; } .status_selected a { background-color:rgba(112, 210, 235, 1); } .status_not_selected a { background-color:rgba(112, 210, 235, 0.5); } .status_not_selected a:hover { background-color:rgba(112, 210, 235, 1); } .status_selected a:hover { background-color:rgba(112, 210, 235, 1); } .table_header { background-color:black; height:20px; } .table_header:nth-of-type(2) { text-align:left; } .table_header:last-of-type { border-bottom-left-radius:0 !important; border-bottom-right-radius:0 !important; border-top-left-radius:0 !important; border-top-right-radius:20px !important; } .td1 { -webkit-transition:all 0.25s ease-in-out 0s; background-color:rgba(4, 113, 140, 0.8); height:30px; } .td2 { -webkit-transition:all 0.25s ease-in-out 0s; background-color:rgba(4, 113, 140, 0.8); height:30px; } tr:hover [class^="td"] { background-color:rgba(5, 133, 165, 0.8); } .td1:nth-of-type(2), .td2:nth-of-type(2) { text-align:left; font-size:14px; } .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals { border:0; padding:4px; text-align:center; vertical-align:middle; font-size:14px; } .table_header, .td1, .td2, .category_totals { line-height:20px; } .borderRBL { line-height:normal !important; } [cellspacing="0"] { line-height:7px; } .category_totals { background-color:black; color:#FFFFFF; line-height:20px; text-align:center; } null { } .header_title { font-size: 0px !important; color: transparent !important; } #grand_totals { background-color:rgba(0, 0, 0, 1); border:0 none; color:white; line-height:20px; min-height:20px; padding:8px; text-align:center; vertical-align:middle; } #copyright { background-color:rgba(0, 0, 0, 1); color:white; line-height:17px; margin-top:10px; padding:8px; text-align:center; } .animetitle + small { color:#3fddfc !important; } #copyright::after { content:' CSS by Kyouhansha. Edits by TheHolyPotato. Google 'Shishio's Custom Lists' for more designs and info.'; } ::-moz-selection { background: black; } ::selection { background: black; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS). Left and top adjust the position it appears on screen. Control the height and width of the pic with height and width. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away. Increase height and width to make the pics bigger. Delete border-style: solid; to remove the border. */ :hover + .hide { background-size: cover; left: 63.95%; top: 21.8%; height: 350px; width: 226px; padding-bottom: 0px; 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(0, 0, 0, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; } /* 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: none repeat scroll 0 0 transparent; border-radius: 25px 25px 0 0; color: #3fddfc; content: "MINI-REVIEW"; padding-bottom: 5px; position: absolute; text-align: center; top: 377px; width: 230px; font-weight:600; text-shadow:rgba(0, 0, 0, 0.5) 1px 2px 1px; } /* TAGS AREA 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&show=0#post1 */ .td1:nth-of-type(6), .td2:nth-of-type(6) { background-color: rgba(4, 113, 140, 0.8) !important; display: none; height: 120px; left: 61.9%; padding: 45px 10px 0 10px; position: fixed; top: 504px; width: 260px; z-index: 0; text-align: center; font-size:14px; background-image: url(none) !important; border-style: solid; border-color: white; border-top: 0px solid transparent; border-left: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid transparent; border-radius: 25px 25px 25px 25px; } /* HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(6) { display: none; } /* 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)a { display: none; } [class^="header_"] { background-repeat:no-repeat no-repeat; display:inline-block !important; left:0 !important; margin:auto !important; position:fixed !important; right:0 !important; top:0 !important; z-index:-1 !important; height:3000px !important; width:3000px !important; } .header_cw { background-image:url(http://i.imgur.com/SfnY7fY.png); background-position:30% 0.5%; } .header_completed { background-image:url(http://th00.deviantart.net/fs70/PRE/f/2014/151/5/3/sasha_braus_shingeki_no_kyojin_attack_on_titan_by_matadorj263-d7kio7m.png); background-position:33.6% -7%; } .header_onhold { background-image:url(http://www.renders-graphiques.fr/image/upload/normal/Katsura_Araka_Artiste_-_Seirei_no_Moribito_-_Balsa.png); background-position:35% -5%; } .header_dropped { background-image:url(http://1.bp.blogspot.com/-PM7GEegmrtA/U9ZthDIckOI/AAAAAAABDa4/uO7DK_DnLP0/s1600/Subir+render-Barakamon+-+Naru+01.png); background-position:29% -42%; } .header_ptw { background-image:url(https://33.media.tumblr.com/b7a08419c811f2f49959596cec9bc512/tumblr_n72ybpsel11sia0o5o1_500.png); background-position:37% 1%; } #mal_control_strip { display: none; } |
Aug 24, 2014 6:45 AM
#2123
kamensentai said: #list_surround table:first-of-type td {display: block; position: fixed; right: 0px; height: 6px; width: 170px; padding: 0 5px 0 10px;} #list_surround table:first-of-type td:first-of-type {bottom: 112px;} #list_surround table:first-of-type td:nth-of-type(2) {bottom: 89px;} #list_surround table:first-of-type td:nth-of-type(3) {bottom: 66px;} #list_surround table:first-of-type td:nth-of-type(4) {bottom: 43px;} #list_surround table:first-of-type td:nth-of-type(5) {bottom: 20px;} #list_surround table:first-of-type td:last-of-type {bottom: 9001%; z-index:-1 !important;} #list_surround table:first-of-type td:last-of-type a {font-size: 0px !important; color: transparent !important;} #list_surround table:first-of-type td:last-of-type a:before {content: ""; font-size: 15px !important; color: #ffe6ff !important;} These selectors for the custom menu don't work on MAL. Notice the first one becomes #list_surround:first-of-type td after you enter it in your CSS edit box, it becomes a new selector targeting a new spot, so your menu never shows up how you want it and another part of the list gets changed. You have to import these codes: http://myanimelist.net/forum/?topicid=411779 topic is much easier than it looks, if you did what you did so far you should be able to do this in minutes. Otherwise you need to use different codes for those parts. Also I think the mal control strip code at the bottom won't work after saving, there's a topic on this too. |
Aug 24, 2014 6:59 AM
#2124
@Shishio-kun It is possible to just replace table with tab*backslash*le MAL seem to eat my backslashes? WTF? |
![]() |
Aug 24, 2014 12:13 PM
#2125
Shishio-kun said: Thank you, Shishio-kun! It worked just like you said. :Dkamensentai said: #list_surround table:first-of-type td {display: block; position: fixed; right: 0px; height: 6px; width: 170px; padding: 0 5px 0 10px;} #list_surround table:first-of-type td:first-of-type {bottom: 112px;} #list_surround table:first-of-type td:nth-of-type(2) {bottom: 89px;} #list_surround table:first-of-type td:nth-of-type(3) {bottom: 66px;} #list_surround table:first-of-type td:nth-of-type(4) {bottom: 43px;} #list_surround table:first-of-type td:nth-of-type(5) {bottom: 20px;} #list_surround table:first-of-type td:last-of-type {bottom: 9001%; z-index:-1 !important;} #list_surround table:first-of-type td:last-of-type a {font-size: 0px !important; color: transparent !important;} #list_surround table:first-of-type td:last-of-type a:before {content: ""; font-size: 15px !important; color: #ffe6ff !important;} These selectors for the custom menu don't work on MAL. Notice the first one becomes #list_surround:first-of-type td after you enter it in your CSS edit box, it becomes a new selector targeting a new spot, so your menu never shows up how you want it and another part of the list gets changed. You have to import these codes: http://myanimelist.net/forum/?topicid=411779 topic is much easier than it looks, if you did what you did so far you should be able to do this in minutes. Otherwise you need to use different codes for those parts. Also I think the mal control strip code at the bottom won't work after saving, there's a topic on this too. And the code at bottom didn't work, but I got the code from the here and it worked perfectly. ^_^ |
Aug 24, 2014 6:33 PM
#2126
is there a code or adjustment I can make to my list to fix it so it appars the same on my 15" lap top as it does on my 20" Desktop? use these to see what I mean http://quirktools.com/screenfly/ http://myanimelist.net/animelist/Sutatekken |
Aug 26, 2014 12:45 AM
#2127
Sutatekken said: is there a code or adjustment I can make to my list to fix it so it appars the same on my 15" lap top as it does on my 20" Desktop? use these to see what I mean http://quirktools.com/screenfly/ http://myanimelist.net/animelist/Sutatekken First solution would be to use code"@media" where you play with screen sizes at your will: http://myanimelist.net/forum/?topicid=524033 But if you just want an example on how it looks like, you can check it at the end of my anime list code (-difrent outlook when smaller screen resolution than width: 1280px-): https://dl.dropboxusercontent.com/u/144008148/Premade/artistic_piece_%25_donating/Main_import_CSS/Main.css _ _ _ _ _ _ _ _ Second solution would be that you would use "%" instead of "px", what could be used to resize your pictures upon using diffrent screens. |
Aug 26, 2014 2:07 PM
#2128
Sutatekken said: is there a code or adjustment I can make to my list to fix it so it appars the same on my 15" lap top as it does on my 20" Desktop? use these to see what I mean http://quirktools.com/screenfly/ http://myanimelist.net/animelist/Sutatekken Grabbing a code from that tutorial I messed with your list a little and I think all you need to add is this to the bottom, seems to work fine for Screenfly: /* 15" LIST */ #list_surround { margin-left: 29%; } /* 15" BUTTONS */ .status_selected a[href*="status=1"], .status_not_selected a[href*="status=1"]{ left: 2%; } /* CSS changes for 20" screen */ @media all and (min-device-width:1367px) { /* 20" LIST */ #list_surround { margin:0 auto !important; } /* 20" BUTTONS */ .status_selected a[href*="status=1"], .status_not_selected a[href*="status=1"]{ left: 2%; } } I've labeled the parts that control the 15" and 20" screen's list and button positions. You can adjust them later if they don't work perfect. You can add more stuff to make changes if you want. Anything above /* CSS changes for 20" screen */ will affect the a 15" and 20" screen, but anything below /* CSS changes for 20" screen */ will affect only 20", override anything above so it lets you adjust things for that screen. If it doesn't work, change 1367px in the code to a resolution size in between your two screen resolutions. I'm assuming you 15" screen resolution is 1366 across and your 20" is more, probably 1600px+. Let us know if this works please, adjusting for resolutions can be tricky. |
Aug 26, 2014 5:41 PM
#2129
Why'd the icon-style toolbar in my Anime & Manga List changed to the default one? I did add Display cover during cursor hover (shows up where you want with borders and Tags section) in my list several weeks back and it was fine, I just noticed this today and I check my list daily. I tried changing the code from to @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixedwithCategory.css"; @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixedwithCategoryNoAll.css"; @import "https://dl.dropboxusercontent.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSLeft.css"; @import "https://dl.dropboxusercontent.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSLeftFixed.css"; although none works, maybe this is a MAL issue? |
Aug 26, 2014 6:29 PM
#2130
R4vel said: I guess it's just a problem with Dropbox.Why'd the icon-style toolbar in my Anime & Manga List changed to the default one? I did add Display cover during cursor hover (shows up where you want with borders and Tags section) in my list several weeks back and it was fine, I just noticed this today and I check my list daily. I tried changing the code from to @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixedwithCategory.css"; @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixedwithCategoryNoAll.css"; @import "https://dl.dropboxusercontent.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSLeft.css"; @import "https://dl.dropboxusercontent.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSLeftFixed.css"; although none works, maybe this is a MAL issue?Dropbox said: Error (509) This account's public links are generating too much traffic and have been temporarily disabled! |
Aug 26, 2014 7:00 PM
#2131
R4vel said: Why'd the icon-style toolbar in my Anime & Manga List changed to the default one? edit: 3 days they restore things back For generating your own covers (see bottom of post): http://myanimelist.net/forum/?topicid=1162203 Yeah one of my accounts been shut off due to overuse of bandwidth. This was inevitable but I didn't expect it for a very long time. Its either due to a massive surge of hits on MAL (which happened before cuz of bots) or strangely somehow my account has exceeded over 20gb or 100,000 hits in one day (normally its not even 10,000 and no where near 20gb daily bandwidth). In either a few days or the start of next month they will reset it and all will be back online. Until then many layouts, covers, and topbars hosted on Dropbox links won't be available. I will have to thin it out some more and move more files to other places in the meantime, after that it should be able to handle many more hits but I can't guarantee the problem won't happen again. I'll have probably to get an admin to help to move alot of layouts, or else many simply won't be available the same way anymore (its too much busywork to do soon). |
Shishio-kunAug 27, 2014 6:23 AM
Aug 27, 2014 3:22 AM
#2132
Can anyone help with my list? http://prntscr.com/4gwkoa It appears like this,in my manga list too. What's the problem? Thanks in advance. |
Aug 27, 2014 6:21 AM
#2133
The_ClownPrince said: Can anyone help with my list? http://prntscr.com/4gwkoa It appears like this,in my manga list too. What's the problem? Thanks in advance. Same as the posts right before you, addressed on the front page |
Aug 27, 2014 7:13 AM
#2134
Just logged in and for whatever reason, my list changed style. Do I delete and re copy and paste again or? http://puu.sh/ba3yK/ac3d5ca62c.jpg |
Aug 27, 2014 7:49 AM
#2135
Boombawks said: Front pageJust logged in and for whatever reason, my list changed style. Do I delete and re copy and paste again or? http://puu.sh/ba3yK/ac3d5ca62c.jpg |
Aug 27, 2014 8:03 AM
#2136
Oiomi-chan said: I don't seem to see anything about my list just changing on it's own and why it looks the way it looks. Oh well, whatever.Boombawks said: Front pageJust logged in and for whatever reason, my list changed style. Do I delete and re copy and paste again or? http://puu.sh/ba3yK/ac3d5ca62c.jpg |
Aug 27, 2014 8:14 AM
#2137
Boombawks said: Oiomi-chan said: I don't seem to see anything about my list just changing on it's own and why it looks the way it looks. Oh well, whatever.Boombawks said: Just logged in and for whatever reason, my list changed style. Do I delete and re copy and paste again or? http://puu.sh/ba3yK/ac3d5ca62c.jpg Your problem is your list has changed including that it is now missing covers and the top bar has changed (to default). There is a giant bold text msg on the front page covering this lol. |
Aug 27, 2014 9:46 AM
#2138
My mini reviews in both my lists (tag section) suddenly disappeared. Is it related to the Dropbox crash? Here's my manga list's CSS: @import "http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css"; @import "https://dl.dropboxusercontent.com/s/581slw1a4eamcad/Alencia539.css"; @import url(http://fonts.googleapis.com/css?family=Playfair+Display+SC); @import url(http://fonts.googleapis.com/css?family=Orbitron); /* 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://i.imgur.com/2jdK0RZ.png); background-size: cover; 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:red; font-family:Orbitron; font-size:50px; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color:rgba(0, 0, 0, 0.70); } /* 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:comic Sans MS; 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:gold; font-family:comic Sans MS; } /* LIST WIDTH Use this to increase the width of your list! */ #list_surround { width:700px; position: absolute !important; margin: auto !important; right: 0px !important; left: 0px !important; } /* 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{ } /*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:white; text-decoration:underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-color:rgba(255, 0, 102, 0.40); border-width:0; padding:2px; } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER {background-color: rgba(0, 0, 0, 0.40) !important; 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:rgba(255, 0, 102, 0.40); padding:2px; color:rgba(255, 0, 102, 0.40); text-decoration: blink; } .status_not_selected { background-color:rgba(255, 0, 102, 0.40); padding:2px; color:red; } .status_selected a{ color:gold; font-size:18px; } .status_not_selected a{ color:white; font-size:18px; } .thickbox { color:white; 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; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). Move the actual section by changing the numbers after the top and left codes. Resize the pic with the px amount after background-size:. It will resize the actual cover pic! Adjust the surrounding colored area with the px amounts after padding. Height and width can do this too. Change the position of the cover pic with the % amounts after background-position. Its by default set to be 50% to the left (centered horizontally) and 50% from the top (centered vertically). 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. For changing the original background color see the bottom of the original post: http://myanimelist.net/forum/?topicid=563993 */ :hover + .hide { background-color: rgba(255, 0, 102, 0.20); background-position: 50% 0% !important; background-repeat: no-repeat !important; background-size: 230px auto !important; border-color: gold; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 2px; display: block !important; height: 500px; left: 30px; padding: 79px 40px 10px 10px; position: fixed; top: 10px; width: 200px; } /* 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: none repeat scroll 0 0 transparent; border-radius: 25px 25px 0 0; color: white; content:; padding-bottom: 5px; position: absolute; text-align: center; top: 10px; width: 262px; } /* TAGS AREA 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&show=0#post1 */ .td1:nth-of-type(7), .td2:nth-of-type(7) { background-color: transparent !important; display: none; height: 119px; left: 20px; padding: 10px 10px 0 24px; position: fixed; top: 365px; width: 235px; z-index: 1; background-image: url(none) !important; } /* HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(7) { display: none; } /* 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(7)a { display: none; } |
Aug 27, 2014 10:16 AM
#2139
Alencia said: My mini reviews in both my lists (tag section) suddenly disappeared. Is it related to the Dropbox crash? Here's my manga list's CSS: @import "http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css"; @import "https://dl.dropboxusercontent.com/s/581slw1a4eamcad/Alencia539.css"; @import url(http://fonts.googleapis.com/css?family=Playfair+Display+SC); @import url(http://fonts.googleapis.com/css?family=Orbitron); /* 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://i.imgur.com/2jdK0RZ.png); background-size: cover; 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:red; font-family:Orbitron; font-size:50px; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color:rgba(0, 0, 0, 0.70); } /* 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:comic Sans MS; 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:gold; font-family:comic Sans MS; } /* LIST WIDTH Use this to increase the width of your list! */ #list_surround { width:700px; position: absolute !important; margin: auto !important; right: 0px !important; left: 0px !important; } /* 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{ } /*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:white; text-decoration:underline; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-color:rgba(255, 0, 102, 0.40); border-width:0; padding:2px; } .category_totals:HOVER, .td1:HOVER, .td2:HOVER, #grand_totals:HOVER, #copyright:HOVER {background-color: rgba(0, 0, 0, 0.40) !important; 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:rgba(255, 0, 102, 0.40); padding:2px; color:rgba(255, 0, 102, 0.40); text-decoration: blink; } .status_not_selected { background-color:rgba(255, 0, 102, 0.40); padding:2px; color:red; } .status_selected a{ color:gold; font-size:18px; } .status_not_selected a{ color:white; font-size:18px; } .thickbox { color:white; 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; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). Move the actual section by changing the numbers after the top and left codes. Resize the pic with the px amount after background-size:. It will resize the actual cover pic! Adjust the surrounding colored area with the px amounts after padding. Height and width can do this too. Change the position of the cover pic with the % amounts after background-position. Its by default set to be 50% to the left (centered horizontally) and 50% from the top (centered vertically). 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. For changing the original background color see the bottom of the original post: http://myanimelist.net/forum/?topicid=563993 */ :hover + .hide { background-color: rgba(255, 0, 102, 0.20); background-position: 50% 0% !important; background-repeat: no-repeat !important; background-size: 230px auto !important; border-color: gold; border-radius: 25px 25px 25px 25px; border-style: solid; border-width: 2px; display: block !important; height: 500px; left: 30px; padding: 79px 40px 10px 10px; position: fixed; top: 10px; width: 200px; } /* 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: none repeat scroll 0 0 transparent; border-radius: 25px 25px 0 0; color: white; content:; padding-bottom: 5px; position: absolute; text-align: center; top: 10px; width: 262px; } /* TAGS AREA 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&show=0#post1 */ .td1:nth-of-type(7), .td2:nth-of-type(7) { background-color: transparent !important; display: none; height: 119px; left: 20px; padding: 10px 10px 0 24px; position: fixed; top: 365px; width: 235px; z-index: 1; background-image: url(none) !important; } /* HEADER Deletes the header Tags which isn't necessary. */ .table_header:nth-of-type(7) { display: none; } /* 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(7)a { display: none; } Yes, and I might be able to provide an alternative to that later |
Aug 27, 2014 11:09 AM
#2140
VeriTi said: @Shishio-kun It is possible to just replace table with tab*backslash*le MAL seem to eat my backslashes? WTF? This works, and couldn't have come at a more perfect time, thanks! |
Aug 27, 2014 2:13 PM
#2141
Aug 27, 2014 2:23 PM
#2143
Hey I've been using a new background for my MAL but the problem is, it's a bit further down then I would like. If you check my list it's showing a bit too much hair for the person and cutting off the chin. I use the fill screen code. (@import "https://googledrive.com/host/0BxjwQr0BBXs-aWFrYzJjVnpoVVE"; @import "http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css"; @import url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css); @import url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/Colors/Scheme.css); /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). Move the cover's location around with left and top. 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. For changing the original background color see the bottom of the original post: http://myanimelist.net/forum/?topicid=563993 */ :hover + .hide { background-size: cover; left: 43px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; } /* 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; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /*thin top bar*/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*Fonts*/ @import url("http://fonts.googleapis.com/css?family=Nova+Slim"); @import url(http://fonts.googleapis.com/css?family=Carrois+Gothic+SC); /* 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://i.imgur.com/fnFllOP.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(15, 15, 25, 0.575); color: #FFFFFF; font-family: 'Carrois Gothic SC', sans-serif; font-size:20px; border-radius: 20px 20px 0px 0px; font-weight: 700; text-align: center; text-shadow: 1px 1px 1px #000000; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color: rgba(15, 15, 25, 0.575); } /* 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: 'Carrois Gothic SC', sans-serif; font-size:14px; text-shadow: 2px 1px 1px #000000; } .animetitle + small { color:#c2cae2; font-family: "Carrois Gothic SC"; 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: 'Carrois Gothic SC', sans-serif; text-shadow: 2px 1px 2px #000000; } /* LIST WIDTH Use this to increase the width of your list! */ #list_surround { width:950px } /* LIST POSITION Change "left" to "right" to switch the list side, or vice versa. */ #list_surround { left: 300px; 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:#b1bbda; text-decoration:none; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-color: rgba(15, 15, 25, 0.550); 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(15, 15, 25, 0.725); 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, edited by Teffycom."; } #copyright { margin-bottom: 30px !important; border-radius: 20px; padding: 10px; } .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; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). Move the cover's location around with left and top. 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. For changing the original background color see the bottom of the original post: http://myanimelist.net/forum/?topicid=563993 */ :hover + .hide { background-size: cover; left: 43px; top: 160px; height: 350px; width: 226px; padding-bottom: 0px; 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; } /* 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; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* |
Aug 27, 2014 3:43 PM
#2144
So I just got finished adding and customizing the hover cover option to my manga list but there's one thing I can't seem to figure out. http://i.imgur.com/G0PYvPn.png The line seems to have been moved when I added the code so I assume it has something to do with the hover changing part of the layout. So I'm wondering if anyone knew how to fix the line next to the volume column. Also it'd be nice if someone could also tell me if it was possible to add a border around the entire text/tag box similar to the one that glitched there now since I actually like the look. |
KanjoAug 27, 2014 4:16 PM
I'm a quiet guy. |
Aug 27, 2014 4:15 PM
#2145
KanjoBazooie said: So I just got finished adding and customizing the hover cover option to my manga list but there's one thing I can't seem to figure out. http://i.imgur.com/G0PYvPn.png The line seems to have been moved when I added the code so I assume it has something to do with the hover changing part of the layout. So I'm wondering if anyone knew how to fix the line next to the volume column. Also it'd be nice if someone could also tell me if it was possible to add a border around the entire text/tag box similar to the one that glitched there now since I actually like the look. First readds border second codes add border to the tag box; you control the widths of the four borders with the last line of code tr [class^="td"]:nth-of-type(5) { background-image: url(""); border-color: #908474; border-style: solid; border-width: 0 4px 0 0 !important; } tr [class^="td"]:last-of-type { background-image: url(""); border-color: #908474; border-style: solid; border-width: 1px 1px 1px 1px !important; } |
Aug 27, 2014 4:24 PM
#2146
Whalelala said: Hey I've been using a new background for my MAL but the problem is, it's a bit further down then I would like. If you check my list it's showing a bit too much hair for the person and cutting off the chin. I use the fill screen code. (@import "https://googledrive.com/host/0BxjwQr0BBXs-aWFrYzJjVnpoVVE"; @import "http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css"; @import url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css); @import url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/Colors/Scheme.css); /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). Move the cover's location around with left and top. 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. For changing the original background color see the bottom of the original post: http://myanimelist.net/forum/?topicid=563993 */ :hover + .hide { background-size: cover; left: 43px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; } /* 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; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /*thin top bar*/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*Fonts*/ @import url("http://fonts.googleapis.com/css?family=Nova+Slim"); @import url(http://fonts.googleapis.com/css?family=Carrois+Gothic+SC); /* 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://i.imgur.com/fnFllOP.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(15, 15, 25, 0.575); color: #FFFFFF; font-family: 'Carrois Gothic SC', sans-serif; font-size:20px; border-radius: 20px 20px 0px 0px; font-weight: 700; text-align: center; text-shadow: 1px 1px 1px #000000; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color: rgba(15, 15, 25, 0.575); } /* 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: 'Carrois Gothic SC', sans-serif; font-size:14px; text-shadow: 2px 1px 1px #000000; } .animetitle + small { color:#c2cae2; font-family: "Carrois Gothic SC"; 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: 'Carrois Gothic SC', sans-serif; text-shadow: 2px 1px 2px #000000; } /* LIST WIDTH Use this to increase the width of your list! */ #list_surround { width:950px } /* LIST POSITION Change "left" to "right" to switch the list side, or vice versa. */ #list_surround { left: 300px; 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:#b1bbda; text-decoration:none; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-color: rgba(15, 15, 25, 0.550); 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(15, 15, 25, 0.725); 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, edited by Teffycom."; } #copyright { margin-bottom: 30px !important; border-radius: 20px; padding: 10px; } .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; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). Move the cover's location around with left and top. 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. For changing the original background color see the bottom of the original post: http://myanimelist.net/forum/?topicid=563993 */ :hover + .hide { background-size: cover; left: 43px; top: 160px; height: 350px; width: 226px; padding-bottom: 0px; 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; } /* 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; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* If you add the line background-position: bottom left; under body, then you position starting from the left and bottom where the chin would be shown the most and where it wouldn't start from the hair (starts from the bottom and left corner this way). But due to the size of the image I don't think it will make much difference on huge screen and also because in the original pic, it seems to cut the chin off naturally: http://i.imgur.com/fnFllOP.jpg I like your name and avatar btw, random I know but I love whales! |
Aug 27, 2014 4:56 PM
#2147
Shishio-kun said: KanjoBazooie said: So I just got finished adding and customizing the hover cover option to my manga list but there's one thing I can't seem to figure out. http://i.imgur.com/G0PYvPn.png The line seems to have been moved when I added the code so I assume it has something to do with the hover changing part of the layout. So I'm wondering if anyone knew how to fix the line next to the volume column. Also it'd be nice if someone could also tell me if it was possible to add a border around the entire text/tag box similar to the one that glitched there now since I actually like the look. First readds border second codes add border to the tag box; you control the widths of the four borders with the last line of code tr [class^="td"]:nth-of-type(5) { background-image: url(""); border-color: #908474; border-style: solid; border-width: 0 4px 0 0 !important; } tr [class^="td"]:last-of-type { background-image: url(""); border-color: #908474; border-style: solid; border-width: 1px 1px 1px 1px !important; } First one worked like a charm but I can't seem to get the second code to put a full border around the tags box. Is it conflicting with something else? |
I'm a quiet guy. |
Aug 27, 2014 5:25 PM
#2148
KanjoBazooie said: Shishio-kun said: KanjoBazooie said: So I just got finished adding and customizing the hover cover option to my manga list but there's one thing I can't seem to figure out. http://i.imgur.com/G0PYvPn.png The line seems to have been moved when I added the code so I assume it has something to do with the hover changing part of the layout. So I'm wondering if anyone knew how to fix the line next to the volume column. Also it'd be nice if someone could also tell me if it was possible to add a border around the entire text/tag box similar to the one that glitched there now since I actually like the look. First readds border second codes add border to the tag box; you control the widths of the four borders with the last line of code tr [class^="td"]:nth-of-type(5) { background-image: url(""); border-color: #908474; border-style: solid; border-width: 0 4px 0 0 !important; } tr [class^="td"]:last-of-type { background-image: url(""); border-color: #908474; border-style: solid; border-width: 1px 1px 1px 1px !important; } First one worked like a charm but I can't seem to get the second code to put a full border around the tags box. Is it conflicting with something else? Mal "eats" the tr which you need this for when you paste it into your CSS edit box, can you put that second code into your imported CSS (like the one to mark your faves)? |
Aug 27, 2014 6:30 PM
#2149
(Not gonna quote to save space) Sweet it worked perfectly. I never would have noticed mal ate the tr on my own thanks. :) Btw just in case anyone else has the same question/problem, I had to put it in the Main CSS import since it didn't work when I put it in the Favourite import. |
I'm a quiet guy. |
Aug 27, 2014 9:02 PM
#2150
Or you can trick MAL: replace the tr's missing by t tr r. MAL will eat the central tr with spaces around it, gluing the letters around it. A dirty hack tho. |
![]() |
Aug 27, 2014 11:17 PM
#2151
Shishio-kun said: I found it but there is one problem,I copyed the code from this link http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css and this what happen http://prntscr.com/4h871lThe_ClownPrince said: Can anyone help with my list? http://prntscr.com/4gwkoa It appears like this,in my manga list too. What's the problem? Thanks in advance. Same as the posts right before you, addressed on the front page |
Aug 28, 2014 1:57 AM
#2152
I don't want the text on my animelist to get bigger when I hover over it. What to do? |
Aug 28, 2014 4:30 AM
#2153
MantasB said: I don't want the text on my animelist to get bigger when I hover over it. What to do? Delete the part in your code which says: noindex:-moz-any-link, tr:hover td.td1, tr:hover td.td2 { font-size: 14px; } |
Aug 28, 2014 5:27 AM
#2154
Hey guys ! sorry for the trouble but I'm getting this problem with my square layout. When I zoom in, it gives me this: When I zoom out, it gives me this How can I center the covers inside the "layout", and how can I center the "layout" itself inside the page ? Here's my CSS : /* Square Layout u531355 - 2012 Anime Style */ /* 1) Generated covers More info on Fellow Writer: http://myanimelist.net/forum/?topicid=1163417 */ @import url(https://dl.dropbox.com/s/i55nvcqbhglrv4m/anime%20cover.css); /* 2) Base layout */ @import url(https://dl.dropboxusercontent.com/u/49469857/MAL/premade/square/style.css); /* 3) Top-bar icons */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/japan/bar.css); /* 4) Layout theme */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/themes/dark/theme.css); /* 5) Addons - Add as many as you want */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/addons/longcovers/addon.css); @import url(https://dl.dropboxusercontent.com/u/176854663/MAL/Square%20Layout/tweaks.css); @import url(https://dl.dropboxusercontent.com/u/176854663/MAL/Square%20Layout/nostatus.css); /* 6) Options */ /* Determines the number of covers on each row, it should be a multiple of 242px */ #, #list_surround {max-width: 968px;} /* BACKGROUND BEHIND TITLES */ body { background-color: transparent; background-image: url(https://dl.dropbox.com/s/1f0czam1dthkqmn/kino_no_tabi_the_beautiful_world_wallpaper_4-1920x1200.jpg); background-attachment: fixed; background-position: top; background-size: 100% 100%; } Read more at http://myanimelist.net/forum/?topicid=459189&show=180#VMPfLP7g6VF9jaS4.99 /* Header picture */ #inlineContent {background-image: url();} /* Default picture when no cover is found */ .hide {background-image: url();} /* Links color */ a {color: rgb(0, 179, 255);} /* More info on Square Layout on http://myanimelist.net/forum/?topicid=459189 */ #, .header_cw +, .header_completed +, .header_onhold +, .header_dropped +, .header_ptw + { display:none; } #list_surround { margin-top: 200px; } /* Links color */ a {color: rgb(255, 203, 96);} /* Determines the number of covers on each row, it should be a multiple of 242px */ body {max-width: 1936px;} Thanks a lot :D ! |
HazankaAug 28, 2014 6:59 AM
Aug 28, 2014 5:43 AM
#2155
Hazanka said: I am curently stuck with IE so I cant really go into any depth with your problem but you should start by removing "Read more at http://myanimelist.net/forum/?topicid=459189&show=180#VMPfLP7g6VF9jaS4.99"Hey guys ! sorry for the trouble but I'm getting this problem with my square layout. When I zoom in, it gives me this: When I zoom out, it gives me this How can I center the covers inside the "layout", and how can I center the "layout" itself inside the page ? Here's my CSS : /* Square Layout u531355 - 2012 Anime Style */ /* 1) Generated covers More info on Fellow Writer: http://myanimelist.net/forum/?topicid=1163417 */ @import url(https://dl.dropbox.com/s/i55nvcqbhglrv4m/anime%20cover.css); /* 2) Base layout */ @import url(https://dl.dropboxusercontent.com/u/49469857/MAL/premade/square/style.css); /* 3) Top-bar icons */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/bars/japan/bar.css); /* 4) Layout theme */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/themes/dark/theme.css); /* 5) Addons - Add as many as you want */ @import url(http://dl.dropbox.com/u/49469857/MAL/premade/square/addons/longcovers/addon.css); @import url(https://dl.dropboxusercontent.com/u/176854663/MAL/Square%20Layout/tweaks.css); @import url(https://dl.dropboxusercontent.com/u/176854663/MAL/Square%20Layout/nostatus.css); /* 6) Options */ /* Determines the number of covers on each row, it should be a multiple of 242px */ #, #list_surround {max-width: 968px;} /* BACKGROUND BEHIND TITLES */ body { background-color: transparent; background-image: url(https://dl.dropbox.com/s/1f0czam1dthkqmn/kino_no_tabi_the_beautiful_world_wallpaper_4-1920x1200.jpg); background-attachment: fixed; background-position: top; background-size: 100% 100%; } Read more at http://myanimelist.net/forum/?topicid=459189&show=180#VMPfLP7g6VF9jaS4.99 /* Header picture */ #inlineContent {background-image: url();} /* Default picture when no cover is found */ .hide {background-image: url();} /* Links color */ a {color: rgb(0, 179, 255);} /* More info on Square Layout on http://myanimelist.net/forum/?topicid=459189 */ #, .header_cw +, .header_completed +, .header_onhold +, .header_dropped +, .header_ptw + { display:none; } #list_surround { margin-top: 200px; } /* Links color */ a {color: rgb(255, 203, 96);} /* Determines the number of covers on each row, it should be a multiple of 242px */ body {max-width: 1936px;} Thanks a lot :D ! |
Aug 28, 2014 5:45 AM
#2156
The_ClownPrince said: Shishio-kun said: I found it but there is one problem,I copyed the code from this link http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css and this what happen http://prntscr.com/4h871lThe_ClownPrince said: Can anyone help with my list? http://prntscr.com/4gwkoa It appears like this,in my manga list too. What's the problem? Thanks in advance. Same as the posts right before you, addressed on the front page You didn't follow the directions. You put those lines at the top. You don't copy the codes from those lines and put them into your CSS, the codes won't work right here on MAL I guess. It says specifically: Simply add these lines to the top of your CSS. It will fix the top bar and list's style back: @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; If you do it the right way, it should work afterwards. |
Aug 28, 2014 5:47 AM
#2157
Hello, I have a question. I am quite new to CSS and used on of Shishio-kuns Styles to learn how to make a list, much trial & error and I watched some tutorials. My list-style is based on this style: http://myanimelist.net/forum/?topicid=217657 and looks like that: http://myanimelist.net/animelist/J_Nishi Its still in work, but I have a question regarding the copyright. Since my style is pretty different to the K-On style, do I still have to mention Shishio-kun? There was that icon before that says its his style, I removed it but I am not sure if I am allowed to do that? Can I instead put some text there like "Created on the basis of Shishio-kuns K-On Style"? Or can I just leave it like that? |
Aug 28, 2014 5:53 AM
#2158
J_Nishi said: You don't have to do that. It is simply to point out who designed it, but this one is clearly dessigned by you. It does not come with any legal claims and even if it did, you can't claim copyright for CSS mechanics.Hello, I have a question. I am quite new to CSS and used on of Shishio-kuns Styles to learn how to make a list, much trial & error and I watched some tutorials. My list-style is based on this style: http://myanimelist.net/forum/?topicid=217657 and looks like that: http://myanimelist.net/animelist/J_Nishi Its still in work, but I have a question regarding the copyright. Since my style is pretty different to the K-On style, do I still have to mention Shishio-kun? There was that icon before that says its his style, I removed it but I am not sure if I am allowed to do that? Can I instead put some text there like "Created on the basis of Shishio-kuns K-On Style"? Or can I just leave it like that? |
Aug 28, 2014 6:02 AM
#2160
J_Nishi said: Hello, I have a question. I am quite new to CSS and used on of Shishio-kuns Styles to learn how to make a list, much trial & error and I watched some tutorials. My list-style is based on this style: http://myanimelist.net/forum/?topicid=217657 and looks like that: http://myanimelist.net/animelist/J_Nishi Its still in work, but I have a question regarding the copyright. Since my style is pretty different to the K-On style, do I still have to mention Shishio-kun? There was that icon before that says its his style, I removed it but I am not sure if I am allowed to do that? Can I instead put some text there like "Created on the basis of Shishio-kuns K-On Style"? Or can I just leave it like that? You can remove the icon. "Created on the basis of Shishio-kuns K-On Style" is perfectly fine with me. Its not a dick move or anything. You can even remove my name and make it just "based on the K-on layout" since if someone just Googles "K-on! CSS/layout" etc they will find this club in the top results and one or both of my K-on! layouts. |
Aug 28, 2014 6:11 AM
#2161
Oiomi-chan said: You don't have to do that. It is simply to point out who designed it, but this one is clearly dessigned by you. It does not come with any legal claims and even if it did, you can't claim copyright for CSS mechanics. If you based it on someone else's design, you should still credit that person because you wouldn't have been able to make it your way without the person making the style in the first place. It is courtesy, it might not seem important, but lack of courtesy between one another has turned away a lot of our good designers in the past, and its why some people got kicked out since it only brings us down as a whole. |
Aug 28, 2014 6:28 AM
#2162
@J_Nishi I'd say, leave it if you've just changed the theme/few pics, abd remove/change it if you did significant changes to the layout. The best way to pay back to the people who made it at the first place would be sharing it after you're finished back in this club, and crediting people in your topic. This way you can thank all the people you want, if any, and help both the original creator (if you fixed one of his/her bugs) and other club visitors. Sharing is caring. Of course, this is just my opinion. |
![]() |
Aug 28, 2014 9:26 AM
#2163
Shishio-kun said: Whalelala said: Hey I've been using a new background for my MAL but the problem is, it's a bit further down then I would like. If you check my list it's showing a bit too much hair for the person and cutting off the chin. I use the fill screen code. (@import "https://googledrive.com/host/0BxjwQr0BBXs-aWFrYzJjVnpoVVE"; @import "http://dl.dropbox.com/u/78340470/CSSforFoxgirls.css"; @import url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/TopMenu.css); @import url(http://dl.dropboxusercontent.com/u/78192465/MyAnimeList/CSS/TopMenu/Colors/Scheme.css); /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). Move the cover's location around with left and top. 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. For changing the original background color see the bottom of the original post: http://myanimelist.net/forum/?topicid=563993 */ :hover + .hide { background-size: cover; left: 43px; top: 160px; height: 350px; width: 226px; border-style: solid; border-color: white; border-top: 1px solid white;; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; border-radius: 25px 25px 25px 25px; background-color: rgba(200, 5, 200, 0.75); background-position: center 50% !important; background-repeat: no-repeat !Important; display: block !important; position: fixed; } /* 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; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /*thin top bar*/ @import "https://dl.dropbox.com/u/57348187/MAL/IconStyleCSSFixedwithCategoryTrans.css"; /*Fonts*/ @import url("http://fonts.googleapis.com/css?family=Nova+Slim"); @import url(http://fonts.googleapis.com/css?family=Carrois+Gothic+SC); /* 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://i.imgur.com/fnFllOP.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(15, 15, 25, 0.575); color: #FFFFFF; font-family: 'Carrois Gothic SC', sans-serif; font-size:20px; border-radius: 20px 20px 0px 0px; font-weight: 700; text-align: center; text-shadow: 1px 1px 1px #000000; } /* SUB-HEADERS BACKGROUND COLOR COLOR Below each main header is the sub-header which says Score, Episodes, Tags, etc. */ .table_header { background-color: rgba(15, 15, 25, 0.575); } /* 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: 'Carrois Gothic SC', sans-serif; font-size:14px; text-shadow: 2px 1px 1px #000000; } .animetitle + small { color:#c2cae2; font-family: "Carrois Gothic SC"; 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: 'Carrois Gothic SC', sans-serif; text-shadow: 2px 1px 2px #000000; } /* LIST WIDTH Use this to increase the width of your list! */ #list_surround { width:950px } /* LIST POSITION Change "left" to "right" to switch the list side, or vice versa. */ #list_surround { left: 300px; 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:#b1bbda; text-decoration:none; } .category_totals, .td1, .td2, #grand_totals, #copyright { background-color: rgba(15, 15, 25, 0.550); 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(15, 15, 25, 0.725); 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, edited by Teffycom."; } #copyright { margin-bottom: 30px !important; border-radius: 20px; padding: 10px; } .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; } /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). Move the cover's location around with left and top. 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. For changing the original background color see the bottom of the original post: http://myanimelist.net/forum/?topicid=563993 */ :hover + .hide { background-size: cover; left: 43px; top: 160px; height: 350px; width: 226px; padding-bottom: 0px; 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; } /* 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; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } /* If you add the line background-position: bottom left; under body, then you position starting from the left and bottom where the chin would be shown the most and where it wouldn't start from the hair (starts from the bottom and left corner this way). But due to the size of the image I don't think it will make much difference on huge screen and also because in the original pic, it seems to cut the chin off naturally: http://i.imgur.com/fnFllOP.jpg I like your name and avatar btw, random I know but I love whales! Why, thank you for the help and compliment! |
Aug 28, 2014 11:37 AM
#2164
Shishio-kun said: It worked,thank you!The_ClownPrince said: Shishio-kun said: The_ClownPrince said: Can anyone help with my list? http://prntscr.com/4gwkoa It appears like this,in my manga list too. What's the problem? Thanks in advance. Same as the posts right before you, addressed on the front page You didn't follow the directions. You put those lines at the top. You don't copy the codes from those lines and put them into your CSS, the codes won't work right here on MAL I guess. It says specifically: Simply add these lines to the top of your CSS. It will fix the top bar and list's style back: @import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css'; @import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css'; If you do it the right way, it should work afterwards. |
Aug 28, 2014 12:10 PM
#2165
I've got a weird problem going on with my list. I noticed this after applying the fix for the dropbox bandwidth issue but it might have preceded that? This issue shows up in Chrome. http://myanimelist.net/animelist/asteron The hover cover art works for links at the top but not at the bottom. The page doesnt seem to be loading anything but if you swipe over the links one by one you can extend the hover art that work. Anyone can tell what's going on? It used to pretty much just instantly work but now it's half broken. |
Aug 28, 2014 12:42 PM
#2166
asteron said: I've got a weird problem going on with my list. I noticed this after applying the fix for the dropbox bandwidth issue but it might have preceded that? This issue shows up in Chrome. http://myanimelist.net/animelist/asteron The hover cover art works for links at the top but not at the bottom. The page doesnt seem to be loading anything but if you swipe over the links one by one you can extend the hover art that work. Anyone can tell what's going on? It used to pretty much just instantly work but now it's half broken. Its loading perfectly fine to me in Chrome. In the past (years before Dropbox crash) ppl experienced this because of Chrome Add-ons (adblock sometimes). So disable your add ons or w/e they call them in Chrome (extensions?) and see if it still happens. You can just use Flashblock instead of Adblock on MAL and most ads are blocked just the same, or you can turn off Chrome just for the list pages. |
Aug 28, 2014 2:38 PM
#2167
Adblock seems to have been the issue. Thanks for the tip! |
Aug 28, 2014 4:05 PM
#2168
Shishio-kun said: Yes, I should have mentioned that. I do agree that it is good manners to keep it if the previous designers work is still a significant part of your layout. I was only thinking of the technicalities of the copyright, my bad.Oiomi-chan said: You don't have to do that. It is simply to point out who designed it, but this one is clearly dessigned by you. It does not come with any legal claims and even if it did, you can't claim copyright for CSS mechanics. If you based it on someone else's design, you should still credit that person because you wouldn't have been able to make it your way without the person making the style in the first place. It is courtesy, it might not seem important, but lack of courtesy between one another has turned away a lot of our good designers in the past, and its why some people got kicked out since it only brings us down as a whole. |
Aug 28, 2014 6:25 PM
#2169
Monsterguy said: Sutatekken said: is there a code or adjustment I can make to my list to fix it so it appars the same on my 15" lap top as it does on my 20" Desktop? use these to see what I mean http://quirktools.com/screenfly/ http://myanimelist.net/animelist/Sutatekken First solution would be to use code"@media" where you play with screen sizes at your will: http://myanimelist.net/forum/?topicid=524033 But if you just want an example on how it looks like, you can check it at the end of my anime list code (-difrent outlook when smaller screen resolution than width: 1280px-): https://dl.dropboxusercontent.com/u/144008148/Premade/artistic_piece_%25_donating/Main_import_CSS/Main.css _ _ _ _ _ _ _ _ Second solution would be that you would use "%" instead of "px", what could be used to resize your pictures upon using diffrent screens. Shishio-kun said: Sutatekken said: is there a code or adjustment I can make to my list to fix it so it appars the same on my 15" lap top as it does on my 20" Desktop? use these to see what I mean http://quirktools.com/screenfly/ http://myanimelist.net/animelist/Sutatekken Grabbing a code from that tutorial I messed with your list a little and I think all you need to add is this to the bottom, seems to work fine for Screenfly: /* 15" LIST */ #list_surround { margin-left: 29%; } /* 15" BUTTONS */ .status_selected a[href*="status=1"], .status_not_selected a[href*="status=1"]{ left: 2%; } /* CSS changes for 20" screen */ @media all and (min-device-width:1367px) { /* 20" LIST */ #list_surround { margin:0 auto !important; } /* 20" BUTTONS */ .status_selected a[href*="status=1"], .status_not_selected a[href*="status=1"]{ left: 2%; } } I've labeled the parts that control the 15" and 20" screen's list and button positions. You can adjust them later if they don't work perfect. You can add more stuff to make changes if you want. Anything above /* CSS changes for 20" screen */ will affect the a 15" and 20" screen, but anything below /* CSS changes for 20" screen */ will affect only 20", override anything above so it lets you adjust things for that screen. If it doesn't work, change 1367px in the code to a resolution size in between your two screen resolutions. I'm assuming you 15" screen resolution is 1366 across and your 20" is more, probably 1600px+. Let us know if this works please, adjusting for resolutions can be tricky. Thankyou both it works fine on both computers now |
Aug 29, 2014 9:54 PM
#2170
Hi these are the cover imports I received for my list layout @import "http://dl.dropbox.com/u/78192465/MyAnimeList/Kore%20wa%20Zombie%20Desuka/Covers.css"; @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css"; @import "https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Featured/pyschopassextra.css"; Some covers are showing, some are not (free! season two). I assume because these covers are outdated. I tried generating my own personal covers for them but that did not work. I suspect because these covers are personalized. I also tried using the default covers provided by your thread but nothing happened. Next I tried to use the default cover along with the same cover format by pasting this /* COVER AREA The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS to see a DVD or manga cover). Move the cover's location around with left and top. 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. For changing the original background color see the bottom of the original post: http://myanimelist.net/forum/?topicid=563993 */ table:hover + .hide { background-size: cover; left: 830px; top: 160px; height: 350px; width: 226px; padding-bottom: 0px; 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; } /* 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; content: "PREVIEW"; padding-bottom: 5px; position: absolute; text-align: center; width: 225px; top: -25px; border-radius: 25px 25px 0 0; } Read more at http://myanimelist.net/forum/?topicid=563993#U5CQWhlOA88ogcwd.99 The covers from your thread looks like this #more5114 {background-image: url(http://cdn.myanimelist.net/images/anime/5/47421.jpg);} The covers of the original imports looks like this #list_surround table:nth-of-type(n+4) tbody:hover .animetitle[href*="/9969/"]:after { background-image: url(http://cdn.myanimelist.net/images/anime/5/28589.jpg); } These two types are different between my original cover codes and the ones being provided on your thread. probably because these codes fit for a different type of cover format. I tried using the generate your own covers but the only ones I was able to generate was the ones on your thread. I thought about switching the format cover of the original one to the default cover format provided by your threads. I pasted the given code onto the bottom of my list codes which worked. It did provide me with covers but the problem is, it also changed my customized top bar back to the old black bar. The two possible solutions to my problem would be the ability to generate cover codes for my current cover format or changing my cover format to the default format provided by your thread and just using the cover codes given by your thread without changing my top bar back to the black bar. However trying both methods I hit a wall as stated above. Any help would be great, thanks |
VarusSep 14, 2014 5:06 PM
More topics from this board
» 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 |
|
Sticky: » 💚 [REPAIR STICKY] Repair/speed up layouts + Request layout fixes ( 1 2 )Shishio-kun - Nov 17, 2023 |
52 |
by LucaBalsa
»»
Jul 6, 2:02 PM |