-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrint_Style.css.tid
94 lines (76 loc) · 1.64 KB
/
Print_Style.css.tid
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
created: 20170110022059587
creator: shaneleonard
modified: 20170305062608837
modifier: shaneleonard
tags: $:/tags/Stylesheet
title: Print Style
tmap.id: 21ef8493-8e47-4363-867e-5b68a7b56ecd
type: text/css
@media all {
.page-break { display: none; }
}
@media print {
html, body {
font: 10pt "KaTeX_Main", "Times New Roman", Times, serif;
}
.tc-tiddler-frame .tc-tiddler-body {
font-size: 10pt;
line-height: normal;
}
.tc-titlebar {
text-align: center;
font-size: 1.73rem !important;
}
.tc-tags-wrapper,
.tc-subtitle {
display: none;
}
.tc-tiddler-body h1 {
font-family: "KaTeX_Main";
font-size: 1.44rem;
font-weight: bold;
}
.tc-tiddler-body h2 {
font-family: "KaTeX_Main";
font-size: 1.2rem;
font-weight: bold;
}
.tc-tiddler-body h3,
.tc-tiddler-body h4,
.tc-tiddler-body h5,
.tc-tiddler-body h6 {
font-family: "KaTeX_Main";
font-size: 1rem;
font-weight: bold;
}
.tc-tiddler-body h1 a,
.tc-tiddler-body h2 a,
.tc-tiddler-body h3 a,
.tc-tiddler-body h4 a,
.tc-tiddler-body h5 a,
.tc-tiddler-body h6 a {
font-weight: bold;
}
.tc-tiddler-author {
font-size: 1.2rem;
text-align: center;
display: block;
}
a.tc-tiddlylink {
color: #333333;
}
.katex {
font-size: 1rem !important;
}
.hljs {
font-size: 0.8rem !important;
line-height: 1.3em;
}
@page {
margin: 1in;
}
.page-break { display: block; page-break-before: always; }
.js-plotly-plot { page-break-inside: avoid; width: 80%; }
.outline { page-break-inside: avoid; }
table { page-break-inside: avoid; }
}