You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
201 lines
4.6 KiB
201 lines
4.6 KiB
[(#REM)<style>/* |
|
Ce squelette definit les styles de l'espace prive |
|
|
|
Note: l'entete "Vary:" sert a repousser l'entete par |
|
defaut "Vary: Cookie,Accept-Encoding", qui est (un peu) |
|
genant en cas de "rotation du cookie de session" apres |
|
un changement d'IP (effet de clignotement). |
|
|
|
ATTENTION: il faut absolument le charset sinon Firefox croit que |
|
c'est du text/html ! |
|
*/]#CACHE{3600*100,cache-client} |
|
#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} |
|
#HTTP_HEADER{Vary: Accept-Encoding} |
|
|
|
#SET{claire,##ENV{couleur_claire,edf3fe}} |
|
#SET{foncee,##ENV{couleur_foncee,3874b0}} |
|
|
|
/*-------------------------------------------------- |
|
Filtre de navigation (colonne gauche) |
|
---------------------------------------------------*/ |
|
|
|
.lat .formulaire_spip .editer_statut .choix, |
|
.lat .formulaire_spip .editer_id_opquast_tag .choix { |
|
display: flex; |
|
justify-content: flex-start; |
|
align-items: flex-start; |
|
padding-left: 0; |
|
padding-right: 3px; |
|
padding-bottom: 0; |
|
} |
|
.lat .formulaire_spip .editer_statut .choix input, |
|
.lat .formulaire_spip .editer_id_opquast_tag .choix input { |
|
margin-right: 0.5em; |
|
} |
|
.lat .formulaire_spip .editer_statut .choix label, |
|
.lat .formulaire_spip .editer_id_opquast_tag .choix label { |
|
display: block; |
|
width: 100%; |
|
} |
|
.lat .formulaire_spip .opquast_choix { |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: flex-start; |
|
width: 100%; |
|
padding: 2px; |
|
} |
|
.lat .formulaire_spip .opquast_choix__total { |
|
font-size: 80%; |
|
white-space: nowrap; |
|
min-width: 26px; |
|
text-align: right; |
|
padding: 2px 4px; |
|
} |
|
|
|
/*-------------------------------------------------- |
|
Liste des critères |
|
---------------------------------------------------*/ |
|
|
|
.opquast_critere_item { |
|
border: 1px solid #C8C8C8; |
|
border-bottom-width: 0; |
|
|
|
} |
|
.opquast_critere_item:first-child { |
|
border-radius: 6px 6px 0 0; |
|
} |
|
.opquast_critere_item:last-child { |
|
border-radius: 0 0 6px 6px; |
|
border-bottom-width: 1px; |
|
} |
|
.opquast_critere_item--actif { |
|
background-color: #F7F6FF; |
|
} |
|
.opquast_critere_item__entete { |
|
margin: 0; |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: flex-start; |
|
font-size: 1em; |
|
font-weight: bold; |
|
padding: 0.75em; |
|
} |
|
.opquast_critere_item--actif .opquast_critere_item__entete { |
|
background: #GET{foncee}; |
|
color: white; |
|
} |
|
.opquast_critere_item--actif .opquast_critere_item__entete a { |
|
color: white; |
|
} |
|
.opquast_critere_item__titre { |
|
line-height: 1.25; |
|
padding-right: 0.5em; |
|
} |
|
.opquast_critere_item__statut { |
|
min-width:140px; |
|
font-weight: normal; |
|
} |
|
.opquast_critere_item__statut_libelle { |
|
display: block; |
|
padding: 2px 4px; |
|
} |
|
.opquast_critere_item__contenu { |
|
display: none; |
|
padding: 0.75em; |
|
} |
|
.opquast_critere_item__tags { |
|
display: flex; |
|
justify-content: flex-start; |
|
margin-bottom: 0.25em; |
|
} |
|
.opquast_critere_item__tag_libelle { |
|
display: flex; |
|
justify-content: flex-start; |
|
align-items: center; |
|
width: 10em; |
|
} |
|
.opquast_critere_item__tag_libelle img { |
|
margin-right: 0.5em; |
|
} |
|
.opquast_critere_item__texte { |
|
margin-top: 1.5em; |
|
} |
|
.opquast_critere_item--actif .opquast_critere_item__contenu { |
|
display: block; |
|
} |
|
.opquast_critere_item__contenu .contenu_tags { |
|
display: flex; |
|
flex-wrap: wrap; |
|
justify-content: flex-start; |
|
align-items: center; |
|
} |
|
.opquast_critere_item__contenu .contenu_tags img { |
|
margin-right: 0.25em; |
|
} |
|
.opquast_critere_item__contenu .contenu_tags a { |
|
margin-left: 0.25em; |
|
} |
|
#conteneur .opquast_critere_item__contenu ul.spip li { |
|
margin-left: 2em; |
|
list-style: disc; |
|
} |
|
#conteneur .opquast_critere_item__contenu ul.spip li p { |
|
margin-bottom: 0; |
|
} |
|
/*-------------------------------------------------- |
|
Formulaire de changement de statut |
|
---------------------------------------------------*/ |
|
|
|
.formulaire_opquast_critere_statut { |
|
border: none; |
|
background: none; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
.formulaire_opquast_critere_statut label { |
|
border: 0; |
|
clip: rect(0 0 0 0); |
|
height: 1px; |
|
margin: -1px; |
|
overflow: hidden; |
|
padding: 0; |
|
position: absolute; |
|
width: 1px; |
|
} |
|
.formulaire_opquast_critere_statut select { |
|
border: 1px solid #C8C8C8; |
|
font-size: 85%; |
|
} |
|
.formulaire_opquast_critere_statut select option { |
|
padding: 3px; |
|
} |
|
|
|
#SET{couleurs, #ARRAY{ |
|
non_verifie, #C6C4C3, |
|
conforme, #69db18, |
|
non_conforme, #FF6700, |
|
non_applicable, #00C9FF |
|
}} |
|
<BOUCLE_couleurs(DATA){source tableau, #GET{couleurs}}> |
|
.opquast_choix_statut--#CLE, |
|
.opquast_choix_statut--#CLE a { |
|
color: [(#VALEUR)] !important; |
|
border-color: [(#VALEUR)]; |
|
background: white; |
|
} |
|
.bg_statut--#CLE { |
|
color: black !important; |
|
background-color: [(#VALEUR)] !important; |
|
} |
|
.formulaire_opquast_critere_statut .choix_#CLE { |
|
border-color: [(#VALEUR)] !important; |
|
background: white !important; |
|
} |
|
</BOUCLE_couleurs> |
|
|
|
.js .js-hidden { |
|
display: none; |
|
} |
|
.no-js .nojs-hidden { |
|
display: none; |
|
} |