forked from ScoDoc/ScoDoc
commence à saboter les couleurs de Seb. :-)
This commit is contained in:
parent
45f4fe3e12
commit
270d03057f
@ -3,9 +3,13 @@
|
|||||||
/* Styles généraux */
|
/* Styles généraux */
|
||||||
/*******************/
|
/*******************/
|
||||||
:root{
|
:root{
|
||||||
--couleurPrincipale: #09c;
|
--couleurPrincipale: rgb(240,250,255);
|
||||||
|
--couleurFondTitresUE: rgb(206,255,235);
|
||||||
|
--couleurFondTitresRes: rgb(125, 170, 255);
|
||||||
|
--couleurFondTitresSAE: rgb(255, 190, 69);
|
||||||
--couleurSecondaire: #0c9;
|
--couleurSecondaire: #0c9;
|
||||||
--couleurIntense: #c09;
|
--couleurIntense: #c09;
|
||||||
|
--couleurSurlignage: rgba(232, 255, 132, 0.47);
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
font-family: arial;
|
font-family: arial;
|
||||||
@ -30,7 +34,7 @@ main{
|
|||||||
.ready main{display: block;}
|
.ready main{display: block;}
|
||||||
h2{
|
h2{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--couleurPrincipale)
|
color: black;
|
||||||
}
|
}
|
||||||
section{
|
section{
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
@ -94,10 +98,11 @@ section>div:nth-child(1){
|
|||||||
gap: 16px;
|
gap: 16px;
|
||||||
border-color: var(--couleurPrincipale);
|
border-color: var(--couleurPrincipale);
|
||||||
background: var(--couleurPrincipale);
|
background: var(--couleurPrincipale);
|
||||||
color: #FFF;
|
color: rgb(0, 0, 0);
|
||||||
}
|
}
|
||||||
.civilite{
|
.civilite{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 130%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/************/
|
/************/
|
||||||
@ -138,10 +143,10 @@ section>div:nth-child(1){
|
|||||||
/* Synthèse */
|
/* Synthèse */
|
||||||
/***************/
|
/***************/
|
||||||
.synthese>.ue{
|
.synthese>.ue{
|
||||||
background: var(--couleurPrincipale);
|
background: var(--couleurFondTitresUE);
|
||||||
}
|
}
|
||||||
.synthese h3{
|
.synthese h3{
|
||||||
background: var(--couleurPrincipale);
|
background: var(--couleurFondTitresUE);
|
||||||
}
|
}
|
||||||
.synthese em,
|
.synthese em,
|
||||||
.eval em{
|
.eval em{
|
||||||
@ -155,7 +160,7 @@ section>div:nth-child(1){
|
|||||||
/***************/
|
/***************/
|
||||||
.module, .ue{
|
.module, .ue{
|
||||||
background: var(--couleurSecondaire);
|
background: var(--couleurSecondaire);
|
||||||
color: #FFF;
|
color: #000;
|
||||||
padding: 4px 32px;
|
padding: 4px 32px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -190,8 +195,8 @@ h3{
|
|||||||
border-bottom: 1px solid #aaa;
|
border-bottom: 1px solid #aaa;
|
||||||
}
|
}
|
||||||
.eval:hover, .syntheseModule:hover{
|
.eval:hover, .syntheseModule:hover{
|
||||||
background: var(--couleurIntense);
|
background: var(--couleurSurlignage);
|
||||||
color: #FFF;
|
/* color: #FFF; */
|
||||||
}
|
}
|
||||||
.complement{
|
.complement{
|
||||||
pointer-events:none;
|
pointer-events:none;
|
||||||
|
Loading…
Reference in New Issue
Block a user