Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 16 17 [18] 19 20 » ... Last »
Apr 7, 2013 8:24 AM

Offline
Sep 2011
9882
Could anyone help me with a slight problem ^^?

One of my friends told me my list is screwed up and that the names are caught off


From that SS you can see he's right, but when I look at my list from 3 different screens it's fine; From 1920x1080 reso to 1600x900 reso it's all good. His resolution was 1366x768. I also did the:
body {
background-size: cover;
}

It didn't work for him though? I also tried testing by changing my resolution to near the same and smaller, but it did same thing only thing different was I don't see the image over and over scrolling down, but just the list being cut off.

if you need my CSS code to see if I did something wrong it's here
Apr 7, 2013 8:33 AM

Offline
Jan 2012
12
Hello :)

I see the major problem. Here :

#list_surround {
background:none repeat scroll 0 0 rgba(4, 18, 50, 0.75);
border-bottom:0px solid #292929;
border-left:0px solid #292929;
border-right:0px solid #292929;
height:100%;
left:-450px;
top:0px;
margin:239px auto 30px;
position:relative;
width:618px;
}

This send your list 450px on the left.
Put "left: 0px;" already and changes the value according to your envy.
Apr 7, 2013 8:42 AM

Offline
Sep 2011
9882
Luxiamimi said:
Hello :)

I see the major problem. Here :

#list_surround {
background:none repeat scroll 0 0 rgba(4, 18, 50, 0.75);
border-bottom:0px solid #292929;
border-left:0px solid #292929;
border-right:0px solid #292929;
height:100%;
left:-450px;
top:0px;
margin:239px auto 30px;
position:relative;
width:618px;
}

This send your list 450px on the left.
Put "left: 0px;" already and changes the value according to your envy.


Ah, tyvm. The reason I did that is because I wanted the girl int he Wallpaper to be seen, while browsing my list so I moved my list to the left like that.
TyrelApr 7, 2013 8:45 AM
Apr 7, 2013 3:12 PM

Offline
Dec 2012
147
@Tyrel

just for you I wrote the code that should not effect the change of resolution !!!

all you need to do is to add it at the bottom of your existing CSS code (be it old or your updated CSS code, it does not matter):




This is how it can look like on all screens:


If you instead insert value that is marked in red above, from the code I wrote, it becomes:




PS: BTW your background is incredible !!!
MonsterguyApr 7, 2013 4:31 PM


Apr 8, 2013 12:39 AM

Offline
Oct 2012
249
Hey everyone I'm trying to fix up one of my old layouts but I have a problem. I'm trying to make my category buttons at 0.7 opacity normally just sitting there, and when you hover it is 1 opacity. Also the category you are in already is 1 opacity if you know what i mean. I have done this many times but now it isnt working? I don't know but I think its something counter acting it or something. The code that I thought would do it is at the bottom. Also, any reason why the all anime button is larger than the others? Like even if you go under it, it still shows its clickable ._.

Screenshot:

Code:
TheHolyPotatoApr 8, 2013 12:52 AM
Apr 8, 2013 4:01 AM

Offline
Dec 2012
147
TheHolyPotato said:
Hey everyone I'm trying to fix up one of my old layouts but I have a problem. I'm trying to make my category buttons at 0.7 opacity normally just sitting there, and when you hover it is 1 opacity. Also the category you are in already is 1 opacity if you know what i mean. I have done this many times but now it isnt working? I don't know but I think its something counter acting it or something. The code that I thought would do it is at the bottom. Also, any reason why the all anime button is larger than the others? Like even if you go under it, it still shows its clickable ._.

Screenshot:

Code:


Simple, just erase from your CSS code (near the bottom):


Than everything should work, I tested it !!!

_ _ _ _ _ _ _ _

On the other hand you can just erase this entire section at the end of your CSS:


and write (at the end of your CSS) only:


I would do the last and faster way, really the code is shorter and you don't even need everything else in order for all to function as you want !!!
MonsterguyApr 8, 2013 4:29 AM


Apr 8, 2013 4:14 AM

Offline
Oct 2009
7148
TheHolyPotato said:
Hey everyone I'm trying to fix up one of my old layouts but I have a problem. I'm trying to make my category buttons at 0.7 opacity normally just sitting there, and when you hover it is 1 opacity. Also the category you are in already is 1 opacity if you know what i mean. I have done this many times but now it isnt working? I don't know but I think its something counter acting it or something. The code that I thought would do it is at the bottom. Also, any reason why the all anime button is larger than the others? Like even if you go under it, it still shows its clickable ._.

Screenshot:

Code:


The reason of why the All Anime button is larger is because you've added padding at its bottom:


You should remove it, or put a 0px value on it.

While the reason why the surrounding areas are still click able is because of this code:


Try to change the padding the same size with your picture size.
I'd recommend to change it to:
padding:100px 0 0 240px;

As for why the button don't have opacity try adding !important behind it.
azzuReApr 8, 2013 4:17 AM
The most important things in life is the people that you care about
Apr 8, 2013 4:16 AM

Offline
Jan 2012
1578
TheHolyPotato said:
Hey everyone I'm trying to fix up one of my old layouts but I have a problem. I'm trying to make my category buttons at 0.7 opacity normally just sitting there, and when you hover it is 1 opacity. Also the category you are in already is 1 opacity if you know what i mean. I have done this many times but now it isnt working? I don't know but I think its something counter acting it or something. The code that I thought would do it is at the bottom. Also, any reason why the all anime button is larger than the others? Like even if you go under it, it still shows its clickable ._.

My solution
HahaidoApr 8, 2013 4:19 AM
Apr 8, 2013 4:58 AM

Offline
Oct 2012
249
Thanks alot you guys!
Apr 8, 2013 5:54 PM

Offline
Jan 2011
124
Hi, okay I can't get the border on the left of my manga list to show up, also I had my top bar edited one way, but it's changed back to the original format and I can't seem to change it back. Thank you for your time.
Apr 12, 2013 11:23 AM

Offline
Feb 2010
12783
clone4 said:
Hi, okay I can't get the border on the left of my manga list to show up, also I had my top bar edited one way, but it's changed back to the original format and I can't seem to change it back. Thank you for your time.



You need to add a border-left to the selectors for the 1 and 2 boxes

.td1:nth-of-type(1){
border-left-width: 2px !Important;
border-color: black;
border-style: solid;
}

.td2:nth-of-type(1){
border-left-width: 2px !Important;
border-color: black;
border-style: solid;
}


you'll also need one on the bottom of

td.table_header:nth-of-type(1)

Top bar: there's no bracket after

.category_totals {
border-radius: 0 0 500px 500px;


bottom of your code.


You can use this list for getting codes for particular boxes not 100% perfect but very useful:
http://myanimelist.net/animelist/ShishiExample
Apr 12, 2013 11:27 AM

Offline
Feb 2010
12783
Grim-Wolf said:
can somebody show me how to make or post gif ' s ?


Always use the front page menu- under Graphic Design there's many GIF tutorials. Under Profile, Posts, and Sigs is a beginner's tutorial on how to post images in your posts and the other popular tricks.
Apr 12, 2013 1:03 PM

Offline
Jan 2011
124
Thanks again Shishio-kun.
Apr 15, 2013 4:41 AM

Offline
Feb 2013
812
Hello guys, now 30 min i'm looking for something and could not find so i'm asking here: is it possible to change the show title padding only for a specific rate category ? For example, i want all the animes on my list rated "4" to have a title left padding higher than the rest.
My list - "Let's share our lame sides" (Danshi Koukousei no Nichijou)
Apr 15, 2013 9:23 AM

Offline
Jun 2011
195
Hi, I'm having a lot of trouble with customizing the font colors on my list. I want the font in my header title to be one color and then the font in my table rows to be another. But for some reason it does this instead:




Here is my code:


Thank you in advance for your time.
Apr 15, 2013 9:29 PM

Offline
Jan 2012
1578
Different colors of text in rows because rows contain not only text but links too, that is why need different selectors

/* Selectors for text in table rows (#, type, rated etc.) */
.td1, .td2 {}

/* Selectors for links in table rows (animetitle, edit-more, progress etc.) */
.td1 a, .td2 a {}

/* Selectors for text in header title (# etc.) */
.table_header {}

/* Selectors for links in header title (animetitle, score, type, progress, rated etc.) */
.table_headerLink {}
HahaidoApr 15, 2013 9:34 PM
Apr 16, 2013 12:27 AM

Offline
Sep 2012
172
Umm... I'd like to ask a question about the rounding the edges of the list... I'd like to have the edges of my list rounded like my manga list where the watching is in a different box than the completed and also the on-hold and so on... but when I tried the tutorial... It rounds the whole list and I have no Idea what to do...

Here's my code:
Apr 16, 2013 2:55 AM

Offline
Jan 2012
1578
Delete line marked with red from your CSS

#list_surround{
border-radius: 25px 25px 25px 25px;
border-style: solid !important;
border-width: 1px;
border-color: white;
}

and add this

.header_cw, .header_completed , .header_onhold, .header_dropped, .header_ptw {
border-radius: 30px 30px 0 0;
-o-border-radius: 30px 30px 0 0;
-moz-border-radius: 30px 30px 0 0;
-webkit-border-radius: 30px 30px 0 0;
}

.category_totals {
border-radius: 0 0 30px 30px;
-o-border-radius: 0 0 30px 30px;
-moz-border-radius: 0 0 30px 30px;
-webkit-border-radius: 0 0 30px 30px;
}
Apr 16, 2013 3:52 AM

Offline
Feb 2013
812
Sh0wdown said:
Hello guys, now 30 min i'm looking for something and could not find so i'm asking here: is it possible to change the show title padding only for a specific rate category ? For example, i want all the animes on my list rated "4" to have a title left padding higher than the rest.
I'm reasking, tell me if my question is not clear enough, thank you.
My list - "Let's share our lame sides" (Danshi Koukousei no Nichijou)
Apr 16, 2013 4:13 AM

Offline
Jan 2012
1578
Sh0wdown said:
Hello guys, now 30 min i'm looking for something and could not find so i'm asking here: is it possible to change the show title padding only for a specific rate category ? For example, i want all the animes on my list rated "4" to have a title left padding higher than the rest.

That is impossible. There is advanced selectors by attribute, attribute value but not by specific text in HTML tags
HahaidoApr 16, 2013 4:20 AM
Apr 16, 2013 4:21 AM

Offline
Feb 2013
812
Hahaido said:
Sh0wdown said:
Hello guys, now 30 min i'm looking for something and could not find so i'm asking here: is it possible to change the show title padding only for a specific rate category ? For example, i want all the animes on my list rated "4" to have a title left padding higher than the rest.

That is impossible. There is advanced selectors by attribute, attribute value but not by specific text in CSS class
Oh really ? So you mean that on this list he created a relation between rates and those animated chibis title by title?
My list - "Let's share our lame sides" (Danshi Koukousei no Nichijou)
Apr 16, 2013 4:35 AM

Offline
Jan 2012
1578
You may not believe me but he used selectors by ID
HahaidoApr 16, 2013 5:11 AM
Apr 16, 2013 5:08 AM

Offline
Feb 2013
812
Hahaido said:
You may not believe me but he used selectors by ID
No problem, i do believe you, quite a job he did, thank you for your answer.
My list - "Let's share our lame sides" (Danshi Koukousei no Nichijou)
Apr 16, 2013 5:13 AM

Offline
Jan 2012
1578
You can use selector by attribute value to all titles you rated "4" just listing them

a[href$="http://myanimelist.net/anime/11235/Title_1"],
a[href$="http://myanimelist.net/anime/11236/Title_2"] {
padding-left: ;
}
HahaidoApr 16, 2013 5:16 AM
Apr 16, 2013 2:14 PM

Offline
Jun 2011
195
Hahaido said:
Different colors of text in rows because rows contain not only text but links too, that is why need different selectors

/* Selectors for text in table rows (#, type, rated etc.) */
.td1, .td2 {}

/* Selectors for links in table rows (animetitle, edit-more, progress etc.) */
.td1 a, .td2 a {}

/* Selectors for text in header title (# etc.) */
.table_header {}

/* Selectors for links in header title (animetitle, score, type, progress, rated etc.) */
.table_headerLink {}


Thanks so much! My list looks great now :)
Apr 17, 2013 4:37 PM

Offline
Mar 2012
18960
Can I have different background pic from different option?
Kickstarter for Rokujouma is fully funded. Good work everyone. Lets wait for the result of our hard work together.
Apr 17, 2013 4:59 PM

Offline
Feb 2010
12783
NeoAnkara said:
Can I have different background pic from different option?


I don't know if I understand the question. You have a different background pic than the original background of the layout you're using. So yes thats ok.
Apr 17, 2013 5:01 PM

Offline
Mar 2012
18960
Shishio-kun said:
NeoAnkara said:
Can I have different background pic from different option?


I don't know if I understand the question. You have a different background pic than the original background of the layout you're using. So yes thats ok.
What I mean is that can I have my watchng and complete list have different background or something like that.
Kickstarter for Rokujouma is fully funded. Good work everyone. Lets wait for the result of our hard work together.
Apr 17, 2013 10:07 PM
Apr 17, 2013 10:10 PM

Offline
Mar 2012
18960
Thanks.
Kickstarter for Rokujouma is fully funded. Good work everyone. Lets wait for the result of our hard work together.
Apr 18, 2013 4:24 PM

Offline
May 2008
72
Not sure if this is the right place to ask this... but, how do I add more than 5 favorites for manga, anime and characters on my profile page?

I've seen many profiles while browsing randomly that have over 7 favorite anime, and even over 12 characters fav at a time! O_O how do they do that?! I tried asking but they won't share how they actually did it, only told me its got something to do with coding or finding a cliche of some sort.. not sure x'D

..{ Nobody is perfect, I'm nobody! ~ ♥
Apr 18, 2013 5:24 PM

Offline
Oct 2012
249
lalami02 said:
Not sure if this is the right place to ask this... but, how do I add more than 5 favorites for manga, anime and characters on my profile page?

I've seen many profiles while browsing randomly that have over 7 favorite anime, and even over 12 characters fav at a time! O_O how do they do that?! I tried asking but they won't share how they actually did it, only told me its got something to do with coding or finding a cliche of some sort.. not sure x'D


It has to do with lag in the server. Whenever it lags you take away one and then you add one I think. Then it doesn't notice you added one and you keep adding them. Thats pretty much the basis of it.
Apr 18, 2013 6:25 PM

Offline
Feb 2010
12783
lalami02 said:
Not sure if this is the right place to ask this... but, how do I add more than 5 favorites for manga, anime and characters on my profile page?

I've seen many profiles while browsing randomly that have over 7 favorite anime, and even over 12 characters fav at a time! O_O how do they do that?! I tried asking but they won't share how they actually did it, only told me its got something to do with coding or finding a cliche of some sort.. not sure x'D


They won't tell you? I wish ppl didn't do that but they have their reasons... btw thats reminds me back in 2007 (on another site, Veoh) I was a noob in CSS and the few members on that site who knew CSS wouldn't tell me or any of the other ppl even how to do a basic background on our pages. But I learned how to elsewhere then shared the secrets with everyone lol then made my first public layouts, tutorial videos, and later club. If those one ppl were holding back their know-how to be special and unique I guess I kinda ruined that for them lol.

Well anyways yeah I've heard its totally do it lag too. I wonder how it would have anything to do with coding, you can only put codes in the About Me and the glitch only affects the couple parts below it as far as we know. And what could they mean by cliches lol?
Shishio-kunApr 18, 2013 6:28 PM
Apr 18, 2013 6:27 PM

Offline
Mar 2012
18960
I'm using that method too.
Kickstarter for Rokujouma is fully funded. Good work everyone. Lets wait for the result of our hard work together.
Apr 20, 2013 11:12 AM

Offline
Oct 2012
50
ok so i know i'm a super noob at this stuff, but i thought i'd try and make one of the requested layouts. specifically the katanagatari one.
so far i got this far



but i have a few question.
1) how can i put a background (like a black box which is see through) behind the titles at the very top (watching,ptw, on hold, etc..)
2)add the orange background of list behind the headers for each box (watching, completed, etc....)

also open to suggestions.

i realize i'm being a bother and shouldnt probably even consider taking a request, but i think practice makes perfect and i might learn from this stuff little by little :)

for those who want the code here it is

Apr 20, 2013 12:25 PM

Offline
May 2012
1921
TheHolyPotato said:


It has to do with lag in the server. Whenever it lags you take away one and then you add one I think. Then it doesn't notice you added one and you keep adding them. Thats pretty much the basis of it.


that sound logical but when does the server lagg? Or rather how can I notice it?
Apr 20, 2013 1:13 PM

Offline
Feb 2010
12783
Kirosanchi said:
ok so i know i'm a super noob at this stuff, but i thought i'd try and make one of the requested layouts. specifically the katanagatari one.
so far i got this far



but i have a few question.
1) how can i put a background (like a black box which is see through) behind the titles at the very top (watching,ptw, on hold, etc..)
2)add the orange background of list behind the headers for each box (watching, completed, etc....)

also open to suggestions.



Cool ty, here's the codes you need:

.status_selected, .status_not_selected {
background: black;
}


.header_title {
background: none repeat scroll 0 0 rgba(255, 120, 0, 0.5);
}

Suggestions?

Pros: Colors are unique, and match background.

Cons: Text and font is a bit too small I think. Background choice could be better too imo. I looked it up to see more images of this anime and its the one that comes up on top of Google. I'm not saying you got it that way but I think it'd be better to go with a high quality and unique background found after even a couple minutes searching on Konachan. For a more simple layout you should make the background a special one people will like seeing again and again that also they haven't seen before (hopefully). Not necessary but that'd be my suggestion.
Apr 20, 2013 10:27 PM

Offline
Oct 2012
50
thx alot.

no need to say thank you, i'm obviously not good at this, but gonna try my very best.

I was gonna change the text and font, kinda kept it till the end to see what works with what pics and colors i choose.
i see what your saying about the background. will look into it. i guess i just thought cherry blossoms worked well with that render.

thx for everything
Apr 21, 2013 3:23 PM

Offline
May 2008
72
whoa thanks guys for explaining all that to me! 8D
well.. I am kinda of a noob when it comes to those things.. I knew something was fishy about coding and its relation to this, but I thought its something way advance for me to understand and its actually part of coding etc.. x'D

I guess they want to keep their pages unique and different from everyone else? I'm so waiting for next time the system here lags *7* lol

..{ Nobody is perfect, I'm nobody! ~ ♥
Apr 22, 2013 6:47 AM
Offline
Nov 2012
2199
Hi ^^ I have a question,i just made my profile layout,following Shishio-kun's tutorial,but i don't know how to ad the links for "Friend me" and "Message me" :/ I will be very grateful if you could help me.
Apr 22, 2013 7:54 AM

Offline
Feb 2010
12783
DragniMDragnivat said:
Hi ^^ I have a question,i just made my profile layout,following Shishio-kun's tutorial,but i don't know how to ad the links for "Friend me" and "Message me" :/ I will be very grateful if you could help me.


Should be

message
http://myanimelist.net/mymessages.php?go=send&toname=DragniMDragnivat

fr
http://myanimelist.net/myfriends.php?go=add&id=1818571

You have to log out your account to see and copy the link location for these links, or ask a friend to copy the links for you.
Apr 22, 2013 8:17 AM
Offline
Nov 2012
2199
Thank you very much ^^ I copied them,and now my layout is completed :)
Oh...and just to ask...how can i make a profile layout,whit a window for a you tube video :/
deactivated13041Apr 22, 2013 8:39 AM
Apr 22, 2013 6:49 PM
Offline
Jul 2012
563
The DVD covers on my anime list aren't showing up. I have a premade layout and added the add-ons correctly, if I'm not mistaken, but they still don't work. Can you help?

My Anime List's CSS:
jjrocks24Apr 22, 2013 7:03 PM
Apr 22, 2013 11:37 PM

Offline
Jan 2012
1578
2jjrocks24:
Find following piece of code and edit marked with red:

:hover + .hide {
background-size: cover;
/* Too wide margin! Covers are shown out of screen. Use 150px, for example */
right: 1500px;
top: 160px;
height: 350px;
width: 226px;
padding-bottom: 0px;
border-style: solid;
border-color: white;
border-top: 1px solid white;;
border-left: 1px solid white;
border-right: 1px solid white;
border-bottom: 1px solid white;
border-radius: 25px 25px 25px 25px;
background-color: rgba(200, 5, 200, 0.75);
background-position: center 50% !important;
background-repeat: no-repeat !Important;
display: block !important;
position: fixed;
}
Apr 23, 2013 3:02 PM
Offline
Jul 2012
563
Hahaido said:


thanks!
Apr 24, 2013 4:00 PM

Offline
Jan 2011
124
ok, I want to put my category links in my top bar in the form of picture buttons similar to my example, is this possible and if so how do I do it?

Apr 26, 2013 12:06 PM

Offline
Jun 2011
195
I'm currently working on my profile layout. Photobucket automatically has a url to the original picture in the bbcode, but when I try to change the urls to something else, such as my anime list, the whole thing messes up
Apr 26, 2013 1:40 PM

Offline
Feb 2010
12783
smokahontas96 said:
I'm currently working on my profile layout. Photobucket automatically has a url to the original picture in the bbcode, but when I try to change the urls to something else, such as my anime list, the whole thing messes up


[url=http://s1214.photobucket.com/user/Smokahontas96/media/Layout/9_zps0076f6f3.png.html][img]http://i1214.photobucket.com/albums/cc487/Smokahontas96/Layout/9_zps0076f6f3.png[/img][/url]

There is a space after this part you need to close, use backspace or delete.
Apr 26, 2013 1:42 PM

Offline
Feb 2010
12783
clone4 said:
ok, I want to put my category links in my top bar in the form of picture buttons similar to my example, is this possible and if so how do I do it?



Theres a tutorial with the codes for the category links, you just use that then change the background images to the icons you want. Plus you need to reduce the size down to that of the icons, move them to the top bar, give them a transparent background.
Apr 26, 2013 3:18 PM

Offline
Feb 2010
12783
DragniMDragnivat said:
Thank you very much ^^ I copied them,and now my layout is completed :)
Oh...and just to ask...how can i make a profile layout,whit a window for a you tube video :/


You have to put an empty space into your profile graphic that can fit a Youtube player. They are 425px across and 355px high. Then you put the BBcode for the player in the space on your layout and it fits in like a image would.

You can see an example in the layout I fixed here:
http://myanimelist.net/forum/?topicid=393393&show=20#msg18976260
Reply Disabled for Non-Club Members
Pages (159) « First ... « 16 17 [18] 19 20 » ... Last »

More topics from this board

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

Shishio-kun - Jul 21, 2017

386 by Shishio-kun »»
7 hours ago

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

Shishio-kun - Feb 16, 2023

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

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

Shishio-kun - Feb 16, 2023

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

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

Valerio_Lyndon - Apr 19, 2018

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

» theme help

threat - Jul 5

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