An error occurred while loading the file. Please try again.
-
Narcon Nicolas authored9522a9d4
/**
* Beige theme for tetis.js.
*
* Auteur: Remi Cresson
*
* Couleurs principales:
* 3bbcc8
* aaca38
* ef7e22
* Couleurs secondaires:
* e03926
* ec0a89
* eddb14
*/
@import url(../revealjs/dist/theme/fonts/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #ffffff;
background-image: url('illustrations/background.png');
background-repeat: no-repeat;
background-position: bottom left;
background-size: auto 100%;
background-color: #ffffff;
}
h {
color: #3bbcc8;
font-weight: bold;
}
g {
color: #ef7e22;
font-weight: bold;
}
y {
color: #eddb14;
font-weight: bold;
}
.twocolumn {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5px;
row-gap: 5px;
column-gap: 5px;
text-align: left;
}
.reveal {
font-family: "Lato", sans-serif;
font-size: 32px;
font-weight: normal;
color: #000000; }
::selection {
color: #000000;
background: rgba(79, 64, 28, 0.99);
text-shadow: none; }
::-moz-selection {
color: #000000;
background: rgba(79, 64, 28, 0.99);
text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
data-background-image: url('illustrations/background.png');
line-height: 1.3;
font-weight: inherit; }