-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.css
121 lines (100 loc) · 2.02 KB
/
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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato&display=swap');
.p {
font-family: 'Lato', sans-serif;
}
a {
color: #823549;
}
menu-text {
color: #823549;
}
a:active {
color: #1C2540;
}
.title-block-header {
margin-block-end: 1rem;
position: relative;
margin-top: -1px;
}
.quarto-title-banner {
margin-top: -27px;
margin-block-end: 1rem;
position: relative;
margin-bottom: 30px;
height: 100vh;
}
.quarto-title > h1.title {
opacity: 0 !important;
}
.bslib-value-box {
border-radius: 8px;
-bslib-value-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%);
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%);
border-width: 0 0.5rem 1rem rgb(0 0 0 / 90%);
}
.bslib-card {
border: 0px;
border-radius: 8px;
-bslib-value-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%);
box-shadow: 0 0.2rem .5rem rgb(0 0 0 / 02%);
border-width: 0 0.2rem .5rem rgb(0 0 0 / 05%);
}
.card-header {
border-bottom: 0px solid rgba(0,0,0,.125);
background-color: rgba(255, 122, 89, .01);
}
.img-fluid {
margin: auto;
display: block;
}
.leaflet-tooltip{
width: 150px;
white-space: normal;
}
.leaflet-tooltip{
width: 200px;
white-space: normal;
}
/*-- scss:rules --*/
h2 {
font-family: Abril Fatface;
color: #78384F !important;
}
h3 {
font-family: Abril Fatface;
color: #1C2540 !important;
}
.rcode {
margin: 1em 0;
border: 2px solid gray;
border-left: 10px solid #41475E;
border-radius: 10px;
}
.rcode-header {
margin-left: 0em;
padding-left: 60px;
padding-top: 2px;
padding-bottom: 1px;
color: white;
background-color: #41475E;
border-top-right-radius: 3px;
font-size: 1em;
font-weight: bold;
background-size: 40px;
background-repeat: no-repeat;
background-position: 15px center;
background-image: url("images/stars.png");
}
.rcode-container {
padding-top: 5px;
padding-left: 10px;
color: black;
background-color: white;
border-bottom-right-radius: 10px;
}
.column-screen {
margin-bottom: -80px;
}
.figure-caption {
display: none;
}