-
Notifications
You must be signed in to change notification settings - Fork 0
/
jira-conf-work.css
65 lines (50 loc) · 1.82 KB
/
jira-conf-work.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* 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; }
/* confluence sidebar pagetree */
div.acs-side-bar-content div.plugin_pagetree li { margin: 0 !important; }
div.ia-secondary-container { margin: 0 0 0 0.5rem; }
span.plugin_pagetree_children_span.plugin_pagetree_current {
font-weight: normal;
background-color: #d1ddf0;
border-top: 1px solid #acc0df;
border-bottom: 1px solid #acc0df;
}