inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 2, 2013 11:40:23 GMT -8
I think this is easy, and I am sure I have seen this before in the CSS, but maybe I haven't because I have searched and searched, and can not find it (again). I want to change the colour for the default horizontal rule in posts and messages/pm. How would I do this using the CSS and not using the censored words? stinky666themes2.freemessageboards.com/post/99Example just there, the colour is horrible and doesn't suit. Much appreciated
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 2, 2013 11:49:48 GMT -8
Hi, Stinky666. The method varies across browsers, but should still be able to be accomplished with one selector. You'll want color and background-color to be the same color. I recommend using either @container_inner_border_color or @container_outer_border_color as the values so it matches up with the rest of your forum.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 2, 2013 11:56:11 GMT -8
Hi, Stinky666. The method varies across browsers, but should still be able to be accomplished with one selector. You'll want color and background-color to be the same color. I recommend using either @container_inner_border_color or @container_outer_border_color as the values so it matches up with the rest of your forum. I was actually just going to have it as a specific colour, because my inner and outer borders are a darker colour, and although noticeable, not so much so as the #272727 that I use for the other HR's in posts already (header hr for example, which separates the time and likes from the post). Works fine in Firefox, so that's all I care about haha. Thanks man, appreciated.
|
|