From 48b681b1d0a1c351568ca3608f6b2474499af6b8 Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Sun, 27 Jan 2019 19:51:09 +0100 Subject: [PATCH] Delete custom.css --- site/data/custom.css | 156 ------------------------------------------- 1 file changed, 156 deletions(-) delete mode 100644 site/data/custom.css diff --git a/site/data/custom.css b/site/data/custom.css deleted file mode 100644 index dad33c28..00000000 --- a/site/data/custom.css +++ /dev/null @@ -1,156 +0,0 @@ -/** - * Voici une feuille de style type, bien entendu vous pouvez ajouter - * ou supprimer des propriétés CSS en fonction de vos besoins. - */ - -/** - * Éléments principaux - */ - -/* Fond du site */ -body { -} - -/* Site */ -#site { -} - -/* Grille du site */ -#contentleft { -} -#contentright { -} -#contentsite { -} - -/* Bannière */ -header { -} - -/* Titre de la bannière */ -header span { -} - -/* Menu */ -nav { -} - -/* Items du menu */ -nav a { -} - -/* Items au survol du menu */ -nav a:hover { -} - -/* Item courant du menu */ -nav a.active { -} - -/* Bas de page */ -footer { -} - -footer #footersite, #footerbody { -} - -/* Liens du bas de page */ -footer #footersite, #footerbody a { -} - -/* footer bloc gauche */ -footer #footersiteLeft, #footerbodyLeft { -} - -/* footer bloc central */ -footer #footersiteCenter, #footerbodyCenter { -} - -/* footer bloc droite */ -footer #footersiteRight, #footerbodyRight { -} - -/* footer bloc de chaque élément */ -#footerText { -} -#footerSocials { -} -#footerCopyright { -} - - -/** - * Éléments de contenu - */ - -/* Titres */ -h1, -h2, -h3, -h4 { -} - -/* Liens */ -a { -} - -/* Liens au survol */ -a:hover { -} - -/* Liens au clic */ -a:active { -} - -/* Boutons */ -.button, -button[type='submit'], -.pagination a { -} - -/* Boutons au survol */ -.button:hover, -button[type='submit']:hover, -.pagination a:hover { -} - -/* Boutons au clic */ -.button:active, -button[type='submit']:active, -.pagination a:active { -} - -/* Cases à cocher */ -input[type='checkbox']:checked + label:before { -} - -/* Cases à cocher au survol */ -input[type='checkbox']:not(:active):checked:hover + label:before, -input[type='checkbox']:active + label:before { -} - -/* Champs de formulaire */ -input[type='text'], -input[type='password'], -.inputFile, -select, -textarea { -} - -/* Champs de formulaire au survol */ -input[type='text']:hover, -input[type='password']:hover, -.inputFile:hover, -select:hover, -textarea:hover { -} - -/* iframe du module core */ - -iframe { - height: 100%; - border: none; - margin-top: 10px; - margin-bottom: 10px; - - } \ No newline at end of file