Last active
August 18, 2021 01:45
-
-
Save lethee/82bc25e69232fbfffd4f4d5f7ce85e09 to your computer and use it in GitHub Desktop.
confluence-ui
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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