Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 24 25 [26] 27 28 » ... Last »
Sep 15, 2013 7:11 AM

Offline
Feb 2010
12631
KingSimba said:
Hey :)

Ii have installed a custom skin for my anime and manga list. i like it a lot but the only problem is that the list is orderd by name and not by rating. there is a button on the top of the list where i can order the list by rating but i want it to be already orderd by rating by default.

Thanks ahead for replays :D


I've never seen such an option in the edit profile so there's nothing I can think of for that. When I linked ppl to my list before through my custom profile I would use the link to the list ordered by score, thats the only thing I can think of to do.


Forgetfulness said:
If my whole About Me is aligned center, is there any way to make a small section in it aligned left?


Would look weird depends on profile but did you try something like

[center]stuff u want centered[/center]
stuff u want left
[center]stuff u want center again[/center]
Sep 15, 2013 10:47 AM

Offline
Feb 2010
12631
Forgetfulness said:
^ Well the thing is is that I want a certain part inside spoiler tags centered and I don't think something like that works :|

[.center]
[.spoiler]
[./center]

stuff I want centered

[.center]
[./spoiler]
[./center]


I don't see what that has to do with left then, because if you have [center] before a spoiler tag everything within the spoiler will be centered anyways. You don't need to stop centering after spoiler tag and restart it before closing it like in the example you just posted.

So instead do this so I can get a clear idea of what you're asking- post part or all of your About Me, and point out the parts you want left or centered. Like put them in bold letters or describe them clearly. I can edit your post and read the original BBcode and try to align it from there.
Sep 16, 2013 7:16 PM

Offline
Feb 2010
12631
Forgetfulness said:
Shishio-kun said:
Forgetfulness said:
^ Well the thing is is that I want a certain part inside spoiler tags centered and I don't think something like that works :|

[.center]
[.spoiler]
[./center]

stuff I want centered

[.center]
[./spoiler]
[./center]


I don't see what that has to do with left then, because if you have [center] before a spoiler tag everything within the spoiler will be centered anyways. You don't need to stop centering after spoiler tag and restart it before closing it like in the example you just posted.

So instead do this so I can get a clear idea of what you're asking- post part or all of your About Me, and point out the parts you want left or centered. Like put them in bold letters or describe them clearly. I can edit your post and read the original BBcode and try to align it from there.

Here: http://pastebin.ca/2452474
^ I think that will work. I've never used pastebin before so yeah...

As for what I want centered, About me > Favorite Quotes > just the text underneath the "Badass" section. Specifically

"I hereby propose:
My will shall create thy body
and thy sword shall create my fate.
Abiding by the summons of the Holy Grail,
if thou dost accede to this will and reason, answer me!
I hereby swear.
I will be all that is good in the eternal world.
I will be the disposer of evil in the eternal world.
Thou, clad with the Great Trinity, come forth from the circle of constraint.
Guardian of the Heavenly Scales!" – the Masters of Fate/Zero

" I am the bone of my sword
Steel is my body and fire is my blood
I have created over a thousand blades
Unknown to Death, Nor known to Life
Have withstood pain to create many weapons
Yet, those hands will never hold anything
So as I pray, unlimited blade works." – Archer

I still want the "Badass" itself and the spoiler button to be centered if possible.

EDIT: LOL. I just looked back at my post and realized that I put "stuff I want centered". Sorry, that was supposed to be aligned left >.<




Its already centered in your code and on your profile. Did you mean you want those quotes aligned left?
Sep 17, 2013 9:52 AM

Offline
Jul 2010
93
I've added information about global score and rank to my animelist. I'm using files that were generated by connecting to mal-api.com (is it even possible using official api?). When I want to refresh the data I have to manually execute the php script again. Doing this downloads the data from api and saves it in my own files, but it doesn't refresh the api. When I open an anime page in api in a browser and force reload it, it connects with MAL and updates info. Is there any way to refresh the api from php? (im using curl)

Or should I just connect with MAL itself and extract info from anime pages?
Or maybe there is a simpler way I don't know of?
Sep 17, 2013 2:13 PM

Offline
Feb 2010
12631
Forgetfulness said:


Yeah, I meant aligned left. Making a lot of typos. My bad -_-


Doesn't look like it wants to be aligned left after the spoiler, with center end tags it cancels the spoiler right there. Left tags aren't valid either. So for that spot you'll have to left align the spoiler button first if you want the text in it left, or write the text aligned left on a clear pic then put that where the spoiler is. I'm no BBcode expert tho, so there might be another way someone can tell you.
Sep 19, 2013 2:54 PM

Offline
Dec 2012
147
Umm, I made a HTML that gives out a random link:
https://dl.dropboxusercontent.com/u/144008148/random_css.htm

How I made it:


_ _ _ _ _ _ _ _ _ _ _ _ _ _

Anyway, I made this (and saved it as "random_css.htm", after having a look at a random HTML):
https://dl.dropboxusercontent.com/u/144008148/random_css.txt

Now, I want to know if you can somehow install this in CSS, so that each time a new list layout would show itself.

Is something like this even possible ???
MonsterguySep 19, 2013 3:16 PM


Sep 19, 2013 11:07 PM

Offline
Jul 2010
93
Monsterguy said:
Umm, I made a HTML that gives out a random link:
https://dl.dropboxusercontent.com/u/144008148/random_css.htm

How I made it:


_ _ _ _ _ _ _ _ _ _ _ _ _ _

Anyway, I made this (and saved it as "random_css.htm", after having a look at a random HTML):
https://dl.dropboxusercontent.com/u/144008148/random_css.txt

Now, I want to know if you can somehow install this in CSS, so that each time a new list layout would show itself.

Is something like this even possible ???

You just have to rewrite it in php (using echo("@import\"blahblah.css\";")); instead of window.location, and add this:
header("Content-type: text/css");
at the beginning. You'll be able to import this php file in css.
Sep 20, 2013 1:39 AM

Offline
Dec 2012
147
dzikibambus said:
Monsterguy said:
Umm, I made a HTML that gives out a random link:
https://dl.dropboxusercontent.com/u/144008148/random_css.htm

How I made it:


_ _ _ _ _ _ _ _ _ _ _ _ _ _

Anyway, I made this (and saved it as "random_css.htm", after having a look at a random HTML):
https://dl.dropboxusercontent.com/u/144008148/random_css.txt

Now, I want to know if you can somehow install this in CSS, so that each time a new list layout would show itself.

Is something like this even possible ???

You just have to rewrite it in php (using echo("@import"blahblah.css";")); instead of window.location, and add this:
header("Content-type: text/css");
at the beginning. You'll be able to import this php file in css.


OMG, I have no knowladge about php what so ever...

But I do know that I can host it on specific servers that support php hosting only !!!

_ _ _ _ _ _

So all I need would be a php content for such a thing, and to know what to write in place of CSS on myanimelist, specifically.

Both things are essential, why if you can't call a php in myanimelist, than having a php is practically useless.

God, this is way too much for me "alone", I'm just a little more than a begginer at CSS, with no knowlage of "HTML" or "php" what so ever...hehehe

If possible could somebody help me create a php that would fit into a myanimelist CSS somehow (PHP for changing layouts/CSS randomly on page load on myanimelist, a so called "styleswitcher" that I would host on some other free server), I would very much appreciate it !!!

_ _ _ _ _ _ _ _ _ _ _ _

Oh, I found this:
http://www.namepros.com/programming/312140-resolved-php-inside-css.html
http://html.net/forums/viewtopic.php?f=58&t=4619

so all I need is a small php code, but for imports, although now I'm puzzeled how this "small" php should even look like ???

php, if, else, echo,...(this is simply too much for me with no knowlage of PHP...hehehe)
MonsterguySep 20, 2013 5:16 AM


Sep 20, 2013 5:28 AM

Offline
Jul 2010
93
@Monsterguy
I'm not really sure about writing php directly into MAL css. I'd say you need a php file with something like this:

You'll need to upload it to some web hosting, and then import it like any other css. My example:
@import "http://student.agh.edu.pl/~suski/old/quotes.php";
Sep 20, 2013 6:12 AM

Offline
Dec 2012
147
dzikibambus said:
@Monsterguy
I'm not really sure about writing php directly into MAL css. I'd say you need a php file with something like this:

You'll need to upload it to some web hosting, and then import it like any other css. My example:
@import "http://student.agh.edu.pl/~suski/old/quotes.php";


Woah, this works, it seriously works man thank you sooo much, I hosted it myself and I can do whatever I want within a php now !!!


Sep 21, 2013 9:52 PM

Offline
Jun 2013
59
Hi

I'm just updating my profile BBCode, however, I'm having an issue with adding a link to a single image. I have used the combine url and img tag many times, but it's not working for



Could somebody please let me know where I went wrong or why it may not be working? :)

Thanks
Sep 22, 2013 12:11 AM

Offline
Jul 2010
93
Puresweetie said:
Hi

I'm just updating my profile BBCode, however, I'm having an issue with adding a link to a single image. I have used the combine url and img tag many times, but it's not working for



Could somebody please let me know where I went wrong or why it may not be working? :)

Thanks

It's probably the 'ë' in Zoë that causes the problem.
Just write it like this:

and it should work.
Sep 22, 2013 12:21 AM

Offline
Jun 2013
59
dzikibambus said:

It's probably the 'ë' in Zoë that causes the problem.
Just write it like this:

and it should work.


Thanks for your help! It worked perfectly!
Sep 24, 2013 2:06 PM

Offline
Feb 2013
20
Can anyone tell me how to move the category buttons on this more to the right like inside the border of the background and how to change the color of the magenta when I hover over my list?
https://www.dropbox.com/s/awpfa7q30d2l6l6/list.txt
http://puu.sh/4zneL.jpg
Sep 24, 2013 7:43 PM

Offline
Oct 2012
249
PinkSheep said:
Can anyone tell me how to move the category buttons on this more to the right like inside the border of the background and how to change the color of the magenta when I hover over my list?
https://www.dropbox.com/s/awpfa7q30d2l6l6/list.txt
http://puu.sh/4zneL.jpg


This is to change the color of hover:

tr:hover [class^="td"] {
transition: .1s linear;
background-color: rgba(208, 32, 144, 0.6);
}

This is the side buttons, you adjust the left: -300px

#list_surround .status_selected, #list_surround .status_not_selected {
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
background-color:transparent;
background-image:url(http://i.imgur.com/W6rDL15.png);
background-position:0 0;
background-repeat:no-repeat no-repeat;
background-size:contain;
border:1px solid transparent;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
display:block;
left:-300px; <--------------------(RIGHT HERE)
padding:0;
position:absolute;
top:20px;
width:263px;
}
Sep 24, 2013 10:28 PM

Offline
Jan 2013
420
i want to do so that by hovering over the image on my list that the image of the anime shows up, could u tell me what code, or rather give me the code for that,

thanks in advance
Sep 25, 2013 8:01 AM

Offline
Feb 2013
20
TheHolyPotato said:
PinkSheep said:
Can anyone tell me how to move the category buttons on this more to the right like inside the border of the background and how to change the color of the magenta when I hover over my list?
https://www.dropbox.com/s/awpfa7q30d2l6l6/list.txt
http://puu.sh/4zneL.jpg


This is to change the color of hover:

tr:hover [class^="td"] {
transition: .1s linear;
background-color: rgba(208, 32, 144, 0.6);
}

This is the side buttons, you adjust the left: -300px

#list_surround .status_selected, #list_surround .status_not_selected {
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
background-color:transparent;
background-image:url(http://i.imgur.com/W6rDL15.png);
background-position:0 0;
background-repeat:no-repeat no-repeat;
background-size:contain;
border:1px solid transparent;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
display:block;
left:-300px; <--------------------(RIGHT HERE)
padding:0;
position:absolute;
top:20px;
width:263px;
}

What do I change it to because it doesn't move when I change it Idk if I'm just doing it wrong x_x
Sep 25, 2013 11:03 AM

Offline
Dec 2012
147
olha2 said:
i want to do so that by hovering over the image on my list that the image of the anime shows up, could u tell me what code, or rather give me the code for that,

thanks in advance


So you want only the codes for covers right ???

If so than, this goes on top of your CSS:


and this goes at the end of your CSS:


taken from:
http://myanimelist.net/forum/?topicid=393393&show=80#msg22973599
MonsterguySep 26, 2013 3:26 AM


Sep 28, 2013 5:54 AM

Offline
Sep 2013
11
First of all, a lot of thanks because your tutorials have helped me a lot to make my lists more in line with my tastes n_n
And now I wanted to ask a few things:

1 - How to change the color of links "edit”, “add”, “more”, “-/-“, “+”, “edit (tags)” individually.

2 - In the rounded corners tutorial, it goes from the header to the category totals. But in my list, headers are images and category totals are transparent. So I wanted to know how to round the corners only from the sub-header to the last title.
http://img62.imageshack.us/img62/5370/vjis.jpg

3 – How to control the distance between the category links.
http://img20.imageshack.us/img20/6027/0d6b.jpg

Thanks in advance and sorry for my English, it’s not my mother language ^^”
Sep 28, 2013 11:23 PM

Offline
Dec 2012
147
PinkSheep said:
TheHolyPotato said:
PinkSheep said:
Can anyone tell me how to move the category buttons on this more to the right like inside the border of the background and how to change the color of the magenta when I hover over my list?
https://www.dropbox.com/s/awpfa7q30d2l6l6/list.txt
http://puu.sh/4zneL.jpg


This is to change the color of hover:

tr:hover [class^="td"] {
transition: .1s linear;
background-color: rgba(208, 32, 144, 0.6);
}

This is the side buttons, you adjust the left: -300px

#list_surround .status_selected, #list_surround .status_not_selected {
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
background-color:transparent;
background-image:url(http://i.imgur.com/W6rDL15.png);
background-position:0 0;
background-repeat:no-repeat no-repeat;
background-size:contain;
border:1px solid transparent;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
display:block;
left:-300px; <--------------------(RIGHT HERE)
padding:0;
position:absolute;
top:20px;
width:263px;
}

What do I change it to because it doesn't move when I change it Idk if I'm just doing it wrong x_x


Well look at your code, this code(for paramerter you want to change) is written I don't even know how many times 7 times or more(including the main one !!!):


But it should only be written once, or the last paramerter is valid, all others are deleted/overwritten !!!

So for you, the simplest way would be to only add another such code at the end of your existing code, with leaving everything else as it is:

(* just write the number you want in place of "XXX" below, and after that copy-paste that whole code in "quote" into the end of your code, but remember that "XXX" number can be positive or negative with munus before the number, depending where you want tablets to be !!!)

#list_surround .status_selected, #list_surround .status_not_selected {
left: XXXpx;
}


Sep 29, 2013 1:25 AM

Offline
Dec 2012
147
I waited, coz I'm not sure how to answer you, but OMG, this was too hard for me at the end, a visitor and lover of this club, but I did try my best, sorry...

So, how to target those things you ask, I would try with those:

1) read in spoiler below:

"edit” or “add”, “more”


“-/-“, “+”, “edit (tags)”


2) rounded corners (in spoiler below are only the corners on top, for the bottom I don't know how to do it, why it was never done before as far as I remember, maybe with "[href*="..."]" function in some kind of code ???)


3) I'm not sure about this one as well, coz your list is on private, but maybe with those codes (where you change width):



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _


sorry, I'm more of a guy of practice, so I take everything (every list settings, with it's own layout) as a case of it's own and only than I start coding and testing with firebug (it's fast, easy, and the result works for others as well)...


Sep 29, 2013 1:35 PM

Offline
Feb 2013
20
Monsterguy said:
PinkSheep said:
TheHolyPotato said:
PinkSheep said:
Can anyone tell me how to move the category buttons on this more to the right like inside the border of the background and how to change the color of the magenta when I hover over my list?
https://www.dropbox.com/s/awpfa7q30d2l6l6/list.txt
http://puu.sh/4zneL.jpg


This is to change the color of hover:

tr:hover [class^="td"] {
transition: .1s linear;
background-color: rgba(208, 32, 144, 0.6);
}

This is the side buttons, you adjust the left: -300px

#list_surround .status_selected, #list_surround .status_not_selected {
-webkit-background-clip:padding-box !important;
background-clip:padding-box !important;
background-color:transparent;
background-image:url(http://i.imgur.com/W6rDL15.png);
background-position:0 0;
background-repeat:no-repeat no-repeat;
background-size:contain;
border:1px solid transparent;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
display:block;
left:-300px; <--------------------(RIGHT HERE)
padding:0;
position:absolute;
top:20px;
width:263px;
}

What do I change it to because it doesn't move when I change it Idk if I'm just doing it wrong x_x


Well look at your code, this code(for paramerter you want to change) is written I don't even know how many times 7 times or more(including the main one !!!):


But it should only be written once, or the last paramerter is valid, all others are deleted/overwritten !!!

So for you, the simplest way would be to only add another such code at the end of your existing code, with leaving everything else as it is:

(* just write the number you want in place of "XXX" below, and after that copy-paste that whole code in "quote" into the end of your code, but remember that "XXX" number can be positive or negative with munus before the number, depending where you want tablets to be !!!)

#list_surround .status_selected, #list_surround .status_not_selected {
left: XXXpx;
}

That worked Is there any way to move it down also
Oct 1, 2013 10:38 AM

Offline
Jan 2011
124
I'm making a new about me section and I want it to have a classyish woodish style border around it, but I don't know how to do it for a section about as long as mine is now, is there a site that can make those kind of borders or a trick to stretching borders that long without looking so awkward.
Oct 1, 2013 3:28 PM

Offline
Jul 2013
381
clone4 said:
I'm making a new about me section and I want it to have a classyish woodish style border around it, but I don't know how to do it for a section about as long as mine is now, is there a site that can make those kind of borders or a trick to stretching borders that long without looking so awkward.


use a pattern for the border - no matter how long it is it'll look good and not stretched.

here's an example: http://farm3.static.flickr.com/2797/4309462704_2ebb2a55d5.jpg

if you don't know how to use it as a pattern in photoshop: open the image in PS, click edit > define pattern, name it and click ok, now click pattern stamp tool from the PS menu and select the pattern you created at the top.

if you're not using photoshop then I have no advice to give you. except manually copy-pasting the image.
Oct 2, 2013 2:40 AM

Offline
Jul 2013
29
Hi!
I recently watched the vid of yours on youtube about mal profile boarders and I found it very helpful! I would like to thank you for the useful info you provided me about BBCode and ask you some questions I have.
Well, I am trying to make my profile look cool too, so I decided to add many different boarders about various stuff on my profile. I have found buttons and other images, but I want to add animated backgrounds too! (backgrounds with flashing lights for example)
Do you know where I can find cool animated backgrounds?
I would also like to know how to add other images to the ani backgrounds. If I just add the pictures to the animated background and then try to save my work on GIMP 2 the extracted image will have a problem, the buttons and the other pics added to the background will banish every few seconds as if they were part of the animated background. How can I add png images to an animated gif without having this problem?
And one last question. Sometimes when I combine images the color of some of them changes according to the largest ones. For example let's say I want to add a small red button to a dark blue background. The button's color will become dark blue.(this happens with certain pictures though) Do you know how I can fix this problem?
Oct 2, 2013 11:08 AM

Offline
Jun 2013
74
This is my question its about the square layout.
I have been trying to make my own topbar icons. however it did not work out...
just replaced the old bar.css with:

Then I uploaded it to Speedy Share and have given a link to that but it doesnt work?
Any ideas?

Read more at http://myanimelist.net/forum/?topicid=459189&show=120#QCJqvUCYtVMUVpPk.99
Oct 2, 2013 11:47 AM

Offline
Feb 2010
12631
GOSCIZOR said:

Do you know where I can find cool animated backgrounds?


I've done that animated backgrounds with png elements on them thing. Scroll down to Manga style 2012 layout on my blog

http://myanimelist.net/blog.php?eid=719966

I got the animated bgs from looking up animated GIFs on Danbooru and used them for the "manga panels". I guess you could do the same but its honestly very hard to find animated GIFs you can use for this kinda thing that also can be used creatively.. list of all image sites and what you can find on them. The link to animated gifs is right under Danbooru:
http://myanimelist.net/forum/?topicid=504129

We also have some topics on making your own GIFs
http://myanimelist.net/forum/?topicid=419631

GOSCIZOR said:

I would also like to know how to add other images to the ani backgrounds. If I just add the pictures to the animated background and then try to save my work on GIMP 2 the extracted image will have a problem, the buttons and the other pics added to the background will banish every few seconds as if they were part of the animated background. How can I add png images to an animated gif without having this problem??


Ok well I have GIMP 2 too I think, if you're using the same one I have in the video, to overlay a single PNG over a bunch of animation frames you need a special script in the program and it was a huge pain in the ass. Unfortunately I can't find the script anymore even- the links I find thru Google are dead! Without this, I couldn't overlay PNGs on GIF's frames easily and I would get the kinda error you had. There might be a manual way someone may know of but I don't know cuz I used that script for my version of Gimp. You can Google for it, but honestly Gimp is the WORST program for animations lol. I would use Jasc animation shop or Photoshop CS2 (I think CS2, its the free one). They're much more intuitive and easy to use for this. If you get either of those, I can show you how to do it in those programs depending on which one you get. Both are free, I'd recommend Jasc, and its so easy to use.

GOSCIZOR said:
Hi!
And one last question. Sometimes when I combine images the color of some of them changes according to the largest ones. For example let's say I want to add a small red button to a dark blue background. The button's color will become dark blue.(this happens with certain pictures though) Do you know how I can fix this problem?


Hmm I don't really understand what you were doing exactly cuz that shouldn't happen when overlaying images or even certain pictures. Do you mean are you using the color fill tool- lower the number options on the tool if so and see if that helps. If not can you take some screenshots of whats happening in GIMP or show me the images you're referring to so I can recreate it? If I know exactly what I can give you some solutions.

To take a screenshot, click printscreen on your keyboard and paste into any graphic design progrem even Microsoft Paint.
Oct 2, 2013 12:14 PM

Offline
Feb 2010
12631
Shotaro96 said:
This is my question its about the square layout.
I have been trying to make my own topbar icons. however it did not work out...
just replaced the old bar.css with:

Then I uploaded it to Speedy Share and have given a link to that but it doesnt work?
Any ideas?

Read more at http://myanimelist.net/forum/?topicid=459189&show=120#QCJqvUCYtVMUVpPk.99


It seems like you're trying to import the CSS thru "speedy share", I don't use that; just use Dropbox as I have a tutorial on importing already:
http://myanimelist.net/forum/?topicid=411779

You'll simply post your topbar CSS in step 1 into the notepad, then follow the rest of the steps and link them to your layout. It takes only minutes!

edit: I've actually made your top bar into an import already, and put it under the "top bar icons" line in the square layout (the original one needs to be replaced). This is the layout with import in it. I named your CSS Miyatopbar.css. You should still do this yourself, so you can edit it in the future, but you can use this line and layout for now if you wish. I can also take down the import if you wish for some reason. I used it on my list and all the icons show up! Very nice job on it!

full CSS layout:
Oct 5, 2013 2:15 AM

Offline
Jun 2013
74
Shishio-kun said:
Shotaro96 said:
This is my question its about the square layout.
I have been trying to make my own topbar icons. however it did not work out...
just replaced the old bar.css with:

Then I uploaded it to Speedy Share and have given a link to that but it doesnt work?
Any ideas?

Read more at http://myanimelist.net/forum/?topicid=459189&show=120#QCJqvUCYtVMUVpPk.99


It seems like you're trying to import the CSS thru "speedy share", I don't use that; just use Dropbox as I have a tutorial on importing already:
http://myanimelist.net/forum/?topicid=411779

You'll simply post your topbar CSS in step 1 into the notepad, then follow the rest of the steps and link them to your layout. It takes only minutes!

edit: I've actually made your top bar into an import already, and put it under the "top bar icons" line in the square layout (the original one needs to be replaced). This is the layout with import in it. I named your CSS Miyatopbar.css. You should still do this yourself, so you can edit it in the future, but you can use this line and layout for now if you wish. I can also take down the import if you wish for some reason. I used it on my list and all the icons show up! Very nice job on it!

full CSS layout:

thx alot that helped
Oct 6, 2013 12:43 PM
Offline
Apr 2013
110
Hi. Sorry if this is the wrong section to post this. I need some help with my anime list code.

I have my anime list on private for certain reasons but I will provide pictures so you can see the problem. By the way, I literally don't know anything about this code stuff so I'm a complete noob. I just copied and pasted bits from different places and the code is probably all a mess. Anyway....

First of all, here is what my list looked like: http://tinypic.com/view.php?pic=23i7ypv&s=5#.UlG6vVCkquQ

To suit the theme, I decided to edit the top bar to make the dropdowns red instead of yellow. For the original top bar with the yellow menu, there was a dropbox link that contained the code. This is the link I'd copied: https://dl.dropboxusercontent.com/u/78340470/Club%20layouts/Special/SAObar.css.css

I edited this to make it red. Although the yellow menu did turn red, all the font on my list changed. Here's a picture: http://tinypic.com/view.php?pic=35bv7mq&s=5#.UlG8PlCkquQ

I tried whatever I could think of but I couldn't get the font back.

As I said earlier, I'm a noob when it comes to this stuff so if you know how to fix it, please tell me in a simple way if possible.

Thank you.
Dwo0wBzf9hOnDhPwOct 6, 2013 1:43 PM
Oct 6, 2013 3:45 PM

Offline
Jul 2010
93
@SinisterClown33
It's probably a simple mistake, but it'll be hard to find it without your code. You have to make list public or post your entire css here.
If I was to guess the mistake is something like putting some code before imports, or not closing a selector.
Oct 7, 2013 7:03 AM

Offline
May 2013
466
http://myanimelist.net/forum/?topicid=412787&show=0

Do anyone know how to move that top bar into the left alignment instead of the right?




http://myanimelist.net/animelist/Crassa
Oct 7, 2013 7:57 AM

Offline
Feb 2010
12631
All top bar mods are found here:
http://myanimelist.net/forum/?topicid=449097

Use this top bar instead in your code:

Oct 7, 2013 8:23 AM

Offline
Sep 2013
11
Monsterguy said:
I waited, coz I'm not sure how to answer you, but OMG, this was too hard for me at the end, a visitor and lover of this club, but I did try my best, sorry...

So, how to target those things you ask, I would try with those:

1) read in spoiler below:

"edit” or “add”, “more”


“-/-“, “+”, “edit (tags)”


2) rounded corners (in spoiler below are only the corners on top, for the bottom I don't know how to do it, why it was never done before as far as I remember, maybe with "[href*="..."]" function in some kind of code ???)


3) I'm not sure about this one as well, coz your list is on private, but maybe with those codes (where you change width):



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _


sorry, I'm more of a guy of practice, so I take everything (every list settings, with it's own layout) as a case of it's own and only than I start coding and testing with firebug (it's fast, easy, and the result works for others as well)...

I'm sorry, I didn't notice that my list was on private o-o I changed it, now it's public.
Thanks a lot for trying anyway ^^
And...

1) That didn't work for me.

2) This worked, thanks, though I wonder if it's even possible to round the bottom corners, as you said it was never done before...

3) Hum...I didn't really understand that =.=
Oct 7, 2013 10:10 AM
Offline
Apr 2013
110
dzikibambus said:
@SinisterClown33
It's probably a simple mistake, but it'll be hard to find it without your code. You have to make list public or post your entire css here.
If I was to guess the mistake is something like putting some code before imports, or not closing a selector.

Here is my code. I'm sorry if it's all a mess. Like I said before, I'm a noob and copied and pasted different parts of the code.
Oct 7, 2013 10:17 AM

Offline
Jul 2010
93
SinisterClown33 said:
dzikibambus said:
@SinisterClown33
It's probably a simple mistake, but it'll be hard to find it without your code. You have to make list public or post your entire css here.
If I was to guess the mistake is something like putting some code before imports, or not closing a selector.

Here is my code. I'm sorry if it's all a mess. Like I said before, I'm a noob and copied and pasted different parts of the code.

All imports have to placed at the very beginning of the code, you just have to move the Fonts section to the top. Like this:

Font should work now.
Oct 7, 2013 10:25 AM
Offline
Apr 2013
110
dzikibambus said:
SinisterClown33 said:
dzikibambus said:
@SinisterClown33
It's probably a simple mistake, but it'll be hard to find it without your code. You have to make list public or post your entire css here.
If I was to guess the mistake is something like putting some code before imports, or not closing a selector.

Here is my code. I'm sorry if it's all a mess. Like I said before, I'm a noob and copied and pasted different parts of the code.

All imports have to placed at the very beginning of the code, you just have to move the Fonts section to the top. Like this:

Font should work now.

Thanks a lot! It worked :)
Oct 7, 2013 10:37 AM

Offline
May 2013
466
Thanks Shishio!
Oct 7, 2013 2:03 PM

Offline
Jul 2013
381
BaragakiYoru said:
First of all, a lot of thanks because your tutorials have helped me a lot to make my lists more in line with my tastes n_n
And now I wanted to ask a few things:

3 – How to control the distance between the category links.
http://img20.imageshack.us/img20/6027/0d6b.jpg

Thanks in advance and sorry for my English, it’s not my mother language ^^”


I've done this manually for your list (it wouldn't wotk for another list), but you have to copy/paste the whole code since it would be confusing to tell you which parts to delete from your code.

this is how it looks like: http://i.imgur.com/LCIeuVW.png

this is the code for the whole layout (I have edited only the category menu)
nymphiaeOct 7, 2013 4:32 PM
Oct 7, 2013 2:58 PM

Offline
Sep 2013
11
kuronekodesu said:
I've done this manually for your list (it wouldn't wotk for another list), but you have to copy/paste the whole code since it would be confusing to tell you which parts to delete from your code.

this is how it looks like: http://i.imgur.com/LCIeuVW.png

this is the code for the whole layout (I have edited only the category menu)

I copied the whole code, but it looks like this: http://img707.imageshack.us/img707/8228/3ir5.jpg
Uh...maybe it's my laptop? o_o
OMG my list only gives problems xD
Oct 7, 2013 4:33 PM

Offline
Jul 2013
381
BaragakiYoru said:
I copied the whole code, but it looks like this: http://img707.imageshack.us/img707/8228/3ir5.jpg
Uh...maybe it's my laptop? o_o
OMG my list only gives problems xD


I've updated the code in my previous post, just copy and paste it again, it should work now!
Oct 8, 2013 1:52 AM

Offline
Sep 2013
11
kuronekodesu said:
I've updated the code in my previous post, just copy and paste it again, it should work now!

Thank you so much! Now it works perfectly ^^
Oct 12, 2013 1:28 PM
Offline
Feb 2013
255
Hi everyone!

Well… I've been working on my anime style and I'm quite happy with the result: My List Style

Now, here is my problem: Problem

I've no idea how to somewhat fix this.
If anyone has any tip to make it less unappealing, I'd be glad to hear (read) it.
Thank you in advance.
Oct 13, 2013 11:14 AM

Offline
Dec 2010
727
Is it possible to add a Column "Year" that will show the year when an anime started airing?
Oct 15, 2013 6:27 AM

Offline
Dec 2012
17
Hey people, I have just one question, it's abut problem I have on this animelist layout: SeishinAkuma - Searchbox in the right corner, when viewed in Firefox, is always 2px shorter then it should be.
Is there a solution, does anyone have an idea how to fix this...?
Yes, I used mah old themes, and even theme parts from here to make this one, and the code is kinda messy, but if you could check it would mean a lot :D Thanks in advance :D
Oct 15, 2013 6:59 AM

Offline
Jul 2010
93
ninety said:
Hey people, I have just one question, it's abut problem I have on this animelist layout: SeishinAkuma - Searchbox in the right corner, when viewed in Firefox, is always 2px shorter then it should be.
Is there a solution, does anyone have an idea how to fix this...?
Yes, I used mah old themes, and even theme parts from here to make this one, and the code is kinda messy, but if you could check it would mean a lot :D Thanks in advance :D


It's probably because firefox handles input box paddings differently than other browsers. adding padding:0; to #searchBox should make all browsers do it the same way. You'll need to adjust height and width after that.
btw is there something wrong with the file with mal strip code? Or is it just me?


DarkDooM2 said:
Is it possible to add a Column "Year" that will show the year when an anime started airing?

Possible but neither simple nor perfect. You'd have to generate additional files similar to the ones used to add covers. Positioning it will be tricky and you won't be able to sort list by it.
I've added something similar to my list and it's causing problems. I don't know of any simpler way.
Reply Disabled for Non-Club Members
Pages (159) « First ... « 24 25 [26] 27 28 » ... 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