An error occurred while loading the file. Please try again.
-
Guillaume Perréal authoredec0e0434
// Default mixins and settings -----------------
@import "../template/mixins";
@import "../template/settings";
// ---------------------------------------------
// Override theme settings (see ../template/settings.scss)
$backgroundColor: #fff;
$mainColor: #000;
$headingColor: #00a3a6;
$mainFontSize: 20pt;
$mainFont: "Avenir Next LT Pro Condensed", Helvetica, sans-serif;
$headingFont: "Raleway Bold", Helvetica, sans-serif;
$headingTextShadow: none;
$headingLetterSpacing: normal;
$headingTextTransform: uppercase;
$headingFontWeight: normal;
$codeFont: 'Cascadia Code', 'Source Code Pro', monospace;
$linkColor: #275662;
$linkColorHover: lighten($linkColor, 15%);
$selectionBackgroundColor: lighten($linkColor, 25%);
$heading1Size: 2.5em;
$heading2Size: 1.6em;
$heading3Size: 1.3em;
$heading4Size: 1em;
// Theme template ------------------------------
@import "../template/theme";
// ---------------------------------------------
// Fonts ---------------------------------------
@import url("../../lib/font/raleway/style.css");
@import url("../../lib/font/avenir_next_pro/style.css");
@import url("../../lib/font/cascadia/style.css");
@import url("../../lib/font/source-sans-pro/source-sans-pro.css");
// ---------------------------------------------
.reveal {
section.slide {
text-align: left;
}
* > h1.title,
section.slide h1:first-child,
section.slide h2:first-child {
display: list-item block;
list-style: url("../../lib/image/puce.png") outside;
}
p {
margin: $blockMargin 0 ($blockMargin/2) 0;
}
h1, h2, h3, h4 {
margin: $blockMargin 0;
}
div.sourceCode {
margin: 0 !important;
}
code {
font-size: 80%;
background: #00a3a610;
}
7172737475767778798081828384858687888990919293949596979899100101
pre {
background: #00a3a610;
border: solid 1px #00a3a6;
padding: 5px;
border-radius: 10px;
font-size: inherit;
margin: 0;
box-shadow: none;
code {
background: none;
}
}
}
.reveal:not(.overview) {
.slide-background:first-child {
background: url("../../lib/image/logo-first-page.png") 50% 1em no-repeat,
url("../../lib/image/hollow-background-icon.png") 0 40vh / auto 35vh
no-repeat,
white;
}
.slide-background:not(:first-child) {
background: url("../../lib/image/transparent-background-icon.png") 0% 100% /
auto 15vh no-repeat,
white;
}
}