modifs exthétiques de la page d'accueil

This commit is contained in:
pgp 2022-03-08 10:54:36 +01:00
parent 337bd1db50
commit 1f6ec46375
8 changed files with 18 additions and 11 deletions

Binary file not shown.

View file

@ -12,11 +12,12 @@ transition_speed = "slow"
{{< slide class="hello" background-image="images/musee.png">}}
<img src="images/logo-cohabit-seul.png" alt="" width="70%" height="auto" margin="10px" style="border:0; box-shadow:none; background:0" lign="center"/>
<img src="images/logo-cohabit-seul-clair.png" alt="" width="70%" height="auto" margin="10px" style="border:0; box-shadow:none; background:0" lign="center"/>
### un fablab de l'université de Bordeaux ouvert à TOUS
## UN FABLAB DE L'UNIVERSITÉ DE BORDEAUX OUVERT À TOUS
<br>
<a href="/#/2" ><p style="font-size:25px;">///PRÉSENTATION///<p></a>
<a href="/#/2" ><p style="font-size:25px;">///MACHINES-RÉSERVATIONS///<p></a>
<a href="/#/2" ><p style="font-size:25px;">///PROJETS EN COURS///</p></a>
<a href="/#/2" ><p style="font-size:25px;">///PORTFOLIOS///</p></a>

View file

@ -1,3 +1,4 @@
<!-- Fichier css modifié pour le site cohabit -->
<!-- This partial is included before the end of the head tag for only the 'example' presentation -->
<!-- A common use would be to add CSS to the page to customize the theme -->
<style>
@ -31,7 +32,7 @@
.reveal section[data-background-image] a,
.reveal section[data-background-image] p,
.reveal section[data-background-image] h2 {
color: white;
color: f2f2f2;
}
.reveal section[data-background-image] a {
text-decoration: underline;

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -38,7 +38,7 @@
font-style: bold;
}
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
section.has-light-background, section.has-light-background h1, section.has-light-background h2 , section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
color: #141414; }
.reveal .controls {
@ -103,8 +103,10 @@ body {
.reveal {
font-family: "Alte";
font-size: 32px;
font-weight: normal;
color: #363636; }
font-weight: bold;
color: #f2f2f2; }
.cohabit {}
::selection {
color: #fff;
@ -126,18 +128,20 @@ body {
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h3 {
color: #cccccc;
text-shadow: 2px 2px rgba(0,0,00.4);}
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #ffffff;
color: #cccccc;
font-family: ;
font-weight: 700;
line-height: 1.2;
letter-spacing: normal;
text-transform: uppercase;
text-shadow: none;
text-shadow: 2px 2px rgba(0,0,0,0.4);
word-wrap: break-word; }
.reveal h1 {
@ -293,7 +297,8 @@ body {
* LINKS
*********************************************/
.reveal a {
color: #4E9F3D;
color: rgb(72,210,0);
text-shadow: 2px 2px rgba(0,0,00.4);
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;