June 26, 2025, Thursday, 176

Shq.css

De La Tour des Héros.

(Différences entre les versions)
m
Version actuelle (19 janvier 2025 à 18:17) (voir la source)
m
 
(45 révisions intermédiaires masquées)
Ligne 1 : Ligne 1 :
 +
/* 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 {
h1, h2 {
-
     background: rgb(4,10,40);
+
     background: #040A28;
-
     background: linear-gradient(90deg, rgba(4,10,40,1) 0%, rgba(61,9,51,1) 30%, 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;
 +
}
 +
 
 +
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;
}
}
Ligne 11 : Ligne 29 :
     padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
     padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
     color:white;
     color:white;
-
     background: rgb(227,54,182);
+
    font-family: Verdana;
-
     background: linear-gradient(170deg, rgba(227,54,182,1) 20%, rgba(255,255,255,1) 40%);  
+
     background: #e336B6;
 +
     background: linear-gradient(170deg, #e336B6 20%, white 40%);  
}
}
-
/* dynamic site logo style
+
p + a + h5, ul + a + h5, li + a + h5 {
-
-----------------------------------------------------------------------------*/
+
    margin-top:2.5em!important;
-
    #gumax-site-logo,
+
}
-
    #gumax-site-logo a,
+
 
-
    #gumax-site-logo a:hover {
+
div.floatright {
-
      background-image:url(http://www.latourdesheros.com/ltdh/index.php/Image:Harley_Quinn_%28s%C3%A9rie%29.jpg);
+
    margin:0 0 .2em 1.5em!important;
-
        height:    134px;
+
}
-
        min-height: 134px; /* height of header */
+
 
-
        display: block;
+
/* Citations*/
-
        background-repeat: repeat;
+
 
-
        background-position: left left;
+
.quotes-bulk {
-
        text-decoration: none;
+
    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 */
 +
 
 +
#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;
 +
}

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;

}