Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 42 43 [44] 45 46 » ... Last »
Aug 23, 2014 8:05 PM

Offline
Mar 2014
69
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
Offline
Jul 2018
561912
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:
Aug 24, 2014 6:45 AM

Online
Feb 2010
12614
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

Offline
Nov 2011
304
@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
Offline
Jul 2018
561912
Shishio-kun said:
Thank you, Shishio-kun! It worked just like you said. :D

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
Offline
Dec 2012
137
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

Offline
Dec 2012
147
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

Online
Feb 2010
12614
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 7:00 PM

Online
Feb 2010
12614
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

Offline
Aug 2013
1572
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

Online
Feb 2010
12614
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
Offline
Oct 2013
97
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

Offline
Aug 2013
520
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
Front page




Aug 27, 2014 8:03 AM
Offline
Oct 2013
97
Oiomi-chan said:
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
Front page
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.
Aug 27, 2014 8:14 AM

Online
Feb 2010
12614
Boombawks said:
Oiomi-chan said:
Front page
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.


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

Offline
Feb 2014
219
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:
Aug 27, 2014 10:16 AM

Online
Feb 2010
12614
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:


Yes, and I might be able to provide an alternative to that later
Aug 27, 2014 11:09 AM

Online
Feb 2010
12614
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

Offline
Oct 2012
125
The crusor hover over the anime title is only showing a pink box instead of the actual anime cover. It was fine the last time I checked it though. Any ideas?

Aug 27, 2014 2:18 PM

Offline
Oct 2012
125
Nvm read the front pagee. All sorted out now.

Aug 27, 2014 2:23 PM

Offline
Oct 2012
125
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.


Aug 27, 2014 3:43 PM

Offline
Jul 2011
21
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

Online
Feb 2010
12614
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

Online
Feb 2010
12614
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.



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

Offline
Jul 2011
21
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

Online
Feb 2010
12614
KanjoBazooie said:
Shishio-kun said:


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

Offline
Jul 2011
21
(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

Offline
Nov 2011
304
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

Offline
Aug 2013
1572
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
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/4h871l
Aug 28, 2014 1:57 AM
Offline
Jun 2013
7
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
Offline
Nov 2013
2632
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

Offline
Jan 2013
108
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 :


Thanks a lot :D !
HazankaAug 28, 2014 6:59 AM
Aug 28, 2014 5:43 AM

Offline
Aug 2013
520
Hazanka said:
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 :


Thanks a lot :D !
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"




Aug 28, 2014 5:45 AM

Online
Feb 2010
12614
The_ClownPrince said:
Shishio-kun said:


Same as the posts right before you, addressed on the front page
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/4h871l


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
Offline
Mar 2014
2
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

Offline
Aug 2013
520
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 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.




Aug 28, 2014 5:55 AM
Offline
Mar 2014
2
Ok, thank you for the quick reply. ^^
Aug 28, 2014 6:02 AM

Online
Feb 2010
12614
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

Online
Feb 2010
12614
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

Offline
Nov 2011
304
@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

Offline
Oct 2012
125
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.



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

Offline
Aug 2013
1572
Shishio-kun said:
The_ClownPrince 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/4h871l


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.
It worked,thank you!
Aug 28, 2014 12:10 PM

Offline
Aug 2007
21
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

Online
Feb 2010
12614
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

Offline
Aug 2007
21
Adblock seems to have been the issue. Thanks for the tip!
Aug 28, 2014 4:05 PM

Offline
Aug 2013
520
Shishio-kun said:
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.
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.




Aug 28, 2014 6:25 PM
Offline
Dec 2012
137
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

Offline
Jul 2014
105
Hi these are the cover imports I received for my list layout



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
below which did work. However with that implementation it also changed my customized top bar back to the old black bar.

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
Reply Disabled for Non-Club Members
Pages (159) « First ... « 42 43 [44] 45 46 » ... Last »

More topics from this board

» theme help

threat - 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 Fixes

Shishio-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 Lists

YasminaRegina - 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
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login