June 28, 2025, Saturday, 178

Sgmc.css

De La Tour des Héros.

(Différences entre les versions)
m
Version actuelle (31 juillet 2024 à 14:20) (voir la source)
m
 
(9 révisions intermédiaires masquées)
Ligne 15 : Ligne 15 :
     background-color:black;
     background-color:black;
     background-image:url('/ltdh/images/9/97/Justice_League_Gods_and_Monsters_Chronicles_logo_stars.png');
     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, #8f000b 25%, #b7adac 26%, black 27%);
+
     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-repeat:no-repeat;
     background-position:right center;
     background-position:right center;
Ligne 35 : Ligne 35 :
     background: black;
     background: black;
     background: linear-gradient(170deg, black 20%, white 40%);  
     background: linear-gradient(170deg, black 20%, white 40%);  
 +
}
 +
 +
p + a + h5, ul + a + h5, li + a + h5 {
 +
    margin-top:2.5em!important;
}
}
Ligne 50 : Ligne 54 :
     margin-left: 10px;
     margin-left: 10px;
     margin-right: 10px;
     margin-right: 10px;
 +
}
 +
 +
/* Tableaux */
 +
table.wikitable th {
 +
  background-color:#C00007!important;
 +
  border: 1px solid white;
}
}

Version actuelle

/* 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;

}