Compare commits

...

9 Commits

Author SHA1 Message Date
Killian Kemps
5b8761f22c feat(BK): Éclairssisage des diapos 2023-07-16 19:16:06 +02:00
Killian Kemps
7aa0de1a32 feat(BK): Réorganisation des parties solutions 2023-07-16 18:40:53 +02:00
Killian Kemps
c07028d0f2 feat(BK): Réagence les pages 2023-07-15 17:06:26 +02:00
Killian Kemps
8491ab0b7e fix(BK): Améliore la mise en page des images 2023-07-15 13:45:52 +02:00
Killian Kemps
45f6ba6c20 fix(BK): met à jour les images 2023-07-15 12:09:23 +02:00
Killian Kemps
2f25bdae48 feat(BK): Ajout de légende 2023-07-14 19:37:16 +02:00
Killian Kemps
bf61b0a682 feat(BK): Mise à jour des graphiques sur le climat 2023-07-14 18:23:55 +02:00
Killian Kemps
05fcb2fd86 feat(BK): Découpe de la présentation en section 2023-07-14 16:21:31 +02:00
Killian Kemps
a0354a1773 WIP ajout d'images pour la presentation BK 2023-07-07 20:53:39 +02:00
20 changed files with 499 additions and 314 deletions

View File

@@ -0,0 +1,54 @@
/**
* Black theme for reveal.js. This is the opposite of the 'white' theme.
*
* By Hakim El Hattab, http://hakim.se
*/
// Default mixins and settings -----------------
@import "../../themes/reveal-hugo/assets/reveal-js/css/theme/template/mixins";
@import "../../themes/reveal-hugo/assets/reveal-js/css/theme/template/settings";
// ---------------------------------------------
// Include theme-specific fonts
// @import url(../../lib/font/source-sans-pro/source-sans-pro.css);
// Override theme settings (see ../template/settings.scss)
$backgroundColor: #004643;
$mainColor: #fff;
$headingColor: #fff;
$mainFontSize: 32px;
$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingTextShadow: none;
$headingLetterSpacing: normal;
$headingTextTransform: none;
$headingFontWeight: 600;
$linkColor: #42affa;
$linkColorHover: lighten( $linkColor, 15% );
$selectionBackgroundColor: lighten( $linkColor, 25% );
$heading1Size: 2.5em;
$heading2Size: 1.6em;
$heading3Size: 1.3em;
$heading4Size: 1.0em;
section.has-light-background {
&, h1, h2, h3, h4, h5, h6 {
color: #222;
}
}
section.present.bottom {
top: auto !important;
bottom: 0;
}
// Theme template ------------------------------
@import "../../themes/reveal-hugo/assets/reveal-js/css/theme/template/theme";
// ---------------------------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB