How can I change the color of the default horizontal rule in confluence?

Sandro Rabbiosi July 31, 2012

I have tried the following code in the main confluence stylesheet to override the default style of the horizontal rule (the line added in html by <hr> or four dashes in wikimarkup ----)

{style}

#hr {color: red; background-color: red; height: 5px;}

{style}

What am I doing wrong, is it even possible to change the style of the horizontal line using css?

Thanks!

Sandro

1 answer

1 accepted

4 votes
Answer accepted
Amalia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 31, 2012

You have to use hr instead of #hr... like this:

hr {color: red; background-color: red; height: 5px;}

Sandro Rabbiosi July 31, 2012

Thanks for the quick reply!

When I entered the code, a thin dark border remained around the horizontal rule, so I entered:

hr {border: none; height: 1px; color: #DADADA; background: #DADADA;}

to make a thin fully light grey line, problem solved!

Thanks again!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events