Spaces:
Running
Running
File size: 5,576 Bytes
f2fa63a | 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 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 | /* @theme jobs */
/*
============================================
Created by Paulo Cunha
version: 1.0
last update: 08.fev.2023
============================================
*/
/* Importing COLOR SCHEMA */
@import "default";
@import "schema";
@import "structure";
/* --------------------- FONTS ------------------------- */
/* Ultra Light */
@font-face {
font-family: "San Francisco";
font-weight: 100;
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff2");
}
/* Thin */
@font-face {
font-family: "San Francisco 200";
font-weight: 200;
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff2");
}
/* Regular */
@font-face {
font-family: "San Francisco 400";
font-weight: 400;
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff2");
}
/* Bold */
@font-face {
font-family: "San Francisco bold";
font-weight: bold;
src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff2");
}
/* Bold */
@font-face {
font-family: "Minion Pro";
/* font-weight: bold; */
src: url("https://fonts.cdnfonts.com/css/minion-pro");
}
/***************** COMMON STRUCTURE **********************/
:root {
/* font-family: Cochin, Georgia; */
/* font-family: 'Times New Roman', Times, serif; */
/* font-family: "Fira Sans Light"; */
font-family: 'Tahoma';
font-family: 'Open Sans';
font-family: 'Segoe UI';
font-weight: initial;
/* -- Bodytext FONT color */
color: #494545;
/* -- Slides BACKGROUND color */
background-color : white;
/* -- BOLD font color */
--bold-color : rgb(105, 120, 151);
--bold-color : rgb(71, 111, 184);
--bold-color : rgb(71, 107, 184);
--italic-color : rgb(96, 89, 89);
--italic-background-color : rgba(142, 145, 146, 0.172);
/* --background-color : #fdf6e3; */
--list-item-color : rgb(255, 212, 95);
--after-color : rgb(201, 198, 198);
--table-font-color : black;
--table-header-color : rgb(128, 137, 146);
--border-color : #014385;
--main-color : rgb(207, 77, 17);
--darker-color : #246;
--lighter-color : #080a0a;
--extra-back-color : rgb(71, 69, 69);
--letter-spacing : 0.125px;
--cool-list-color : rgb(135, 157, 179);
--author-align : right;
}
/* ------------------- ROOT -----------------------------*/
:root h1 {
font-family: 'San Francisco', sans-serif;
/* --border-color : rgb(209, 161, 29); */
border-bottom: 1px solid rgb(29, 107, 209) !important;
color: #2b2c2e;
font-weight: 600;
padding-top: 10pt;
padding-left: 60pt;
margin-left: -60pt;
margin-right: -60pt;
letter-spacing: -0.5px;
}
:root h1 strong {
color: rgb(255, 52, 52);
}
:root h1 {
font-family: 'San Francisco 400';
}
:root p {
font-size: 34px;
font-family: 'San Francisco 400';
letter-spacing: -0.5px;
}
:root li {
font-family: 'San Francisco';
letter-spacing: -0.3px;
}
/* ------------------- TITLEPAGE -----------------------------*/
/* Titlepage made with <titlepage> */
section.titlepage .title strong {
color: rgb(255, 52, 52);
}
section.titlepage .title {
font-family: 'San Francisco 400';
/* border-bottom: 1px solid rgb(179, 176, 176); */
border-bottom: 1px solid rgb(29, 107, 209) !important;
letter-spacing: -0.3px;
}
section.titlepage .subtitle {
font-weight: 300;
}
section.titlepage .author,
section.titlepage .date,
section.titlepage .organization {
text-align: left;
}
/* Titlepage made with # */
section.titlepage h1 {
font-family: 'San Francisco 400';
border-bottom: 1px solid rgb(29, 107, 209) !important;
letter-spacing: -0.3px;
padding-top: 0pt;
padding-left: 0pt;
margin-left: 0pt;
margin-right: 0pt;
}
section.titlepage h2 {
font-weight: 300;
}
section.titlepage h3,
section.titlepage h4,
section.titlepage h5 {
text-align: right;
}
/* -------------------- TRANSITION ---------------------------------*/
section.transition {
--transitionpage-color: rgb(23, 148, 197);
--transitionpage-color: rgb(129, 127, 127);
--transitionpage-color: rgb(155, 153, 153);
/* font-weight: bold;
font-family: serif, sans-serif, "Libre Baskerville", serif;
font-family: 'Open Sans';
font-family: 'Segoe UI'; */
font-family: 'San Francisco bold' !important;
font-family: 'Segoe UI' !important;
font-size: 200%;
/* text-shadow: 4px 4px 0 rgb(77, 61, 61); */
}
/* -------------------- TRANSITION 2---------------------------------*/
section.transition2 {
background-color: rgb(8, 74, 100);
font-weight: bold;
/* font-family: serif, sans-serif, "Libre Baskerville", serif;
font-family: 'Open Sans';
font-family: 'Segoe UI'; */
font-family: 'San Francisco bold' !important;
font-size: 200%;
/* text-shadow: 4px 4px 0 rgb(77, 61, 61); */
}
/* ------------------- CITE -----------------------------*/
section.cite p {
color: #fffbfe;
font-size: 48px;
/* font-family: "Libre Baskerville", serif; */
font-family: 'Minion Pro' !important;
/* font-style: italic; */
line-height: 120%;
}
section.cite {
--background-color: rgb(32, 62, 77);
--strong-color: #3396a3 ;
} |