June 24, 2025, Tuesday, 174

Sdcshg.css

De La Tour des Héros.

/* Titres */

/*h1 {

   padding: .3em 0; espace entre un titre et son soulignage
   background-image: url(http://www.latourdesheros.com/deco/ZP_Titre.jpg);
   background-repeat: repeat-x;   

}

h2 {

   padding: 0.2em 0 .2em 0.3em; espace entre un titre et son soulignage
   background-image: url(http://www.latourdesheros.com/deco/ZP_Titre.jpg);
   background-repeat: repeat-x;

} */

h3 {

   color: #EE232C; 

}

h5 { font-family: Verdana;

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

}

ul {

   margin: -0.5em 0 0 1.5em; /* espace autour du bloc liste - haut, droite, bas, gauche */
   text-align:justify;
   list-style-image: url(arrow.png);

}

li {

   margin-right: .9em;
   margin-left: .9em;
   margin-bottom: .1em; /* margin between bullet and content */
   padding: 0; /* margin between bullet and content */

}


/* Bannière */

  1. gumax-site-logo,
  2. gumax-site-logo a,
  3. gumax-site-logo a:hover {
   background-image:url(/ltdh/images/8/89/Ban_dcshg.jpg);
   height:     134px;
   min-height: 134px; /* height of header */
   display: block;
   background-repeat: repeat;
   background-position: left;
   text-decoration: none;

}