June 27, 2025, Friday, 177

Shq.css

De La Tour des Héros.

(Différences entre les versions)
m (test)
m (test)
Ligne 14 : Ligne 14 :
     background: linear-gradient(170deg, rgba(227,54,182,1) 20%, rgba(255,255,255,1) 40%);  
     background: linear-gradient(170deg, rgba(227,54,182,1) 20%, rgba(255,255,255,1) 40%);  
}
}
 +
 +
    #gumax-site-logo,
 +
    #gumax-site-logo a,
 +
    #gumax-site-logo a:hover {
 +
      background-image:url(/ltdh/skins/gumax/images/header/ban_zp.jpg);
 +
        height:    134px;
 +
        min-height: 134px; /* height of header */
 +
        display: block;
 +
        background-repeat: repeat;
 +
        background-position: left left;
 +
        text-decoration: none;
 +
    }
 +
 +
    #gumax-site-logo {
 +
        background: #f1f1f1;
 +
        border:  0px solid #ccc;
 +
        /* background: #000 url('images/header/default2.jpg') center no-repeat; /* default header background */
 +
        text-align: center;
 +
        padding: 0;
 +
        margin: 0px 0;
 +
    }

Version du 21 janvier 2021 à 22:30

h1, h2 {

   background: rgb(4,10,40);
   background: linear-gradient(90deg, rgba(4,10,40,1) 0%, rgba(61,9,51,1) 30%, rgba(227,54,182,1) 100%);

}

h3 {

   color: rgb(227,54,182);

}

h5 {

   padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
   color:white;
   background: rgb(227,54,182);
   background: linear-gradient(170deg, rgba(227,54,182,1) 20%, rgba(255,255,255,1) 40%); 

}

   #gumax-site-logo,
   #gumax-site-logo a,
   #gumax-site-logo a:hover {
   	  background-image:url(/ltdh/skins/gumax/images/header/ban_zp.jpg);
       height:     134px;
       min-height: 134px; /* height of header */
       display: block;
       background-repeat: repeat;
       background-position: left left;
       text-decoration: none;
   }
   #gumax-site-logo {
       background: #f1f1f1;
       border:  0px solid #ccc;
       /* background: #000 url('images/header/default2.jpg') center no-repeat; /* default header background */
       text-align: center;
       padding: 0;
       margin: 0px 0;
   }