Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 56 57 [58] 59 60 » ... Last »
Jun 12, 2015 2:42 AM

Offline
Nov 2014
403
Thanks :D

Jun 12, 2015 8:53 PM

Offline
Feb 2015
4608
how can i hide "Edit-More" and display it when i hover over that row?

Thank you!

My code:

Jun 13, 2015 7:52 AM

Offline
Jul 2013
381
Kaiwan said:
how can i hide "Edit-More" and display it when i hover over that row?

Thank you!

My code:



add

div[style="float: right;"]
{opacity: 0;}

tr:hover div[style="float: right;"]
{opacity: 1;}
Jun 13, 2015 10:16 AM

Offline
Feb 2015
4608
@filauria Thank you very much
Jun 13, 2015 8:51 PM
Offline
Mar 2015
1
Hi everyone!

I've got a question that I can't seem to find answered on here, so I thought I'd ask. I would like to manually change some of the default anime titles on my list (titles as in the names of each anime), and replace them with my own custom text.

Here's my current code if it's needed:


Any help for this would be greatly appreciated, if possible!

EDIT: Thank you, it's working perfectly.
DarkMorelloJun 14, 2015 10:08 AM
Jun 13, 2015 9:48 PM

Offline
Feb 2013
6197
Morellopocalypse said:
I would like to manually change some of the default anime titles on my list (titles as in the names of each anime), and replace them with my own custom text.

Example replacing "Akira" with "my custom Akira title". (the custom text is not selectable, but is clickable)
[href*="/47/"]:after { content: "my custom Akira title"; }
[href*="/47/"] span { display: none; }
Jun 14, 2015 7:44 AM

Offline
Nov 2014
403
Hello again, sorry for being annoying.. So I wanted to add a background to my cover, something like a border or so, and I tried to check other layouts with those codes, I found it the thing is, they didn´t worked.

I use blinck to upgrade my covers, maybe it's because of it? The system used in both layouts was different so the codes for the background have to be different has well?

This are the codes used for my covers.. in last instance i tried to put the background in the ".hide:before" I don´t know if it makes any sense but they didn´t worked out as well ..

Jun 15, 2015 5:43 PM
Offline
Aug 2012
23
Hi there. One of the pre-made layouts that you have in this topic: http://myanimelist.net/forum/?topicid=318587 the square space layout: http://www.imagebam.com/image/7399eb415792523 The /* Code */
@import url(https://dl.dropbox.com/s/net49efyjsm56nf/Space.css);
has stooped working yesterday it was fine today it vanished, I'm very bad at programming, has anyone the code that's missing in this layout? Tks from advance.
Jun 16, 2015 2:01 AM

Offline
Aug 2013
520
keimador said:
Hi there. One of the pre-made layouts that you have in this topic: http://myanimelist.net/forum/?topicid=318587 the square space layout: http://www.imagebam.com/image/7399eb415792523 The /* Code */
@import url(https://dl.dropbox.com/s/net49efyjsm56nf/Space.css);
has stooped working yesterday it was fine today it vanished, I'm very bad at programming, has anyone the code that's missing in this layout? Tks from advance.
It would seem the dropbox folder is locked, probably because of to mauch trafic. My best guess is that you should just wait it out.




Jun 16, 2015 10:08 AM
Offline
Aug 2012
23
Oiomi-chan said:
keimador said:
Hi there. One of the pre-made layouts that you have in this topic: http://myanimelist.net/forum/?topicid=318587 the square space layout: http://www.imagebam.com/image/7399eb415792523 The /* Code */
@import url(https://dl.dropbox.com/s/net49efyjsm56nf/Space.css);
has stooped working yesterday it was fine today it vanished, I'm very bad at programming, has anyone the code that's missing in this layout? Tks from advance.
It would seem the dropbox folder is locked, probably because of to mauch trafic. My best guess is that you should just wait it out.


I don't think the dropbox folder is locked because of too much trafic, the author of the layout seems to have erased is myanimelist profile. I think he quit the myanimelist, so he erased all his posts and layout.
Jun 16, 2015 12:08 PM
Offline
Dec 2014
7
http://m.imgur.com/D3m2NEc


Just curious, but what happened to this layout? It was/is my favorite anime list layout off all time and now it has been removed. Also, the code url to Dropbox is no longer working properly. I will really miss this layout if I'm not able to use it anymore. :(
Jun 16, 2015 12:58 PM

Offline
Jan 2015
48
hello, i got a little probliem a bit the table of the list looks abit ugly and i want to make it look better and put everything on the center of the web(List)

so here is the deal:


if someone can tell me how to fix it i will be happy :D

the source of the codes is here> http://myanimelist.net/forum/?topicid=1198609

Jun 16, 2015 5:31 PM
Offline
May 2015
7
My background has white space in it, I looked at my code and there didn't seem to be wrong with it. Help?

Jun 16, 2015 5:43 PM
Offline
May 2015
7
You can try



Change the px number to move the list around from to right. If it doesnt work go to the official FAQ forums and ask for help. Cheers!
Jun 16, 2015 6:09 PM
Offline
Dec 2014
7
Codetester said:
My background has white space in it, I looked at my code and there didn't seem to be wrong with it. Help?




I believe it's because you have your background set to scroll.
Jun 16, 2015 8:05 PM

Online
Feb 2010
12623
RogueKnight777 said:
Codetester said:
My background has white space in it, I looked at my code and there didn't seem to be wrong with it. Help?




I believe it's because you have your background set to scroll.


Correct; the solution is to set background-attachment to fixed.
Jun 16, 2015 8:11 PM

Online
Feb 2010
12623
RogueKnight777 said:
http://m.imgur.com/D3m2NEc
Just curious, but what happened to this layout? It was/is my favorite anime list layout off all time and now it has been removed. Also, the code url to Dropbox is no longer working properly. I will really miss this layout if I'm not able to use it anymore. :(


keimador said:
Hi there. One of the pre-made layouts that you have in this topic: http://myanimelist.net/forum/?topicid=318587 the square space layout: http://www.imagebam.com/image/7399eb415792523 The /* Code */
@import url(https://dl.dropbox.com/s/net49efyjsm56nf/Space.css);
has stooped working yesterday it was fine today it vanished, I'm very bad at programming, has anyone the code that's missing in this layout? Tks from advance.


As its been said the person who was hosting that dropbox moved it from that source, probably cuz his/her dropbox crashed with all the ppl using it and they moved it to a more secret location to prevent further crashing.

Luckily I remember the name of a user who had this layout and was able to search for him and he has the layout hosted on his dropbox. I can't give out his dropbox info since he prob doesn't want ppl using his too but I'm trying to recreate the layout for ppl to use without dropbox. For now you can use this version until I work the kinks out of it:
http://pasted.co/9314062b
Jun 16, 2015 9:23 PM
Offline
Dec 2014
7
Thank you Shishio-Kun! I really, really appreciate it. :)
Jun 17, 2015 5:44 AM

Offline
Jan 2015
48
OK I will try

Jun 17, 2015 11:48 AM
Offline
May 2015
7
RogueKnight777 said:
Codetester said:
My background has white space in it, I looked at my code and there didn't seem to be wrong with it. Help?




I believe it's because you have your background set to scroll.
Shishio-kun said:
RogueKnight777 said:



I believe it's because you have your background set to scroll.


Correct; the solution is to set background-attachment to fixed.


Help! It's still not working, I noticed whenever I zoom out my screen the background fits but when I zoom in the white space appears, is it something to do with the size of the wallpaper?
http://i57.tinypic.com/2i9m8sp.png
http://i62.tinypic.com/t7d1ee.png

Jun 17, 2015 12:33 PM

Online
Feb 2010
12623
Codetester said:
RogueKnight777 said:



I believe it's because you have your background set to scroll.
Shishio-kun said:


Correct; the solution is to set background-attachment to fixed.


Help! It's still not working, I noticed whenever I zoom out my screen the background fits but when I zoom in the white space appears, is it something to do with the size of the wallpaper?
http://i57.tinypic.com/2i9m8sp.png
http://i62.tinypic.com/t7d1ee.png



I don't really follow what you're talking about with the zooming since I don't see the same problem, and you haven't posted a screencap so there's no easy way for me to guess or recreate it.

But you didn't spell attachment correctly, that might be the problem. Add this in bold to the bottom of your CSS and see if it fixes it:
body
{
background-size: cover !important;
background-attachment: fixed !important;}


I added the !important codes to better override any changes or future errors
Jun 17, 2015 3:10 PM
Offline
May 2015
7
Shishio-kun said:
Codetester said:


Help! It's still not working, I noticed whenever I zoom out my screen the background fits but when I zoom in the white space appears, is it something to do with the size of the wallpaper?
http://i57.tinypic.com/2i9m8sp.png
http://i62.tinypic.com/t7d1ee.png



I don't really follow what you're talking about with the zooming since I don't see the same problem, and you haven't posted a screencap so there's no easy way for me to guess or recreate it.

But you didn't spell attachment correctly, that might be the problem. Add this in bold to the bottom of your CSS and see if it fixes it:
body
{
background-size: cover !important;
background-attachment: fixed !important;}


I added the !important codes to better override any changes or future errors





I feel stupid, I can't spell ;_; . Anyways thanks alot Shishio! Have a nice day!
Jun 17, 2015 3:34 PM
💉 🩸 🩹 💖 🏥

Offline
Feb 2012
3607
Is there a way to collapse this empty space? It was previously used as a title for the current entry in the manga list i.e. current, completed, etc. I'd like to get rid of the empty space since the tabs already do that.



How can I adjust the manga title, score, chapters, and volumes more accurately with the manga list? It is leaning towards the right.
"Be the change you wish to see in the world."

Jun 17, 2015 3:52 PM
Offline
Dec 2014
7
@Toarujisuru

That's a nice layout. What anime character is that?
Jun 18, 2015 3:37 PM

Offline
Jul 2013
381
Toarujisuru said:
Is there a way to collapse this empty space? It was previously used as a title for the current entry in the manga list i.e. current, completed, etc. I'd like to get rid of the empty space since the tabs already do that.



How can I adjust the manga title, score, chapters, and volumes more accurately with the manga list? It is leaning towards the right.


.header_title {
display: none;
}
Jun 18, 2015 7:09 PM
Offline
Dec 2014
7
To all you CSS experts, I was wondering how you guys learned it, and if there were any online guides or videos you'd recommend?
Jun 18, 2015 7:54 PM

Offline
Sep 2013
31
I was building a new anime list and, suddenly, the headers of my list disapeared. I have no idea why that happen since I didn't even had modify that section of the list lately.

Here is my code:

Jun 18, 2015 8:19 PM

Online
Feb 2010
12623
RogueKnight777 said:
To all you CSS experts, I was wondering how you guys learned it, and if there were any online guides or videos you'd recommend?


There are three ways:
1. school
2. W3schools website (has examples to play with and is one long guide)
3. play with premade layouts and codes and learn about CSS coding thru the inspectors (they have hundreds of code options to cycle thru and experiment with live)

I wouldn't consider myself an expert but a hobbyist, tho I do know a lot of course. I learned thru method #3 but I occasionally go to W3schools. To use #3 you must be willing to explore and try new things and make attempts to bring designs you dream up into reality. I have a tutorial on using the Inspector as well. Everyone has the ability to do this; if you are working toward a cool design in mind its much easier to do since it'll be rewarding.

All the videos and other online guides I've seen seem pretty slow and stagnant in comparison to using those three methods. You learn a lot more through hands-on for this kinda thing imo. its more rewarding too which is vital for a hobby.
Jun 18, 2015 10:03 PM
Offline
Dec 2014
7
Hopefully this is the last question for a while so I can stop pestering you. How/Where do you get text like this to add as a header? Do you make it in Word and then upload to a site like Imgur or what?
Jun 19, 2015 9:46 AM

Offline
Jul 2013
381
RogueKnight777 said:
Hopefully this is the last question for a while so I can stop pestering you. How/Where do you get text like this to add as a header? Do you make it in Word and then upload to a site like Imgur or what?


in Photoshop. (or GIMP or any other image editor.)

You can't do it in word cause you wouldn't have transparent background.

akai_ryu said:
I was building a new anime list and, suddenly, the headers of my list disapeared. I have no idea why that happen since I didn't even had modify that section of the list lately.

Here is my code:



they didn't disappear, they are still there, but the color #fff under #list_surround affects .header_title as well. so try adding something like

.header_title {
color: #0E11AF;
}

and they will "reappear".
Jun 19, 2015 11:35 AM

Offline
Sep 2013
31
filauria said:
akai_ryu said:
I was building a new anime list and, suddenly, the headers of my list disapeared. I have no idea why that happen since I didn't even had modify that section of the list lately.

Here is my code:



they didn't disappear, they are still there, but the color #fff under #list_surround affects .header_title as well. so try adding something like

.header_title {
color: #0E11AF;
}

and they will "reappear".


But I had seted the background headers color as blue and it looked blue until last night. I changend the background color and the font color now as you said, but it still don't appear. It's like if the headers disapered because the space between the tables had decresed; the font size of the headers are seted as 44, so it's really notorious the difference.
Jun 19, 2015 12:21 PM

Offline
Jul 2013
381
akai_ryu said:
filauria said:


they didn't disappear, they are still there, but the color #fff under #list_surround affects .header_title as well. so try adding something like

.header_title {
color: #0E11AF;
}

and they will "reappear".


But I had seted the background headers color as blue and it looked blue until last night. I changend the background color and the font color now as you said, but it still don't appear. It's like if the headers disapered because the space between the tables had decresed; the font size of the headers are seted as 44, so it's really notorious the difference.


ok took a look at your code - basically one of your "comments" is missing an asterisk, thus it's being treated as a part of the code.

instead of / HEADERS*/ it should be /* HEADERS*/.
Jun 19, 2015 12:44 PM

Offline
Sep 2013
31
filauria said:


ok took a look at your code - basically one of your "comments" is missing an asterisk, thus it's being treated as a part of the code.

instead of / HEADERS*/ it should be /* HEADERS*/.


It worked. Thank you very much!
Jun 19, 2015 1:21 PM

Online
Feb 2010
12623
RogueKnight777 said:
Hopefully this is the last question for a while so I can stop pestering you. How/Where do you get text like this to add as a header? Do you make it in Word and then upload to a site like Imgur or what?


Two possible ways

1. Make in Photoshop using text tool and blending options for that layer
2. Make custom logos with logo/button generators online (IE cooltext.com, etc)

Upload either to imgur then link to the header selectors. There's already tutorial on headers for the list, it goes over this stuff.
Jun 19, 2015 1:36 PM

Offline
Mar 2008
3105
Hello Shishio, I need some help ._.
If you take a look at my list, and for example click on "Dropped" there will be an empty space between the grand totals and the copyright.. how can I fill it up? Also, I'd like the background of the list (the black-ish one) after the copyright to extend further, so it covers the whole right site... right now it looks so cut off :(
Jun 19, 2015 2:26 PM

Offline
Jul 2013
381
Alice said:
Hello Shishio, I need some help ._.
If you take a look at my list, and for example click on "Dropped" there will be an empty space between the grand totals and the copyright.. how can I fill it up? Also, I'd like the background of the list (the black-ish one) after the copyright to extend further, so it covers the whole right site... right now it looks so cut off :(


find this
#copyright, #grand_totals {
margin: 0 auto;
padding: 0 0 64px;
text-align: center;
background: rgba(0, 0, 0, 0.6);
}

and change it to this
#copyright, #grand_totals {
margin: 0 auto [color=red]!important[/color];
padding: 0 0 64px;
text-align: center;
background: rgba(0, 0, 0, 0.6);
}


as for the background extension - I'm not really sure if I understood right, but you want it to go all the way to the bottom?
Jun 19, 2015 2:35 PM

Offline
Mar 2008
3105
^thank you so much! :D I will change it now.

filauria said:
as for the background extension - I'm not really sure if I understood right, but you want it to go all the way to the bottom?

exactly.. I just don't know how to do it xD
Jun 20, 2015 11:28 AM

Offline
May 2014
6
Hey everyone, quick question. Is there a way to remove the category buttons completely?
hi i have shit taste
Jun 20, 2015 3:33 PM

Offline
Aug 2013
520
DeeMusu said:
Hey everyone, quick question. Is there a way to remove the category buttons completely?
yes, but why would you want to do that?
.status_not_selected,.status_selected
{
         display: none !important;
}




Jun 20, 2015 4:07 PM

Offline
May 2014
6
Oiomi-chan said:
DeeMusu said:
Hey everyone, quick question. Is there a way to remove the category buttons completely?
yes, but why would you want to do that?
.status_not_selected,.status_selected
{
         display: none !important;
}
Well, I never use them and like to keep things as simple as possible.
Where would I put this in the CSS?
duuuncaaanJun 20, 2015 4:10 PM
hi i have shit taste
Jun 20, 2015 4:39 PM

Online
Feb 2010
12623
DeeMusu said:
Oiomi-chan said:
yes, but why would you want to do that?
.status_not_selected,.status_selected
{
         display: none !important;
}
Well, I never use them and like to keep things as simple as possible.
Where would I put this in the CSS?


At the bottom. It looks like you previously put it in the middle somewhere and interrupted part of your code, you should take that one out including the brackets.
Jun 20, 2015 4:46 PM

Offline
May 2014
6
Shishio-kun said:
DeeMusu said:
Well, I never use them and like to keep things as simple as possible.
Where would I put this in the CSS?


At the bottom. It looks like you previously put it in the middle somewhere and interrupted part of your code, you should take that one out including the brackets.


Alright, that worked, thanks!
hi i have shit taste
Jun 21, 2015 1:17 PM

Offline
May 2014
1208
Hello. I would like to ask for some help.
I made a new layout. I used a few gifs for buttons. For example gif A was sliced in half for 2 buttons etc. That layout turned out to be a massive one. So now when I load it (currently I am testing it in my blog) separate pieces timing does not match.
Any ideas how to fix that? I was thinking about remaking it by reducing colors from 256 to 128 when rendering/saving in photoshop, but I doubt that will be enough.
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
Jun 21, 2015 4:33 PM
Offline
Nov 2014
85
Um I well hmm, OK got it. I have a few questions about the members cards system

1. I was wondering if someone could go into a bit more detail on the points system for Hahaido's Member Cards it says you need ten points to get a card. But how many do you start off with. Also possible follow up if you only start with ten and you get one for a standard card (which would presumably be the first) then how do you get your next card.

2. Next I'm wondering given that I requested a Namine's Cafe card (During week three) do I have to wait a month to get one from Hahaido or are the wait times independent between different card makers.

3. I'm kinda confused with this it says that you
Hahaido said:
3. You can't request special, rare and unique cards every month, only after a month (no special after special, rare after special and special after rare)
So are aforementioned cards available every month or every other month or can you just not request the same kind back to back.

Those are all my questions for now.

Thanks in advance.
Jun 21, 2015 5:37 PM

Online
Feb 2010
12623
AyumeLove said:
Um I well hmm, OK got it. I have a few questions about the members cards system

2. Next I'm wondering given that I requested a Namine's Cafe card (During week three) do I have to wait a month to get one from Hahaido or are the wait times independent between different card makers.



Can't speak for the other questions since its not mine but the Shishio's/Namine's Affiliate card topic is a different topic altogether, so I'm pretty sure they're treated separately among all card makers. I'm the one producing and delivering the Namine's cards to the delivery album, not Hahaido- tho he did work extensively on the cards (as did Genbrian and me).

So you can treat Hahaido's topic as separate from Namine's with independent wait times. Hope that answers that in time for any Sunday cards you were planning to request. Its different rules in each card topics as they're all individually member-owned, and I just let them do their own thing as long as its not affecting others or dishonest
Jun 21, 2015 5:40 PM
Offline
Nov 2014
85
Shishio-kun said:
AyumeLove said:
Um I well hmm, OK got it. I have a few questions about the members cards system

2. Next I'm wondering given that I requested a Namine's Cafe card (During week three) do I have to wait a month to get one from Hahaido or are the wait times independent between different card makers.



Can't speak for the other questions since its not mine but the Shishio's/Namine's Affiliate card topic is a different topic altogether, so I'm pretty sure they're treated separately among all card makers. I'm the one producing and delivering the Namine's cards to the delivery album, not Hahaido- tho he did work extensively on the cards (as did Genbrian and me).

So you can treat Hahaido's topic as separate from Namine's with independent wait times. Hope that answers that in time for any Sunday cards you were planning to request. Its different rules in each card topics as they're all individually member-owned, and I just let them do their own thing as long as its not affecting others or dishonest


Thanks for the reply I was just about to get off my computer.
Jun 22, 2015 6:15 AM

Offline
Oct 2014
172
Hello everyone!
I have a problem with my manga list. Some covers are missing. How can i fix it?
Jun 22, 2015 6:31 AM

Offline
Aug 2013
520
Senior_Tybor said:
Hello everyone!
I have a problem with my manga list. Some covers are missing. How can i fix it?
Read




Jun 22, 2015 10:07 PM
Offline
Jul 2014
17
Hi again, so recently I went on a vacation for about 2 weeks and my MAL anime layout was working fine, than I come back and see it completely messed up, do you know how to fix this?

Anime List:
http://myanimelist.net/animelist/BoyScouts1

My CSS Theme, its easiest to post it in this google drive:
https://docs.google.com/document/d/1dVozb0vuPIzve0_YndvNxqQAo6k9kcsIBvptmtdvK6o/edit?usp=sharing

My Layout used to look something like this:
http://i.imgur.com/A6boI66.jpg

Now it looks like this:
http://i.imgur.com/YZk5a2Q.jpg

Can you please show me a fix because i absolutely loved that Layout, and i would hat to let go of it.
MagnitudeReviewsJun 23, 2015 8:06 AM
Jun 23, 2015 12:24 AM
Offline
Feb 2015
11
Hello i have a question about override option, how can i include the dvd anime covers and manga covers in my style list but each one to work on anime respectivly manga page list, or at least to exclude the manga page list and to work only on anime page.
I would very much appreciate if you can help me .
Reply Disabled for Non-Club Members
Pages (159) « First ... « 56 57 [58] 59 60 » ... 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