June 27, 2025, Friday, 177

Sjla.css

De La Tour des Héros.

Version du 24 janvier 2021 à 13:33 par Melgi (Discuter | contributions)
(diff) ← Version précédente | Voir la version courante (diff) | Version suivante → (diff)

/* Titres */

h1, h2 {

   background: rgb(42,113,201);
   background: linear-gradient(90deg, rgba(42,113,201,1) 0%, rgba(60,63,149,1) 40%, rgba(64,38,122,1) 50%, rgba(102,49,105,1) 60%, rgba(222,50,72,1) 100%);

}

h3 {

   color: #F1372A;

}

h5 {

   padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
   color:white;
   font-family: Verdana;
   background: #F1372A;
   background: linear-gradient(170deg, #F1372A 20%, rgba(255,255,255,1) 40%); 

}

/* Citations*/

.quotes-bulk {

   border: 1px solid #E336B6; 
   background: #fce9f7; -moz-border-radius:6px; 
   padding: 0; 
   width: auto;

}

.quotes-box {

   text-align: left;
   margin-left: 10px;
   margin-right: 10px;

}