De La Tour des Héros.
            (Différences entre les versions)
                                                
            
			
			
			
			
			
			
				m   | 
				 | 
			
		| Ligne 12 : | 
Ligne 12 : | 
|   | }  |   | }  | 
|   |  |   |  | 
| - | /*h1, h2 {
  | + | h1, h2 {  | 
| - |      background: rgb(42,113,201);  | + |      background: rgb(196,32,85);  | 
| - |      background: linear-gradient(90deg, rgba(42,113,201,1) 0%, rgba(60,63,149,1) 40%, rgba(64,38,122,1) 50%, rgba(102,49,105,1) 60%, rgba(222,50,72,1) 100%);  | + |      background: linear-gradient(135deg, rgba(196,32,85,1) 0%, rgba(196,32,85,1) 80%, rgba(248,188,26,1) 100%);    | 
| - | }*/  | + | }  | 
|   |  |   |  | 
|   | h3 {  |   | h3 {  | 
Version du 3 février 2021 à 16:47
/* DC SUPER HERO GIRLS (série) */
/* 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: rgb(196,32,85);
   background: linear-gradient(135deg, rgba(196,32,85,1) 0%, rgba(196,32,85,1) 80%, rgba(248,188,26,1) 100%); 
}
h3 {
   color: #5890DB;
}
h5 {
   padding: 0.2em 0 .2em 0.3em; /* espace entre un titre et son soulignage */
   color:white;
   font-family: Verdana;
   background: #5890DB;
   background: linear-gradient(170deg, #5890DB 20%, rgba(255,255,255,1) 40%); 
}
/* Citations*/
.quotes-bulk {
   border: 1px solid #5890DB; 
   background: #EBC2D0; -moz-border-radius:6px; 
   padding: 0; 
   width: auto;
}
.quotes-box {
   text-align: left;
   margin-left: 10px;
   margin-right: 10px;
}