D
deleted535977
Salut
Allez dans votre Template : EXTRA.css
"N'oublier pas de transférer le fichier h1-title.png dans le dossier /xenforo/gradients/ de votre style"
Allez dans votre Template : EXTRA.css
Code:
.forum_list .titleBar h1 {
background: url("@imagePath/xenforo/gradients/h1-title.png") repeat-x scroll bottom #ffcd46; /* Old browsers */
background: -moz-linear-gradient(top, #ffcd46 0%, #ffa916 50%, #f98700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcd46), color-stop(50%,#ffa916), color-stop(100%,#f98700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffcd46 0%,#ffa916 50%,#f98700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffcd46 0%,#ffa916 50%,#f98700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffcd46 0%,#ffa916 50%,#f98700 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffcd46 0%,#ffa916 50%,#f98700 100%); /* W3C */
border: 1px solid #5c3200;
border-radius: 4px;
box-shadow: 0 0 1px #ffffff inset;
color: #fff !important;
padding: 10px 10px;
text-shadow: 0 0 0 transparent, 0 1px 2px #6a3900;
text-align: center;
}
"N'oublier pas de transférer le fichier h1-title.png dans le dossier /xenforo/gradients/ de votre style"
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.