Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (158) « First ... « 3 4 [5] 6 7 » ... Last »
May 12, 2012 11:06 AM

Offline
Feb 2010
12037
Allenwalker1 said:
Hello I was wondering if someone could help me

I've seen loads of amazing animelist and was wondering if there are any pre-made layouts where the header with image covers (currently watching,on-hold,dropped, etc). If not how do I know what sizes I require.


example

http://www.freeimagehosting.net/t2l4h


I don't really see what you mean, I guess you mean a layout where all the headers are the same image? I don't think any premade ones do that.
May 12, 2012 11:32 PM
Offline
Nov 2011
25
Shishio-kun said:
Aaralyn said:
Hi guys.

I just got a problem Q,Q I wanted to change style of main logo in my animelist. Thing is, it kinda covers the list itself..

What should I change in the code to make it work properly?



You needed to make some margin-top adjustments in a couple parts to fit that bigger image. I did it for you tho no problem, this is the adjusted CSS:



Love you, thanks !
May 28, 2012 2:37 AM

Offline
Mar 2008
3105
Hi everyone,
uhm I have a general question since I'll be working on my anime and manga list in the upcoming days.. importing the CSS is the best way to get most of it working, right?
Are there any tutorials for dropbox? And, is it still possible to "hide" (I think encrypt is the right term) the imported CSS?
(like: @import url(\68 \74 \74 \70 \3a \2f \2f \74 \72 \69 \63 \ etc.) If yes, how?
I did that years ago with some funny ascii art on top of my list style code, but the websites I used that helped me I've already forgotten long ago.. :S
Hopefully someone can help me, and thanks already!
May 28, 2012 2:47 AM

Offline
Apr 2009
159
http://easycalculation.com/ascii-hex.php

Enter a string (the dropbox address), copy/paste the numbers given after "Equivalent Hex Value" and add a backslash before each of them
u531355May 28, 2012 2:52 AM
May 28, 2012 2:51 AM

Offline
Mar 2008
3105
You're amazing, thanks a lot! ^_^
(and I found the dropbox tutorial already :3 )
May 28, 2012 5:04 AM

Offline
Nov 2011
304
@ FUN
Note that any person using web-dev tools like Firebug will be able to see pure link so it is less likely to protect from anyone willing to steal your layout
May 29, 2012 3:17 AM

Offline
Feb 2010
12037
Does anyone know how I change the Currently Watching link to just say Currrent?
May 29, 2012 4:08 AM

Offline
Apr 2009
159
a[href*="status=1"] {
visibility: collapse;
}
a[href*="status=1"]:before {
visibility: visible;
content: "Watching";
}
May 30, 2012 2:59 AM

Offline
Feb 2010
12037
u531355 said:
<pre>a[href*="status=1"] {
visibility: collapse;
}
a[href*="status=1"]:before {
visibility: visible;
content: "Watching";
}


Yes it works! That helps me a lot. Do you know how what the selector of the hover is? I'd like to change the image on hover but keep the content to "Watching".
May 30, 2012 1:31 PM

Offline
Feb 2010
12037
Shishio-kun said:
Do you know how what the selector of the hover is? I'd like to change the image on hover but keep the content to "Watching".


Ah nm, I got it.

For something like a:before to get the hover you need to a:hover:before not a:before:hover.
May 31, 2012 1:55 AM

Offline
Feb 2010
12037
u531355 said:
<pre>a[href*="status=1"] {
visibility: collapse;
}
a[href*="status=1"]:before {
visibility: visible;
content: "Watching";
}


I notice this takes away my table header links as well. I can't use it this way, is there any way to get my table header links back and still use these selectors?
May 31, 2012 4:59 AM

Offline
Nov 2011
304
@ Shishio-kun
Have you tried adding a [class^="status"] before each selector?
May 31, 2012 7:45 PM

Offline
Feb 2010
12037
VeriTi said:
@ Shishio-kun
Have you tried adding a [class^="status"] before each selector?


It worked! Thanks, you've saved my ass again man!
Jun 1, 2012 8:46 AM

Offline
Apr 2012
76
Hello!)
I'm in this business (in design) are new and I need your help ...
And how to make an inscription on top was transparent?
Here's a screenshot (I need, where it is noted in red):


I would like to get as transparent here:


Here's my list:
http://myanimelist.net/mangalist/_YukariSekai_
Code:
I do not love shounen-ai and yaoi there, where it is not present.
Jun 1, 2012 10:02 AM

Offline
Jan 2012
1578
This code is to regulate opacity level:

filter: alpha(opacity=90); /*change the value to make background more or less transparent */
-moz-opacity: 0.9; /*change the value to make background more or less transparent */
opacity: 0.9; /*change the value to make background more or less transparent */

Paste it into .table_header selector to make MangaTitle, Chapters, Volumes etc background transparent. And into .status_selected, .status_not_selected for Currently Reading, Completed, On Hold etc
Jun 1, 2012 11:36 AM

Offline
Apr 2012
76
Hahaido
Thank you.=))
I do not love shounen-ai and yaoi there, where it is not present.
Jun 1, 2012 5:48 PM

Offline
Apr 2012
76
Something I do not understand ... I am doing as it is written, but I completely removed the transparency ...
Can anyone give me the code ready? ..
Well, if you will of course not difficult to do, thanks.)
Here's the code:

I do not love shounen-ai and yaoi there, where it is not present.
Jun 1, 2012 10:54 PM

Offline
Nov 2011
304
@ _YukariSekai_

Like this?


Parts in bold is what I've changed
Jun 2, 2012 7:21 AM

Offline
Mar 2012
9
I would like to put a frame (at the place of the green frame). Someone can help me please.
By the way how to get the # list_surround below the #mal_cs_listinfo and the other.



Here is my animelist: http://myanimelist.net/animelist/DaxHim
DaxHimJun 2, 2012 7:30 AM
I speak the google translate English so please excuse me.
Jun 2, 2012 11:28 AM

Offline
Apr 2012
76
VeriTi
Thank you very much.=))
I do not love shounen-ai and yaoi there, where it is not present.
Jun 12, 2012 10:14 AM

Offline
May 2008
565
I don't mean to beat a dead horse here but I'm having trouble understanding the BBcoding for profile graphics. I got a good idea on what I want to make but I don't know how to make separate links for each button I'm making.

In short, I don't know how to make one link go to lets say my favorite Anime's list and have another link go to my favorite Manga's list on one graphic. If anyone can help understand this better, it would mean a lot.
Jun 12, 2012 10:47 AM

Offline
Feb 2010
12037
Nara-Sama said:
I don't mean to beat a dead horse here but I'm having trouble understanding the BBcoding for profile graphics. I got a good idea on what I want to make but I don't know how to make separate links for each button I'm making.

In short, I don't know how to make one link go to lets say my favorite Anime's list and have another link go to my favorite Manga's list on one graphic. If anyone can help understand this better, it would mean a lot.


http://myanimelist.net/forum/?topicid=200323&show=80#msg12506735

Does this help? I answered someone with a similar question here.
Jun 13, 2012 1:31 AM

Offline
May 2008
565
Shishio-kun said:
Nara-Sama said:
I don't mean to beat a dead horse here but I'm having trouble understanding the BBcoding for profile graphics. I got a good idea on what I want to make but I don't know how to make separate links for each button I'm making.

In short, I don't know how to make one link go to lets say my favorite Anime's list and have another link go to my favorite Manga's list on one graphic. If anyone can help understand this better, it would mean a lot.


http://myanimelist.net/forum/?topicid=200323&show=80#msg12506735

Does this help? I answered someone with a similar question here.



Yes, this pretty answers my question on how to do it now. Thank you Shishio-kun for the help.
Jun 13, 2012 2:25 AM

Offline
Jun 2011
31
How to move a list table up like that - http://s1.hostingkartinok.com/uploads/images/2012/06/97ea1a0361512267c410da95162e651a.png ?

Jun 13, 2012 8:00 AM

Offline
Apr 2009
159
What do you want to move up? The links to sort your list in different orders? (.table_header)
Jun 16, 2012 12:02 AM

Offline
Dec 2010
874
Recently, I had loads of dead links in my anime list, and I've recently gone about fixing them (and the background too), but the fix provided has made the background a slightly bluish-translucent colour which I'm not a big fan of. I tried the list with a transparent background, but it made the list too hard to read, so I was wondering if it was possible to get some help to have this changed to maybe a green/brown translucent background instead?

Thanks for any help.

(Just in case you need my code for some reason.)
Jun 16, 2012 12:23 AM

Offline
Jan 2012
1578
2Jack_Rav
Code:

Preview:
HahaidoJun 16, 2012 12:29 AM
Jun 16, 2012 12:49 AM

Offline
Dec 2010
874
Thanks for the quick response, and effective fix. :)
Jun 22, 2012 11:03 PM
Offline
Aug 2009
68
I have no idea what I did but my currently watching, completed etc... links are gone (they should be on the rectangle that the yellow arrows are pointing at).

Edit: The problem is fixed

Screenshot:


Code:
alwayswhimsicalJun 22, 2012 11:50 PM
Jun 22, 2012 11:18 PM

Offline
Jan 2012
1578
2alwayswhimsical
Point your cursor at the Menu title at the top right. You will see the list with the links. You should to use the previous version of top bar menu without Menu button to keep the links on their positions
Jun 22, 2012 11:49 PM
Offline
Aug 2009
68
Hahaido said:
2alwayswhimsical
Point your cursor at the Menu title at the top right. You will see the list with the links. You should to use the previous version of top bar menu without Menu button to keep the links on their positions


It worked! Thank you so much for the quick reply.
Jun 23, 2012 1:03 PM

Offline
Feb 2010
12037
Teffycom said:
How to move a list table up like that - http://s1.hostingkartinok.com/uploads/images/2012/06/97ea1a0361512267c410da95162e651a.png ?



Well Teffy never replied back to u5 on exactly what hes trying to move up but what in case anyones wondering or he is lurking an easy to way to move the entire list up usually is:


#list_surround {
top: -23px;
position: absolute;
}


I cover repositioning list here:
http://myanimelist.net/forum/?topicid=393437&show=0#post1
Jun 28, 2012 6:09 PM
Offline
Feb 2011
2222
How do you make a border around text in a picture?

like this: http://i21.photobucket.com/albums/b298/LudvigP/watching2.png
­
Jul 5, 2012 10:08 PM

Offline
Apr 2012
181
RikaFurude said:
How do you make a border around text in a picture?

like this: http://i21.photobucket.com/albums/b298/LudvigP/watching2.png


If you want to make a picture with text and put border around the text, you need a Image Editor(like Photoshop, GIMP, etc.) and in the layer options(Blending Options in Photoshop, I don't remember how it's called in GIMP) there are one option called Outline, and this is what you want...

But there is a way to do this in pure CSS, with text-shadow in 4 directions with 1 pixel out of phase in each direction, but this only make a 1px border.
Jul 27, 2012 2:42 PM

Offline
Jul 2010
1852
could someone help me with my list layouts? for some reason no one can see the background pictures.
this is the code that i'm using for my anime list.

Jul 27, 2012 2:49 PM

Offline
Feb 2010
12037
Angel_Beats said:
could someone help me with my list layouts? for some reason no one can see the background pictures.
this is the code that i'm using for my anime list.


You can't use Konachan's links they're not an image host youre hotlinking from them so they blocked your links- you can only use an image host as said in the tutorial like Tinypic, Photobucket etc.
Jul 27, 2012 2:56 PM

Offline
Jul 2010
1852
oh gotcha thanks. i tried hosting my own image earlier but the picture was really small.
nvm i got it working thanks again.
Angel_BeatsJul 27, 2012 3:02 PM

Jul 27, 2012 4:09 PM

Offline
Feb 2010
12037
Angel_Beats said:
oh gotcha thanks. i tried hosting my own image earlier but the picture was really small.
nvm i got it working thanks again.


Good remember those image host sites give you multiple links you want the direct link and they often have image resizers you can use or might be turned on. You can also resize the image yourself in an image editor.
Jul 31, 2012 12:59 PM

Offline
Jul 2012
353
Could someone please explain to me how to insert a link into a image. I want to make a link to my anime and manga lists, but I have no idea how.
Jul 31, 2012 7:35 PM

Offline
Feb 2010
12037
Gouko_Tenrou said:
Could someone please explain to me how to insert a link into a image. I want to make a link to my anime and manga lists, but I have no idea how.


[url=LINK URL HERE][img]IMAGE URL HERE[/img][/url]

Is this for your profile and posts? You'll need to use this. Replace only LINK URL HERE with the url you're directing to, replace only IMAGE URL HERE with an uploaded image's direct link. Leave everything else intact and leave no spaces. Then it'll display the image + when you click it takes you to the url you chose to direct to. The tags will disappear then, only the image will show when its done correctly.

If thats not clear you can use my quick or full BBcode guides it has good examples:
http://myanimelist.net/forum/?topicid=419453
Shishio-kunJul 31, 2012 7:42 PM
Aug 1, 2012 12:57 AM

Offline
Jul 2012
353
Shishio-kun said:
Gouko_Tenrou said:
Could someone please explain to me how to insert a link into a image. I want to make a link to my anime and manga lists, but I have no idea how.


[url=LINK URL HERE][img]IMAGE URL HERE[/img][/url]

Is this for your profile and posts? You'll need to use this. Replace only LINK URL HERE with the url you're directing to, replace only IMAGE URL HERE with an uploaded image's direct link. Leave everything else intact and leave no spaces. Then it'll display the image + when you click it takes you to the url you chose to direct to. The tags will disappear then, only the image will show when its done correctly.

If thats not clear you can use my quick or full BBcode guides it has good examples:
http://myanimelist.net/forum/?topicid=419453

Almost, like in your one guide you show an image of a about me, with some links to their manga and anime lists. How do you put the code into an image?
Aug 1, 2012 9:18 PM

Offline
Nov 2009
1632
Hi, I have some question regarding the code.
http://myanimelist.net/animelist/LordSilen&status=1&order=0
how can I make it like this profile, I mean when you point the mouse to an anime, it show:
1/ the picture outside the table, with the name appears if possible.
2/ the line highlight on the anime titles, episode, progress.

How can I do that, the source code makes me dizzy @_@.


This is my list
http://myanimelist.net/animelist/Vforvendetta&status=1&order=0

what should I add into the code?
Takana_no_HanaAug 1, 2012 9:55 PM
Aug 2, 2012 8:01 PM

Offline
Feb 2010
12037
Gouko_Tenrou said:
Shishio-kun said:
Gouko_Tenrou said:
Could someone please explain to me how to insert a link into a image. I want to make a link to my anime and manga lists, but I have no idea how.


[url=LINK URL HERE][img]IMAGE URL HERE[/img][/url]

Is this for your profile and posts? You'll need to use this. Replace only LINK URL HERE with the url you're directing to, replace only IMAGE URL HERE with an uploaded image's direct link. Leave everything else intact and leave no spaces. Then it'll display the image + when you click it takes you to the url you chose to direct to. The tags will disappear then, only the image will show when its done correctly.

If thats not clear you can use my quick or full BBcode guides it has good examples:
http://myanimelist.net/forum/?topicid=419453

Almost, like in your one guide you show an image of a about me, with some links to their manga and anime lists. How do you put the code into an image?


Sorry that guide you're referring to is a mess thanks to MAL glitch and was under construction as it was so its not super reliable.. I would remove it but there's still useful info, not planning to update it anytime soon tho..

Using tags like that is how you do it, you just insert them into your about me description. I think what you're referring to is a profile About Me like mine where links appear in set parts of a layout but the layout image is one seamless image. The way people do that is piece together a lot of cut out images into one giant image, and add the individual links to those cut out parts (usually before with careful planning). You have to make sure the total width on the images on a line don't exceed 640px, and that they all have the same height so they fit with whats above them.

If you right click view background image on such images like on my manga About Me you'll see how they're cut out images. Some About Me designs are liek 30 cut out images lol.
Shishio-kunAug 2, 2012 8:06 PM
Aug 2, 2012 8:04 PM

Offline
Feb 2010
12037
Vforvendetta said:
Hi, I have some question regarding the code.
http://myanimelist.net/animelist/LordSilen&status=1&order=0
how can I make it like this profile, I mean when you point the mouse to an anime, it show:
1/ the picture outside the table, with the name appears if possible.
2/ the line highlight on the anime titles, episode, progress.

How can I do that, the source code makes me dizzy @_@.


This is my list
http://myanimelist.net/animelist/Vforvendetta&status=1&order=0

what should I add into the code?


Man I would love both to use these lists as premade layouts here... there's something similar in the Touhou premade you can maybe try to add to yours or make a variation of.
Aug 3, 2012 3:59 PM

Offline
Nov 2009
1632
Ah yeah, I've managed to do it, but the animation of the effect seems to be constant, I couldn't make the highlight on the anime line (episode, score, title, etc) when hovering the mouse on it at the same time when the dvd cover appears on the right.
Aug 6, 2012 12:39 AM

Offline
Jul 2010
58
Is there a way make the search bar in-line with the animelist?

I don't want it to be right justified with the window. I would like it to go out only as far as the anime list does. Is that possible?
Aug 7, 2012 1:51 AM

Offline
Apr 2009
159
@ofx360:
#mal_cs_powered {
position: absolute;
right: 50% !important;
margin-right: -350px;
}
Aug 7, 2012 9:04 PM

Offline
Jul 2010
58
Good enough! Thanks for the reply

Now for something a bit tougher, maybe:

.td1, .td2, .table_header {
border-color: white;
border-style: solid;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 0;
border-top-width: 0 !important;
}

Doesn't seem to work for me.

I've tried a few variations, but i don't know what the heck

Here is my Frankenstein CSS:
Aug 7, 2012 9:30 PM

Offline
Nov 2011
304
@ofx360

That's 'cause you have this:
.table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals {
border: 0;
padding: 4px;
text-align: center;
vertical-align: middle;
}

a few lines lower, right under /* LIST SETTINGS */ Just remove border: 0;, should be fine
Aug 7, 2012 10:43 PM

Offline
Jul 2010
58


That seemed beyond simple now that you pointed it out. Sorry to bother, and thanks...i'm sure i'll be back for more help!

I'm slowly, slowly tweaking my list and learning this CSS business for the first time.
This is a lot more challenging than i thought it would be...fun and kinda addicting, though
Reply Disabled for Non-Club Members
Pages (158) « First ... « 3 4 [5] 6 7 » ... Last »

More topics from this board

» [CSS - Modern] 🍰 Clarified by V.L — a responsive table-based design ( 1 2 3 )

Valerio_Lyndon - Aug 1, 2022

111 by Shishio-kun »»
1 hour ago

» [CSS Modern] ⭐️ NieR Automata Menu Layout - Killingdyl ( 1 2 )

killingdyl - Apr 22, 2017

51 by Mula_Niilista »»
Mar 24, 11:20 PM

» [CSS] ⭐️ Customize your List Cursor + Cursor Fixes

Shishio-kun - Mar 8, 2021

18 by Shishio-kun »»
Mar 19, 5:45 PM

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

Valerio_Lyndon - Apr 19, 2018

1255 by Shishio-kun »»
Mar 19, 11:21 AM

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

Shishio-kun - Jul 21, 2017

380 by cosmicskye »»
Mar 12, 8:35 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login
Hello