Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 13 14 [15] 16 17 » ... Last »
Feb 17, 2013 1:51 PM

Offline
Apr 2010
21
Shishio-kun said:
s3thus said:
thx for reply Shishio-kun.
is there a way to remove "more" button from table since I want to keep menu button?


Try this:

#list_surround small a:last-of-type {
display: none;
}

worked, thx a lot but now i need to remove "-" that was between Edit and More:
Feb 17, 2013 3:43 PM

Offline
Feb 2010
12783
s3thus said:
Shishio-kun said:
s3thus said:
thx for reply Shishio-kun.
is there a way to remove "more" button from table since I want to keep menu button?


Try this:

#list_surround small a:last-of-type {
display: none;
}

worked, thx a lot but now i need to remove "-" that was between Edit and More:


visibility: hidden will hide it away. You don't wanna use display: none codes on these parts is fine on the last code I gave you. If you do get any weird dimensions with the titles change the display none to hidden visibility, shouldn't happen tho.

td:nth-of-type(2) small {
visibility: hidden;
}
a.List_LightBox, .animetitle + small {
visibility: visible !important;
}
Feb 17, 2013 4:48 PM

Offline
Jun 2011
2149
Umm. how do I get rid of the logout link without getting rid of the user profile link, and how do get rid of all the cs_otherlinks without getting rid of forum and export?

and why does my cover shadow bg img refuse to center itself? Dx
Feb 17, 2013 9:58 PM

Offline
Nov 2009
1632
Hi, it's a long time since I posted this message, I'm just wondering what happened to the background image code in my list (bg of this character: http://myanimelist.net/character/36074/Erio_Touwa)

Few months ago I checked, everything worked fine, that background was covered all columns but now it got separated, only the legs are shown in some part.
Here's the link to my animelist:
http://myanimelist.net/animelist/Takana_no_Hana
Feb 17, 2013 11:07 PM

Offline
Jun 2011
2149
Takana_no_Hana said:
Hi, it's a long time since I posted this message, I'm just wondering what happened to the background image code in my list (bg of this character: http://myanimelist.net/character/36074/Erio_Touwa)

Few months ago I checked, everything worked fine, that background was covered all columns but now it got separated, only the legs are shown in some part.
Here's the link to my animelist:
http://myanimelist.net/animelist/Takana_no_Hana


Change no-repeat to repeat:

Not sure if thats what you wanted though, and it gets pretty messy as well.
Feb 18, 2013 12:07 AM

Offline
Jan 2012
1578

/* Username, Logout */
#mal\_cs_listinfo
/* Username */
#mal\_cs_listinfo strong a
#mal\_cs_listinfo div:first-of-type
/* Logout*/
#mal\_cs_listinfo div:last-of-type
#mal\_cs_listinfo div a[href*="logout"]

/* Add to List, Home, Anime List, Manga List */
#mal\_cs_links
/* Add to List */
#mal\_cs_links div a[href*="addtolist"]
#mal\_cs_links div:first-of-type a:first-of-type
/* Home */
#mal\_cs_links div:first-of-type a:last-of-type
#mal\_cs_links div a[href$="http://myanimelist.net"]
/* Anime List */
#mal\_cs_links div:last-of-type a:first-of-type
#mal\_cs_links div a[href*="animelist"]
/* Manga List */
#mal\_cs_links div:last-of-type a:last-of-type
#mal\_cs_links div a[href*="mangalist"]

/* History, Forum, Export, Log in, Create an Anime List, Learn more */
#mal\_cs_otherlinks
/* History */
#mal\_cs_otherlinks div a[href*="history"]
/* Forum */
#mal\_cs_otherlinks div a[href*="forum"]
/* Export */
#mal\_cs_otherlinks div a[href*="export"]
/* Log in */
#mal\_cs_otherlinks div a[href*="login"]
/* Create an Anime List */
#mal\_cs_otherlinks div a[href*="register"]
/* Learn more */
#mal\_cs_otherlinks div a[href*="faq"]


So, if you want to disable some links use following code:

/* Disables History, Forum, Export, Log in, Create an Anime List, Learn more. You can't enable links */
#mal\_cs_otherlinks { display: none; }
/* Disables History, Forum, Export, Log in, Create an Anime List, Learn more. You can enable some links */
#mal\_cs_otherlinks { visibility: hidden; }
/* To enable some links from disabled list */
#mal\_cs_otherlinks div a[href*="export"] { visibility: visible; } /* Enabling Export link */
Feb 18, 2013 1:34 AM

Offline
Jun 2011
2149
Hahaido said:


YAY! thank you :D
Feb 18, 2013 7:34 AM

Offline
Dec 2012
147
I'm quite a noob with CSS codes, so can anyone help me a little ???

In the following CSS code (http://myanimelist.net/mangalist/Monsterguy&status=7&order=4):


I want to move "Tags" under the preview(cover images) !!!

If it's possibile I want to ask you, to please tell me "how" - which codes should I use, and where ???



P.S.: Currently I'm using "Tags" for "Comments", so if there is a way to display both Tags and Comments I would appriciate it, as well.
MonsterguyFeb 19, 2013 2:01 PM


Feb 18, 2013 8:17 AM

Offline
Apr 2010
21
"Shishio-kun" said:
[...]
visibility: hidden will hide it away. You don't wanna use display: none codes on these parts is fine on the last code I gave you. If you do get any weird dimensions with the titles change the display none to hidden visibility, shouldn't happen tho.

td:nth-of-type(2) small {
visibility: hidden;
}
a.List_LightBox, .animetitle + small {
visibility: visible !important;
}

thank you a lot for your help
Feb 19, 2013 8:47 AM

Offline
Jan 2011
124
does anyone know how to remove words that sites put on top of pictures to make it hard to use them?
specifically this one

also what's a good size for a background image for my list?
clone4Feb 19, 2013 11:43 AM
Feb 19, 2013 2:05 PM

Offline
Feb 2011
6109
clone4 said:
does anyone know how to remove words that sites put on top of pictures to make it hard to use them?
specifically this one

also what's a good size for a background image for my list?


You would use a photo editing software, such as Photoshop or GIMP.

I did a quick, dirty try for you.



Depends how you want to do it.

I'd say 1920x? though.
Feb 19, 2013 3:21 PM

Offline
Jan 2011
124
dperolio said:
clone4 said:
does anyone know how to remove words that sites put on top of pictures to make it hard to use them?
specifically this one

also what's a good size for a background image for my list?


You would use a photo editing software, such as Photoshop or GIMP.

I did a quick, dirty try for you.



Depends how you want to do it.

I'd say 1920x? though.



Thank you so much! I really appreciate it.
Feb 19, 2013 4:09 PM

Offline
Nov 2009
1632
http://myanimelist.net/forum/?topicid=440525

about "Changing the background image of the list itself" part


I know the picture link is dead, but if you change the picture, it gets pretty messy, just wondering if there is anything wrong with the code?
Not sure how to explain but try it.

Several months ago the background on my list worked just fine, but couple of weeks ago when I checked back, it turned out to be a mess +_+.



Here's my previous code.
Takana_no_HanaFeb 19, 2013 4:14 PM
Feb 20, 2013 11:51 AM

Offline
Jan 2011
124
Ok, what do I do to my css to get rid of the rated section on my list, and also what is the code to get the covers to show up beside the list, when you hover over the titles, instead of on the list? Thank you for your time.
Feb 21, 2013 6:39 AM

Offline
Nov 2011
304
@clone4
To disable rated you go to list prefs and uncheck “rating”, no need to CSS there.
Feb 21, 2013 12:40 PM

Offline
Dec 2012
147
clone4 said:
Ok, what do I do to my css to get rid of the rated section on my list, and also what is the code to get the covers to show up beside the list, when you hover over the titles, instead of on the list? Thank you for your time.


Here, I found this CSS code to be usefull to me, but I don't know about you...

1. At the top of CSS code just copy and paste the following(only one !!!):
- for manga list:


- for anime list:


2.At the bottom just copy and paste this:


If you want to move or change the visual look (like moving the cover image to some other place, or something else) just change the parameters above(in the code), as you desire.



I don't have much knowladge from CSS coding, but still I hope this helped, why codes I'm using are written very clearly, and all my respect goes to their designers... ;)
MonsterguyFeb 25, 2013 5:15 PM


Feb 21, 2013 2:09 PM

Offline
Jan 2011
124
Monsterguy said:
clone4 said:
Ok, what do I do to my css to get rid of the rated section on my list, and also what is the code to get the covers to show up beside the list, when you hover over the titles, instead of on the list? Thank you for your time.


Here, I found this CSS code to be usefull to me, but I don't know about you...

1. At the top of CSS code just copy and paste the following(only one !!!):
- for manga list:


- for anime list:


2.At the bottom just copy and paste this:


If you want to move or change the visual look (like moving the cover image to some other place, or something else) just change the parameters above(in the code), as you desire.



I don't have much knowladge from CSS coding, but still I hope this helped, why codes I'm using are written very clearly, and all my respect goes to their designers... ;)


I'm sorry that code isn't working, it shows the same preview for everyone and makes my list really slow, maybe there's something wrong with the rest of my code that interferes with it.
Feb 21, 2013 5:37 PM

Offline
Oct 2007
3705
Hi, I followed the steps in Shishio-kun's guide here and it turned out perfectly (of course), however I was wondering how I would now go about getting the DVD covers to appear like they do in this list design on my anime list? I think it looks a lot neater like that, plus I like that the pictures expand like so when you hover over them.
Feb 22, 2013 3:00 AM

Offline
Dec 2012
147
Kuromii said:
Hi, I followed the steps in Shishio-kun's guide here and it turned out perfectly (of course), however I was wondering how I would now go about getting the DVD covers to appear like they do in this list design on my anime list? I think it looks a lot neater like that, plus I like that the pictures expand like so when you hover over them.


Were you looking for something like this:


Here is my try with combining your and mine discovered codes. I even tried to make it as similar to what you wanted to as possibile, although I was no good at doing so...

At the end, I even tested it myself on my own manga list, and this is how it came out:


I wanted the rows NOT to expand after you hover them, and bring the cover DVD's in front of the title as in a picture you provided, but my knowlage about CSS codes was running short here, sorry... hehehe
MonsterguyFeb 22, 2013 3:13 AM


Feb 22, 2013 3:42 AM

Offline
Jan 2012
1578
Kuromii said:
Hi, I followed the steps in Shishio-kun's guide here and it turned out perfectly (of course), however I was wondering how I would now go about getting the DVD covers to appear like they do in this list design on my anime list? I think it looks a lot neater like that, plus I like that the pictures expand like so when you hover over them.

Try this:
Feb 22, 2013 4:06 AM

Offline
Oct 2007
3705
Thank you, Hahaido! It worked just as I wanted it to. Just one last question, how can I get the Edit - More options to be in line with the anime titles? At the moment they're a line above each title and it looks a little messy in my opinion.
Feb 22, 2013 4:29 AM

Offline
Jan 2012
1578
Add to the end of your code:

td[class^='td'] div small { line-height: 60px; }
Feb 22, 2013 6:14 AM

Offline
Oct 2007
3705
That didn't work, unfortunately.
Feb 22, 2013 7:36 AM

Offline
Jan 2012
1578
Better use this code:
HahaidoFeb 22, 2013 7:47 AM
Feb 22, 2013 9:25 PM

Offline
Dec 2012
147
I tried everything, but no luck...

Can somebody PLEASE help me to transform tags into comments ???

I took for referance this list:
http://myanimelist.net/animelist/ReyvateilEXEC

where you can see comments written, which are in a matter of fact " Tags", but transformed into comments.

The code from the list above is to complicated for me to work with (I'm only good at copy-pasting the code...hehehe):
http://dl.dropbox.com/u/94694368/DEKORIKKAMAL.css

Now with codes like that, what does all this even mean ???

/*Tags(comments) cell(td) configuration*/

.td1:not(.borderRBL):first-of-type:before, .td2:not(.borderRBL):first-of-type:before {
content: "#";
}
.td1:nth-of-type(3):before, .td2:nth-of-type(3):before {
content: "Score: ";
}
.td1:nth-of-type(5):before, .td2:nth-of-type(5):before {
content: "Progress: ";
}
.td1:nth-of-type(6):before, .td2:nth-of-type(6):before {
content: "Comments: ";
display: block;
}

and where should I put anything from this:

/*
Display Tags as comment
*/
span[id*="tagRow"] {
display: block !important;
}
/*
Hide tags as links
*/
span[id*="tagLinks"] {
display: none !important;
}


P.S.: My list already has free space(block with normal content) where I want my comments to appear, although they are hovered, and I have no idea how to come around that to implant them there. Here is my list:
http://myanimelist.net/mangalist/Monsterguy
MonsterguyFeb 22, 2013 9:45 PM


Feb 23, 2013 12:30 AM

Offline
Apr 2012
752
1. Does anyone know how to rename linked parts of one's list, so that the link still appears under the the new name? I've followed this guide which shows how you to rename any part of your list, but whenever you rename something with a link, the link is lost and only the renamed text appears.

2. I'm looking for the CSS code for the 'More' part of the list. I've tried following this guide which allows you to see any CSS code, but when trying to use 'Inspect Element' on the 'More' part, I'm unable to find the code. The 'Edit/Add' part is a.List_LightBox, but 'More' is hidden.
Feb 23, 2013 1:26 AM

Offline
Feb 2010
12783
nil- said:
1. Does anyone know how to rename linked parts of one's list, so that the link still appears under the the new name? I've followed this guide which shows how you to rename any part of your list, but whenever you rename something with a link, the link is lost and only the renamed text appears.

2. I'm looking for the CSS code for the 'More' part of the list. I've tried following this guide which allows you to see any CSS code, but when trying to use 'Inspect Element' on the 'More' part, I'm unable to find the code. The 'Edit/Add' part is a.List_LightBox, but 'More' is hidden.


1. With that tutorial you can rename links and it lets you keep the link to them. You probably didn't rename the link but renamed the part around the link or something but not the link itself. Adding "a" to the end of a selector will target the links in it. For example to change the links Scores on your list to say something else:

.table_header:nth-of-type(3) a{
font-size: 0;}

.table_header:nth-of-type(3) a:before{
content: "Evaluations";
font-size: 12px !important;}


Notice I'm using "a" at the end.


2. The more button? Usually you can use #list_surround small a for both then Edit's code to distinguish it but this is the one for #more specifically, I'll add it to Shishiexample some time with some other selectors (mapping every little thing is a pain).

#list_surround small a:last-of-type {
background: none repeat scroll 0 0 red;
}
Feb 23, 2013 2:18 AM

Offline
Jun 2012
17
Hey Guys, i need some help.
I try this guide:
http://myanimelist.net/forum/?topicid=453755
But on my animelist i can see only a small part of the animecovers.
http://myanimelist.net/animelist/CrAziiJaN21
I am a big ccs newb so i do maby some misstakes.
My ccs script:


btw. ur guids are great. :)
Feb 23, 2013 2:39 AM

Offline
Feb 2010
12783
CrAziiJaN21 said:
Hey Guys, i need some help.
I try this guide:
http://myanimelist.net/forum/?topicid=453755
But on my animelist i can see only a small part of the animecovers.
http://myanimelist.net/animelist/CrAziiJaN21
I am a big ccs newb so i do maby some misstakes.
My ccs script:


btw. ur guids are great. :)


Line-height codes are contradicting the covers drop. Take those lines out from under

/*
// All links on your list
*/

a


and

/* controls what styles you can give to all the anime titles in your list */
.animetitle


and


/*
// Determines the positioning of your list
*/

#list_surround
{


Shishio-kunFeb 23, 2013 2:43 AM
Feb 23, 2013 3:32 AM

Offline
Apr 2012
752
Shishio-kun said:
1. With that tutorial you can rename links and it lets you keep the link to them. You probably didn't rename the link but renamed the part around the link or something but not the link itself. Adding "a" to the end of a selector will target the links in it. For example to change the links Scores on your list to say something else:

.table_header:nth-of-type(3) a{
font-size: 0;}

.table_header:nth-of-type(3) a:before{
content: "Evaluations";
font-size: 12px !important;}


Notice I'm using "a" at the end.
Hmm, doesn't seem to work for the 'Add/Edit' part. What I'm trying to do is rename 'Add/Edit' to 'A/E', and so I can successfully rename 'Edit' to 'E', but the link is lost. What I've done is:

a.List_LightBox{
font-size: 0;}
a.List_LightBox:before{
content: "E";
font-size: 9.00px !important;}


and adding an "a" changes the code from working altogether. :(

Shishio-kun said:
2. The more button? Usually you can use #list_surround small a for both then Edit's code to distinguish it but this is the one for #more specifically, I'll add it to Shishiexample some time with some other selectors (mapping every little thing is a pain).

#list_surround small a:last-of-type {
background: none repeat scroll 0 0 red;
}

Thanks for the code! But it seems that I've now run into the above problem again when trying to rename 'More'. I'm using

#list_surround small a:last-of-type {
font-size: 0;
}
#list_surround small a:last-of-type:before{
content: "M";
font-size: 9.00px !important;
}


and the link is lost.
Feb 23, 2013 4:09 AM

Offline
Jun 2012
17
Shishio-kun said:
CrAziiJaN21 said:
Hey Guys, i need some help.
I try this guide:
http://myanimelist.net/forum/?topicid=453755
But on my animelist i can see only a small part of the animecovers.
http://myanimelist.net/animelist/CrAziiJaN21
I am a big ccs newb so i do maby some misstakes.
My ccs script:


btw. ur guids are great. :)


Line-height codes are contradicting the covers drop. Take those lines out from under

/*
// All links on your list
*/

a


and

/* controls what styles you can give to all the anime titles in your list */
.animetitle


and


/*
// Determines the positioning of your list
*/

#list_surround
{




I have to delete the line-height of this parts or what is it mean?
Feb 23, 2013 10:10 AM

Offline
Feb 2010
12783
CrAziiJaN21 said:


I have to delete the line-height of this parts or what is it mean?


Look for and delete parts that say

line-height: normal;

in your CSS, under the sections I put in bold. The first two are near the top the last near the bottom. It looks like you did it for the top two, just do it for the bottom under


/* controls what styles you can give to all the anime titles in your list */
.animetitle


and covers should be fixed
Feb 23, 2013 10:22 AM

Offline
Jun 2012
17
Shishio-kun said:
CrAziiJaN21 said:


I have to delete the line-height of this parts or what is it mean?


Look for and delete parts that say

line-height: normal;

in your CSS, under the sections I put in bold. The first two are near the top the last near the bottom. It looks like you did it for the top two, just do it for the bottom under


/* controls what styles you can give to all the anime titles in your list */
.animetitle


and covers should be fixed


Its works! Thank you very much. :)
Feb 23, 2013 10:32 AM

Offline
Feb 2010
12783
nil- said:
Shishio-kun said:
1. With that tutorial you can rename links and it lets you keep the link to them. You probably didn't rename the link but renamed the part around the link or something but not the link itself. Adding "a" to the end of a selector will target the links in it. For example to change the links Scores on your list to say something else:

.table_header:nth-of-type(3) a{
font-size: 0;}

.table_header:nth-of-type(3) a:before{
content: "Evaluations";
font-size: 12px !important;}


Notice I'm using "a" at the end.
Hmm, doesn't seem to work for the 'Add/Edit' part. What I'm trying to do is rename 'Add/Edit' to 'A/E', and so I can successfully rename 'Edit' to 'E', but the link is lost. What I've done is:

a.List_LightBox{
font-size: 0;}
a.List_LightBox:before{
content: "E";
font-size: 9.00px !important;}


and adding an "a" changes the code from working altogether. :(

Shishio-kun said:
2. The more button? Usually you can use #list_surround small a for both then Edit's code to distinguish it but this is the one for #more specifically, I'll add it to Shishiexample some time with some other selectors (mapping every little thing is a pain).

#list_surround small a:last-of-type {
background: none repeat scroll 0 0 red;
}

Thanks for the code! But it seems that I've now run into the above problem again when trying to rename 'More'. I'm using

#list_surround small a:last-of-type {
font-size: 0;
}
#list_surround small a:last-of-type:before{
content: "M";
font-size: 9.00px !important;
}


and the link is lost.


No, it works your list just can't read your codes due to misplacing those */ you use to close your notes. You put those before the selector not after the closing bracket for a code. The selectors need to be by themselves without anything above.

For example if I take the font reduction off your two bottom codes and change it to simple background colors to see if its reading it, your links don't change color as they should



So instead of reading #list_surround small a:last-of-type your list reads /* Rename 'More' to 'M' #list_surround small a:last-of-type which yields nothing.

This below will work but you have to clear and replace what you added before. It renames the links on a proper CSS, its the same code you made but with no out of place */.

a.List_LightBox{
font-size: 0;}
a.List_LightBox:before{
content: "E";
font-size: 14.00px !important;}

#list_surround small a:last-of-type {
font-size: 0;}
#list_surround small a:last-of-type:before{
content: "M";
font-size: 14.00px !important;}



or this way with your notes intact


See it here for now:
http://myanimelist.net/animelist/ShishiExample
Feb 23, 2013 2:10 PM

Offline
Apr 2012
752
Oh no, I'm only adding those the comment lines (/* and */) since the links weren't working without them included. That is, I'm only commenting them temporarily so that I don't have to remake the code once I figure out the tiny issue. For example, I'll uncomment them for now, and when you go to my list, neither the 'E' or 'M's are clickable (for me at least, as I've tried both logged in and out).

Interestingly enough, it does seem to work with your list, so I'm not sure what the problem is. Maybe it actually is working on my list and I'm just having some funky browser issues?
Feb 23, 2013 2:20 PM

Offline
Feb 2010
12783
nil- said:
Oh no, I'm only adding those the comment lines (/* and */) since the links weren't working without them included. That is, I'm only commenting them temporarily so that I don't have to remake the code once I figure out the tiny issue. For example, I'll uncomment them for now, and when you go to my list, neither the 'E' or 'M's are clickable (for me at least, as I've tried both logged in and out).

Interestingly enough, it does seem to work with your list, so I'm not sure what the problem is. Maybe it actually is working on my list and I'm just having some funky browser issues?


Hmm I'm looking at your list now since you've added the changes I posted and they are changed correctly. The Edits are Es and the More links are Ms and they're fully clickable. Are you sure you can't see them- maybe clear cache, log out or restart com and see if they are working then. Also what browser are you using?
Feb 23, 2013 2:47 PM

Offline
Apr 2012
752
Google chrome (stable). Clearing the cache didn't seem to make a difference, and I'm also having trouble getting the links shown on my iPad as well. But weirdly enough, it works when I use Mozilla Firefox.
Feb 23, 2013 4:05 PM

Offline
Feb 2010
12783
nil- said:
Google chrome (stable). Clearing the cache didn't seem to make a difference, and I'm also having trouble getting the links shown on my iPad as well. But weirdly enough, it works when I use Mozilla Firefox.


#list_surround small a {
background: none repeat scroll 0 0 black;
}


Ok try adding that before or after the change text codes. I guess Chrome needs that for some reason.

edit: no, can't be w/e color. Instead tho:

#list_surround small a {
display: inline-block !important;
}


also works after the text changing codes.
Shishio-kunFeb 23, 2013 4:12 PM
Feb 23, 2013 4:12 PM

Offline
Apr 2012
752
Ahah! Yes, it works now. I'm amazed how you even found the answer! I was just about to chalk it up as some dubious browser issue and give up altogether. Using

/* Rename 'Edit/Add' to 'E/A' */
a.List_LightBox{
background: none repeat scroll 0 0 black;
font-size: 0;}
a.List_LightBox:before{
content: "E";
font-size: 9.00px !important;}

/* Rename 'More' to 'M' */
#list_surround small a:last-of-type {
background: none repeat scroll 0 0 black;
font-size: 0;}
#list_surround small a:last-of-type:before{
content: "M";
font-size: 9.00px !important;}


works. Now I'll just have to find a way to get the text to be 'E' for 'Edit's and 'A' for 'Add's.. likely something to do with the .selected conditional.

EDIT: Either of the two lines you suggested work fine for me. I'll use the latter since you seem to be recommending it.
nil-Feb 23, 2013 4:16 PM
Feb 23, 2013 4:32 PM

Offline
Feb 2010
12783
nil- said:
Ahah! Yes, it works now. I'm amazed how you even found the answer! I was just about to chalk it up as some dubious browser issue and give up altogether. Using

/* Rename 'Edit/Add' to 'E/A' */
a.List_LightBox{
background: none repeat scroll 0 0 black;
font-size: 0;}
a.List_LightBox:before{
content: "E";
font-size: 9.00px !important;}

/* Rename 'More' to 'M' */
#list_surround small a:last-of-type {
background: none repeat scroll 0 0 black;
font-size: 0;}
#list_surround small a:last-of-type:before{
content: "M";
font-size: 9.00px !important;}


works. Now I'll just have to find a way to get the text to be 'E' for 'Edit's and 'A' for 'Add's.. likely something to do with the .selected conditional.

EDIT: Either of the two lines you suggested work fine for me. I'll use the latter since you seem to be recommending it.


Good!

You can use links in the selector to target the buttons specifically for their function (tested in Chrome but not sure if anything on your list will conflict probably not). Also notice that your edit buttons and the visitors are different (blue and purple).

#list_surround a[href*="http://myanimelist.net/panel.php?go=edit"] {
color: red !important;
background: blue;}

#list_surround a[href*="http://myanimelist.net/editlist.php?type="] {
color: white !important;
background: purple;}

#list_surround a[href*="http://myanimelist.net/panel.php?go=add"] {
color: yellow !important;
background: green;}
Feb 23, 2013 5:45 PM

Offline
Apr 2012
752
Yep yep that works too; you're a life saver. :)

In the end, the code is
Feb 23, 2013 8:11 PM

Offline
Jan 2013
5
I added a pre-made CSS layout and changed a couple things. Nothing too significant just colors and the background.

Anyway, my mangalist's background is fine but my animelist is huge: http://imgur.com/a/M2rRf#0

As you can see it's zoomed in on the cloud in the top-left corner.

Is there any way I can fix this?

Code:
Feb 23, 2013 9:59 PM

Offline
Jan 2011
124
FoulFoal said:
I added a pre-made CSS layout and changed a couple things. Nothing too significant just colors and the background.

Anyway, my mangalist's background is fine but my animelist is huge: http://imgur.com/a/M2rRf#0

As you can see it's zoomed in on the cloud in the top-left corner.

Is there any way I can fix this?

Code:


if you take the
body {
background-size: cover;
}

off the bottom of the code you get more of the image, otherwise I would suggest using a program like gimp to shrink down the image
Feb 23, 2013 11:35 PM

Offline
Jan 2013
5
clone4 said:
FoulFoal said:
I added a pre-made CSS layout and changed a couple things. Nothing too significant just colors and the background.

Anyway, my mangalist's background is fine but my animelist is huge: http://imgur.com/a/M2rRf#0

As you can see it's zoomed in on the cloud in the top-left corner.

Is there any way I can fix this?

Code:


if you take the
body {
background-size: cover;
}

off the bottom of the code you get more of the image, otherwise I would suggest using a program like gimp to shrink down the image
Shrunk it down to 1920x1080 and removed that last part only now it repeats.
Feb 24, 2013 1:13 AM

Offline
Feb 2010
12783
Add to the bottom this as well.

body{
background-attachment: fixed}
Feb 24, 2013 2:41 AM

Offline
Jan 2013
5
Shishio-kun said:
Add to the bottom this as well.

body{
background-attachment: fixed}
Yes! It works! Thank you so much!
Feb 24, 2013 7:07 AM

Offline
Dec 2012
147
God, I finally managed to get a little further...

I needed to import a css in order to configure Tags, but manga list is quite difficult and I needed to target "nth-of-type(5)" instead of, like on anime list "nth-of-type(6)" !!!

That's why I want to ask if there is a manga list like the following:
http://myanimelist.net/animelist/ShishiExample


Feb 24, 2013 11:52 AM

Offline
Feb 2010
12783
Monsterguy said:
God, I finally managed to get a little further...

I needed to import a css in order to configure Tags, but manga list is quite difficult and I needed to target "nth-of-type(5)" instead of, like on anime list "nth-of-type(6)" !!!

That's why I want to ask if there is a manga list like the following:
http://myanimelist.net/animelist/ShishiExample


I've set the mapped layout up on the manga list for that account.

btw your manga list is blank to everyone else who sees it. You have a lot of asterixes and slashes in between the top imports that needs to be removed.
Feb 24, 2013 3:44 PM

Offline
Dec 2012
147
Shishio-kun said:

I've set the mapped layout up on the manga list for that account.

thnx a lot
Shishio-kun said:

btw your manga list is blank to everyone else who sees it. You have a lot of asterixes and slashes in between the top imports that needs to be removed.


wrong, I tried it on chrome as well, but it's not working even when everything else is removed see for yourself...

I believe it's my fault becouse I don't know how to save in dropbox and make it "https:///dl.dropbox.com/________.css".

If you see my code has:
"https:///dl.dropbox.com/________.css?w=______-Yq5Ji9WblcjA8L8NkuA".

That "?w=______-Yq5Ji9WblcjA8L8NkuA" is at fault here !!!

I tested it with the code I took everything from, and the link from my dropbox didn't work in chrome, although it did from the original code !!!

Here is the original code that works otherwise, but not if copy-pasted from my dropbox (with the same content in the notepad):
https://dl.dropbox.com/s/du8lbf36y7nu8hf/MAL_Miku_Style_M.css

Any solution ???

I think I once saw a link "turitorial" here in this club, abot dropbox specificly, but I'm unable to find it right now...
(I believe it's second or third post, so not from you as the author, but I remember reading something about tips or something at that time)
MonsterguyFeb 24, 2013 3:53 PM


Feb 24, 2013 4:22 PM

Offline
Feb 2010
12783
No you remove only the slashes and asterix so the mal_miku_m style import takes effect on your list.

From looking at your page this is the CSS you're trying to import according to your box on the manga list

@import "https://dl-web.dropbox.com/get/Public/MAL_Miku_Style_Monsterguy.css?w=AABz3rPt7n2yzl4mIVS73lW400-Yq5Ji9WblcjA8L8NkuA";/**/

/*****************/
/*
@import "https://dl.dropbox.com/s/du8lbf36y7nu8hf/MAL_Miku_Style_M.css";/**/
*/
/*****************@import "https://dl-web.dropbox.com/get/Public/MAL_Miku_Style_Monsterguy.css?w=AABz3rPt7n2yzl4mIVS73lW400-Yq5Ji9WblcjA8L8NkuA";/**/

/*****************/
/*
@import "https://dl.dropbox.com/s/du8lbf36y7nu8hf/MAL_Miku_Style_M.css";/**/
*/
/*****************/


It makes a blank page when I install it on my own list. The same blank I see when I look at your manga list. When I remove the asterix and slashes as I said like so-

@import "https://dl-web.dropbox.com/get/Public/MAL_Miku_Style_Monsterguy.css?w=AABz3rPt7n2yzl4mIVS73lW400-Yq5Ji9WblcjA8L8NkuA";
@import "https://dl.dropbox.com/s/du8lbf36y7nu8hf/MAL_Miku_Style_M.css";
@import "https://dl-web.dropbox.com/get/Public/MAL_Miku_Style_Monsterguy.css?w=AABz3rPt7n2yzl4mIVS73lW400-Yq5Ji9WblcjA8L8NkuA";
@import "https://dl.dropbox.com/s/du8lbf36y7nu8hf/MAL_Miku_Style_M.css";


With that setup, I get this in Chrome or Firefox but browser doesn't matter for this kinda thing yet. It makes this way in the image below. This is the mal miku m style import showing thru as intended in your own css edit box.


The top import from your dropbox isn't working cuz you're using the wrong kinda link. Use the public link. Log into dropbox and find it in the public folder like in the example below.


Click on that and paste that into the import link as you're supposed to. I've emboldened what you're supposed to replace with your public link.

You may have to enable public folders first as well if you haven't.
https://www.dropbox.com/help/16/en

@import "https://dl-web.dropbox.com/get/Public/MAL_Miku_Style_Monsterguy.css?w=AABz3rPt7n2yzl4mIVS73lW400-Yq5Ji9WblcjA8L8NkuA";

The import tutorial you're referring to is probably Veriti's. Its in the Importing CSS tutorial, just go to Expert tutorials under Customize your list on the front page menu.

Also put some kinda regular CSS code under your imports in the box. Otherwise it doubles the imports, as you can see above from the cleaned up version of your CSS.
Reply Disabled for Non-Club Members
Pages (159) « First ... « 13 14 [15] 16 17 » ... Last »

More topics from this board

» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Jul 21, 2017

386 by Shishio-kun »»
3 hours ago

Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )

Shishio-kun - Feb 16, 2023

64 by NightmareTala »»
Oct 5, 1:08 PM

Sticky: » [ SIGNATURES ~ PROFILES] All guides, generators, and templates

Shishio-kun - Feb 16, 2023

35 by iluvmozu »»
Oct 4, 11:41 PM

» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )

Valerio_Lyndon - Apr 19, 2018

1262 by Shishio-kun »»
Sep 22, 4:35 AM

» theme help

threat - Jul 5

5 by Zaryf »»
Aug 21, 5:46 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login