Dans theme.css, il y a une référence à un chemin absolu :
background: url("/piwigo26/themes/Slide/images/ajax-loader.gif") no-repeat scroll center center rgba(51, 51, 51, 0.46);
qui ne le fait pas dès lors qu'on n'a pas installé sur piwigo26...
:-)
Hors ligne
Petit problème :/
Le Code CCS que j'ai ne marche pus avec la version 2.6 de piwigo
pourquoi ?
Faut t'il le refaire ??
si oui peux te tu me le donnée s'il te plait ?
voici l'ancien code
#topLinks a {
background-color:#e6e6e6;
border-radius: 10px;
color: #494949;
font-size: 20px;
margin: 0 10px;
padding: 3px 40px;
text-align: center;
}
#topLinks a#facebookLink {
background-color:transparent;
padding-left:0;
padding-right:0;
margin-right:0;
}
#topLinks a#facebookLink img, #topLinks a#youtubeLink img {
margin-bottom:-10px;
}
#topLinks a#youtubeLink {
background-color:transparent;
padding-left:0;
margin-left:0;
}
#topLinks {margin:20px 0 10px 0;}
#menubar {display:none;}
#topLinks #accueilLink {display:none;}
body{background:#011730}
.thumbnailCategories{background: #e6e6e6}
.thumbnails{background: #e6e6e6}
.tabs{background:#e6e6e6; color:#494949}
.titrePage h2{color:#f2f2f2}
.headbord{border:none}
#sld_tab, #sld_tabIdent{top:80%}
#comments{background:#011730}
.titreComments{color:#011730}
BODY {
font-family: patrick-hand, sans-serif;
}
.jspTrack {
background: none repeat scroll 0 0 #011730;
position: relative;
}
.description_main h3{margin-left:60px;}
.description_main p{margin-left:90px;}
}
.headbord{border:none}
img[alt="(!)"] {
display: none;
}
#imageToolBar img[alt="metadata"] {
display: none;
tous le code pour personnalisée les couleurs
www.ugolelievre.fr
tien va voir ;)
tien essaye ça
BODY { font-family: patrick-hand, sans-serif; } #content, .pageslide, .jspTrack, #comments{ background-color:#011730 } .thumbnailCategories{ background: #e6e6e6 } .tab{ background:#e6e6e6; color:#494949 } .titrePage h2{ color:#f2f2f2 } .titreComments{ color:#011730 } .description_main h3{ margin-left:60px; } .description_main p{ margin-left:90px; } .headbord, img[alt="(!)"]{ border:none } #menubar, img[alt="(!)"], #imageToolBar img[alt="metadata"], #topLinks #accueilLink{ display: none; } #topLinks a { background-color:#e6e6e6; border-radius: 10px; color: #494949; font-size: 20px; margin: 0 10px; padding: 3px 40px; text-align: center; } #topLinks a#facebookLink { background-color:transparent; padding-left:0; padding-right:0; margin-right:0; } #topLinks a#facebookLink img, #topLinks a#youtubeLink img { margin-bottom:-10px; } #topLinks a#youtubeLink { background-color:transparent; padding-left:0; margin-left:0; } #topLinks { margin:20px 0 10px 0; } #sld_tab, #sld_tabIdent{ top:80% }
Hors ligne
Salut ,
Merci de ton aide
petit question j'aurai voulu supprimé le gros pour tour noir compacte autour des catégorie ?
comment faire ?
et comment désactivé le mode diaporama ?
Bon weekend
Merci
Dernière modification par UL-Photographe (2014-03-08 13:14:51)
Hors ligne
salut
A la place de
.thumbnailCategories{ background: #e6e6e6 }
tu mets
.thumbnailCategories, thumbnailCategory, thumbnails, thumbnailCategory{ background: #e6e6e6 }
Le diaporama ne se désactive pas, tu peux cacher le bouton
.pwg-icon-slideshow{ display:none }
Hors ligne
Le code ne fonctionnent pas sa laisse le gros pour tout noir autour des catégorie :/
Hors ligne
Salut ,
petite question comment supprimé ma bannière qui ce trouve sur ma page d'accueil ? je veux juste quelle n'apparaisse pas sur ma page d'accueil mais je veux quelle apparaisse sur toute les autres pages ..
Merci :)
Dernière modification par UL-Photographe (2014-03-15 19:42:57)
Hors ligne