-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (44 loc) · 966 Bytes
/
style.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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
div.NOTA {
/* background-image: url(img_flwr.gif), url(paper.gif); */
/* font-weight: bold; */
background-color: hsl(120, 60%, 70%);
border: 2px solid orange;
border-radius: 10px;
color: black;
}
/* https://bookdown.org/yihui/rmarkdown-cookbook/custom-blocks.html */
.infobox {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
border: 3px solid orange;
border-radius: 10px;
background: #e8e8e8 5px center/3em no-repeat;
font-size: 0.900em;
}
.obra {
background-image: url("images/construction-worker-svgrepo-com.svg");
}
.note {
font-size: 0.750em;
background-image: url("images/note.png");
}
.history {
background-image: url("images/history_pergaminho.svg");
}
.objetivo {
background-image: url("images/thefreeforty_target_icon-icons.com_66342.svg");
}