-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathstyle.css
More file actions
70 lines (59 loc) · 1.1 KB
/
Copy pathstyle.css
File metadata and controls
70 lines (59 loc) · 1.1 KB
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
body, td, caption {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
background-color: white;
font-size: 16px;
}
tt, code, pre {
font-family: "Inconsolata", "Andale Mono", monospace;
}
/* Controla o título. */
#header {
text-align: center;
border-bottom: 1px solid black;
margin-bottom: 20px;
}
/* Controla o sumário. */
/* #TOC { display: block; } */
/* h1.title {} */
/* h4.author {} */
/* code { font-size: 16px; } */
p {
/* margin: 0px 0px 10px; */
text-indent: 1em;
text-align: justify;
}
pre {
word-break: keep-all;
}
pre code {
font-size: 14px;
}
pre:not([class]) code {
background-color: #92BFB1;
}
pre, code {
background-color: #62BFB1;
border-radius: 3px;
color: #333;
}
/* R output */
pre:not([class]) code {
background-color: #D4D4D4;
}
pre:not([class]), code {
background-color: #D4D4D4;
}
/* R input */
pre, code {
border-radius: 3px;
background-color: #EDEDED;
color: #333;
}
img {
max-width: 100% !important;
display: block;
margin: auto;
}
.MathJax {
font-size: 80% !important;
}