Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 53 54 [55] 56 57 » ... Last »
Mar 25, 2015 12:15 PM

Offline
Nov 2011
304
@Twin_Moons
You can use my random CSS script
Mar 26, 2015 7:45 AM

Offline
Feb 2010
1282
VeriTi said:
@Akai_Shuichi
The problem is with this selector:
.table_header:last-of-type {
border-radius: 0px 15px 0px 0px;
}

last-of-type is your tag row, which you've removed, so this has no effect. Replace it with
.table_header:nth-of-type(5) {
border-radius: 0px 15px 0px 0px;
}


Thanks!

People need societies, but they don't necessarily need nations. - Yang Wen-li
Mar 27, 2015 3:01 PM

Offline
Dec 2013
421
Hi I would like some help.

I bought this:
The Megami Magazine Special Edition (Highschool DxD)


And it comes with a lot of ecchi pictures.

So I was trying to scan them so I could use them in my about me section and make renders out of them.

The problem is that the scans looks really bad. I don't know if it's because the material it's kinda glossy or bright. But it looks bad when you zoom it. Also the colors are lighter.

Here:


So would anyone give me some tips to make it look better?

This is how it's supposed to be the image:


I haven't been able to find all the images I want so I want to scan them but need your help please.

Also I'll share the pics once I get to scan them properly.
Mar 28, 2015 12:19 PM

Offline
Mar 2008
3105
Hello, I'm too dumb so I need some help ;_;
I want the same cover previewer that Rin-ichihara has.
I took a look at her code but for the love of christ, I can't find it..
of course I would change a few things :)

(the ones that are currently in the club all look different and one has some kind of effect when you hover over the title ;w;)
Mar 28, 2015 12:32 PM

Offline
Feb 2010
12638
Angel said:
Hello, I'm too dumb so I need some help ;_;
I want the same cover previewer that Rin-ichihara has...
(the ones that are currently in the club all look different and one has some kind of effect when you hover over the title ;w;)


? Its not a new cover preview style, its the same as in this topic but she made some color and extra changes:
http://myanimelist.net/forum/?topicid=563993

Anyways I ripped the parts from her code which she adjusted from that topic:

span[id*="tagRow"] {
background-color: #FFFFFF !important;
border: 2px solid #a1ed3d;
border-radius: 0 0 10px 10px;
display: block !important;
line-height: 15px !important;
padding: 20px 8px 8px;
position: fixed;
right: 970px;
text-shadow: 0 0 0 #000000 !important;
top: 493px;
visibility: hidden;
width: 199px;
}
tr:hover span[id*="tagRow"] {
color: #7F7E7E !important;
visibility: visible;
}
:hover + .hide {
background-color: #a1ed3d;
background-position: 50% 50% !important;
background-repeat: no-repeat !important;
background-size: auto auto !important;
border-color: #FFFFFF;
border-radius: 16px 16px 0 0;
border-style: solid;
border-width: 2px;
box-shadow: 0 2px 2px #000000;
display: block !important;
height: 250px;
padding: 39px 22px 9px 10px;
position: fixed;
right: 970px;
top: 210px;
width: 183px;
}
Shishio-kunMar 28, 2015 12:47 PM
Mar 28, 2015 12:46 PM

Offline
Mar 2008
3105
Shishio-kun said:
Angel said:
Hello, I'm too dumb so I need some help ;_;
I want the same cover previewer that Rin-ichihara has.
I took a look at her code but for the love of christ, I can't find it..
of course I would change a few things :)

(the ones that are currently in the club all look different and one has some kind of effect when you hover over the title ;w;)


? How exactly is it different from this:

Minus the preview text, which can be taken off with the topic?

wait I didn't even see that lol
from where is that?
MY BAD, forgive me ;_;

edit: aaah, you changed your reply! thank you so much:) I figured out something now, just need to adjust it a little
Vanessa-Mar 28, 2015 12:50 PM
Mar 28, 2015 12:50 PM

Offline
Feb 2010
12638
Angel said:
Shishio-kun said:


? How exactly is it different from this:

Minus the preview text, which can be taken off with the topic?

wait I didn't even see that lol
from where is that?
MY BAD, forgive me ;_;


It was with the other cover previews under list tutorials, which is linked via the first post which I asked to read in this topic's title. Anyways I edited my last post with the codes so you can just use those, you won't have to go thru the trouble of editing the colors like hers.
Mar 28, 2015 1:22 PM

Offline
Feb 2010
12638
edup_2004 said:
Hi I would like some help.

I bought this:
The Megami Magazine Special Edition (Highschool DxD)


And it comes with a lot of ecchi pictures.

So I was trying to scan them so I could use them in my about me section and make renders out of them.

The problem is that the scans looks really bad. I don't know if it's because the material it's kinda glossy or bright. But it looks bad when you zoom it. Also the colors are lighter.

Here:


So would anyone give me some tips to make it look better?

This is how it's supposed to be the image:


I haven't been able to find all the images I want so I want to scan them but need your help please.

Also I'll share the pics once I get to scan them properly.


Whoa cool mag. Isn't lighting the problem? Maybe play around with that. If I was in your position I would try to find someone with experience scanning. Not a manga scanner, but an artsy one who cares about final quality like you, best bet imo is on Minitokyo forums:
http://www.minitokyo.net/
Not sure where you'd find that on MAL, maybe Creative Corner (MAL forum).

btw I think a lot of quality scans too are touched up after scanning with Photoshop later to improve the look, taking out artifacts and improving the lighting/color and such. SweetMonia's PS tutorials or Photoshop actions might be able to do that (I have no idea for sure tho). The Minitokyo ppl might know
Mar 28, 2015 7:00 PM
Offline
Jul 2014
4
Okay, my list is near perfect now. Would anyone be kind enough to help me finish it? The alignment of certain things on my list is slightly off-place in Firefox compared to Chrome. For example, my "Sort List" drop down menu isn't aligned properly in Firefox, but it is in Chrome. The same goes for the copyright in the corner. I don't understand. The same code applies right?

My Anime List: http://myanimelist.net/animelist/jakeranson

My Code:
Mar 29, 2015 5:37 AM

Offline
Mar 2008
3105
Ok, another problem (I did manage to fix another one myself xD).
I want to add a picture to a certain anime in the tag section (only a small one), how do I do it?
I did take a look at this, but it only explains how to change it for the anime titles... I don't get what's the right selector for the tag section ._.

To make it (hopefully) easier to understand what I mean:
Vanessa-Mar 29, 2015 12:31 PM
Mar 29, 2015 9:56 AM
Offline
Mar 2015
3


http://myanimelist.net/animelist/kuukoro&status=7&order=0 i have a problem with that black area on top. how i get it so it doesnt cut kagamis hairs? sry my bad eng.
Mar 29, 2015 10:05 AM

Offline
Aug 2014
432
kuukoro said:


http://myanimelist.net/animelist/kuukoro&status=7&order=0 i have a problem with that black area on top. how i get it so it doesnt cut kagamis hairs? sry my bad eng.


Your gonna have to use another image : https://lh6.googleusercontent.com/-G-DIG4wsUjU/VHmrmSPM_1I/AAAAAAAAJO4/U3Sy3D-qn6c/w800-h800/_kuroko_no_basket___kagami_taiga_render_02_by_shriox-d6r6auq.png

If you still want to use the same background, try background-size:cover; and put it in body{ }
Mar 29, 2015 1:57 PM

Offline
Feb 2010
12638
Angel said:
Ok, another problem (I did manage to fix another one myself xD).
I want to add a picture to a certain anime in the tag section (only a small one), how do I do it?
I did take a look at this, but it only explains how to change it for the anime titles... I don't get what's the right selector for the tag section ._.

To make it (hopefully) easier to understand what I mean:


That would be the topic you would use as its easiest way to customize an individual row. It can be moved over to the right on top of tags with the same position codes from other topics and layouts, like when moving a cover. Since your list is the same size on all resolutions it should be in the same place on all screens too.

This is an example with Bleach you have to find the link for w/e anime you're doing this for, but you get the link by clicking the title on your list and ripping it from the address how I did with Bleach (Anime #269)


a[href="/anime/269/Bleach"]:after{
background-image: url("http://i44.tinypic.com/qswhkz.jpg");
content: "";
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right top;
background-color: transparent;
padding-bottom: 50px;
padding-right: 300px !important;
color: !important;
position: absolute;
left: 600px;
pointer-events: none;
}

And I use this after version so it doesn't take away from the title as much.

Example on my list for a bit:
http://myanimelist.net/animelist/Shishio-kun&status=3&order=0
Mar 29, 2015 2:13 PM

Offline
Mar 2008
3105
YAY~ I understand how to do it now, thanks! ^_^
Mar 29, 2015 3:40 PM

Offline
Feb 2010
12638
Angel said:
YAY~ I understand how to do it now, thanks! ^_^


Good, but just a suggestion I think you should use after or before version since it will prevent other parts of the layout from getting out of place

a[href="/anime/23755/Nanatsu_no_Taizai"]:after{
background-image: url("http://i44.tinypic.com/qswhkz.jpg");
content: "";
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right top;
background-color: transparent;
padding-bottom: 400px;
padding-right: 300px !important;
color: !important;
position: absolute;
left: 600px;
pointer-events: none;
}
Mar 29, 2015 10:35 PM

Offline
Mar 2008
3105
Yeah, I know, I was too tired yesterday and wanted to test how it looks like without it xD

Isn't there a way of increasing the whole height of one specific column?:
(I know how to increase it with .td1/.td2 but that would increase more than one... ARGH so difficult)

Anyway, I'll be back this afternoon/evening:)
Mar 31, 2015 11:36 AM

Offline
Feb 2010
12638
Angel said:
Yeah, I know, I was too tired yesterday and wanted to test how it looks like without it xD

Isn't there a way of increasing the whole height of one specific column?:
(I know how to increase it with .td1/.td2 but that would increase more than one... ARGH so difficult)

Anyway, I'll be back this afternoon/evening:)


There's probably other ways but I think the easiest is to use the anime title codes again, this time with the "before" code instead of "after":

a[href="/anime/269/Bleach"]:before{
content: "";
pointer-events: none;
font-size: 100px;
padding-left: 1px;
position: relative;
}

a[href="/anime/269/Bleach"]{
position: relative;
top: -30px;
left: 0px;
}


You move the title back in place with the second set of codes (top, left etc). The first set is the one that is giving the row space. Its pumping up invisible text put in before the title to raise the whole row on just that title. You should be able to get more space by increasing the font size in the first set of codes, but you have to adjust the top/left in the second set after
Mar 31, 2015 1:54 PM
Offline
Oct 2013
3
Ok, so i finally learned to use CSS (or at least, a little bit) and everything was going great. I got a layout/style from another forum, and even added a cover art + review hover feature. Well, everything is fine except one problem.
There's an overhang under each section where it says "Score", "Type", and "Progress". And if you hover the mouse anywhere under that area, it glitches out the Cover Art/Mini Review hover feature.
Here's my list to show you what i mean.

http://myanimelist.net/animelist/KaynyeEast

Is there any way to remove this overhang, even if it means getting rid of where it says "score", "type", and "progress"?
Or, if theres a way, to move those words to the left, so they still fit over their respective categories?
Also, my CSS makes it so my "More" button doesn't work, so learning how to remove that would also be great!
Any and all help is appreciated!
Mar 31, 2015 2:18 PM

Offline
Aug 2014
432
KaynyeEast said:
Ok, so i finally learned to use CSS (or at least, a little bit) and everything was going great. I got a layout/style from another forum, and even added a cover art + review hover feature. Well, everything is fine except one problem.
There's an overhang under each section where it says "Score", "Type", and "Progress". And if you hover the mouse anywhere under that area, it glitches out the Cover Art/Mini Review hover feature.
Here's my list to show you what i mean.

http://myanimelist.net/animelist/KaynyeEast

Is there any way to remove this overhang, even if it means getting rid of where it says "score", "type", and "progress"?
Or, if theres a way, to move those words to the left, so they still fit over their respective categories?
Also, my CSS makes it so my "More" button doesn't work, so learning how to remove that would also be great!
Any and all help is appreciated!


Play with that at the bottom of your code. You already have it, you simply didn't change it:
Mar 31, 2015 6:42 PM
Offline
Apr 2013
9
Umm... I applied the One Piece theme to the anime part of my list, everything went well accept the anime titales and descriptions would not show up.
Apr 1, 2015 5:59 AM

Offline
Oct 2014
306
Hi,

I have a problem with my both list.
when I 'm not online , font changes then I do not know why

it's ugly.

Could you help me please?
Apr 1, 2015 1:30 PM

Offline
Apr 2013
174
I lost my ability to show covers and tags in my list. I couldn't find any code for covers in my list. Previous posts didn't help. Here's my code (I made small changes to the original):



PoissonRouge said:

when I 'm not online , font changes then I do not know why

I'd like to know that as well. But it should be somehow related to MAL. Because if you clear cookies or view from another device without logging in, it shows normally. This is one of the biggest annoyances to me. Hope there's a fix.
Open to chat about any storytelling related subject as long as it's clever and respectful.
Myanimelist
Apr 1, 2015 4:22 PM
Offline
Jul 2014
17
I was recently messing around with my CSS and ended up screwing everything up. Could you re-modify mine? I had the star filled sky one with the massive poster of each show. Sorry, if i seem like a problem. But as of right now, it is hideous to look at.

I tried to modify it because of the silly my little pony prank. But i tried to change it back and failed.

My Layout looked like this http://i.imgur.com/A6boI66.jpg

Sorry for being a hassle. But I am bad at programing.
MagnitudeReviewsApr 1, 2015 4:47 PM
Apr 1, 2015 5:00 PM
Offline
Apr 2013
9
How do I do the pop up title and description for anime when doing my css?
Apr 2, 2015 9:36 AM

Offline
May 2012
2
hello.
Can someone tell me how I can decode a html code like this

I want to change the color or something but i can't open the link in the import because of this numbers and letters. I don't understand anything of css or html but I want to know what sort of decoding is this??
Apr 2, 2015 10:05 AM

Offline
Feb 2010
12638
BoyScouts1 said:
I was recently messing around with my CSS and ended up screwing everything up. Could you re-modify mine? I had the star filled sky one with the massive poster of each show. Sorry, if i seem like a problem. But as of right now, it is hideous to look at.

I tried to modify it because of the silly my little pony prank. But i tried to change it back and failed.

My Layout looked like this http://i.imgur.com/A6boI66.jpg

Sorry for being a hassle. But I am bad at programing.


In that case you should just find the original code again and reinstall it, deleting any changes. But specifically it looks like you took out the asterisks (never do that unless instructed to, which you almost never will be), and maybe tried to put in your own covers code too- reinstall the layout with this code, and with proper covers

/* Covers */
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

/* Code */
@import url(https://dl.dropbox.com/s/net49efyjsm56nf/Space.css);

a { color: rgb(0, 102, 255);}

body { color: white;}

and if you tried to put in your covers follow the tutorial here exactly, the link you had wasn't the one the tutorial shows how to do
Apr 2, 2015 10:21 AM

Offline
Feb 2010
12638
sasayaku said:
hello.
Can someone tell me how I can decode a html code like this

I want to change the color or something but i can't open the link in the import because of this numbers and letters. I don't understand anything of css or html but I want to know what sort of decoding is this??


Here is the layout it links to, I can't give out the decoded url address tho since they might be trying to hide that and I have to respect their wishes. But I don't really see a problem with handing out layout codes tho unless there's text saying otherwise (which there isn't). You should leave the copyright up btw, if you make changes you can add your name with theirs, but always leave the original author up somehow no matter how many changes you make
http://tny.cz/b29e5d34
Shishio-kunApr 2, 2015 10:24 AM
Apr 2, 2015 10:26 AM

Offline
Feb 2010
12638
animemasterrose said:
How do I do the pop up title and description for anime when doing my css?


Example? You're too vague for me to give you an answer, that could be interpreted as a lot of things imo. Search the tutorials as instructed in first post and see if the covers tutorial on pop up title and tags is what you want
Apr 2, 2015 10:28 AM

Offline
Feb 2010
12638
animemasterrose said:
Umm... I applied the One Piece theme to the anime part of my list, everything went well accept the anime titales and descriptions would not show up.


You're not using the OP theme atm, and there are multiple themes from that show, so not enough info and I'm gonna assume its solved- if not link the layout. it might have been cuz you don't have the settings the layout needs, usually the opening post tells you how
Apr 2, 2015 10:36 AM

Offline
Feb 2010
12638
Prequel said:
I lost my ability to show covers and tags in my list. I couldn't find any code for covers in my list. Previous posts didn't help. Here's my code (I made small changes to the original):



PoissonRouge said:

when I 'm not online , font changes then I do not know why

I'd like to know that as well. But it should be somehow related to MAL. Because if you clear cookies or view from another device without logging in, it shows normally. This is one of the biggest annoyances to me. Hope there's a fix.


Go to site problems and fixes (sticky topic, or link on top of club information page) and get the proper cover code and replacement for cssforfoxgirls import, there will be codes for you to copy in and it tells you what to replace. That should fix the covers. now go thru your code and do this:

Tags is your seventh column on your list if its blank, right? Find stuff that says nth of type (6) or something like that, and change all the 6's to 7. If still not working post back with attempts at fixing code

Don't know about the font, how is it changing and which font in particular?
Apr 2, 2015 10:50 AM

Offline
Feb 2010
12638
PoissonRouge said:
Hi,

I have a problem with my both list.
when I 'm not online , font changes then I do not know why

it's ugly.

Could you help me please?


All I see is the color of the scores/etc changing when logged out, so I'm gonna assume its this- this is because the layouts set to change certain text to silver when logged out. I guess you could make all the list text dark with
color: #000000;
under the td1 and td2 codes, instead of the color they have there
Apr 2, 2015 2:00 PM
Offline
Jul 2014
17
t
Shishio-kun said:
BoyScouts1 said:
I was recently messing around with my CSS and ended up screwing everything up. Could you re-modify mine? I had the star filled sky one with the massive poster of each show. Sorry, if i seem like a problem. But as of right now, it is hideous to look at.

I tried to modify it because of the silly my little pony prank. But i tried to change it back and failed.

My Layout looked like this http://i.imgur.com/A6boI66.jpg

Sorry for being a hassle. But I am bad at programing.


In that case you should just find the original code again and reinstall it, deleting any changes. But specifically it looks like you took out the asterisks (never do that unless instructed to, which you almost never will be), and maybe tried to put in your own covers code too- reinstall the layout with this code, and with proper covers

/* Covers */
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

/* Code */
@import url(https://dl.dropbox.com/s/net49efyjsm56nf/Space.css);

a { color: rgb(0, 102, 255);}

body { color: white;}

and if you tried to put in your covers follow the tutorial here exactly, the link you had wasn't the one the tutorial shows how to do


Thank you!
Apr 3, 2015 6:24 PM

Offline
Mar 2013
9
hi goodmorning! or afternoon

i'm dadotarugo and i kinda have a problem with my anime cover's
i am using this code SylakentH gave me but after the april fools prank/event
some of the covers are gone

i can't do it myself since i am using a public computer and i am not allowed to do stuff download or something can you help me? i am practicing css but i am not nearly good enough with it and since i dont have my own personal pc
thank you in advance

this is the code i putted in top like SylakentH told so @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

i hope you understand what is i'm trying to say

have a good day :)
Apr 4, 2015 12:39 PM

Offline
Jul 2013
133
dadotarugo said:
hi goodmorning! or afternoon

i'm dadotarugo and i kinda have a problem with my anime cover's
i am using this code SylakentH gave me but after the april fools prank/event
some of the covers are gone

i can't do it myself since i am using a public computer and i am not allowed to do stuff download or something can you help me? i am practicing css but i am not nearly good enough with it and since i dont have my own personal pc
thank you in advance

this is the code i putted in top like SylakentH told so @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

i hope you understand what is i'm trying to say

have a good day :)
There is a solution : you save the import, add the pictures adresses manually in the code (pretty easy to figure out how it works), and you rehost the file on dropbox or google drive, then put the url in the import section.
Every time a cover goes missing, you'll have to add it to the file.

What you need to know : open the raw import in notepad ; if the anime is already in the code, you have to find it by pressing ctrl+f.

Example with kiseijuu, take the id in the url on anime page :http://myanimelist.net/anime/22535/Kiseijuu:_Sei_no_Kakuritsu

So you're looking for #more22535 in the code.

Then you can replace the picture url (on the same line) with the new one, that you can grab via a right click on the anime image => view image (firefox), then copy the adress bar : http://cdn.myanimelist.net/images/anime/3/73178.jpg

Quite tedious, but effective and simple.
Apr 4, 2015 12:53 PM

Offline
Feb 2015
489




This won't fit into my club profile, is there any way to smallen it down? Obviously this isnt all of the pic but its the length
-Magic-Apr 4, 2015 1:54 PM
Made by Magiclighter.
Apr 4, 2015 12:57 PM

Offline
Aug 2014
432
Nobluesky said:
dadotarugo said:
hi goodmorning! or afternoon

i'm dadotarugo and i kinda have a problem with my anime cover's
i am using this code SylakentH gave me but after the april fools prank/event
some of the covers are gone

i can't do it myself since i am using a public computer and i am not allowed to do stuff download or something can you help me? i am practicing css but i am not nearly good enough with it and since i dont have my own personal pc
thank you in advance

this is the code i putted in top like SylakentH told so @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

i hope you understand what is i'm trying to say

have a good day :)
There is a solution : you save the import, add the pictures adresses manually in the code (pretty easy to figure out how it works), and you rehost the file on dropbox or google drive, then put the url in the import section.
Every time a cover goes missing, you'll have to add it to the file.

What you need to know : open the raw import in notepad ; if the anime is already in the code, you have to find it by pressing ctrl+f.

Example with kiseijuu, take the id in the url on anime page :http://myanimelist.net/anime/22535/Kiseijuu:_Sei_no_Kakuritsu

So you're looking for #more22535 in the code.

Then you can replace the picture url (on the same line) with the new one, that you can grab via a right click on the anime image => view image (firefox), then copy the adress bar : http://cdn.myanimelist.net/images/anime/3/73178.jpg

Quite tedious, but effective and simple.


Blink can do that for you.
Apr 4, 2015 1:22 PM

Offline
Jul 2013
133
Satiriques said:
Nobluesky said:
There is a solution : you save the import, add the pictures adresses manually in the code (pretty easy to figure out how it works), and you rehost the file on dropbox or google drive, then put the url in the import section.
Every time a cover goes missing, you'll have to add it to the file.

What you need to know : open the raw import in notepad ; if the anime is already in the code, you have to find it by pressing ctrl+f.

Example with kiseijuu, take the id in the url on anime page :http://myanimelist.net/anime/22535/Kiseijuu:_Sei_no_Kakuritsu

So you're looking for #more22535 in the code.

Then you can replace the picture url (on the same line) with the new one, that you can grab via a right click on the anime image => view image (firefox), then copy the adress bar : http://cdn.myanimelist.net/images/anime/3/73178.jpg

Quite tedious, but effective and simple.


Blink can do that for you.
I thought he needed a solution without any program, because public computers usually have a limited account.
But Blink is sure a better solution :D
Apr 4, 2015 1:46 PM

Offline
Feb 2010
12638
dadotarugo said:
hi goodmorning! or afternoon

i'm dadotarugo and i kinda have a problem with my anime cover's
i am using this code SylakentH gave me but after the april fools prank/event
some of the covers are gone

i can't do it myself since i am using a public computer and i am not allowed to do stuff download or something can you help me? i am practicing css but i am not nearly good enough with it and since i dont have my own personal pc
thank you in advance

this is the code i putted in top like SylakentH told so @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

i hope you understand what is i'm trying to say

have a good day :)


The April Fools prank did not remove any covers, the cover file is the same before and after.

You are missing covers all of a sudden because you have U5's cover import plus my cover import in your CSS also at the same time and U5's turned back on over April Fools Day (was disabled throughout March). The contradicting cover imports are removing your covers..

my cover import-
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

his-
@import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css";

delete his and your covers will come back, at least the ones in the cover file up until March. btw even tho either of you didn't know that would happen, this is why you always check the related topics first, as it asks in the opening post and title of the thread- cuz it has information like this. There was a topic on filling in missing covers already that has instructions telling what to do and not do (like don't have two cover imports and which ones to delete or replace). This prevents bad or misleading information from being spread around, it also has info on how to replace one cover at a time
http://myanimelist.net/forum/?topicid=443333&show=0#post1
Shishio-kunApr 4, 2015 2:18 PM
Apr 4, 2015 6:55 PM

Offline
Feb 2015
2987

How do i get the words inside the boxes
Here's my code
BrianApr 4, 2015 8:37 PM
Apr 4, 2015 7:18 PM

Offline
Aug 2014
432
[id^=tagLink]{
display:block;
text-align:center;
margin-left:5px;
margin-right:5px;
}
Apr 5, 2015 10:12 AM

Offline
Oct 2012
125
I'm not sure where I'm supposed to say this but the profile pic of GUNNM is non existent when you hover over it on my MAL? Is there a reason?

Apr 5, 2015 10:52 AM

Offline
Feb 2010
12638
Whalelala said:
I'm not sure where I'm supposed to say this but the profile pic of GUNNM is non existent when you hover over it on my MAL? Is there a reason?


Its not in the list of covers that you're using for a any number of reasons- they changed the address on it, changed the pic, etc. You have to wait till its refreshed again or use the topic to update covers which I linked a couple posts back, if its one cover it can be changed manually easily
Apr 5, 2015 6:12 PM

Offline
Mar 2013
9
Shishio-kun said:
dadotarugo said:
hi goodmorning! or afternoon

i'm dadotarugo and i kinda have a problem with my anime cover's
i am using this code SylakentH gave me but after the april fools prank/event
some of the covers are gone

i can't do it myself since i am using a public computer and i am not allowed to do stuff download or something can you help me? i am practicing css but i am not nearly good enough with it and since i dont have my own personal pc
thank you in advance

this is the code i putted in top like SylakentH told so @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

i hope you understand what is i'm trying to say

have a good day :)


The April Fools prank did not remove any covers, the cover file is the same before and after.

You are missing covers all of a sudden because you have U5's cover import plus my cover import in your CSS also at the same time and U5's turned back on over April Fools Day (was disabled throughout March). The contradicting cover imports are removing your covers..

my cover import-
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

his-
@import "http://dl.dropbox.com/u/49469857/MAL/premade/anime.css";

delete his and your covers will come back, at least the ones in the cover file up until March. btw even tho either of you didn't know that would happen, this is why you always check the related topics first, as it asks in the opening post and title of the thread- cuz it has information like this. There was a topic on filling in missing covers already that has instructions telling what to do and not do (like don't have two cover imports and which ones to delete or replace). This prevents bad or misleading information from being spread around, it also has info on how to replace one cover at a time
http://myanimelist.net/forum/?topicid=443333&show=0#post1


thank you so much and i am very sorry i looked in it and i think i got confused or i missed it, but i didn't have any idea why was it like that so i think i got mistaken it on some other problems and i didn't want to touch it and wanted to ask you guys personally , next time i will do it myself thank you ! :)
Apr 5, 2015 6:14 PM

Offline
Mar 2013
9
Nobluesky said:
dadotarugo said:
hi goodmorning! or afternoon

i'm dadotarugo and i kinda have a problem with my anime cover's
i am using this code SylakentH gave me but after the april fools prank/event
some of the covers are gone

i can't do it myself since i am using a public computer and i am not allowed to do stuff download or something can you help me? i am practicing css but i am not nearly good enough with it and since i dont have my own personal pc
thank you in advance

this is the code i putted in top like SylakentH told so @import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

i hope you understand what is i'm trying to say

have a good day :)
There is a solution : you save the import, add the pictures adresses manually in the code (pretty easy to figure out how it works), and you rehost the file on dropbox or google drive, then put the url in the import section.
Every time a cover goes missing, you'll have to add it to the file.

What you need to know : open the raw import in notepad ; if the anime is already in the code, you have to find it by pressing ctrl+f.

Example with kiseijuu, take the id in the url on anime page :http://myanimelist.net/anime/22535/Kiseijuu:_Sei_no_Kakuritsu

So you're looking for #more22535 in the code.

Then you can replace the picture url (on the same line) with the new one, that you can grab via a right click on the anime image => view image (firefox), then copy the adress bar : http://cdn.myanimelist.net/images/anime/3/73178.jpg

Quite tedious, but effective and simple.


this seems pretty easy when reading it but when i tried i got confused though i will still try and learn this so i can make my own thank you
Apr 6, 2015 2:39 AM

Offline
Jul 2013
133
dadotarugo said:
Nobluesky said:
There is a solution : you save the import, add the pictures adresses manually in the code (pretty easy to figure out how it works), and you rehost the file on dropbox or google drive, then put the url in the import section.
Every time a cover goes missing, you'll have to add it to the file.

What you need to know : open the raw import in notepad ; if the anime is already in the code, you have to find it by pressing ctrl+f.

Example with kiseijuu, take the id in the url on anime page :http://myanimelist.net/anime/22535/Kiseijuu:_Sei_no_Kakuritsu

So you're looking for #more22535 in the code.

Then you can replace the picture url (on the same line) with the new one, that you can grab via a right click on the anime image => view image (firefox), then copy the adress bar : http://cdn.myanimelist.net/images/anime/3/73178.jpg

Quite tedious, but effective and simple.


this seems pretty easy when reading it but when i tried i got confused though i will still try and learn this so i can make my own thank you
Try Shishio's answer first, because if you don't remove the conflict between imports it won't work anyway ;)

Then choose one method for covers that suit your needs in shishio's tutorial like he said (the manual update like me is a possibility), and with better advices : http://myanimelist.net/forum/?topicid=443333&show=0#post1

PS : Sorry Shishio, I forgot eveything we might need is included in the one topic!
Apr 7, 2015 10:35 AM

Offline
Oct 2014
306
Hellow,

It's me again.

Now I have a problem with my anime list.
There is an empty tab that im not able to remove without breaking anything xD

When I removed the code of the empty tab , the last tab (the ''planning'' one) has no effect when I pass the mouse over.
as if I had to put a blank tab for the effect to work, is it normal?

*If you do not see the empty tab , zoom out your page.*

Thank you.
Apr 7, 2015 11:26 AM

Offline
Apr 2013
6
Hello Shishio! and thank you so much for all the help!! Im a newbie with changing my anime list layout I don't know if this was answered yet on the forums I tried to find it but no luck. I have this problem
when my friends go to my list they see the default page (all my anime list) my question is can I change the layout so when someone click my list page go by default to for example my (plan to watch list) instead of the all anime list? and thank u so much I'm learning a lot with your guides.
Apr 7, 2015 1:12 PM

Offline
May 2011
33
hey guys

I got a question regarding the code of Hahaido.
Unfortunately it's not displayed right for me and tried to fix it but guess i'm too stupid ^^
The Score and Progress aren't in the frame like in the preview screenshot of him.

http://i.imgur.com/bZ54xhC.jpg

src: https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Phantom/Style.css

Browser: Chrome
Apr 7, 2015 8:46 PM

Offline
Jul 2013
381
PoissonRouge said:
Hellow,

It's me again.

Now I have a problem with my anime list.
There is an empty tab that im not able to remove without breaking anything xD

When I removed the code of the empty tab , the last tab (the ''planning'' one) has no effect when I pass the mouse over.
as if I had to put a blank tab for the effect to work, is it normal?

*If you do not see the empty tab , zoom out your page.*

Thank you.


replace your entire code with this:


grobles23 said:
Hello Shishio! and thank you so much for all the help!! Im a newbie with changing my anime list layout I don't know if this was answered yet on the forums I tried to find it but no luck. I have this problem
/Screen%20Shot%202015-04-07%20at%201.46.47%20PM_zpskfs28yrc.png[/img] when my friends go to my list they see the default page (all my anime list) my question is can I change the layout so when someone click my list page go by default to for example my (plan to watch list) instead of the all anime list? and thank u so much I'm learning a lot with your guides.


go here and under anime list settings choose default status selected.

Tetora_ said:
hey guys

I got a question regarding the code of Hahaido.
Unfortunately it's not displayed right for me and tried to fix it but guess i'm too stupid ^^
The Score and Progress aren't in the frame like in the preview screenshot of him.

http://i.imgur.com/bZ54xhC.jpg

src: https://dl.dropboxusercontent.com/u/78192465/MyAnimeList/Phantom/Style.css

Browser: Chrome


I see you've changed it so I can't really tell, but maybe extra columns? I tried the code on my list which has "type" ticked and that caused progress to be misplaced.
Apr 8, 2015 12:39 AM

Offline
Apr 2013
6
@Filauria Thank u so much! that did it. :)
Reply Disabled for Non-Club Members
Pages (159) « First ... « 53 54 [55] 56 57 » ... 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 »»
3 minutes ago

» 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