June 26, 2025, Thursday, 176

Sbu.css

De La Tour des Héros.

/* BATMAN UNLIMITED */


/* 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: #c9151e;
   background: linear-gradient(90deg, #c9151e 30%, #ffd635 50%; #ffd635 90%; #000 91%);

}

h3 {

   color: #c9151e;

}

h5 {

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

}

/* Citations*/

.quotes-bulk {

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

}

.quotes-box {

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

}