Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.

« Modèle:Citation/styles.css » : différence entre les versions

De Nefald
Hiob (discussion | contributions)
Création
 
Hiob (discussion | contributions)
Aucun résumé des modifications
 
Ligne 1 : Ligne 1 :
.citation {
/* Modèle:Citation - Guillemets stylisés */
     font-size: 0.95em;
.citation-wrapper {
     line-height: 1.6;
    display: inline-block;
     font-style: italic;
     position: relative;
}
}


.citation a {
.citation-texte {
     color: var(--color-primary, #3366cc);
     display: inline;
    text-decoration: none;
}
}


.citation a:hover {
.citation-texte::before {
     text-decoration: underline;
    content: "« ";
    font-style: normal;
    color: #666;
    font-weight: bold;
}
 
.citation-texte::after {
    content: " »";
    font-style: normal;
    color: #666;
    font-weight: bold;
}
 
.citation-auteur {
     display: inline;
    font-style: normal;
    font-weight: 600;
    color: #333;
}
 
.citation-auteur::before {
    content: " — ";
    color: #999;
}
 
.citation-source {
    display: inline;
    font-style: normal;
    font-size: 0.9em;
    color: #666;
}
 
/* Style bloc pour citations longues */
.citation-bloc {
    display: block;
    margin: 1em 2em;
    padding: 0.5em 1em;
    border-left: 3px solid #ddd;
    background-color: #f9f9f9;
}
}

Dernière version du 13 novembre 2025 à 06:12

/* Modèle:Citation - Guillemets stylisés */
.citation-wrapper {
    display: inline-block;
    font-style: italic;
    position: relative;
}

.citation-texte {
    display: inline;
}

.citation-texte::before {
    content: "« ";
    font-style: normal;
    color: #666;
    font-weight: bold;
}

.citation-texte::after {
    content: " »";
    font-style: normal;
    color: #666;
    font-weight: bold;
}

.citation-auteur {
    display: inline;
    font-style: normal;
    font-weight: 600;
    color: #333;
}

.citation-auteur::before {
    content: " — ";
    color: #999;
}

.citation-source {
    display: inline;
    font-style: normal;
    font-size: 0.9em;
    color: #666;
}

/* Style bloc pour citations longues */
.citation-bloc {
    display: block;
    margin: 1em 2em;
    padding: 0.5em 1em;
    border-left: 3px solid #ddd;
    background-color: #f9f9f9;
}
Les témoins (''cookies'') nous aident à fournir nos services. En utilisant nos services, vous acceptez notre utilisation de témoins.