MyAnimeList.net

Forums

Recent Posts | My Watched Topics | My Ignored Topics | Search

My style
MyAnimeList.net Forum »» Support »» My style

This topic has been locked and is no longer available for discussion.
 
#1
08-02-12, 10:20 PM

Offline
Joined: Apr 2011
Posts: 585
Yo. Since I am very bored I began fooling around with my own style, and I got one problem: The text is like one with the background, and I don't want to change to red as that would look stupid. I want the text yellow, but with black borders, or a row background color black with opacity 75% or something, so the yellow text is easy to read.

Here's my style: http://myanimelist.net/animelist/sagdashin , you can't see my "watching list" because of the colours.

Ok, here's this random guy i found on the forums and he's got what I want: http://myanimelist.net/animelist/BlindNostalgia

So how do i do this? do i HAVE to use Css? because i suck at that, and it's a drag to to all that work over again, especially in data language.
 
#2
08-02-12, 10:46 PM

Offline
Joined: May 2012
Posts: 41
hmm.. I almost feel guilty answering questions here, I almost feel like it should just be mod's or admins, but if I know the answer I can't help but answer! (Mods/admins, if I'm not supposed to answer, please let me know!)

Okay, I don't know know the answer, but what he did(I'm pretty sure) was changed the opacity of the background color in the tables
you can do this by adding
"opacity:0.5;" in with the colors, so it would look like

.td#
{
color: #(hexcode);
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #(hexcode);
padding: px;
background-color: #000000;
opacity: 0.5;
}

it doesn't have to be 0.5, that's just an example
(I'm not 100% sure that'll work, but I am 90% sure)

also, what he did was bolded all of the letters.. and I'm unsure on how to do that off the top of my head
 
#3
08-02-12, 11:21 PM

Offline
Joined: Apr 2011
Posts: 585
I see, well, I think I'll just stick with what I got now (Got a mix that works a little), and do a makeover when I've got the time. Need to use CSS it seems!! Thanks man, Karma will smile upon you
 
#4
08-02-12, 11:57 PM

Offline
Joined: Apr 2011
Posts: 585
Considering this is the answer. Is there a way to copy my normal style into CSS script?
 
#5
08-03-12, 12:24 AM
DB Administrator
Offline
Joined: Aug 2007
Posts: 3345
Please read the Support Board Rules before posting. Specifically here.
 
This topic has been locked and is no longer available for discussion.
Top
Help     FAQ     About     Contact     Terms     Privacy     AdChoices