-
Notifications
You must be signed in to change notification settings - Fork 0
/
style_notes.css
74 lines (61 loc) · 949 Bytes
/
style_notes.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
/* .text{
margin: auto;
width: 800px;
line-height: 1.5;
} */
/* h1, h2, h3, h4, h5, h6{
line-height: 1.5;
margin-top:20px;
margin-bottom:10px;
} */
.formula{
align: center;
}
.MathJax p {line-height: inherit}
a {
text-decoration: none;
font-weight: bold;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.theorem::before {
content:attr(author) ": ";
font-style: normal;
font-weight: bold;
}
.theorem{
font-style: italic;
}
body, html {
margin: auto;
width: 800px;
line-height: 1.5;
}
h1{
line-height: 1.5;
margin-top:80px;
margin-bottom:10px;
}
h2{
line-height: 1.5;
margin-top: 30px;
margin-bottom: 5px;
}
/* p {
text-indent: 10px;
} */
/* .plot::after {
content:"Figura: " attr(caption_text);
/* margin: 0 auto;
text-align: center; */
/* color: red;
font-style: normal;
font-weight: bold; */
} */
/* .plot {
margin: auto;
width: 800px;
} */