/* 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 */

#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;
}