July 4, 2025, Friday, 184

Sdcshgs.css

De La Tour des Héros.

(Différences entre les versions)
m (Page créée avec « 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 : } /*... »)
Version actuelle (31 juillet 2024 à 14:20) (voir la source)
m
 
(10 révisions intermédiaires masquées)
Ligne 1 : Ligne 1 :
 +
/* DC SUPER HERO GIRLS (série) */
 +
 +
/* Titres */
/* Titres */
Ligne 9 : Ligne 12 :
}
}
-
/*h1, h2 {
+
h1, h2 {
-
     background: rgb(42,113,201);
+
     background: #c42055;
-
     background: linear-gradient(90deg, rgba(42,113,201,1) 0%, rgba(60,63,149,1) 40%, rgba(64,38,122,1) 50%, rgba(102,49,105,1) 60%, rgba(222,50,72,1) 100%);
+
     background: linear-gradient(135deg, #c42055 70%, #f8bc1a 90%);  
-
}*/
+
}
h3 {
h3 {
Ligne 23 : Ligne 26 :
     font-family: Verdana;
     font-family: Verdana;
     background: #5890DB;
     background: #5890DB;
-
     background: linear-gradient(170deg, #5890DB 20%, rgba(255,255,255,1) 40%);  
+
     background: linear-gradient(170deg, #5890DB 20%, white 40%);
 +
}
 +
 
 +
p + a + h5, ul + a + h5, li + a + h5 {
 +
    margin-top:2.5em!important;
}
}
Ligne 29 : Ligne 36 :
.quotes-bulk {
.quotes-bulk {
-
     border: 1px solid #775588;  
+
     border: 1px solid #5890DB;  
-
     background: #F6D3D0; -moz-border-radius:6px;  
+
     background: #EBC2D0; -moz-border-radius:6px;  
     padding: 0;  
     padding: 0;  
     width: auto;
     width: auto;
Ligne 39 : Ligne 46 :
     margin-left: 10px;
     margin-left: 10px;
     margin-right: 10px;
     margin-right: 10px;
 +
}
 +
 +
/* Tableaux */
 +
table.wikitable th {
 +
  background-color:#5890DB!important;
 +
  border: 1px solid white;
}
}

Version actuelle

/* DC SUPER HERO GIRLS (série) */


/* 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: #c42055;
   background: linear-gradient(135deg, #c42055 70%, #f8bc1a 90%); 

}

h3 {

   color: #5890DB;

}

h5 {

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

}

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

   margin-top:2.5em!important;

}

/* Citations*/

.quotes-bulk {

   border: 1px solid #5890DB; 
   background: #EBC2D0; -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:#5890DB!important;
  border: 1px solid white;

}