Correction de titre, d'indentation et de noms de classes CSS

pull/5/head
ycharbi 4 years ago
parent 440eeb7f1a
commit 8af27b0aa3

@ -5,10 +5,10 @@ header ("Refresh: 5;URL=/pages/formulaire_accueil.php?erreur=1");
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Courtail</title>
<!-- Ajouter le favicon <link rel="icon" href="/fichiers/images/favicon.ico" /> -->
<style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Courtail - Portail des courriels</title>
<!-- Ajouter le favicon <link rel="icon" href="/fichiers/images/favicon.ico" /> -->
<style>
/* Base */
body {
margin: 0;
@ -120,8 +120,8 @@ header ("Refresh: 5;URL=/pages/formulaire_accueil.php?erreur=1");
-moz-animation: spin 5s linear infinite;
animation: spin 5s linear infinite; }
.chargement-bares:before, .chargement-bares:after,
.chargement-bares span {
.chargement-barres:before, .chargement-barres:after,
.chargement-barres span {
content: '';
display: block;
position: absolute;
@ -133,12 +133,12 @@ header ("Refresh: 5;URL=/pages/formulaire_accueil.php?erreur=1");
-webkit-animation: grow 1s linear infinite;
-moz-animation: grow 1s linear infinite;
animation: grow 1s linear infinite; }
.chargement-bares:after {
.chargement-barres:after {
left: 15px;
-webkit-animation-delay: -0.66s;
-moz-animation-delay: -0.66s;
animation-delay: -0.66s; }
.chargement-bares span {
.chargement-barres span {
left: 30px;
-webkit-animation-delay: -0.33s;
-moz-animation-delay: -0.33s;
@ -245,7 +245,7 @@ header ("Refresh: 5;URL=/pages/formulaire_accueil.php?erreur=1");
-o-transform: scaleY(0);
transform: scaleY(0);
opacity: 0; } }
</style>
</style>
</head>
<body>
<div class="chargements">

Loading…
Cancel
Save