July 19, 2025, Saturday, 199

Sdcns.css

De La Tour des Héros.

(Différences entre les versions)
m
m
Ligne 56 : Ligne 56 :
   margin-right:auto;
   margin-right:auto;
   margin-left:auto;
   margin-left:auto;
 +
  table-layout: fixed;
}
}

Version du 26 juillet 2024 à 13:50

/* DC NATION SHORTS */

/* 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: #00aae7;
   background: linear-gradient(90deg, #00aae7 0%, black 100%); 

}

h3 {

   color: #DB1702;

}

h5 {

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

}

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

   margin-top:2.5em!important;

}

/* Citations*/

.quotes-bulk {

   border: 1px solid #DB1702; 
   background: #F4CCC7; -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:#3F90C6!important;
  border: 1px solid white;

}

table.wt {

  margin-right:auto;
  margin-left:auto;
 table-layout: fixed;

}

table.wt tr td {

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

}