April 30, 2025, Wednesday, 119

Sgmc.css

De La Tour des Héros.

/* GODS & MONSTERS CHRONICLES */


/* 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-color:black;
   background-image:url('/ltdh/images/9/97/Justice_League_Gods_and_Monsters_Chronicles_logo_stars.png');
   background:url('/ltdh/images/9/97/Justice_League_Gods_and_Monsters_Chronicles_logo_stars.png'),linear-gradient(90deg, #C00007 15%, black 25%,black 40%,#545454 50%, black 60%);
   background-repeat:no-repeat;
   background-position:right center;

}

h3 {

   color: #660008;

}

h3 span.editsection {

   margin: -0.3em; /*remonte "modifier" pour éviter les décalages d'éléments floating-right en mode rédacteur*/
   display: inline-block;

}

h5 {

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

}

p + a + h5, ul + a + h5, li + a + h5 {

   margin-top:2.5em!important;

}

/* Citations*/

.quotes-bulk {

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

}

.quotes-box {

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

}

/* Tableaux */ table.wikitable th {

  background-color:#C00007!important;
  border: 1px solid white;

}