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

Loading…
Cancel
Save