Retrait de outline.txt
This commit is contained in:
parent
715053ca70
commit
e7cad6359e
1 changed files with 0 additions and 208 deletions
208
outline.txt
208
outline.txt
|
@ -1,208 +0,0 @@
|
|||
Fonts: Poppins, Arial Narrow?/Arial?
|
||||
Couleurs:
|
||||
#394596; /*Bleu AGECEM*/
|
||||
#E5E5E5; /*Gris pâle*/
|
||||
#8A8A8A; /*Gris foncé*/
|
||||
#FFF; /*Blanc pur*/
|
||||
#000; /*Noir pur*/
|
||||
|
||||
Couleurs (Light Mode):
|
||||
#394596; /*Bleu AGECEM*/
|
||||
Couleurs (Dark Mode):
|
||||
|
||||
div.wrapper{
|
||||
width: 1420px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/*tête de page*/
|
||||
|
||||
header.entete{
|
||||
|
||||
}
|
||||
ul.enteteMenu{
|
||||
font-family: Poppins;
|
||||
font-weight: 400; /*regular*/
|
||||
font-size: 1.25rem; /*20px*/
|
||||
color: #000; /*Noir pur*/
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
}
|
||||
li.enteteMenuElement{
|
||||
|
||||
}
|
||||
li.enteteMenuElement:hover{
|
||||
border-bottom: 5px #FF563C solid; /*Orange Highlight*/
|
||||
cursor: pointer;
|
||||
}
|
||||
ul.enteteSousMenu{
|
||||
font-family: Poppins;
|
||||
font-weight: 400; /*regular*/
|
||||
font-size: 1.125rem; /*18px*/
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
}
|
||||
li.enteteSousMenuElement{
|
||||
background-color: #D8D8D8 /*gris pâle*/;
|
||||
color: #000; /*Noir pur*/
|
||||
}
|
||||
li.enteteSousMenuElement:hover{
|
||||
background-color: #FF563C /*gris pâle*/;
|
||||
color: #FFF; /*Blanc pur*/
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
---/*page*/---
|
||||
/*titres*/
|
||||
h1.titre1Page{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 6rem; /*96px*/
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
}
|
||||
h2.titre2Page{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 1.5rem; /*24px*/
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
}
|
||||
div.h3Background{
|
||||
background-color: #394596; /*Bleu AGECEM*/
|
||||
width: 100%; /*largeur complète du wrapper*/
|
||||
height: 80px;
|
||||
display: flex;
|
||||
flex-flow: wrap row;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
text-align: center
|
||||
}
|
||||
h3.h3Page{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 2.25rem; /*36px*/
|
||||
color: #FFF; /*Blanc pur*/
|
||||
}
|
||||
.reglementNom{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 3rem; /*48px*/
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
}
|
||||
.reglementDesc{
|
||||
font-family: Poppins;
|
||||
font-weight: 500; /*medium*/
|
||||
font-size: 1.5rem /*24px*/;
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
}
|
||||
.politiqueNom{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 3rem; /*48px*/
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
}
|
||||
.politiqueNom{
|
||||
font-family: Poppins;
|
||||
font-weight: 500; /*medium*/
|
||||
font-size: 2.25rem; /*36px*/
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
}
|
||||
/*page*/
|
||||
|
||||
|
||||
/*article*/
|
||||
/*titres*/
|
||||
h1.h1Article{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 6rem;/*96px*/
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
}
|
||||
|
||||
|
||||
.grilleArticleTitre{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 1.5rem /*24px*/;
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
line-height: 115%;
|
||||
}
|
||||
.grilleArticleTitre.vacant{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 1.5rem /*24px*/;
|
||||
color: #8A8A8A; /*Gris foncé*/
|
||||
}
|
||||
.grilleArticleSousTitre{
|
||||
font-family: Poppins;
|
||||
font-weight: 400; /*regular*/
|
||||
font-size: 1.125rem /*18px*/;
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
line-height: 115%;
|
||||
}
|
||||
.grilleArticleDesc{
|
||||
font-family: Poppins;
|
||||
font-weight: 300; /*light*/
|
||||
font-size: 0.875rem /*14px*/;
|
||||
color: #505050; /*Gris foncé*/
|
||||
line-height: 150%;
|
||||
}
|
||||
.grilleArticleLien{
|
||||
font-family: Poppins;
|
||||
font-weight: 300; /*light*/
|
||||
font-size: 1.125rem /*18px*/;
|
||||
color: #FF563C; /*Orange Highlight*/
|
||||
}
|
||||
|
||||
/*FAQ*/
|
||||
div.questionEtReponse{
|
||||
display: grid;
|
||||
}
|
||||
|
||||
div.question{
|
||||
border-left: 5px #FF563C solid; /*Orange Highlight*/
|
||||
background-color: #E5E5E5 /*Gris pâle*/
|
||||
}
|
||||
p.questionQ{
|
||||
font-family: Poppins;
|
||||
font-weight: 300; /*light*/
|
||||
font-size: 6rem /*96px*/;
|
||||
color: #FF563C; /*Orange Highlight*/
|
||||
}
|
||||
p.questionTexte{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 2.25rem; /*36px*/
|
||||
color: #000; /*Noir pur*/
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
div.reponse{
|
||||
border-left: 5px #8A8A8A solid; /*Gris foncé*/
|
||||
background-color: #FFF /*Blanc pur*/
|
||||
}
|
||||
p.reponseR{
|
||||
font-family: Poppins;
|
||||
font-weight: 300; /*light*/
|
||||
font-size: 6rem /*96px*/;
|
||||
color: #8A8A8A; /*Gris foncé*/
|
||||
}
|
||||
p.reponseTexte{
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 2.25rem; /*36px*/
|
||||
color: #000; /*Noir pur*/
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
/*FAQ*/
|
||||
|
||||
|
||||
|
||||
/*pied de page*/
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue