Skip to content

Instantly share code, notes, and snippets.

@lethee
Last active August 18, 2021 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lethee/82bc25e69232fbfffd4f4d5f7ce85e09 to your computer and use it in GitHub Desktop.
Save lethee/82bc25e69232fbfffd4f4d5f7ce85e09 to your computer and use it in GitHub Desktop.
confluence-ui
/* my workspace css for stylus */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
/* common font-family */
body.aui-layout { font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; }
/* common layout */
#LGE_header_container { display: none; }
#announcement-banner { display: none; }
body {
font-kerning: normal;
font-variant-numeric: tabular-nums;
text-align: left;
text-rendering: optimizeLegibility;
word-break: keep-all;
}
#main-content { line-height: 1.6; }
/* confluence layout */
table.confluenceTable p { margin:0; }
table.confluenceTable ul { margin:0; }
/* jira layout */
#announcement-banner { display: none; }
/* headers */
h1#title-text,
#content-title { font-size: 1.6rem; font-weight: bold; }
#main-content h1,
#description-val h1,
#tinymce h1 { font-size: 1.6rem !important; }
#main-content h2,
#description-val h2,
#tinymce h2 { font-size: 1.36rem !important; }
#main-content h3,
#description-val h3,
#tinymce h3 { font-size: 1.22rem !important; font-weight: bold !important; }
#main-content h4,
#description-val h4,
#tinymce h4 { font-size: 1.18rem !important; font-weight: bold !important; }
#main-content h5,
#description-val h5,
#tinymce h5 { font-size: 1.18rem !important; font-weight: bold !important; }
#main-content h6,
#description-val h6,
#tinymce h6 { font-size: 1.13rem !important; font-weight: bold !important; }
/* confluce sidebar pagetree */
div.acs-side-bar-content div.plugin_pagetree li { margin: 0 !important; }
div.ia-secondary-container { margin: 0 0 0 0.5rem; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment