Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 69 70 [71] 72 73 » ... Last »
Jan 31, 2016 9:18 AM

Offline
Jan 2015
17
Doomcat55 said:
Mr3DWaffle said:
How can i fix that all anime text in my anime list its floating (it was supposed to be in menu) and due to its position i cant use top menu

Thanks for your answers!
Add this to your CSS:
[align^="center"]:nth-child(2) :only-child :only-child {
left: auto !important;
right: 0;
}

If that doesn't work...
Add this to the top of your CSS, under the import codes that are already there:
@import url(https://dl.dropboxusercontent.com/s/j0xp6qv32iwn65l/SaberCatMenu.css);
c
Hey!Thank you ! Its all good now.
Jan 31, 2016 12:47 PM
I'll dissect you

Offline
Jan 2012
2350
Hello guys. I was just wondering if there's a way to add some kind of audio to the CSS. From Youtube or any other host. Thanks.
Jan 31, 2016 1:13 PM

Offline
May 2014
7
Hey, i have a problem i saw your tutorial here http://myanimelist.net/forum/?topicid=563993

and on my list it looks like this

https://scontent.flis2-1.fna.fbcdn.net/hphotos-xpt1/v/t35.0-12/12632885_1231315063564100_342084189_o.jpg?oh=b78485cef755643a0bb91a5d4d694537&oe=56B0E2CF

but on my friends pc looks like this

https://scontent.flis2-1.fna.fbcdn.net/hphotos-xfa1/v/t35.0-12/12630971_493657254168186_1250304237_o.jpg?oh=cb5b580e4b739b5ad048811a780b88ae&oe=56B01457

I think its because of the resolution my monitor has a resolution of 1920x1080 and he has a laptop resolution, my question is what can i do so that it looks the same in any resolution?
KilandFeb 1, 2016 1:05 PM
Jan 31, 2016 2:26 PM

Offline
Jul 2015
820
@Kiland change
.hide {
    background-size: cover;
    left: 830px;
to
.hide {
    background-size: cover;
    right: 850px;


@Aguile You can add Youtube videos to your "more" comments section - just click "edit" next to a title and put the BBcode in the "comments" field. After that, you can position the video with this code (change it however you want):
iframe.movie.youtube {
position: fixed;
left: 50%;
top: 50%;
width: 300px;
height: 300px;
}
There is a drawback in that you must click on the "more" button to display the video; there's no way around that.
Feb 1, 2016 12:59 PM

Offline
May 2014
7
[quote=Doomcat55 message=44513812]@Kiland change
.hide {
    background-size: cover;
    left: 830px;
to
.hide {
    background-size: cover;
    right: 850px;


thanks it worked
Feb 4, 2016 8:24 PM

Offline
Nov 2009
1632
Hi, I want to create a border which surrounds the list (which also surrounds the banner if possible), what is the best and consistent way to do it?




I'm using #list_surround:before
with border and box-shadow. While it looks fine on a specific category, it looks bad on others. How can I fix the problem?
Feb 4, 2016 8:39 PM

Offline
Jul 2015
820
Takana_no_Hana said:
Hi, I want to create a border which surrounds the list (which also surrounds the banner if possible), what is the best and consistent way to do it?




I'm using #list_surround:before
with border and box-shadow. While it looks fine on a specific category, it looks bad on others. How can I fix the problem?
Your #list_surround:height is on 99.7%... it needs to be 100%, otherwise it'll be noticeably shorter when the list is very long. I haven't tried it, but is there any reason why you can't put the border/shadow directly onto the list?
Feb 4, 2016 9:01 PM

Offline
Nov 2009
1632
Doomcat55 said:
Your #list_surround:height is on 99.7%... it needs to be 100%, otherwise it'll be noticeably shorter when the list is very long. I haven't tried it, but is there any reason why you can't put the border/shadow directly onto the list?




I still have this problem when set the height to 100%. Where should I put the border/shadow?

If I put the code into list_surround then it would just touch the bottom of the screen, and I cannot control the height.
Feb 4, 2016 9:17 PM

Offline
Jul 2015
820
Takana_no_Hana said:
Doomcat55 said:
Your #list_surround:height is on 99.7%... it needs to be 100%, otherwise it'll be noticeably shorter when the list is very long. I haven't tried it, but is there any reason why you can't put the border/shadow directly onto the list?




I still have this problem when set the height to 100%. Where should I put the border/shadow?

If I put the code into list_surround then it would just touch the bottom of the screen, and I cannot control the height.
I tried setting the :before to 100% and it looked fine on all categories. Your CSS still shows 99.7%, try changing it to 100 and I'll look at it then. Also, which categories does it look strange on?

It should touch the bottom of the screen because the list extends until the bottom of the screen. You can add extra space at the bottom by giving the list position: relative and giving the body element padding-bottom: 20px or so.
Feb 4, 2016 9:28 PM

Offline
Nov 2009
1632
Doomcat55 said:

It should touch the bottom of the screen because the list extends until the bottom of the screen. You can add extra space at the bottom by giving the list position: relative and giving the body element padding-bottom: 20px or so.

Thank you very much. It works xD.
Feb 5, 2016 8:35 PM

Offline
Aug 2014
7
i'd like to add the hover tag/mini review to my list underneath, and within the same window as, the display covers. I've tried doing what the tutorial said, but it comes out looking completely broken. The tags don't re-position under the display covers, and the look of them is different from the style of the rest of my list. It also breaks the positioning of the score, type and progress titles.

My list is kind of just thrown together with whatever I can find, so its a real mess.

Here's the code
Feb 5, 2016 9:18 PM

Offline
Sep 2015
18
I am having an issue with the Fairy Tail premade list located here http://myanimelist.net/forum/?topicid=318587 . Here is the CSS info http://pasted.co/fe66dc95 . For me the images aren't showing up. here is what I see when I use it.

Any help would be great ;D
Feb 5, 2016 9:48 PM

Online
Feb 2010
12651
HaloReach_2 said:
I am having an issue with the Fairy Tail premade list located here http://myanimelist.net/forum/?topicid=318587 . Here is the CSS info http://pasted.co/fe66dc95 . For me the images aren't showing up. here is what I see when I use it.

Any help would be great ;D


It looks like the site hosting the links either went down, or the images were taken down. When I get my com back I'll try to fix that layout back sometime
Feb 5, 2016 9:58 PM

Offline
Sep 2015
18
Shishio-kun said:
HaloReach_2 said:
I am having an issue with the Fairy Tail premade list located here http://myanimelist.net/forum/?topicid=318587 . Here is the CSS info http://pasted.co/fe66dc95 . For me the images aren't showing up. here is what I see when I use it.

Any help would be great ;D


It looks like the site hosting the links either went down, or the images were taken down. When I get my com back I'll try to fix that layout back sometime


Ok cool thanks ;D would you mind letting me know when its been fixed?
Feb 7, 2016 11:36 AM

Offline
Jul 2015
820
CynicalWarner said:
i'd like to add the hover tag/mini review to my list underneath, and within the same window as, the display covers. I've tried doing what the tutorial said, but it comes out looking completely broken. The tags don't re-position under the display covers, and the look of them is different from the style of the rest of my list. It also breaks the positioning of the score, type and progress titles.

My list is kind of just thrown together with whatever I can find, so its a real mess.

Here's the code
Try removing the last line in your CSS (that begins with @import). If that doesn't work, post the codes that you want to add so I can see what's going on.
Feb 7, 2016 12:17 PM

Offline
Aug 2014
7
Doomcat55 said:
CynicalWarner said:
i'd like to add the hover tag/mini review to my list underneath, and within the same window as, the display covers. I've tried doing what the tutorial said, but it comes out looking completely broken. The tags don't re-position under the display covers, and the look of them is different from the style of the rest of my list. It also breaks the positioning of the score, type and progress titles.

My list is kind of just thrown together with whatever I can find, so its a real mess.

Here's the code
Try removing the last line in your CSS (that begins with @import). If that doesn't work, post the codes that you want to add so I can see what's going on.


Alright, I tried removing the last @import but that didn't work.

These are the codes i'm adding to the bottom. I got them from this post

Feb 7, 2016 1:41 PM

Offline
Jul 2015
820
CynicalWarner said:
Doomcat55 said:
Try removing the last line in your CSS (that begins with @import). If that doesn't work, post the codes that you want to add so I can see what's going on.


Alright, I tried removing the last @import but that didn't work.

These are the codes i'm adding to the bottom. I got them from this post

Your previous cover settings were messing up the new ones, so I tried to mix them as best as possible... tell me if it needs changes. New list code:
I didn't see any problems with score/type/progress titles, so I can't do anything about that without a screenshot and/or you actually putting the codes in your list for me to see. Have you tried the fix at the bottom for Chrome?
Feb 7, 2016 2:08 PM

Offline
Aug 2014
7
Doomcat55 said:
CynicalWarner said:


Alright, I tried removing the last @import but that didn't work.

These are the codes i'm adding to the bottom. I got them from this post

Your previous cover settings were messing up the new ones, so I tried to mix them as best as possible... tell me if it needs changes. New list code:
I didn't see any problems with score/type/progress titles, so I can't do anything about that without a screenshot and/or you actually putting the codes in your list for me to see. Have you tried the fix at the bottom for Chrome?


The fix worked perfect

Thank you so much for your help :D
Feb 8, 2016 1:34 AM

Online
Feb 2010
12651
HaloReach_2 said:
Shishio-kun said:


It looks like the site hosting the links either went down, or the images were taken down. When I get my com back I'll try to fix that layout back sometime


Ok cool thanks ;D would you mind letting me know when its been fixed?


I've added a note about it in the premade layouts post to remind myself to fix it and linking to here. So I'll let you know then. However i might not be able to restore it exactly how it looked before.
Feb 8, 2016 1:55 AM

Offline
Sep 2015
18
Shishio-kun said:
HaloReach_2 said:


Ok cool thanks ;D would you mind letting me know when its been fixed?


I've added a note about it in the premade layouts post to remind myself to fix it and linking to here. So I'll let you know then. However i might not be able to restore it exactly how it looked before.

Thats ok ;D just looking for something Fairy Tail Related and thats the only premade one thanks again :D
Feb 8, 2016 8:58 AM

Offline
Feb 2014
389
I need help to make the list table and covers in my layout
to look like yours in here
[url=http://pasted.co/c18f9537]the cade[/url}
Feb 8, 2016 9:11 AM

Offline
Jul 2015
820
MADEVIL said:
I need help to make the list table and covers in my layout
to look like yours in here
[url=http://pasted.co/c18f9537]the cade[/url}
These are the codes you'll need from that layout; they should replace the ".hide" section at the top of your CSS. Make sure to change the height and width to what you want.
Float puts them next to each other, position/margin are for positioning, z-index puts the links above the covers, and border/box-shadow are for styling (you can remove them if you want).
Feb 9, 2016 3:35 AM

Offline
Feb 2014
389
Another problem the anime titles and the scores .... aren't showing correctly
my list
[ur=lhttp://pasted.co/c18f9537]code[/url]
Feb 9, 2016 8:16 AM

Offline
Jul 2015
820
MADEVIL said:
Another problem the anime titles and the scores .... aren't showing correctly
my list
[ur=lhttp://pasted.co/c18f9537]code[/url]
Here's the relevant code from the layout you want
Feb 9, 2016 10:29 AM

Offline
Mar 2014
188


Hi there, hopefully i didn't overlook it in the FAQs but I am trying to move the tabs "Anime title, score, and progress" to align with their respective column. Any help would be greatly appreciated.
Feb 9, 2016 1:20 PM

Offline
Jul 2015
820
LupusWarrior said:


Hi there, hopefully i didn't overlook it in the FAQs but I am trying to move the tabs "Anime title, score, and progress" to align with their respective column. Any help would be greatly appreciated.
Add the symbols in red and the line underneath at the top of your CSS:
Feb 9, 2016 1:40 PM

Offline
Mar 2014
188
thanks a bunch!! you da real mvp. I am sure I will be back with more questions :p
Feb 12, 2016 10:39 PM
Offline
Mar 2015
2
Does anyone know how to add text over the background image? Should I edit the image myself? My current format is a premade, and the image scrolls, so I'm not sure if editing the actual file to put a text box on it would work too well.

If need be, I'd be fine with editing the CSS to stop the scrolling, whatever it takes to add some text to my background image. I'm just not sure how.
Feb 13, 2016 3:58 PM

Offline
Jul 2015
820
cloudflowe said:
Does anyone know how to add text over the background image? Should I edit the image myself? My current format is a premade, and the image scrolls, so I'm not sure if editing the actual file to put a text box on it would work too well.

If need be, I'd be fine with editing the CSS to stop the scrolling, whatever it takes to add some text to my background image. I'm just not sure how.
You can add elements with text by using :before and :after classes on already existing elements. Example:
body:before {
content: "Your Text Here";
position: fixed;
right: 100px;
top: 100px;
}
You can also change stuff like font size and font family the same way you would with other elements.
Feb 13, 2016 10:53 PM
Offline
Jul 2015
3
Hi there,

I'm pretty new to CSS + MAL formatting, and would like some help in mini-review tags.

So I'm using the Fate/Stay Night background as my main:
http://myanimelist.net/forum/?topicid=1466033
https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/Style.css
Code:


----
Afterwards, I went to Shishio's "Display Cover + Mini Review" Page:
http://myanimelist.net/forum/?topicid=563993
And selected my desired "Cover pic + tags in separate window"


----
I've followed all three steps, and I have all the required nodules on my page. However, my mini-review/tags are still blank. There is a standard-sized box for where the tags should be, but they do not show up.

My Code:


----
I've spent literally over an hour trying to figure out what went wrong, but have yet to find out.
Sorry for the messy post; would greatly appreciate any help!
kevin9yeFeb 13, 2016 10:57 PM
Feb 13, 2016 11:27 PM

Offline
Jul 2015
820
kevin9ye said:
Hi there,

I'm pretty new to CSS + MAL formatting, and would like some help in mini-review tags.

So I'm using the Fate/Stay Night background as my main:
http://myanimelist.net/forum/?topicid=1466033
https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/Style.css
Code:


----
Afterwards, I went to Shishio's "Display Cover + Mini Review" Page:
http://myanimelist.net/forum/?topicid=563993
And selected my desired "Cover pic + tags in separate window"


----
I've followed all three steps, and I have all the required nodules on my page. However, my mini-review/tags are still blank. There is a standard-sized box for where the tags should be, but they do not show up.

My Code:


----
I've spent literally over an hour trying to figure out what went wrong, but have yet to find out.
Sorry for the messy post; would greatly appreciate any help!
Could you tell me what settings you have checked in this page? If you don't mind making your list public, that would even better. (Might not be necessary, it'll just make the problem easier to see.)
Feb 14, 2016 11:16 AM

Offline
Jan 2012
58
anyone know how to fix the length of my topbar on mobile devices? As you can see, it ends short.it works perfectly on desktop tho.


also, what selector should i use to display my sidebar and banner?
currently when i go to my page, the sidebar and banner loads last.
Feb 14, 2016 11:51 AM

Offline
Jul 2015
820
@isaychris The problem is that your list is too wide for mobile devices, so you'll need to use a media rule to scale it down for specific resolutions. Example:
@media only screen and (max-device-width: 565px) {
    #list_surround, #copyright {
        width: 425px !important;
    }
}


As for the images, try using elements that are near where you want the images to be; e.g. you could use "#list_surround:before" for the header (since it's before the list content) and "#list_surround [align="center"]:nth-child(2):before" for the sidebar (since it comes before the category buttons).
Feb 14, 2016 4:46 PM
Offline
Jul 2015
3
Doomcat55 said:
kevin9ye said:
Hi there,

I'm pretty new to CSS + MAL formatting, and would like some help in mini-review tags.

So I'm using the Fate/Stay Night background as my main:
http://myanimelist.net/forum/?topicid=1466033
https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Fate/Style.css
Code:


----
Afterwards, I went to Shishio's "Display Cover + Mini Review" Page:
http://myanimelist.net/forum/?topicid=563993
And selected my desired "Cover pic + tags in separate window"


----
I've followed all three steps, and I have all the required nodules on my page. However, my mini-review/tags are still blank. There is a standard-sized box for where the tags should be, but they do not show up.

My Code:


----
I've spent literally over an hour trying to figure out what went wrong, but have yet to find out.
Sorry for the messy post; would greatly appreciate any help!
Could you tell me what settings you have checked in this page? If you don't mind making your list public, that would even better. (Might not be necessary, it'll just make the problem easier to see.)




Thanks for the quick reply!
I have:
-Numbers
-Score
-Type
-Episodes
-Tags
Set as advised, and have experimented with unchecking/checking all

My list is public now.


(Also sorry for the inconvenience: I pasted in the wrong CSS code (I copied the code after I saved), but my current page right now is accurate):
New, Corrected CSS Code:

http://myanimelist.net/animelist/kevin9ye?
kevin9yeFeb 14, 2016 4:58 PM
Feb 14, 2016 6:22 PM

Offline
Jul 2015
820
kevin9ye said:
Doomcat55 said:
Could you tell me what settings you have checked in this page? If you don't mind making your list public, that would even better. (Might not be necessary, it'll just make the problem easier to see.)




Thanks for the quick reply!
I have:
-Numbers
-Score
-Type
-Episodes
-Tags
Set as advised, and have experimented with unchecking/checking all

My list is public now.


(Also sorry for the inconvenience: I pasted in the wrong CSS code (I copied the code after I saved), but my current page right now is accurate):
New, Corrected CSS Code:

http://myanimelist.net/animelist/kevin9ye?
Which shows did you make tags for? I didn't see anything on your list that had tags entered, and when I literally copy/pasted your CSS into my list, mine showed fine.

That aside, there are a couple things you should change just to make the list look nicer with the covers:

Change the red text:
td[class^='td']:first-child, td[class^='td']:last-child { width: 50px !important; }
td[class^='td']:last-child { text-align: right; padding-right: 5px; border-right: double 4px #ddc38b !important; }
to read
td[class^='td']:nth-child(5)
Also, if there's a gap left by the last table column, remove the "Google Chrome Fix" section from your cover CSS.
Feb 16, 2016 1:23 AM

Offline
Jul 2011
21
Takana_no_Hana said:
tr:hover td.td1 small, tr:hover td.td2 small {
font-size: 12px;
opacity: 1;
}
.td1 small, .td2 small {
font-size: 12px;
opacity: 0;
}


Using this myself hope you don't mind. Though I'm wondering if there's a way to bring back the "Airing" text without having to hover over it as I'd like if that remained there at all times.
I'm a quiet guy.
Feb 16, 2016 6:30 AM

Offline
Aug 2013
520
KanjoBazooie said:
Takana_no_Hana said:
tr:hover td.td1 small, tr:hover td.td2 small {
font-size: 12px;
opacity: 1;
}
.td1 small, .td2 small {
font-size: 12px;
opacity: 0;
}


Using this myself hope you don't mind. Though I'm wondering if there's a way to bring back the "Airing" text without having to hover over it as I'd like if that remained there at all times.
.animetitle + small {opacity:1 !mportant; }

.




Feb 16, 2016 3:51 PM

Offline
Jul 2011
21
Oiomi-chan said:
.animetitle + small {opacity:1 !mportant; }


Thanks that did the trick.
I'm a quiet guy.
Feb 17, 2016 8:01 AM

Offline
Apr 2012
4896
Hi,
I have a newbie question:
I'm in MAL's Easy List Design (Edit My Style) menu, and is there a way to change the color of the little "airing" that shows besides airing anime?
Thank you in advance for your help.
Feb 17, 2016 10:50 PM

Offline
Jan 2016
286
Hey! I'm not keen with programming yet (i will start to learn programming next year) so I wanted to ask, what should i change in the fate/stay night design (http://myanimelist.net/forum/?topicid=445485)..
The "More" doesn't bug me much, i kind of want to see more sometimes, i like pressing that button, but what bugs me.. How can i remove the URL link and highlight when moused over Tags?
Feb 17, 2016 11:00 PM

Offline
Jul 2015
820
TheMoonServant said:
Hey! I'm not keen with programming yet (i will start to learn programming next year) so I wanted to ask, what should i change in the fate/stay night design (http://myanimelist.net/forum/?topicid=445485)..
The "More" doesn't bug me much, i kind of want to see more sometimes, i like pressing that button, but what bugs me.. How can i remove the URL link and highlight when moused over Tags?
To reenable the "More" button, remove the two sections in your CSS that mention the Anime Posters. (Obviously this will remove your covers, but it seems that they are disabled on your list anyways.) To get the tags the way you want, add this to your CSS:
[id^="tagLinks"] a {
    pointer-events: none;
    color: white;
}
You can change the color of the text to whatever you want.

And btw, just a word of advice: CSS and programming are completely different things. Good luck learning :)
Doomcat55Feb 17, 2016 11:04 PM
Feb 18, 2016 6:34 AM

Offline
Jan 2016
286
Wow, reply came quicker than I expected (I wrote it at the morning and went out, thinking that I will need to wait..)
I tried changing stuff, I changed the "More" button, so it works (on iPad atleast).. I tried changing the tags, but I don't see any results.. Probably because iPad doesn't have a pointer :D.
I'm very grateful for the help. Thank you! :)

P.S. I see that CSS seems to be kinda easy, but is it?
Feb 18, 2016 8:43 AM

Offline
Jul 2015
820
TheMoonServant said:
Wow, reply came quicker than I expected (I wrote it at the morning and went out, thinking that I will need to wait..)
I tried changing stuff, I changed the "More" button, so it works (on iPad atleast).. I tried changing the tags, but I don't see any results.. Probably because iPad doesn't have a pointer :D.
I'm very grateful for the help. Thank you! :)

P.S. I see that CSS seems to be kinda easy, but is it?
Tags aren't working because there's a quote missing:
[id^="tagLinks"]
CSS isn't hard as long as you have a head for design. If you can handle actual programming, you won't have trouble with it.
Feb 18, 2016 9:06 AM

Offline
Jan 2016
286
Oh, lol, I did not even see that, thanks once again! :D
Feb 19, 2016 12:43 PM

Offline
May 2015
64
Hi Friends.
My english isn't good but i think you'll understand me.
I have looked for a long time layout Fairy tail but i didn't find.
I found the only on which is weird. Can someone help me , or repair that ? Really. Thats the only one layout of fairy tail.
My english isn't very good but I think we can cooperate.
Invite if you'd like to meet me a little bit closer
From time to time leave your message in comment ☻

There are walls that can't be broken by power alone.
But if there is a power that can break though those walls,
it's a power of feelings.
~ Mavis

There are people in this world who prefer solitude.
But there is no one who can withstand it.
~ Makarov


Feb 19, 2016 12:53 PM

Offline
Jul 2015
820
GodSlayerNatsu said:
Hi Friends.
My english isn't good but i think you'll understand me.
I have looked for a long time layout Fairy tail but i didn't find.
I found the only on which is weird. Can someone help me , or repair that ? Really. Thats the only one layout of fairy tail.
The images used for the layout are dead. You'll need to contact the person who made it (this one is by Lirina) and ask her if she still has the images, or else you can replace them with your own.
Feb 19, 2016 12:57 PM

Offline
May 2015
64
Doomcat55 said:
GodSlayerNatsu said:
Hi Friends.
My english isn't good but i think you'll understand me.
I have looked for a long time layout Fairy tail but i didn't find.
I found the only on which is weird. Can someone help me , or repair that ? Really. Thats the only one layout of fairy tail.
The images used for the layout are dead. You'll need to contact the person who made it (this one is by Lirina) and ask her if she still has the images, or else you can replace them with your own.


I know what do you want to stay.
I think about that. Possible is add another image that will be good compounded ? Someone can do that? My english isn't good and i dont know the creator :/
My english isn't very good but I think we can cooperate.
Invite if you'd like to meet me a little bit closer
From time to time leave your message in comment ☻

There are walls that can't be broken by power alone.
But if there is a power that can break though those walls,
it's a power of feelings.
~ Mavis

There are people in this world who prefer solitude.
But there is no one who can withstand it.
~ Makarov


Feb 19, 2016 1:40 PM

Offline
Jul 2015
820
GodSlayerNatsu said:
Doomcat55 said:
The images used for the layout are dead. You'll need to contact the person who made it (this one is by Lirina) and ask her if she still has the images, or else you can replace them with your own.


I know what do you want to stay.
I think about that. Possible is add another image that will be good compounded ? Someone can do that? My english isn't good and i dont know the creator :/
Well, picking out images isn't my strong point, so I can't help you there ^^ This is the person who made the layout: http://myanimelist.net/profile/Lirina

If she can't help you, then you could try asking here: http://myanimelist.net/forum/?board=12 There are a lot of people who should be able to find/make images for you there.
Feb 19, 2016 2:48 PM

Offline
May 2015
64
Doomcat55 said:
GodSlayerNatsu said:


I know what do you want to stay.
I think about that. Possible is add another image that will be good compounded ? Someone can do that? My english isn't good and i dont know the creator :/
Well, picking out images isn't my strong point, so I can't help you there ^^ This is the person who made the layout: http://myanimelist.net/profile/Lirina

If she can't help you, then you could try asking here: http://myanimelist.net/forum/?board=12 There are a lot of people who should be able to find/make images for you there.

Adding images is hard because you must hold in a given interval (px) (resolution).
right?
My english isn't very good but I think we can cooperate.
Invite if you'd like to meet me a little bit closer
From time to time leave your message in comment ☻

There are walls that can't be broken by power alone.
But if there is a power that can break though those walls,
it's a power of feelings.
~ Mavis

There are people in this world who prefer solitude.
But there is no one who can withstand it.
~ Makarov


Feb 19, 2016 3:09 PM

Online
Feb 2010
12651
GodSlayerNatsu said:
Someone can do that? My english isn't good and i dont know the creator :/


I know Lirina, so I've asked her for you. But that layout was made years ago; she may not have the pics anymore.
Reply Disabled for Non-Club Members
Pages (159) « First ... « 69 70 [71] 72 73 » ... 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

381 by KabukiChouNights »»
Sep 13, 10:56 AM

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