-
Notifications
You must be signed in to change notification settings - Fork 0
/
RSSstyle.scss
110 lines (92 loc) · 2.18 KB
/
RSSstyle.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
/*-- scss:defaults --*/
// font size
$presentation-h1-font-size: 2.6em;
$presentation-h2-font-size: 1.7em;
$presentation-h3-font-size: 1.4em;
$presentation-h4-font-size: 1.1em;
$presentation-font-size-root: 36px;
$presentation-line-height: 1.5em;
// font colour
$presentation-heading-color: #005573 !default;
// code
$code-color: #005573 !default;
$code-block-font-size: 0.6em;
$code-block-border-color: #005573;
$code-block-bg: #fafafa;
// bg colours
$body-color: #005573;
$link-color: #d3a435;
$body-bg: #ffffff;
/*-- scss:rules --*/
.btn-webr {
background-color: $code-block-bg !important;
border-color: $link-color;
border-width: 3px;
border-radius: 15px !important;
padding: 10px;
margin-bottom: 10px;
font-family: $font-family-sans-serif;
font-size: 20px;
cursor:pointer;
}
.subtitle {
font-size: $presentation-h3-font-size;
font-family: $font-family-sans-serif;
}
h2 {
padding-bottom: 20px;
}
.author {
color: $body-bg;
font-size: $presentation-h4-font-size;
font-family: $font-family-sans-serif;
}
.author a {
color: $body-bg;
font-size: $presentation-h4-font-size;
font-family: $font-family-sans-serif;
}
section.has-dark-background a, section.has-dark-background a:hover {
color: $body-bg;
font-size: $presentation-h4-font-size;
font-family: $font-family-sans-serif;
}
.reveal {
font-family: var(--r-main-font) !important;
font-size: var(--r-main-font-size) !important;
font-weight: normal !important;
color: var(--r-main-color) !important;
}
.reveal .footer {
color: #005573;
font-family: $font-family-sans-serif;
padding-bottom: 25px;
}
.slide-number, .reveal.has-logo .slide-number {
bottom: 25px !important;
left: 25px !important;
top: unset !important;
color: #005573 !important;
font-size: var(--r-main-font-size) !important;
}
.reveal .slide-logo {
right: 30px;
padding-right: 20px !important;
padding-bottom: 30px !important;
max-height: 100px !important;
z-index: -1000 !important;
}
.reveal .slide-menu-button {
left: 5px;
top: 15px;
padding-left: 10px;
color: #b4b7b8;
}
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
color: #d3a435;
height: 2%;
}
.right {
text-align: right !important
}