PDA

View Full Version : A couple of question on StyleVars


Syxguns
03-04-2012, 08:34 AM
I'm developing a theme and I have a couple of problems that I'm hoping someone could answer for me.

1) Hyperlink color in post? Example not a real link (http://)

See how that link is underlined and has a blue color. My links just look like standard text! What StyleVar changes this for me?

2) I want to center the title of the Forum Topic area, if that is what it is called. I also want to remove "Thread/Post" and "Last Post" from the area. I'm going to be drawing the area and including that in a URL.

I included a couple of pics to help you understand what I'm talking about. Thanks for any assistance you could give me!

Edit: forgot to include that I'm using vB 4.1.11

Attitude5ire
03-05-2012, 03:43 AM
Hyperlinks are globally defined in Style Vars under 'link_color' 'link_textDecoration' 'linkhover_color' 'linkhover_textDecoration'

For centering you wud have to div the whole template and use margin:0 auto,
If you expand the whole area to one div you can use align

Syxguns
03-06-2012, 02:44 AM
Hyperlinks are globally defined in Style Vars under 'link_color' 'link_textDecoration' 'linkhover_color' 'linkhover_textDecoration'

I'll check it out again and see if I can find it. I noticed when I tried to change certain link_textDecoration it changed the links on each forum but not in the text body! Any particular area I should search for this within the StyleVars?

For centering you wud have to div the whole template and use margin:0 auto,
If you expand the whole area to one div you can use align

That doesn't sound as hard as it probably is!!:D I'll play around with it to see if I can make it look correct. Hopefully I'll find that Link text decoration so that I don't have to start from scratch! At least if I start from scratch I have all the colours that I used on the current template! Thank you for the help!

Edit: Figured out the Link Var! I wanted it to be different on a post. I didn't want links underlined in the Forum area. So I removed the Underline, and changed the colour to black! That's why it wasn't working. I'm going to play with this and see if I can figure out another way of doing it! Probably won't be able to make any real changes, but changing the colour from black to another colour might work.