Skip to content

Instantly share code, notes, and snippets.

@schktjm
Created September 21, 2021 11:43
Show Gist options
  • Save schktjm/0eecf946188027ec1a810f4b7fbf2e2d to your computer and use it in GitHub Desktop.
Save schktjm/0eecf946188027ec1a810f4b7fbf2e2d to your computer and use it in GitHub Desktop.
Smart Confluence Style
h1 {
font-weight: bold;
}
body {
font-size: 14px;
color: #37352F;
line-height: 24px;
}
#main {
padding: 0px;
}
#main-header h1#title-text {
margin-left: calc((100% - 780px) / 2);
}
#content {
padding: 0;
max-width: 780px;
margin-left: auto;
margin-right: auto;
}
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4 {
font-weight: bold;
color: #37352F;
}
#main-content h1 {
margin-top: 40px;
}
#main-content h2 {
margin-top: 24px;
}
h1,
h2,
h3,
h4,
.wiki-content h1,
.wiki-content h2,
.wiki-content h3,
.wiki-content h4,
.pagetitle,
.steptitle,
.substeptitle,
.formtitle,
table.confluenceTable td.confluenceTd.highlight,
table.confluenceTable td.confluenceTd.highlight > p,
table.confluenceTable th.confluenceTh,
table.confluenceTable th.confluenceTh > p,
.wiki-content .tablesorter-header-inner,
table.admin th,
.form-element-large,
.form-element-small,
#toolbar #format-dropdown .format-h1 a,
#toolbar #format-dropdown .format-h2 a,
#toolbar #format-dropdown .format-h3 a,
#toolbar #format-dropdown .format-h4 a {
color: #37352F;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment