June 25, 2025, Wednesday, 175

Ssf.css

De La Tour des Héros.

(Différences entre les versions)
m
m
Ligne 36 : Ligne 36 :
/* Tableaux */
/* Tableaux */
-
.wikitable th {
+
table.wikitable th {
   background-color:#95135D!important;
   background-color:#95135D!important;
   border: 1px solid white;
   border: 1px solid white;
 +
}
 +
 +
table.wt {
 +
  margin-right:auto;
 +
  margin-left:auto;
 +
}
 +
 +
table.wt tr td {
 +
  vertical-align: top;
 +
  text-align:left;
}
}

Version du 30 octobre 2023 à 22:21

/* SUPER FRIENDS */


/* 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-image: url(/ltdh/images/3/31/SF_Titre.jpg);

   background-size:100% 100%;*/
   background: #95135d;
   background: linear-gradient(135deg, #95135d 0%, #95135d 80%, #ffd512 100%);

}

h3 {

   color: #feaa00;

}

h5 {

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

}

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

   margin-top:2.5em!important;

}

/* Tableaux */ table.wikitable th {

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

}

table.wt {

  margin-right:auto;
  margin-left:auto;

}

table.wt tr td {

 vertical-align: top;
 text-align:left;

}