Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 51 52 [53] 54 55 » ... Last »
Feb 16, 2015 5:39 AM
Offline
Feb 2015
3
Hi! Im new here and i hope im posting this in the right place, also sorry for my poor english :)

So im having a problem...
2 of my anime covers arent showing properly so i used:This Tutorial
And one of the covers is fixed but other one is still missing.
Any suggestions ?
Feb 16, 2015 7:32 AM

Offline
Feb 2014
123
Oiomi-chan said:
zoropp said:
For some reason, things like tags and types of anime are broken. Moreover, instead of an episode counting, it keeps showing me a chapter one:


...Do you know what's wrong?Here are the codes:
looks like You've gotten your hands on the manga version “〆(^∇゜*)♪


I would have said the same if it wasn't for the currently watching part in the up center.
Feb 16, 2015 11:33 AM

Offline
Aug 2014
432
Afyr0 said:
Hi! Im new here and i hope im posting this in the right place, also sorry for my poor english :)

So im having a problem...
2 of my anime covers arent showing properly so i used:This Tutorial
And one of the covers is fixed but other one is still missing.
Any suggestions ?


If you go check this import: http://dl.dropbox.com/u/49469857/MAL/premade/anime.css
You will notice that the picture you are missing are already there. However, they are 404'd.

You added your own import to fix it, but you didn't add it after the first import. In css, the last line takes priority, so it's still trying to use the dead links.

To fix it just put your import after the list's import, like this:
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css);
@import "https://dl.dropboxusercontent.com/s/8igh43zzzqf8fug/covers.css?dl=0";
Feb 16, 2015 12:46 PM
Offline
Feb 2015
3
Satiriques said:
Afyr0 said:
Hi! Im new here and i hope im posting this in the right place, also sorry for my poor english :)

So im having a problem...
2 of my anime covers arent showing properly so i used:This Tutorial
And one of the covers is fixed but other one is still missing.
Any suggestions ?


If you go check this import: http://dl.dropbox.com/u/49469857/MAL/premade/anime.css
You will notice that the picture you are missing are already there. However, they are 404'd.

You added your own import to fix it, but you didn't add it after the first import. In css, the last line takes priority, so it's still trying to use the dead links.

To fix it just put your import after the list's import, like this:
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css);
@import "https://dl.dropboxusercontent.com/s/8igh43zzzqf8fug/covers.css?dl=0";


Wait, i dont quite know what to do (im a total noob), i need to first put
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); on top and then
@import "https://dl.dropboxusercontent.com/s/8igh43zzzqf8fug/covers.css?dl=0";
?
Feb 16, 2015 12:58 PM

Offline
Aug 2014
432
Afyr0 said:
Satiriques said:


If you go check this import: http://dl.dropbox.com/u/49469857/MAL/premade/anime.css
You will notice that the picture you are missing are already there. However, they are 404'd.

You added your own import to fix it, but you didn't add it after the first import. In css, the last line takes priority, so it's still trying to use the dead links.

To fix it just put your import after the list's import, like this:
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css);
@import "https://dl.dropboxusercontent.com/s/8igh43zzzqf8fug/covers.css?dl=0";


Wait, i dont quite know what to do (im a total noob), i need to first put
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); on top and then
@import "https://dl.dropboxusercontent.com/s/8igh43zzzqf8fug/covers.css?dl=0";
?


Here's the complete code:
Feb 16, 2015 1:15 PM
Offline
Feb 2015
3
Satiriques said:
Afyr0 said:


Wait, i dont quite know what to do (im a total noob), i need to first put
@import url(http://dl.dropbox.com/u/49469857/MAL/premade/anime.css); on top and then
@import "https://dl.dropboxusercontent.com/s/8igh43zzzqf8fug/covers.css?dl=0";
?


Here's the complete code:


Thank you, i really appreciate it :)
Feb 18, 2015 2:05 PM
Offline
Feb 2015
4
xXFearTheGuestX said:
Hey guys, sorry if I'm not posting this in the correct place, but I saw a profile and would really like to emulate it.

http://myanimelist.net/animelist/lez_derp

I really like the simplicity of it and the small circular pictures next to the names in the list. The only thing i would change is the top bar color. I tried to ask the profile owner how they did it but never received a reply. Could someone show me how to do this, I'm familiar with the beginners guide and viewing the page source, but i couldn't figure it out.



Please and Thank You


Hey Guys I posted this over a week ago, if know one wants to help cool whatever, but could you at least point me in the direction I need to go? it would be dually appreciated.


thanks
Feb 18, 2015 2:39 PM

Offline
Aug 2013
520
xXFearTheGuestX said:
xXFearTheGuestX said:
Hey guys, sorry if I'm not posting this in the correct place, but I saw a profile and would really like to emulate it.

http://myanimelist.net/animelist/lez_derp

I really like the simplicity of it and the small circular pictures next to the names in the list. The only thing i would change is the top bar color. I tried to ask the profile owner how they did it but never received a reply. Could someone show me how to do this, I'm familiar with the beginners guide and viewing the page source, but i couldn't figure it out.



Please and Thank You


Hey Guys I posted this over a week ago, if know one wants to help cool whatever, but could you at least point me in the direction I need to go? it would be dually appreciated.


thanks
well the thing is that if I am not going to give you a complete tutorial, the only thing I can do is to say rip the code. But I won't that because ripping code is bad manners. So I am not sure of how to help. What I can say is that the pics use .animetitle:before, a set size and border radius of half a sides length.




Feb 18, 2015 5:06 PM

Offline
Feb 2010
12652
xXFearTheGuestX said:
xXFearTheGuestX said:
Hey guys, sorry if I'm not posting this in the correct place, but I saw a profile and would really like to emulate it.

http://myanimelist.net/animelist/lez_derp

I really like the simplicity of it and the small circular pictures next to the names in the list. The only thing i would change is the top bar color. I tried to ask the profile owner how they did it but never received a reply. Could someone show me how to do this, I'm familiar with the beginners guide and viewing the page source, but i couldn't figure it out.



Please and Thank You


Hey Guys I posted this over a week ago, if know one wants to help cool whatever, but could you at least point me in the direction I need to go? it would be dually appreciated.


thanks


Its not that no one wants to help you, its that everyone is super busy this time of year and sometimes questions get lost in the pile- and what you're asking is complicated for the reasons Oiomi brought up. Since Lez_derp didn't answer you or give permission to use his work, we don't know how he feels about you using his layout and we don't want to disrespect him as he made his own layout from nothing probably.

However I can't stop you from eventually figuring out how to rip his CSS or someone else giving it to you. I'd like to avoid anyone from weighing on his bandwidth so you can get his basic CSS from here (I ripped it for you):
http://pastebin.com/UxTuCAvG

You have to host it in your own Dropbox tho and import it to your list, use this tutorial. You need to do this cuz the codes probably can't be simply pasted to the CSS edit box and must be imported to work. You'll have to make your own CSS file (explained bottom of the topic), and paste the codes from the pastebin into it. Then you upload that to Dropbox as instructed in the tutorial.
http://myanimelist.net/forum/?topicid=411779

To get the covers, you also have to make your own anime:before cover CSS with Blink! and also host that on Dropbox (topic tells you how):
http://myanimelist.net/forum/?topicid=1174347

You can also just use the import from step one in this topic, its the same type of cover CSS, but it's not guaranteed to have all your covers (but if you make your own it will):
http://myanimelist.net/forum/?topicid=699861

You can edit the file you upload to change the topbar color. You should also leave his username in the copyright too, of course. If you have questions about different parts of the whole process you can ask about it and bump your post when its not answered right away.
Feb 18, 2015 8:15 PM
Offline
Feb 2015
4
Shishio-kun said:
xXFearTheGuestX said:


Hey Guys I posted this over a week ago, if know one wants to help cool whatever, but could you at least point me in the direction I need to go? it would be dually appreciated.


thanks


Its not that no one wants to help you, its that everyone is super busy this time of year and sometimes questions get lost in the pile- and what you're asking is complicated for the reasons Oiomi brought up. Since Lez_derp didn't answer you or give permission to use his work, we don't know how he feels about you using his layout and we don't want to disrespect him as he made his own layout from nothing probably.

However I can't stop you from eventually figuring out how to rip his CSS or someone else giving it to you. I'd like to avoid anyone from weighing on his bandwidth so you can get his basic CSS from here (I ripped it for you):
http://pastebin.com/UxTuCAvG

You have to host it in your own Dropbox tho and import it to your list, use this tutorial. You need to do this cuz the codes probably can't be simply pasted to the CSS edit box and must be imported to work. You'll have to make your own CSS file (explained bottom of the topic), and paste the codes from the pastebin into it. Then you upload that to Dropbox as instructed in the tutorial.
http://myanimelist.net/forum/?topicid=411779

To get the covers, you also have to make your own anime:before cover CSS with Blink! and also host that on Dropbox (topic tells you how):
http://myanimelist.net/forum/?topicid=1174347

You can also just use the import from step one in this topic, its the same type of cover CSS, but it's not guaranteed to have all your covers (but if you make your own it will):
http://myanimelist.net/forum/?topicid=699861

You can edit the file you upload to change the topbar color. You should also leave his username in the copyright too, of course. If you have questions about different parts of the whole process you can ask about it and bump your post when its not answered right away.


Thank you so much for the reply, I wasn't trying to step on any ones toes and I'm sorry if thats how I came off. Not trying to steal anything from any one
Feb 18, 2015 8:17 PM
Offline
Feb 2015
4
Oiomi-chan said:
xXFearTheGuestX said:


Hey Guys I posted this over a week ago, if know one wants to help cool whatever, but could you at least point me in the direction I need to go? it would be dually appreciated.


thanks
well the thing is that if I am not going to give you a complete tutorial, the only thing I can do is to say rip the code. But I won't that because ripping code is bad manners. So I am not sure of how to help. What I can say is that the pics use .animetitle:before, a set size and border radius of half a sides length.


Thank you I really appreciate your response, I can see you all do so much for the community especially for a noob like me
Feb 19, 2015 4:23 AM

Offline
Feb 2010
12652
xXFearTheGuestX said:
Shishio-kun said:


Its not that no one wants to help you, its that everyone is super busy this time of year and sometimes questions get lost in the pile- and what you're asking is complicated for the reasons Oiomi brought up. Since Lez_derp didn't answer you or give permission to use his work, we don't know how he feels about you using his layout and we don't want to disrespect him as he made his own layout from nothing probably.

However I can't stop you from eventually figuring out how to rip his CSS or someone else giving it to you. I'd like to avoid anyone from weighing on his bandwidth so you can get his basic CSS from here (I ripped it for you):
http://pastebin.com/UxTuCAvG

You have to host it in your own Dropbox tho and import it to your list, use this tutorial. You need to do this cuz the codes probably can't be simply pasted to the CSS edit box and must be imported to work. You'll have to make your own CSS file (explained bottom of the topic), and paste the codes from the pastebin into it. Then you upload that to Dropbox as instructed in the tutorial.
http://myanimelist.net/forum/?topicid=411779

To get the covers, you also have to make your own anime:before cover CSS with Blink! and also host that on Dropbox (topic tells you how):
http://myanimelist.net/forum/?topicid=1174347

You can also just use the import from step one in this topic, its the same type of cover CSS, but it's not guaranteed to have all your covers (but if you make your own it will):
http://myanimelist.net/forum/?topicid=699861

You can edit the file you upload to change the topbar color. You should also leave his username in the copyright too, of course. If you have questions about different parts of the whole process you can ask about it and bump your post when its not answered right away.


Thank you so much for the reply, I wasn't trying to step on any ones toes and I'm sorry if thats how I came off. Not trying to steal anything from any one


Don't worry about seeming like a thief, it doesn't come off that way. imo I think its fine as long as you- don't take credit for others work, leave their name in the copyright credits, don't steal their bandwidth, and tried to contact the original maker for permission. If they really don't want you using it they will respond.
Feb 19, 2015 8:48 AM
Offline
Jul 2014
3
How do I use "#list_surround" the 2nd time. I have it used it once for a banner on the top of my list but now I want to use it again for something similar on the bottom.

If I copy my code but just replace "background-position: right top;" with "background-position: right bottom;" Only the 2nd one shows up because it overrides the first one.
Feb 19, 2015 8:55 AM

Offline
Jan 2012
1578
You can use pseudo-elements

#list_surround:before {
position: absolute;
display: block;
content: '';
left: ;
top: ;
width: ;
height: ;
background: ;
}

#list_surround:after {
position: absolute;
display: block;
content: '';
left: ;
top: ;
width: ;
height: ;
background: ;
}
Feb 19, 2015 9:58 AM
Offline
Jul 2014
3
Hahaido said:
You can use pseudo-elements

#list_surround:before {
position: absolute;
display: block;
content: '';
left: ;
top: ;
width: ;
height: ;
background: ;
}

#list_surround:after {
position: absolute;
display: block;
content: '';
left: ;
top: ;
width: ;
height: ;
background: ;
}


I'm super noob at css :/

How do I turn this:


#list_surround {
background-image: url(http://i.imgur.com/bR9uvZx.png);
background-position: right top;
background-repeat: no-repeat;
padding-top: 228px;
}

#list_surround {
background-image: url(http://i.imgur.com/sovnk01.png);
background-position: right bottom;
background-repeat: no-repeat;
padding-bottom: 236px;
}


in to that?
Feb 19, 2015 10:16 AM

Offline
Jan 2012
1578
Try this

#list_surround {
padding: 228px 0 236px;
background-image: url(http://i.imgur.com/bR9uvZx.png), url(http://i.imgur.com/sovnk01.png);
background-position: right top, right bottom;
background-repeat: no-repeat;
}
Feb 19, 2015 10:27 AM
Offline
Jul 2014
3
Hahaido said:
Try this

#list_surround {
padding: 228px 0 236px;
background-image: url(http://i.imgur.com/bR9uvZx.png), url(http://i.imgur.com/sovnk01.png);
background-position: right top, right bottom;
background-repeat: no-repeat;
}


THANKS! :D It worked!
Feb 21, 2015 2:57 PM

Offline
Aug 2014
432
I want to modify the color of the font of the anime titles from only the .td2 selector, how can I do that? For exemple, I'd like having the anime title of the .td1 black, and .td2 white.
Feb 21, 2015 3:35 PM

Offline
Aug 2013
520
Satiriques said:
I want to modify the color of the font of the anime titles from only the .td2 selector, how can I do that? For exemple, I'd like having the anime title of the .td1 black, and .td2 white.
.td2 .animetitle 
{
         color:black;
}




Feb 21, 2015 3:47 PM

Offline
Aug 2014
432
Oiomi-chan said:
Satiriques said:
I want to modify the color of the font of the anime titles from only the .td2 selector, how can I do that? For exemple, I'd like having the anime title of the .td1 black, and .td2 white.
.td2 .animetitle 
{
         color:black;
}


Thanks, I did that without spaces and it wasn't working. Why is a space needed in this case?
Feb 21, 2015 4:21 PM

Offline
Aug 2013
520
Satiriques said:
Oiomi-chan said:
.td2 .animetitle 
{
         color:black;
}


Thanks, I did that without spaces and it wasn't working. Why is a space needed in this case?
because a selector doesn't really have any length limits and therefore you need something to divide it. This selector selects all .animetitle selectors that are children of a .td2 parent and therefore it is made out of two different selectors. http://www.w3schools.com/cssref/css_selectors.asp




Feb 23, 2015 4:51 PM
Offline
Apr 2014
2
I'm slowly trying to make my own page and I'm trying to add a sliding menu on the side. The only problem is that I don't know how to make my page just show one section of my list by default. For instance if you would look at my anime page it just show what I am watching, or it would just show what I have completed.

I'm not the best at css so I've been taking bits of other code then just altering them a bit. That is why I looks like a cluster right now and also because I'm not finished yet.

Thank you in advanced if anyone can comment and help.
Feb 23, 2015 6:42 PM

Offline
Aug 2014
432
I'm not quite sure to understand what you mean.

The only problem is that I don't know how to make my page just show one section of my list by default. For instance if you would look at my anime page it just show what I am watching, or it would just show what I have completed.


So do you want your list to only show one section, or all five of them?
Feb 26, 2015 10:50 PM

Offline
Feb 2015
2987
I don't know if this has been asked before but I'll try asking. I'm new at using Photoshop CC and I wanted to learn how to create good renders that can be used for images. If anyone can help, than thank you very much. I want to be able to create a render that is not choppy or unprofessional like.
Feb 27, 2015 10:23 AM

Offline
Aug 2014
432
GENBrian said:
I don't know if this has been asked before but I'll try asking. I'm new at using Photoshop CC and I wanted to learn how to create good renders that can be used for images. If anyone can help, than thank you very much. I want to be able to create a render that is not choppy or unprofessional like.

There's a tutorial in this thread.
Feb 28, 2015 12:52 PM
Offline
Jul 2018
561874
I was trying to add the hover-display to my list's anime/manga covers.. but for some reason every time i click 'Update CSS' after pasting the code i always get this error page (http://i.imgur.com/i9aYYHW.png) .
idk .. is it because the code is very long ?
how can i fix that ?
Feb 28, 2015 10:00 PM

Offline
Feb 2010
12652
AmMar-Sama said:
I was trying to add the hover-display to my list's anime/manga covers.. but for some reason every time i click 'Update CSS' after pasting the code i always get this error page (http://i.imgur.com/i9aYYHW.png) .
idk .. is it because the code is very long ?
how can i fix that ?


Well I never seen that error so idk- are you adding the entire list of covers or just the few lines? You only need to add a few lines of CSS to your code in the end. Also what topic are you using.
Mar 1, 2015 4:25 AM
Offline
Jul 2018
561874
Shishio-kun said:
AmMar-Sama said:
I was trying to add the hover-display to my list's anime/manga covers.. but for some reason every time i click 'Update CSS' after pasting the code i always get this error page (http://i.imgur.com/i9aYYHW.png) .
idk .. is it because the code is very long ?
how can i fix that ?


Well I never seen that error so idk- are you adding the entire list of covers or just the few lines? You only need to add a few lines of CSS to your code in the end. Also what topic are you using.


I used the code from this topic [ http://myanimelist.net/forum/?topicid=563993 ].
And yes.. i tried to add the whole thing to the top of my CSS code. (in that topic it says to add it in the top, not in the end).
I figured that would be more convenient so that I won't need to add a line every single time I add an anime to my list ;-;
If i was supposed to choose only the lines i need .. how do i do that ? I mean .. the code contains thousands of lines ... and they don't seem to have a particular order so it's a bit difficult ..
Mar 1, 2015 5:47 AM

Offline
Feb 2010
12652
AmMar-Sama said:
Shishio-kun said:


Well I never seen that error so idk- are you adding the entire list of covers or just the few lines? You only need to add a few lines of CSS to your code in the end. Also what topic are you using.


I used the code from this topic [ http://myanimelist.net/forum/?topicid=563993 ].
And yes.. i tried to add the whole thing to the top of my CSS code. (in that topic it says to add it in the top, not in the end).
I figured that would be more convenient so that I won't need to add a line every single time I add an anime to my list ;-;
If i was supposed to choose only the lines i need .. how do i do that ? I mean .. the code contains thousands of lines ... and they don't seem to have a particular order so it's a bit difficult ..


"In the end"- what I meant by that after all is done, you usually only need to add a few lines of code to your CSS to get covers with most of the set ups, I wasn't talking about the end of the list codes, rather the end of the process.

In step one, you don't click the link after @import and manually add all those lines to your CSS. As it says in the instructions, only add one of the lines with @import (depending on if its going to your anime list or manga) to the top of your CSS . So your anime list layout CSS would look like this after:



Notice I put the line from step 1 at the top (I put it in bold). Just do that, then follow instructions in steps 2 and 3 perfectly and it should go fine. In step 2 you click a link and add codes from the page it takes you to your CSS (bottom). And step 3 you pick a style and add the codes from the spoiler to your CSS bottom as well.

You don't ever need to view all those thousands of lines from step 1 to add covers. They're all contained within that one line in step 1 for convenience. Hope that makes everything clear, if not post back
Shishio-kunMar 1, 2015 5:51 AM
Mar 1, 2015 10:50 AM
Offline
Jul 2018
561874
Shishio-kun said:
AmMar-Sama said:


I used the code from this topic [ http://myanimelist.net/forum/?topicid=563993 ].
And yes.. i tried to add the whole thing to the top of my CSS code. (in that topic it says to add it in the top, not in the end).
I figured that would be more convenient so that I won't need to add a line every single time I add an anime to my list ;-;
If i was supposed to choose only the lines i need .. how do i do that ? I mean .. the code contains thousands of lines ... and they don't seem to have a particular order so it's a bit difficult ..


"In the end"- what I meant by that after all is done, you usually only need to add a few lines of code to your CSS to get covers with most of the set ups, I wasn't talking about the end of the list codes, rather the end of the process.

In step one, you don't click the link after @import and manually add all those lines to your CSS. As it says in the instructions, only add one of the lines with @import (depending on if its going to your anime list or manga) to the top of your CSS . So your anime list layout CSS would look like this after:



Notice I put the line from step 1 at the top (I put it in bold). Just do that, then follow instructions in steps 2 and 3 perfectly and it should go fine. In step 2 you click a link and add codes from the page it takes you to your CSS (bottom). And step 3 you pick a style and add the codes from the spoiler to your CSS bottom as well.

You don't ever need to view all those thousands of lines from step 1 to add covers. They're all contained within that one line in step 1 for convenience. Hope that makes everything clear, if not post back


It worked. Thanks! =)
Mar 1, 2015 3:58 PM

Offline
May 2009
64
I need a style layout where whatever i've written in the comment field pops up on hover. Also hopefully with a space for a disclaimer. Hopefully not devoted to any specific anime.

Alternatively, if you can explain how do i do that in css, i'm down for it as well.
All aboard the delusion train.
Mar 3, 2015 5:32 AM

Offline
Sep 2014
7338
how do I make my list scale to the viewer's desktop? I modified another user's myanimelist to my theme (with his consent!) and I absolutely love the way it looks, but it seems not to work with different resolutions.
Mar 3, 2015 6:07 AM

Offline
Aug 2014
432
KLKfanboy said:
how do I make my list scale to the viewer's desktop? I modified another user's myanimelist to my theme (with his consent!) and I absolutely love the way it looks, but it seems not to work with different resolutions.


Mother of God



Read this, it's pretty much self-explanatory : https://css-tricks.com/viewport-sized-typography/
Mar 3, 2015 6:35 AM

Offline
Sep 2014
7338
naah, that's too much hassle and not what I meant
i simply wanted to know how to scale the background XD
i can't into this CSS thingy at all
Mar 3, 2015 7:37 AM

Offline
Aug 2014
432
KLKfanboy said:
naah, that's too much hassle and not what I meant
i simply wanted to know how to scale the background XD
i can't into this CSS thingy at all

background-size: cover;
Mar 3, 2015 8:01 AM

Offline
Sep 2014
7338
Where do I put it? I tried few places but my background just goes blank
Mar 3, 2015 9:10 AM

Offline
Aug 2014
432
KLKfanboy said:
Where do I put it? I tried few places but my background just goes blank


https://2417bc822d5a1a1c0611cf272de2c2bba8f1ceda.googledrive.com/host/0Bwdzx21-2YyneGJMUldmUVljSVk/test.css

Next time, make sure you organise your list like I did for the body part, makes helping a lot easier. I also changed your wallpaper so it doesn't cut at the feet.

(you can put the background-color the same color as the wallpaper and move it around if you wanted Ryuuko to be more centered in the remaining area. You might want to change the right -XXXpx part, because I did this for 1920x1080)
SatiriquesMar 3, 2015 9:40 AM
Mar 3, 2015 9:50 AM

Offline
Sep 2014
7338
The wallpaper was cut in this way myself to look good on my screen XD before I even though of it scaling.

Thanks a lot, you're the best.
Mar 3, 2015 11:33 AM

Offline
Jul 2013
645
I have a question I have on my list covers, but they wont go to center (only stay at the left side of the screen) does anyone know how to get it to the center?
Mar 3, 2015 12:58 PM
Offline
Oct 2014
2
Is there a way to make it so the scrollbar is always visible or to hide it all together? I tried using

html {overflow-y: scroll;}

but it doesn't work.
Mar 4, 2015 4:09 PM
Offline
Jul 2014
76
Not sure where to post this


Can anyone help me with this?
I designed the list on my desktop which is a higher resolution than my laptop. so when i check my list on my laptop the anime title text doesnt always fit on one line. how do I make it not display the text under the cover icons?

CSS skill rank: Beginner

-->IMAGE<--



-->CODE<--




I just learned recently how to color text, Its soooo cool!
<3 <3 Thank you for the help! <3 <3
Mar 4, 2015 7:29 PM

Offline
Oct 2009
7734
Remove
padding-left:20%;

line add place either
padding-left:12%;

or
padding-left:100px;

under
.td1:nth-of-type(2), .td2:nth-of-type(2) {

instead
Mar 4, 2015 9:21 PM

Offline
Feb 2010
12652
KawaiiCute said:
I have a question I have on my list covers, but they wont go to center (only stay at the left side of the screen) does anyone know how to get it to the center?


Use the notes in the code for repositioning covers. It specifically says how. If that doesn't work then post back, but it works in preview. Also you can't use background links from Konachan, use a site like Imgur for uploading and linking wallpapers
Mar 5, 2015 2:33 AM

Offline
Jul 2013
645
Shishio-kun said:
KawaiiCute said:
I have a question I have on my list covers, but they wont go to center (only stay at the left side of the screen) does anyone know how to get it to the center?


Use the notes in the code for repositioning covers. It specifically says how. If that doesn't work then post back, but it works in preview. Also you can't use background links from Konachan, use a site like Imgur for uploading and linking wallpapers


Thanks on the background tip :D
The shuffle is still not working for some reason

The code I use:
Mar 6, 2015 7:48 AM

Offline
Feb 2015
2987
How do you know what type of background is good for a render? Like I have a Ginti render but I don't know what background he would work on. There is no bar backgrounds that i can use
Mar 6, 2015 8:20 AM
Offline
Jan 2015
8
Is there a quick way to change this list?
[spoiler] /spoiler]
I absolutely love this style,the side buttons,the headers everythign is great but the only thing I dont like are the dvd covers.I would like to get a normal list style like this one :


first code :

second code :


Read more at http://myanimelist.net/forum/?topicid=393503&show=40#0X5BcDCTe6MVyi7s.99

I hope my question is clear,my english isnt that good :x
CoLd_J0kerMar 6, 2015 11:30 AM
Mar 6, 2015 10:45 AM

Offline
Jul 2013
1917
Hello

Im new to HTML coding, cut to the chase, I'm trying to create a blog by using a pre-made template. However it is suppose to look like this:



but mines is like this:





The code: http://speedy.sh/QVmZp/program-code.txt


Where in the code do I have to change to correct this?
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
Mar 6, 2015 12:17 PM

Offline
Feb 2010
12652
GENBrian said:
How do you know what type of background is good for a render? Like I have a Ginti render but I don't know what background he would work on. There is no bar backgrounds that i can use


Its hard to know, expect that if say a render is brightly it it will probably work better for a well lit beach or something. A glowing or darker render will look better in a dark setting, say beach at night. And a render that is of, say, a samurai, won't make sense in a modern day high school. So things like that narrow down your choices.

And I'll give you a cool tip Hahaido gave me. A character can actually work for many more backgrounds than you'd think. Like it doesn't always have to be a background the character would normally be in. You can try to make custom scenarios with a render and uncommon backdrop. Like notice on card G Miku is against a sky/plains backdrop:
http://myanimelist.net/forum/?topicid=589967

She probably came from a techno backdrop before being rendered but she matches the sky one too and the effects help. You'll see similar things in the other cards of Hahaidos in that topic.

Also here, if you look in the Makise and Lucy cards, these were renders, but I put them in backdrops that I felt made cool scenarios. Makise is welcoming someone home in a bunnysuit in a huge mansion and Lucy is up against usual kirakira-type sparkly anime background:
http://myanimelist.net/forum/?topicid=1311119
All I had to do was add a few sparkles and minimal lighting effects and it worked out nicely for those two. So you can look for similar backdrops to make cool scenarios for renders you have. Adding effects can help merge them together even better so they don't conflict.

What I would do is make a folder with all the backgrounds and then sample the render against them. An idea may come to mind. I have a whole folder for this thing and the sources in this group helped alot.
Mar 6, 2015 12:25 PM

Offline
Feb 2015
2987
Thank you so much for helping Shishio. I kind of get it now. Just experiment until you think it looks good.
Mar 6, 2015 12:38 PM

Offline
Feb 2010
12652
KawaiiCute said:
Shishio-kun said:


Use the notes in the code for repositioning covers. It specifically says how. If that doesn't work then post back, but it works in preview. Also you can't use background links from Konachan, use a site like Imgur for uploading and linking wallpapers


Thanks on the background tip :D
The shuffle is still not working for some reason

The code I use:


The code got broken over time. Delete all the old Shuffle style covers codes (except the import at the top) and use the codes from this link instead:
http://tny.cz/52dcc2c3

btw it seems your covers are all unaligned cuz of the
text-align:center;
vertical-align:middle;
codes in the CSS, and the fact there's no numbers collumn. Remove this or readd the numbers column if you wanna realign the covers. Not neccessary tho.
Shishio-kunMar 6, 2015 12:44 PM
Reply Disabled for Non-Club Members
Pages (159) « First ... « 51 52 [53] 54 55 » ... 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