-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.scss
More file actions
105 lines (88 loc) · 2.15 KB
/
custom.scss
File metadata and controls
105 lines (88 loc) · 2.15 KB
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
/*-- scss:defaults --*/
$body-bg: #303030;
$body-color: #fff;
$link-color: #42affa;
/*-- scss:rules --*/
.reveal .slide blockquote {
border-left: 3px solid $text-muted;
padding-left: 0.5em;
}
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0px 20px 20px 20px;
color: #ffffff;
line-height: 0.9em;
letter-spacing: 0.02em;
text-shadow: none;
font-family: 'Lexend';
}
.reveal h1 {
margin: 0px 20px 20px 20px;
color: #ffffff;
line-height: 0.9em;
letter-spacing: 0.02em;
text-shadow: -1px -1px 4px black;
font-family: 'Lexend';
}
p {
margin: 0px 20px 20px 20px !important;
}
body {
font-family: 'Lexend';
font-size: 22px;
}
// /* Style top-level slide sections */
// .reveal .slides > section {
// background-color: rgba(56, 56, 56, 0.7);
// max-width: 100%; /* Prevent accidental overflow */
// margin: 20px auto;
// padding: 1em 0.5em 1.5em 0.5em; /* top, right, bottom, left */
// border-radius: 12px;
// box-sizing: border-box;
// color: white;
// display: block;
// word-wrap: break-word;
// overflow-wrap: break-word;
// }
// Create a grey box
/* Remove extra padding from the slides container */
.reveal .slides {
padding: 0 !important;
/* Style top-level slide sections */
background-color: rgba(56, 56, 56, 0.7);
margin: 0px 20px 20px 20px;
padding: 0px 20px 0px 20px; /* top, right, bottom, left */
border-radius: 12px;
box-sizing: border-box;
display: block;
word-wrap: break-word;
overflow-wrap: break-word;
/* Overspill effect */
transform: scaleX(1.1); /* 10% wider */
transform-origin: center;
}
/* Nested slide sections (if any) — remove padding but keep content */
.reveal .slides section > section {
background: none;
padding: 10px 20px 20px 20px;
margin: 0;
border: none;
}
// .sourceCode {
// width: 95% !important;
// max-width: 95% !important;
// }
iframe.stlite {
width: 1px;
min-width: 95% !important;
}
// .slide-background-content{
// background-image: "https://raw.githubusercontent.com/Bergam0t/lambda_des_workshop_slides/refs/heads/main/banner.png";
// background-size: 100% 100%;
// }
.spacer {
height: 40px;
}