-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqiita-mkdocs-print.css
99 lines (98 loc) · 1.74 KB
/
qiita-mkdocs-print.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
.md-grid {
margin-left: 0;
margin-right: 0;
}
.md-sidebar {
width: 400px;
}
.md-sidebar--secondary {
transform: translate(0%);
}
.md-content {
margin-left: 400px;
margin-right: 0;
}
.md-typeset h1 {
font-size: 32pt;
color: #000;
}
.md-typeset h2 {
border-bottom: 1px dotted #888;
}
.md-sidebar--primary li.md-nav__item a:before {
content: "\f15b\00a0";
font-family: FontAwesome;
}
.md-sidebar--primary li.md-nav__item label:before {
content: "\f02d\00a0";
font-family: FontAwesome;
}
li.md-nav__item {
font-size: 10.5pt;
}
@media print {
html {
font-size: 9pt;
}
.md-typeset, .md-container, .md-content, .md-grid {
margin: 0;
padding: 0;
}
.md-typeset,
.md-typeset .admonition {
font-size: 1.0rem;
}
.md-typeset .codehilitetable {
font-size: 1.2rem;
}
.md-typeset .codehilitetable .codehilite,
.md-typeset .codehilitetable .linenodiv {
line-height: 1.4;
padding: 0.2rem 0.5rem 0.1rem;
}
.md-typeset code {
font-size: 1.0rem;
padding: 2px 4px;
}
.md-typeset h1 {
font-size: 2.0rem;
font-weight: bold;
margin-bottom: 2rem;
}
.md-typeset h2 {
font-size: 1.4rem;
font-weight: bold;
margin: 2rem 0 1rem 0;
border-bottom: 1px solid black;
}
.md-typeset h3 {
font-size: 1.1rem;
font-weight: bold;
margin: 0;
}
.md-typeset h4, .md-typeset h5, .md-typeset h6 {
font-size: 1.05rem;
}
.md-sidebar--primary, .md-sidebar--secondary {
display: none
}
.md-content {
margin-left: 16px;
}
.md-content * {
color: black;
}
.md-grid {
max-width: auto;
}
img {
width: 40%;
}
.MathJax_Display, .MathJax span {
font-size: 9pt;
}
.admonition::before {
font-size: 1.5rem;
left: -2.3rem;
}
}