June 30, 2025, Monday, 180

Sv.css

De La Tour des Héros.

/* VIXEN */


/* Titres */

h1 {

   padding: .3em 0; /*espace entre un titre et son soulignage*/

}

h2 {

   padding: 0.2em 0 .2em 0.3em; /*espace entre un titre et son soulignage*/

}

h1, h2 {

   background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(172,125,48,1) 0%, rgba(64,44,24,1) 60%, rgba(0,0,0,1) 100%);

}

h3 {

   color: #C6942C;

}

h5 {

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

}

/* Citations*/

.quotes-bulk {

   border: 1px solid #402c18; 
   background: #F5E4C1; -moz-border-radius:6px; 
   padding: 0; 
   width: auto;

}

.quotes-box {

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

}