It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
When I edit the space-specific style sheet (Edit Space > Look And Feel > Stylesheet) and save my changes, the new styles are applied. However, this causes the global style sheet (Admin > Look And Feel > Stylesheet) to no longer be applied.
Is this a bug? Is there any way around it?
Hello Matt,
You are complately correct. I duplicated this behavior in my test instance and filed the following bug.
https://jira.atlassian.com/browse/CONF-27929
As always please visit this issue and vote on it to add your voice to the conversation. I am attaching this post to further increase its visibility.
is it the whole global stylesheet that is ignored? Or are you hitting CSS naming oddness? Since the space sheet is applied later, it will over-write the global one where the CSS references overlap.
Or is it more than that?
Hi Matt thank you for this usefull workaround!
@all: To find out if I got "head section of each space's" correctly I put some
<... border-color: ...>
into the code. It works! Now with next step have I – a confluence-beginner – a problem with the (relative) path of my_wonderfull_space.css: what should I wrote into the href=" ... ?
And directly the next one: Need I (using ftp) a special upload-directory for all the spaces.css or what is the easiest upload way?
Thanks in advance
your Greenhorn
I typically put the CSS files in a directory under /confluence/confluence/includes/css. This is where Atlassian stores their stylesheets by default.
When importing, the location is relative to the /confluence/confluence directory (it's the directory that contains WEB-INF). So my stylesheet tag looks like this:
<link rel="stylesheet" href="/includes/css/pl.css" type="text/css">
I typically put the CSS files in a directory under /confluence/confluence/includes/css. This is where Atlassian stores their stylesheets by default.
When importing, the location is relative to the /confluence/confluence directory (it's the directory that contains WEB-INF). So my stylesheet tag looks like this:
<link rel="stylesheet" href="/includes/css/pl.css" type="text/css">
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHi Community! Kesha (kay-sha) from the Confluence marketing team here! Can you share stories with us on how your non-technical (think Marketing, Sales, HR, legal, etc.) teams are using Confluen...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.