/ Voici un exemple de css custom pour le theme margot, il agit sur les variables css non personnalisables dans le theme et permet de faire des css sur mesure. Chaque ligne ci-dessous est à décommenter pour etre utilisée Pour en savoir plus, <a href="?doc#/docs/fr/admin?id=ajouter-du-code-css-personnalis%c3%a9">voyez la documentation à ce sujet</a>. /



:root {

/ couleur des titres /
/ --title-h1-color:var(--neutral-color); /
/ --title-h2-color:var(--primary-color); /
/ --title-h3-color:var(--secondary-color-1); /
/ --title-h4-color:var(--secondary-color-2); /
/ couleur pour les messages positifs par defaut vert /
/ --success-color: #3cab3b; /

/ couleur pour les messages d'erreur par defaut rouge /
/ --danger-color: #d8604c; /

/ couleur pour les messages d'alerte par defaut orange /
/ --warning-color: #D78958; /

/ couleur de fond de la partie centrale votre wiki /
/ --main-container-bg-color:var(--neutral-light-color); /

/ couleur des liens /
/ --link-color: var(--primary-color); /

/ couleur des liens au survol /
/ --link-hover-color: var(--primary-color); /

/ couleur de la barre de menu /
/ --navbar-bg-color: var(--primary-color); /

/ --navbar-text-color: var(--neutral-light-color); /

/ --navbar-link-color: var(--neutral-light-color); /

/ --navbar-link-bg-color: transparent; /

/ --navbar-link-hover-color: rgba(255,255,255,0.85); /

/ --navbar-link-bg-hover-color: transparent; /

/ --navbar-border: none; /

/ --navbar-border-radius: 0; /

/ --navbar-shadow: none; /

/ --header-bg-color: var(--neutral-light-color); /

/ --header-text-color: var(--neutral-color); /

/ --header-title-color: var(--primary-color); /

/ couleur de fond du pied de page /
  • -footer-bg-color: var(--primary-color);

  • -footer-text-color: var(--neutral-light-color);

  • -footer-title-color: var(--secondary-color-1);

  • -footer-border: none;

/ --btn-border: none; /

/ --btn-border-radius: .5em; /

/ --checkbox-color: var(--primary-color); /

/ } /


html, body {
  • / font-size: var(--main-text-fontsize) !important; /
  • font-size: 1.25rem!important;
}



.titre_type_fiche {display:none;}

.id5 .field-textelong .BAZ_label, .id6 .field-textelong .BAZ_label {display:none;}
[data-id="bf_biblio"] .BAZ_label {display:block!important;}
/Pour les fiches en général label et valeur sur la meme ligne/
.BAZ_label {
  • display: inline-block;
}
/
  • / / Provoque un débordement dans l'affichage accordeon /

/
  • /

.bloc-intention {
  • background-color: #fafafa;
  • border-bottom: 6px solid var(--secondary-color-1);
  • height: 150px;
  • box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  • font-size: 1.3em;
  • text-align: center;
  • display: flex;
align-items: center;
}
.bloc-intention div {width: -moz-available;}

#yw-footer .text-center{text-align:left;} / pas de contrage pour Galope sous yeswiki /


@media (min-width: 768px) {
  • .nav-tabs.nav-justified > li > a {
    • height: 100px;
  • }
}


.style-horizontal .bazar-card h4 {
  • font-size: 1.2rem;
  • }
  • .style-horizontal .bazar-card {
    • border-bottom: 2px solid #d9d9d9;
    • min-height: 4rem;
  • }
  • @media (width >= 900px) {
.style-horizontal.bazar-cards-container {
row-gap: 4rem;
row-gap: 1rem;
}
}


.bazar-card .text-area::after {
  • / background-image: linear-gradient(#fff0, white); /
  • background-image: none;
}


.BAZ_fiche_titre::after {
  • / content: no-close-quote; /
  • content: none;
}

  • / fiches 6 - experimentation /
.cadre.thema {
  • color: var(--secondary-color-1);
  • border: 2px solid var(--secondary-color-1);
  • border-radius: 20px;
  • padding: 0 1em;
  • margin:.5em;
}

.article{margin-top:3em;}

.auteur ul { padding-left: 0;}

.auteur li { list-style: none;}

.meta-info {
  • line-height: 2em;
}

/ Aggrandir la zone de saisie pour les textes longs /

#bf_descriptionContainer .note-editable {
  • / max-height: 350px; /
  • / min-height: 100px; /
  • min-height: 1000px!important;
}


.fc .table-bordered, .table-bordered td, .table-bordered th, .fc .fc-scrollgrid.fc-scrollgrid-liquid {
  • border-left: 1px solid #ddd !important;
}

Commentaires