présentation: passe le thème unige en fond blanc
- Passe le thème UNIGE en fond blanc. - Adape le logo. - Corrige des éléments de détails de la présentation. Co-Authored-by: iGor milhit <igor@milhit.ch>cmu
parent
bde37d09f6
commit
b78c0c89ab
|
@ -12,14 +12,14 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
|
|||
* GLOBAL STYLES
|
||||
*********************************************/
|
||||
:root {
|
||||
--r-background-color: #d80669;
|
||||
--r-background-color: #fff;
|
||||
--r-main-font: Source Sans Pro, Helvetica, sans-serif;
|
||||
--r-main-font-size: 42px;
|
||||
--r-main-color: #fff;
|
||||
--r-main-color: #000;
|
||||
--r-block-margin: 20px;
|
||||
--r-heading-margin: 0 0 20px 0;
|
||||
--r-heading-font: Source Sans Pro, Helvetica, sans-serif;
|
||||
--r-heading-color: #fff;
|
||||
--r-heading-color: #d80669;
|
||||
--r-heading-line-height: 1.2;
|
||||
--r-heading-letter-spacing: normal;
|
||||
--r-heading-text-transform: uppercase;
|
||||
|
@ -31,10 +31,10 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
|
|||
--r-heading3-size: 1.3em;
|
||||
--r-heading4-size: 1em;
|
||||
--r-code-font: monospace;
|
||||
--r-link-color: #600891;
|
||||
--r-link-color-dark: #420453;
|
||||
--r-link-color-hover: #dba1fb;
|
||||
--r-selection-background-color: #db078d;
|
||||
--r-link-color: #2a76dd;
|
||||
--r-link-color-dark: #1a53a1;
|
||||
--r-link-color-hover: #6ca0e8;
|
||||
--r-selection-background-color: #d80669;
|
||||
--r-selection-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -43,18 +43,6 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
|
|||
background-color: var(--r-background-color);
|
||||
}
|
||||
|
||||
/*********************************************
|
||||
* LOGO
|
||||
*********************************************/
|
||||
|
||||
body::after {
|
||||
position: fixed;
|
||||
left: 2em;
|
||||
bottom: 2em;
|
||||
z-index: 31;
|
||||
content: url('../../logo-unige.png');
|
||||
}
|
||||
|
||||
.reveal {
|
||||
font-family: var(--r-main-font);
|
||||
font-size: var(--r-main-font-size);
|
||||
|
@ -82,8 +70,25 @@ body::after {
|
|||
|
||||
.reveal .slide-number {
|
||||
font-size: 20px;
|
||||
bottom: unset;
|
||||
top: .5em;
|
||||
background-color: unset;
|
||||
color: var(--r-link-color);
|
||||
}
|
||||
|
||||
/*********************************************
|
||||
* Logo
|
||||
*********************************************/
|
||||
|
||||
.logo {
|
||||
position: absolute;
|
||||
bottom: .5em;
|
||||
left: .5em;
|
||||
max-width: 150px;
|
||||
height: 10vh;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* HEADERS
|
||||
*********************************************/
|
||||
|
|
13
index.html
13
index.html
|
@ -15,6 +15,12 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="reveal">
|
||||
|
||||
<!-- logo de l'université -->
|
||||
<div class="logo">
|
||||
<img src="logo-unige-rose.svg" />
|
||||
</div>
|
||||
|
||||
<div class="slides">
|
||||
|
||||
<!-- Section 1 : présentation -->
|
||||
|
@ -135,7 +141,8 @@
|
|||
<h2>Accélérer les recherches</h2>
|
||||
<ul>
|
||||
<li>Grâce à la barre d'adresse</li>
|
||||
<li>Configurée pour utiliser des mots-clés</li>
|
||||
<li><code>ctrl+l</code> ou <code>alt+d</code></li>
|
||||
<li>Avec des mots-clés</li>
|
||||
</ul>
|
||||
</section>
|
||||
<!-- 11 Les moteurs de recherche -->
|
||||
|
@ -145,12 +152,12 @@
|
|||
<li><em>Paramètres / Recherche / Raccourcis de recherche</em></li>
|
||||
<li>Liste d'outils avec des mots-clés</li>
|
||||
<li>Modifier un mot-clé existant</li>
|
||||
<li
|
||||
</ul>
|
||||
</section>
|
||||
<!-- 12 Ajouter un mot-clé pour une recherche -->
|
||||
<section>
|
||||
<h2>
|
||||
<h2>Ajouter une recherche avec mot-clé</h2>
|
||||
|
||||
</section>
|
||||
<!-- 3.3 Ajouter un mot-clé pour une recherche manuellement -->
|
||||
<section>
|
||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 25 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue