June 26, 2025, Thursday, 176

Shq.css

De La Tour des Héros.

(Différences entre les versions)
(remonte "modifier" sur h3 pour éviter les décalages d'éléments floating-right en mode rédacteur)
Version actuelle (19 janvier 2025 à 18:17) (voir la source)
m
 
(24 révisions intermédiaires masquées)
Ligne 13 : Ligne 13 :
h1, h2 {
h1, h2 {
-
     background: rgb(4,10,40);
+
     background: #040A28;
-
     background: linear-gradient(90deg, rgba(4,10,40,1) 0%, rgba(61,9,51,1) 40%, rgba(227,54,182,1) 100%);
+
     background: linear-gradient(90deg, #040A28 0%, #040933 40%, #e336B6 100%);
}
}
h3 {
h3 {
-
     color: rgb(227,54,182);
+
     color: #e336B6;
}
}
Ligne 30 : Ligne 30 :
     color:white;
     color:white;
     font-family: Verdana;
     font-family: Verdana;
-
     background: rgb(227,54,182);
+
     background: #e336B6;
-
     background: linear-gradient(170deg, rgba(227,54,182,1) 20%, rgba(255,255,255,1) 40%);  
+
     background: linear-gradient(170deg, #e336B6 20%, white 40%);
 +
}
 +
 
 +
p + a + h5, ul + a + h5, li + a + h5 {
 +
    margin-top:2.5em!important;
 +
}
 +
 
 +
div.floatright {
 +
    margin:0 0 .2em 1.5em!important;
}
}
Ligne 47 : Ligne 55 :
     margin-left: 10px;
     margin-left: 10px;
     margin-right: 10px;
     margin-right: 10px;
 +
}
 +
 +
.gallerybox .thumb {
 +
  margin: 0!important;
 +
  padding:0!important;
 +
}
 +
 +
p + center .gallery {
 +
  margin:-.7em 0 -.5em!important;
 +
}
 +
 +
/* Tableaux */
 +
table.wikitable th {
 +
  background-color:#E336B6!important;
 +
  border: 1px solid white;
 +
}
 +
 +
table.alt tr:nth-child(odd) {
 +
  background-color: #F3B9CC;
 +
}
 +
 +
table.alt tr:nth-child(even) {
 +
  background-color: #F2E9CC;
}
}

Version actuelle

/* HARLEY QUINN */


/* 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: #040A28;
   background: linear-gradient(90deg, #040A28 0%, #040933 40%, #e336B6 100%);

}

h3 {

   color: #e336B6;

}

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: #e336B6;
   background: linear-gradient(170deg, #e336B6 20%, white 40%); 

}

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

   margin-top:2.5em!important;

}

div.floatright {

   margin:0 0 .2em 1.5em!important;

}

/* Citations*/

.quotes-bulk {

   border: 1px solid #E336B6; 
   background: #fce9f7; -moz-border-radius:6px; 
   padding: 0; 
   width: auto;

}

.quotes-box {

   text-align: left;
   margin-left: 10px;
   margin-right: 10px;

}

.gallerybox .thumb {

  margin: 0!important;
  padding:0!important;

}

p + center .gallery {

  margin:-.7em 0 -.5em!important;

}

/* Tableaux */ table.wikitable th {

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

}

table.alt tr:nth-child(odd) {

  background-color: #F3B9CC;

}

table.alt tr:nth-child(even) {

  background-color: #F2E9CC;

}

/* Bannière */

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

}