Suppression des exemples pour figure.image

This commit is contained in:
Lionel 2023-12-12 18:23:40 +01:00
parent 0cc5a74417
commit 7b60e5d807
1 changed files with 239 additions and 246 deletions

View File

@ -1,246 +1,239 @@
/** /**
* Voici une feuille de style type, bien entendu vous pouvez ajouter ou supprimer des propriétés CSS en fonction de vos besoins.*/ * Voici une feuille de style type, bien entendu vous pouvez ajouter ou supprimer des propriétés CSS en fonction de vos besoins.*/
/* Here is a typical style sheet, of course you can add or remove CSS properties according to your needs.*/ /* Here is a typical style sheet, of course you can add or remove CSS properties according to your needs.*/
/* Pour activer la popup de recherche positionner le curseur dans la zone d'édition puis Ctrl + F ou Cmd + F */ /* Pour activer la popup de recherche positionner le curseur dans la zone d'édition puis Ctrl + F ou Cmd + F */
/* To activate the search popup position the cursor in the editing area then Ctrl + F or Cmd + F */ /* To activate the search popup position the cursor in the editing area then Ctrl + F or Cmd + F */
/** /**
* Éléments principaux * Éléments principaux
*/ */
/* Grille du site, barres et page */ /* Grille du site, barres et page */
#contentLeft { #contentLeft {
} }
#contentRight { #contentRight {
} }
#contentSite { #contentSite {
} }
/* Bannière */ /* Bannière */
header { header {
} }
/* Titre de la bannière */ /* Titre de la bannière */
header span { header span {
} }
/* Menu */ /* Menu */
nav { nav {
} }
/* Items du menu */ /* Items du menu */
nav a { nav a {
} }
/* Items au survol du menu */ /* Items au survol du menu */
nav a:hover { nav a:hover {
} }
/* Item courant du menu */ /* Item courant du menu */
nav a.active { nav a.active {
} }
/* Menu latéral, aspect des puces */ /* Menu latéral, aspect des puces */
ul #menuSide { ul #menuSide {
} }
/* Block menu à droite */ /* Block menu à droite */
#menuSideRight { #menuSideRight {
} }
/* Block menu à gauche */ /* Block menu à gauche */
#menuSideLeft { #menuSideLeft {
} }
/* Bas de page */ /* Bas de page */
footer { footer {
} }
footer #footersite, #footerbody { footer #footersite, #footerbody {
} }
/* Liens du bas de page */ /* Liens du bas de page */
footer #footersite, #footerbody a { footer #footersite, #footerbody a {
} }
/* footer bloc gauche */ /* footer bloc gauche */
footer #footersiteLeft, #footerbodyLeft { footer #footersiteLeft, #footerbodyLeft {
} }
/* footer bloc central */ /* footer bloc central */
footer #footersiteCenter, #footerbodyCenter { footer #footersiteCenter, #footerbodyCenter {
} }
/* footer bloc droite */ /* footer bloc droite */
footer #footersiteRight, #footerbodyRight { footer #footersiteRight, #footerbodyRight {
} }
/** /**
* Éléments de contenu * Éléments de contenu
*/ */
/* Titres */ /* Titres */
h1, h2, h3, h4 { h1, h2, h3, h4 {
} }
/* Liens */ /* Liens */
a { a {
} }
/* Liens au survol */ /* Liens au survol */
a:hover { a:hover {
} }
/* Liens au clic */ /* Liens au clic */
a:active { a:active {
} }
/* Boutons */ /* Boutons */
.button, .button,
button[type='submit'], button[type='submit'],
.pagination a { .pagination a {
} }
/* Boutons au survol */ /* Boutons au survol */
.button:hover, .button:hover,
button[type='submit']:hover, button[type='submit']:hover,
.pagination a:hover { .pagination a:hover {
} }
/* Boutons au clic */ /* Boutons au clic */
.button:active, .button:active,
button[type='submit']:active, button[type='submit']:active,
.pagination a:active { .pagination a:active {
} }
/* Cases à cocher */ /* Cases à cocher */
input[type='checkbox']:checked + label:before { input[type='checkbox']:checked + label:before {
} }
/* Cases à cocher au survol */ /* Cases à cocher au survol */
input[type='checkbox']:not(:active):checked:hover + label:before, input[type='checkbox']:not(:active):checked:hover + label:before,
input[type='checkbox']:active + label:before { input[type='checkbox']:active + label:before {
} }
/* Champs de formulaire */ /* Champs de formulaire */
input[type='text'], input[type='text'],
input[type='password'], input[type='password'],
.inputFile, .inputFile,
select, select,
textarea { textarea {
} }
/* Champs de formulaire au survol */ /* Champs de formulaire au survol */
input[type='text']:hover, input[type='text']:hover,
input[type='password']:hover, input[type='password']:hover,
.inputFile:hover, .inputFile:hover,
select:hover, select:hover,
textarea:hover { textarea:hover {
} }
/* Titre sous image Caption */ /* Titre sous image Caption */
/* /*
figure.image { figure.image {
display: inline-block; }
border: 1px solid gray;
margin: 0 6px; figure.image img {
background-color: #f5f2f0; }
}
figure.image figcaption {
figure.image img { }
margin: 0; */
}
/* Consentement aux cookies */
figure.image figcaption { /*
margin: 4px; #cookieConsent {
text-align: center; width: 80%;
} color: #FFF;
*/ background: #212223;
opacity: 0.9;
/* Consentement aux cookies */ }
/*
#cookieConsent { #cookieConsent a{
width: 80%; color : yellow;
color: #FFF; }
background: #212223;
opacity: 0.9; #cookieConsent h3{
} color : red;
}
#cookieConsent a{
color : yellow; #cookieConsentConfirm {
} background: rgba(0,0,255,1);
color: rgba(255,255,255,1);
#cookieConsent h3{ }
color : red;
} #cookieConsentConfirm:hover {
background: rgba(0,50,255,1);
#cookieConsentConfirm { color: rgba(255,255,255,1);
background: rgba(0,0,255,1); }
color: rgba(255,255,255,1); */
}
/* Gabarit Color box */
#cookieConsentConfirm:hover { .colorbox-0 {
background: rgba(0,50,255,1); color: #F7F6CF;
color: rgba(255,255,255,1); background-color: #5784BA;
} }
*/ .colorbox-0 a {
color: #FFBF66;
/* Gabarit Color box */ }
.colorbox-0 { .colorbox-0 h2, .colorbox-0 h3{
color: #F7F6CF; color: #F4CFDF;
background-color: #5784BA; }
}
.colorbox-0 a {
color: #FFBF66; /**
} * Modules de page par ordre alphabétique
.colorbox-0 h2, .colorbox-0 h3{ */
color: #F4CFDF;
}
/* Module Agenda : grille de l'agenda */
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider,
/** .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view,
* Modules de page par ordre alphabétique .fc-unthemed .fc-list-heading td, .fc .fc-row .fc-content-skeleton td{
*/ border-color: rgba(146, 52, 101, 1);
}
/* Module Agenda : grille de l'agenda */
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, /* Module Album photo : Cases contenant les vignettes */
.fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .galleryPicture, .galleryGalleryPicture {
.fc-unthemed .fc-list-heading td, .fc .fc-row .fc-content-skeleton td{ /*exemple background-color: green;*/
border-color: rgba(146, 52, 101, 1); }
} .galleryPicture:hover, .galleryGalleryPicture:hover {
/*exemple background-color: yellow;*/
}
/* Module Album photo : Cases contenant les vignettes */
.galleryPicture, .galleryGalleryPicture { /* Module Blog */
/*exemple background-color: green;*/ .blogDate {
} }
.galleryPicture:hover, .galleryGalleryPicture:hover { .blogPicture {
/*exemple background-color: yellow;*/ }
} .blogPicture img {
}
/* Module Blog */ .blogComment {
.blogDate { }
} .blogTitle {
.blogPicture { }
} .blogContent {
.blogPicture img { }
}
.blogComment { /* Module News */
} .newsTitle {
.blogTitle { /*background-color: grey;*/
} }
.blogContent { .newsContent {
} }
.newsSignature {
/* Module News */ color: #404040;
.newsTitle { }
/*background-color: grey;*/
}
.newsContent {
}
.newsSignature {
color: #404040;
}