Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Edit confluence dashboard background in Refinedwiki

tzigone November 26, 2013

Hi,

I'd like to add a background image to Confluence dashboard. I am using RefinedWiki, how could I do it? Confuence version is 5.3 and refined wiki's is 3.5.11

Thanks,

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
tzigone November 27, 2013

After uploading image to Confluence using design menu--> images in refined wiki, you have to write this code in "styles" section...

Also, C:\... should not be used, instead of it , $imagePath should be used.

rw_main_middle_right
{
padding:0 15px;
// background-color:#000000;
background: url($imagePath/CF2.jpg)
}

1 vote
Jason Hensler
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.
November 26, 2013

I found this on the RedfinedWiki documentation space, http://demo.refinedwiki.com/display/rwot3x/Create+custom+designs?focusedCommentId=29458666#comment-29458666. The basic idea appear to be to create a div with the background image and then use css to make it work as the background.

0 votes
tzigone November 26, 2013

I did that, however nothing has changed.

I did not change the stylesheet, but add custom html like this:

<div id="background">
    <img src="C:\Users\asus\Pictures\ConfluenceBG.jpg" class="stretch" alt="" />
  </div>
TAGS
AUG Leaders

Atlassian Community Events