June 23, 2025, Monday, 173

Sdcshg.css

De La Tour des Héros.

(Différences entre les versions)
m (Page créée avec « Bannière : #gumax-site-logo, #gumax-site-logo a, #gumax-site-logo a:hover { background-image:url(/ltdh/images/8/89/Ban_dcshg.jpg); height: ... »)
Version actuelle (31 juillet 2024 à 14:26) (voir la source)
m
 
(25 révisions intermédiaires masquées)
Ligne 1 : Ligne 1 :
 +
/* DC SUPER HERO GIRLS */
 +
 +
 +
/* 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/9/91/DCSHG_Titre.png);
 +
    background-position: right;
 +
    background-size:100% 100%;
 +
}
 +
 +
h3 {
 +
    color: #EE232C;
 +
}
 +
 +
h5 {
 +
    font-family: Verdana;
 +
    color: white;
 +
    padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
 +
    background: #FEC70B;
 +
    background: linear-gradient(170deg, #FEC70B 20%, white 40%);
 +
}
 +
 +
p + a + h5, ul + a + h5, li + a + h5 {
 +
    margin-top:2.5em!important;
 +
}
 +
 +
.editsection {
 +
    text-shadow:none!important;
 +
}
 +
 +
ul {
 +
    margin: -0.5em 0 0 1.5em; /* espace autour du bloc liste - haut, droite, bas, gauche */
 +
    text-align:justify;
 +
    list-style-image: url(arrow.png);
 +
}
 +
 +
li {
 +
    margin-right: .9em;
 +
    margin-left: .9em;
 +
    margin-bottom: .1em; /* margin between bullet and content */
 +
    padding: 0; /* margin between bullet and content */
 +
}
 +
 +
 +
/* Citations*/
 +
 +
.quotes-bulk {
 +
    border: 1px solid #800000;
 +
    background: #F8CDCF;
 +
    -moz-border-radius: 6px;
 +
    padding: 0;
 +
    width: auto;
 +
}
 +
 +
.quotes-box {
 +
    text-align: left;
 +
    margin-left: 10px;
 +
    margin-right: 10px;
 +
}
 +
 +
/* Bannière */
/* Bannière */
-
    #gumax-site-logo,
+
#gumax-site-logo, #gumax-site-logo a, #gumax-site-logo a:hover {
-
    #gumax-site-logo a,
+
    background-image:url(/ltdh/images/8/89/Ban_dcshg.jpg);
-
    #gumax-site-logo a:hover {
+
    height:    134px;
-
    background-image:url(/ltdh/images/8/89/Ban_dcshg.jpg);
+
    min-height: 134px; /* height of header */
-
        height:    134px;
+
    display: block;
-
        min-height: 134px; /* height of header */
+
    background-repeat: repeat;
-
        display: block;
+
    background-position: left;
-
        background-repeat: repeat;
+
    text-decoration: none;
-
        background-position: left left;
+
}
-
        text-decoration: none;
+
 
-
    }
+
/* Tableaux */
 +
table.wikitable th {
 +
  background-color:#F1372A!important;
 +
  border: 1px solid white;
 +
}

Version actuelle

/* DC SUPER HERO GIRLS */


/* 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/9/91/DCSHG_Titre.png);
   background-position: right;
   background-size:100% 100%;

}

h3 {

   color: #EE232C; 

}

h5 {

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

}

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

   margin-top:2.5em!important;

}

.editsection {

   text-shadow:none!important;

}

ul {

   margin: -0.5em 0 0 1.5em; /* espace autour du bloc liste - haut, droite, bas, gauche */
   text-align:justify;
   list-style-image: url(arrow.png);

}

li {

   margin-right: .9em;
   margin-left: .9em;
   margin-bottom: .1em; /* margin between bullet and content */
   padding: 0; /* margin between bullet and content */

}


/* Citations*/

.quotes-bulk {

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

}

.quotes-box {

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

}


/* Bannière */

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

}

/* Tableaux */ table.wikitable th {

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

}