-
Notifications
You must be signed in to change notification settings - Fork 11
/
styles.scss
180 lines (133 loc) · 2.88 KB
/
styles.scss
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
/*-- scss:defaults --*/
// importing fonts
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Raleway&display=swap');
$font-family-sans-serif: 'Open Sans', Tahoma, sans-serif !default;
$primary: #4c3ceb !default;
$font-size-root: 20px !important;
$bslib-grid-height: auto !important;
/*-- scss:rules --*/
h1, h2, h3, h4, h5 {
font-family: "Raleway", "Tahoma", sans-serif !important;
}
.bslib-grid {
height: auto !important;
}
.html-fill-container{
display: block !important;
}
/* Banner */
#banner h1 {
font-size: 4rem !important;
font-weight: 100;
line-height: 1.2;
}
#banner h2 {
font-size: 2rem !important;
font-weight: 100;
border: none;
}
#banner {
background: $primary;
color: white;
padding-left: 40px;
padding-right: 40px;
background: linear-gradient($primary, #73737355),url('./img/banner-img.jpg') !important; /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient($primary, #73737355), url('./img/banner-img.jpg') !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background-repeat: no-repeat !important;
background-size: cover !important;
}
#banner h3 {
font-size: 1.5rem !important;
border-bottom: 3px solid #fff;
line-height: 1.5;
}
/* about banner */
.about_banner, .title{
padding-left: 1rem !important;
padding-top: 3rem !important;
padding-bottom: 1rem !important;
margin-bottom: 1rem !important;
background-color: $primary !important;
color: #fff !important;
}
.about_banner, h1{
font-size: 3rem;
font-weight: 100;
}
.sponsorsFooter {
width: 100%;
height: auto;
padding: 10px 0 10px;
margin-top: 0px;
z-index: 1 !important;
text-align: center !important;
}
.sponsorsFooter img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: auto;
vertical-align: middle;
margin: 1em;
justify-content: center;
align-items: center;
&.sponsor {
max-width: 350px;
}
&.supporter {
max-width: 175px;
}
&.community {
max-width: 150px;
}
}
.sponsorsFooter ul {
padding: 0;
margin: 15px 0 0 0;
list-style: none;
display: block;
}
.sponsorsFooter ul li {
margin: 5px 65px 0px;
display: inline-block;
}
.navbar-logo {
max-height: 50px;
}
.quarto-title-banner {
padding-top: 2.5em;
padding-bottom: 0em;
}
.boxBorder {
border: 1px solid #585858;
padding: 10px;
}
.card-header{
font-weight: bold;
}
.card-header-keynote{
background-color: #FDC08666;
font-weight: bold;
}
.cards-display{
display: grid;
}
.html-fill-container > .html-fill-item {
flex: inherit;
}
h2 {
font-size: 1.65rem;
text-align: center;
}
.card-header-sponsor {
background-color: rgb(231, 229, 255);
font-weight: bold;
}
.html-fill-container > .html-fill-item{
flex: inherit;
}
.quarto-listing {
padding-bottom: 1em;
padding-left: 8em;
padding-right: 8em;
}