Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 58 59 [60] 61 62 » ... Last »
Jul 23, 2015 12:04 AM

Offline
Aug 2013
520
Lightless_Reaper said:
My Layout



Now let's say I want this Animated GIF to show up on my style sheet here:
and that it keeps looping, how do I put the .gif in the code?

Here's the code for this specific button:



Whenever I try to put a gif on the url the image goes completely invisible, it also happens no matter where I put it's URL; can anyone help me?
that should be as a background.




Jul 23, 2015 11:15 AM

Offline
Aug 2014
10
Oiomi-chan said:
Lightless_Reaper said:
My Layout



Now let's say I want this Animated GIF to show up on my style sheet here:
and that it keeps looping, how do I put the .gif in the code?

Here's the code for this specific button:



Whenever I try to put a gif on the url the image goes completely invisible, it also happens no matter where I put it's URL; can anyone help me?
that should be as a background.


Is there no way to have them on buttons or headers then?
Jul 23, 2015 1:12 PM

Offline
Aug 2013
520
Lightless_Reaper said:
Oiomi-chan said:
that should be as a background.


Is there no way to have them on buttons or headers then?
no you miss understand, it should be that you simply put it as a background to the button, exactly like the current pic.




Jul 23, 2015 3:16 PM

Offline
Aug 2014
10
Oiomi-chan said:
Lightless_Reaper said:


Is there no way to have them on buttons or headers then?
no you miss understand, it should be that you simply put it as a background to the button, exactly like the current pic.


When I do as you say, I get this:
Jul 23, 2015 3:23 PM
Offline
Mar 2015
3
Hello, I was just wondering (because I spent entire day playing in CSS but to no avail), how do I set tags as plain text instead of hyperlinks on this theme? Because commas appear invisible since they're used to separate tags. I tried using "pointer-events: none;" but all it does it makes hyperlinks unclickable, and commas are still invisible. I know it's possible because I've seen themes with similar(almost identical) design who have tags set as plain text, and I want the mini review section to look nice.

TL;DR I just need tags to appear as plain text and not hyperlinks in the above mentioned theme.

Please help! :)
Jul 23, 2015 3:45 PM

Offline
Feb 2010
12619
pEuAsTsSy said:
Hello, I was just wondering (because I spent entire day playing in CSS but to no avail), how do I set tags as plain text instead of hyperlinks on this theme? Because commas appear invisible since they're used to separate tags. I tried using "pointer-events: none;" but all it does it makes hyperlinks unclickable, and commas are still invisible. I know it's possible because I've seen themes with similar(almost identical) design who have tags set as plain text, and I want the mini review section to look nice.

TL;DR I just need tags to appear as plain text and not hyperlinks in the above mentioned theme.

Please help! :)


Just link us to the list with the almost identical design that has the set up you want. I can rip the codes from it
Jul 23, 2015 3:57 PM
Offline
Mar 2015
3
Shishio-kun said:
pEuAsTsSy said:
Hello, I was just wondering (because I spent entire day playing in CSS but to no avail), how do I set tags as plain text instead of hyperlinks on this theme? Because commas appear invisible since they're used to separate tags. I tried using "pointer-events: none;" but all it does it makes hyperlinks unclickable, and commas are still invisible. I know it's possible because I've seen themes with similar(almost identical) design who have tags set as plain text, and I want the mini review section to look nice.

TL;DR I just need tags to appear as plain text and not hyperlinks in the above mentioned theme.

Please help! :)


Just link us to the list with the almost identical design that has the set up you want. I can rip the codes from it


Here's the entire ripped code.

Basically I need the same design as your Madoka theme, but only to have hyperlinks appear as text instead of hyperlinks. I believe these two lines are what's needed, because I've made some progress while implementing them but it completely ruined the alignment.

span[id*="tagRow"] {
display:block !important;
}
span[id*="tagLinks"] {
display:none !important;
}


pEuAsTsSyJul 23, 2015 4:01 PM
Jul 23, 2015 4:47 PM

Offline
Aug 2014
11
Hello Shishio! First of all, thanks for your video on how to customize the profile. I have a little problem after following every step correctly.

The cropped picture parts should fit perfectly next to each other, but now it looks like this:



My settings looks like this:



The pieces that should be next to each other, are next to each other, and the pieces that should be below, are as well. Is my image itself too big or what is the problem with it?

Thank you in advance!
Jul 24, 2015 1:43 AM

Offline
Sep 2012
947
I have a question about the Transparent menus w/wide list, long covers and no banner.
I just checked my anime list and all the anime pics are all mixed up and don't match. Do you know what is the problem?
Jul 24, 2015 2:11 AM

Offline
Aug 2013
520
Blaze862 said:
I have a question about the Transparent menus w/wide list, long covers and no banner.
I just checked my anime list and all the anime pics are all mixed up and don't match. Do you know what is the problem?
Everything looks in order to me.




Jul 24, 2015 2:32 AM

Offline
Sep 2012
947
Oiomi-chan said:
Blaze862 said:
I have a question about the Transparent menus w/wide list, long covers and no banner.
I just checked my anime list and all the anime pics are all mixed up and don't match. Do you know what is the problem?
Everything looks in order to me.


I don't know what happen but it's fixed now!! Thank You
Jul 24, 2015 1:55 PM

Offline
Feb 2010
12619
FinalNwo said:
Hello Shishio! First of all, thanks for your video on how to customize the profile. I have a little problem after following every step correctly.

The cropped picture parts should fit perfectly next to each other, but now it looks like this:



My settings looks like this:



The pieces that should be next to each other, are next to each other, and the pieces that should be below, are as well. Is my image itself too big or what is the problem with it?

Thank you in advance!


I don't want to try to guess from those screenshots. Please post the graphic's BBcode here so I can quote it and look at it, that'd be much easier.
Jul 24, 2015 2:12 PM

Offline
Feb 2010
12619
pEuAsTsSy said:
Shishio-kun said:


Just link us to the list with the almost identical design that has the set up you want. I can rip the codes from it


Here's the entire ripped code.

Basically I need the same design as your Madoka theme, but only to have hyperlinks appear as text instead of hyperlinks. I believe these two lines are what's needed, because I've made some progress while implementing them but it completely ruined the alignment.

span[id*="tagRow"] {
display:block !important;
}
span[id*="tagLinks"] {
display:none !important;
}




Ok that ripped code is probably the older version of the layout which had a few problems you may run into later. But try this, its that layout with your background, topbar/cover imports and buttons instead:
http://pasted.co/e3956e2b
You may have to make color or position adjustments in some places so it matches the one you're using more, but those changes are much easier to do than what you were trying to do before and you can use the default layout for reference

Its HolyPotato's Madoka theme btw not mine, I just made alot of alterations
Jul 24, 2015 2:30 PM

Offline
Aug 2014
11
Shishio-kun said:
FinalNwo said:
Hello Shishio! First of all, thanks for your video on how to customize the profile. I have a little problem after following every step correctly.

The cropped picture parts should fit perfectly next to each other, but now it looks like this:



My settings looks like this:



The pieces that should be next to each other, are next to each other, and the pieces that should be below, are as well. Is my image itself too big or what is the problem with it?

Thank you in advance!


I don't want to try to guess from those screenshots. Please post the graphic's BBcode here so I can quote it and look at it, that'd be much easier.


Sorry about that. This is how it's supposed to be. Since I can't post it here without the images already appearing, I created a pastebin.
Jul 24, 2015 3:40 PM

Offline
Feb 2010
12619
FinalNwo said:
Shishio-kun said:


I don't want to try to guess from those screenshots. Please post the graphic's BBcode here so I can quote it and look at it, that'd be much easier.


Sorry about that. This is how it's supposed to be. Since I can't post it here without the images already appearing, I created a pastebin.[/spoiler]


Yes its way too big. In the video I think I said to keep it under 640px, which was the old profile width. I later added an annotation with the new size (700px or so maybe), but your graphic is nowhere near that size its like 1000px across

btw you can post BBcode of any kind in the forum and ppl can simply quote it (use quote button at the bottom of each post), and you can see and copy the BBcode this way. This is why I asked you to post it here, as it would have also immediately cleared up that its too large

[spoiler]






Shishio-kunJul 24, 2015 3:43 PM
Jul 24, 2015 4:31 PM

Offline
Aug 2014
11
Shishio-kun said:
FinalNwo said:


Sorry about that. This is how it's supposed to be. Since I can't post it here without the images already appearing, I created a pastebin.[/spoiler]


Yes its way too big. In the video I think I said to keep it under 640px, which was the old profile width. I later added an annotation with the new size (700px or so maybe), but your graphic is nowhere near that size its like 1000px across

btw you can post BBcode of any kind in the forum and ppl can simply quote it (use quote button at the bottom of each post), and you can see and copy the BBcode this way. This is why I asked you to post it here, as it would have also immediately cleared up that its too large

[spoiler]






[/quote]


Okay, it looks good now. I must have missed you mentioning it in the video. Sorry for the trouble and thank you very much!
Jul 24, 2015 5:20 PM
Offline
Mar 2015
3
Shishio-kun said:
pEuAsTsSy said:


Here's the entire ripped code.

Basically I need the same design as your Madoka theme, but only to have hyperlinks appear as text instead of hyperlinks. I believe these two lines are what's needed, because I've made some progress while implementing them but it completely ruined the alignment.





Ok that ripped code is probably the older version of the layout which had a few problems you may run into later. But try this, its that layout with your background, topbar/cover imports and buttons instead:
http://pasted.co/e3956e2b
You may have to make color or position adjustments in some places so it matches the one you're using more, but those changes are much easier to do than what you were trying to do before and you can use the default layout for reference

Its HolyPotato's Madoka theme btw not mine, I just made alot of alterations


You're the best! Just what I needed, thanks! I can easily alter the positions and colors, but this problem has been driving me insane.

Thanks again!
Jul 26, 2015 8:19 AM

Offline
Jun 2015
729
I would like to ask a question here.
Does anyone know how to put a picture on your right on the layout like this?

http://myanimelist.net/profile/Bear
*This is an example profile layout I found on MAL.

How do you do that? I tried with my own knowledge but the words always go above or bottom of the picture.

Solved
Thank you shishio!
LycelraJul 26, 2015 3:09 PM
Hi there! Nice to meet you. I'm Lycelra ~❤- Signature by Isa -
Jul 26, 2015 2:51 PM

Offline
Feb 2010
12619
Quote my post with the Quote link and the code will come up in your quick reply box. Copied from the member card index. Can do left img align too.


Closed Forever
These card topics are closed Limited Edition (LE) cards. Hopefully they can inspire new card makers. The topics linked might still have album links to find your old cards to if you lost them too. If you miss your chance, see Reprints above.
Shishio-kunJul 29, 2015 1:55 PM
Jul 29, 2015 1:57 PM

Offline
Feb 2010
12619
Question moved here from requests

M4XY said:


Can somebody do a minor modification to my list? I want the characters on the Watching,Completed,On Hold,Dropped,PTW and ALL anime to be changed from Psycho pass characters to :
Lelouch, Guts,Wu Geng (MC from Feng Shen Ji),Senjougahara ,Mito Ikumi and Akatsuki Ousawa.
Code of my list:


Jul 31, 2015 5:22 AM

Offline
Jun 2015
843
I'm confused. Is everyone able to see my "Anime List" as the way how I designed it? I just changed my list's layout with advanced css thing,then i found that everyone's list's layout had turned into my layout. I tried to logout and checked my profile,it shows me a white background and blue anime title. did i missed some steps?

(bad english sorry

edited: solved :3
dangodonaldJul 31, 2015 5:08 PM
"Love does not hurt when you're loving the right person."-
Tachibana Marika

~Anime List Ƹ̵̡Ӝ̵̨̄Ʒ My Profile~


Jul 31, 2015 7:15 AM
Offline
May 2015
14
hi,
in my list i can't see the "rated" (table header link) column how can i add it in to my list?
thank you!.
Mr_ObviousJul 31, 2015 7:55 AM
Jul 31, 2015 3:32 PM

Offline
Feb 2010
12619
Paladin001 said:
hi,
in my list i can't see the "rated" (table header link) column how can i add it in to my list?
thank you!.


Well you don't have it turned on so I guess thats the problem. Check the box for it on this page and save:
http://myanimelist.net/editprofile.php?go=listpreferences
Jul 31, 2015 3:36 PM

Offline
Feb 2010
12619
AikoClover said:
I'm confused. Is everyone able to see my "Anime List" as the way how I designed it? I just changed my list's layout with advanced css thing,then i found that everyone's list's layout had turned into my layout. I tried to logout and checked my profile,it shows me a white background and blue anime title. did i missed some steps?

(bad english sorry


I see a Tokyo Ghoul layout. Make sure Style Oevrride is not checked here
http://myanimelist.net/editprofile.php?go=listpreferences
Aug 2, 2015 4:24 PM

Offline
Jul 2014
268
Hello, the upper right corner of my headers are cut off: http://myanimelist.net/animelist/Zeroskye

The actual pic of the header has that place that was cut off, so I was wondering what went wrong.

Here's the code:

ZeroskyeAug 2, 2015 5:17 PM
Aug 3, 2015 6:42 AM

Offline
Apr 2013
6
hey so I'm using one of your styles, and it looks mostly fine when I'm logged in and then messes up when I'm logged out? here're screenshots -
logged in: https://36.media.tumblr.com/b70d6f170b91a163e851f9b68f53a7fc/tumblr_nsidstGwMF1qfpsxqo2_1280.png
logged out: https://40.media.tumblr.com/b4a982b12756ecfa6551c16584bbdc2c/tumblr_nsidstGwMF1qfpsxqo1_1280.png

any help would be appreciated! I've tried replacing/updating all the images in the css to no avail
Aug 3, 2015 3:54 PM

Offline
Mar 2015
41
hi Shishio-kun I Need donated manga lists can you tell me where to find ??
Aug 3, 2015 6:41 PM

Offline
Nov 2009
7
Hello, i just discovered you Mahou Shoujo theme but my topbar is sort of weird



do you have any fixes for this or any tips? been trying for a few hours to fix it. Also been looking around the forum for answers, but can't find any.
AsudragonAug 3, 2015 7:31 PM
Aug 5, 2015 4:08 PM

Offline
Apr 2012
181
I see that too, just add at the end of your code:

.logout {
    display: inline;
}
Aug 5, 2015 9:57 PM

Offline
Dec 2014
131
uhh Hi!

For this link

http://myanimelist.net/forum/?topicid=318587

I wanted to do one of the premade layouts with covers




It said the page was going through renovations so i'm not sure but does anyone have the link?


Fuck yeah anime and video game arts[/url]

Aug 6, 2015 9:23 AM

Offline
Nov 2009
7
al_exs said:
I see that too, just add at the end of your code:

.logout {
    display: inline;
}



ohh my god thank you so much, quick question do you know how to fix the link buttons on the top aswell? as you can see they are missing too
Aug 6, 2015 5:37 PM

Offline
Apr 2012
181
The original image is down so replace:
background-image: url("http://s001.radikal.ru/i194/1203/95/6168af5601c9.png") !important;


with:
background-image: url('http://i.imgur.com/PAEW4Q8.png') !important;
Aug 7, 2015 4:08 PM

Offline
Nov 2009
7
al_exs said:
The original image is down so replace:
background-image: url("http://s001.radikal.ru/i194/1203/95/6168af5601c9.png") !important;


with:
background-image: url('http://i.imgur.com/PAEW4Q8.png') !important;


i just checked through the code, there is nowhere i can add that. it changed the entire background
AsudragonAug 7, 2015 4:28 PM
Aug 7, 2015 7:47 PM

Offline
Apr 2012
181
Oh, I see that you imported the code, so the correct code to put at the end is:
#mal*_cs*_links a {background-image: url('http://i.imgur.com/PAEW4Q8.png') !important;}

(replace the * with backslash, the forum doesn't allow to put that)
Aug 8, 2015 3:21 AM

Offline
Nov 2009
1632
I have a question, sometimes words in the small-review section would randomly disappear:
http://puu.sh/jtMKP.jpg

The word "politic" has been cut off, some other short paragraphs are also lost a few sentences (mostly at the end). I just couldn't find the solution to tackle these problems.
Aug 8, 2015 12:54 PM

Offline
Nov 2009
7
al_exs said:
Oh, I see that you imported the code, so the correct code to put at the end is:
#mal*_cs*_links a {background-image: url('http://i.imgur.com/PAEW4Q8.png') !important;}

(replace the * with backslash, the forum doesn't allow to put that)



i..... love .... you .... so much
Aug 11, 2015 10:12 AM

Offline
Oct 2014
763
Hi,

I have set acchi kocchi pre-made anime list layout today..Thanks TheHolyPotato for sharing great layouts !!



I have two small issues..

1. I want table border for my anime list to separate each row and column in my anime list like standard MAL anime lists..It is hard to read tag column in current list style because there are no border lines present.

2. When i try to edit "Tags" column in anime list ,it just don't show any text in edit box (i assume may be due to white font).Please let me know how this issue can be solved.

I have no knowledge of CSS ..Please assist in above issues.Thanks in advance..
Scarlet_angelAug 11, 2015 10:15 AM

Aug 11, 2015 8:30 PM

Offline
Feb 2013
6197
Takana_no_Hana said:
I have a question, sometimes words in the small-review section would randomly disappear:
http://puu.sh/jtMKP.jpg

The word "politic" has been cut off, some other short paragraphs are also lost a few sentences (mostly at the end). I just couldn't find the solution to tackle these problems.
The TAGS field has a very short limit. Use the Comments field (visible under "more" if you left that working on your list... checked, guess you didn't) for longer reviews.


Scarlet_angel said:
1. I want table border for my anime list to separate each row and column in my anime list like standard MAL anime lists..It is hard to read tag column in current list style because there are no border lines present.
.td1, .td2
{
    border: 1px dotted rgba(255, 255, 255, 0.5) !important;
}
...should get you started.

2. When i try to edit "Tags" column in anime list ,it just don't show any text in edit box (i assume may be due to white font).Please let me know how this issue can be solved.
Probably:
input{ color: #000000;}
May or may not need "!important" on it.
BurntJellyAug 11, 2015 8:39 PM
Aug 11, 2015 10:34 PM

Offline
Oct 2014
763
BurntJelly said:


Scarlet_angel said:
1. I want table border for my anime list to separate each row and column in my anime list like standard MAL anime lists..It is hard to read tag column in current list style because there are no border lines present.
.td1, .td2
{
    border: 1px dotted rgba(255, 255, 255, 0.5) !important;
}
...should get you started.

2. When i try to edit "Tags" column in anime list ,it just don't show any text in edit box (i assume may be due to white font).Please let me know how this issue can be solved.
Probably:
input{ color: #000000;}
May or may not need "!important" on it.



Thanks BurntJelly for great help !!! Issue has been solved !!!

Regarding black font ,i think i will stick with white color..Thanks once again !!

Aug 12, 2015 3:22 PM

Offline
Jul 2015
820

I have the same problem with the top bar, but the code given didn't do anything.

Also, can anyone tell me if it's possible to set the list so that on mouseover, the rows will display a section of an image (so that, hypothetically, if you scrolled the mouse over the list really quickly, you would see the entire image)? My guess is that it would involve placing an image behind the list that is transparent except when scrolled over (might also have to be cut into row-sized pieces), but I'm new to CSS, so I'm not really sure where to begin.
Aug 12, 2015 4:10 PM

Offline
Apr 2012
181
Well, MAL change some things and that fix to the logout link doesn't work anymore, so let's hope that they add the class "logout" to the logout link to fix it again.

but the code should look like this:


That replaces the original URL of the image of the buttons in the bar to one that it's still online.
Aug 12, 2015 6:57 PM

Offline
Jul 2015
820
WOW, I actually used a forward slash instead of a backslash. The icons are showing now, thanks!
al_exs said:
Well, MAL change some things and that fix to the logout link doesn't work anymore, so let's hope that they add the class "logout" to the logout link to fix it again.

Does that mean that the top bar will be forever slightly off?
Aug 13, 2015 4:38 AM
Review Moderator
(。•̀ᴗ-)⌒✧

Offline
Jun 2007
1954
al_exs said:
Well, MAL change some things and that fix to the logout link doesn't work anymore, so let's hope that they add the class "logout" to the logout link to fix it again.

That replaces the original URL of the image of the buttons in the bar to one that it's still online.

That worked just fine, at least I know where to click now for sure, but my bar now is 3 lines long (now= the last couple days, not after putting the new code), instead of the 2 when the problem appeared. It's getting kind of ridiculous D: Is there any way to put everything back in the bar in 1 line instead of 3?
Aug 13, 2015 4:03 PM

Offline
Dec 2014
20
Hey, I'm not really an expert on this, but I have a question that should have a pretty simple answer.
How do I lower the tags section on my anime list so the cover image isn't blocking it in the top left?

http://myanimelist.net/animelist/Lagann_Taku
HMS_HoodAug 13, 2015 4:35 PM
Aug 13, 2015 9:07 PM

Offline
Apr 2012
181
Doomcat55 said:
Does that mean that the top bar will be forever slightly off?

Maffy said:
That worked just fine, at least I know where to click now for sure, but my bar now is 3 lines long (now= the last couple days, not after putting the new code), instead of the 2 when the problem appeared. It's getting kind of ridiculous D: Is there any way to put everything back in the bar in 1 line instead of 3?


It seems that they are not putting back the class in that form, so need to be addressed different.
instead of:
.logout {
    display: inline;
}

put this code:
form[action*="logout"] {
    display: inline;
}

That should fix the 3 line issue of the top bar.
Aug 13, 2015 9:20 PM

Offline
Jul 2015
820
Awesome, that worked perfectly! Thanks!
Aug 15, 2015 1:25 PM
Review Moderator
(。•̀ᴗ-)⌒✧

Offline
Jun 2007
1954
al_exs said:

That should fix the 3 line issue of the top bar.


HALLELUJA! Thanks a ton, kind user :D
Aug 18, 2015 10:14 AM

Offline
Jul 2013
381
Lagann_Taku said:
Hey, I'm not really an expert on this, but I have a question that should have a pretty simple answer.
How do I lower the tags section on my anime list so the cover image isn't blocking it in the top left?

http://myanimelist.net/animelist/Lagann_Taku


add this at the bottom.
Aug 18, 2015 11:08 AM
Offline
Jul 2018
561912
al_exs said:
That should fix the 3 line issue of the top bar.
Thank you so much ^_^
Aug 18, 2015 6:56 PM

Offline
Dec 2014
20
filauria said:
Lagann_Taku said:
Hey, I'm not really an expert on this, but I have a question that should have a pretty simple answer.
How do I lower the tags section on my anime list so the cover image isn't blocking it in the top left?

http://myanimelist.net/animelist/Lagann_Taku


add this at the bottom.

Cool, that seems to have fixed it. Arigatou.
Reply Disabled for Non-Club Members
Pages (159) « First ... « 58 59 [60] 61 62 » ... 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