-
Notifications
You must be signed in to change notification settings - Fork 1
/
marcio.css
108 lines (85 loc) · 1.55 KB
/
marcio.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
100
101
102
103
104
105
106
107
108
.remark-slide-content {
border-top: 5px solid #007935;
border-bottom: 5px solid #007935;
font-size: 1.2em;
padding: 20px 60px;
}
.remark-slide-content > h1 {
margin-top: 0px;
margin-bottom: 0px;
}
.inverse {
background-color: #007935;
border:none;
font-color: #fff;
text-shadow: none;
}
.inverse, .inverse h1, .inverse h2, .inverse a {
color: #fff;
}
.inverse h3 {
color: #000;
}
.inverse code {
color: #E1E000;
}
.footnote {
border-top: 1px solid #007935;
font-size: 0.6em;
}
.remark-code-line-highlighted { background-color: rgba(225, 224, 0, 0.6); }
h1, h2 {
color: #007935;
}
h3 {
color: #47484D;
margin: 0px;
padding: 0px;
}
code {
color: #007935;
}
a {
color: #3F97B5;
text-decoration: none;
transition: all .2s ease-in-out;
}
a:hover {
font-size: 1.2em;
color: #EC008C;
}
.remark-slide-number {
font-size: 0.6em;
}
.title-slide {
background-image: url(http://ufsc.br/wp-content/themes/brasilGov/img/brasao_site_ufsc.svg?ver=1623688961);
background-position: 53% 5%;
background-size: 280px;
border: 10px solid #154733;;
}
.title-slide h1 {
padding-top: 40px;
font-size: 60px;
text-align: center;
padding-bottom: 18px;
margin-bottom: 18px;
}
.title-slide h2 {
font-size: 40px;
text-align: center;
padding-top: 0px;
margin-top: 0px;
}
.title-slide h3 {
font-size: 30px;
color: #fff;
text-align: center;
text-shadow: none;
padding: 0px;
margin: 0px;
line-height: 1;
}
.title-slide .remark-slide-number {
display: none;
}
.mjx-chtml { font-size: 100% !important; }