Jump to content

Important: Comment remettre de l'ordre dans mon fichier css?


Recommended Posts

Bonjour a tous,
Voila je suis "débutant Prestashop" et je viens de faire une erreur un peu bête :-s
J'ai bidouillé le Style.css du module "produits phares" de mon "home featured" et toute la mise en page c'est désordonné sans que je puisse y remettre de l'ordre. Et le problème c'est que je n'est pas fait de sauvegarde de l'original...
Quelqu'un pourrait t'il me redonner les données css original de ce fichier de mon produit phare? Ou dois-je supprimer mon module "produits phares" et le réinstaller?
Merci d'avance pour votre aide car je ne sais plus ou en donner de la tête.

Link to comment
Share on other sites

Bonjour,

Je suppose que lors de l'installation de votre boutique prestashop vous aviez téléchargé au préalable une archive zippée! Pourquoi ne pas récupérer le css du thème Prestashop directement à l'intérieur...

N'hésitez pas à faire une copie du theme Prestashop et de le renommer pour travailler sur un thème modifié...

V++

Atch

Link to comment
Share on other sites

.container {
overflow: hidden;
width: 99%;
margin-bottom:0.9em
}
#main {
padding: 10px 0;
background:white;
margin-left:-260px
}
/*--Main Image Preview--*/
.main_image {
width: 300px; height: 280px;
float:right;
margin-left:4em;
margin-right: -300px
position: relative;
overflow: hidden;
color: #fff;
}
.main_image h5 {
margin:0; padding:0;
}

.main_image h5 a {
font-size:11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; padding-top:1em; background:none; width:100%; color:#98CB00}
.main_image p {
font-size: 1.2em;
line-height: 1.6em;
}
.main_image p a {
background:url(images/view_it.gif) left no-repeat; padding-left:0.7em; color:#c74815
}
.bloc small {
font-size: 1em;
}
.main_image .desc{
position: absolute;
bottom: 0; left: 0;
width: 100%;
display: none;
}
.main_image .bloc{
width: 100%;
background:white;
color:black
}

.main_image a{
color:black
}

.main_image h5 a{
padding:0; margin:0}

.main_image a.collapse {
height: 27px; width: 93px;
text-indent: -99999px;
position: absolute;
top: -27px; right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
float: right;
width: 225px;
}
.image_thumb img {
border: 1px solid #e6e6e6;
padding: 5px;
background: #fff;
float: left;
}
.image_thumb ul {
margin: 0; padding: 0;
list-style: none;
}
.image_thumb ul li{
padding: 12px 300px 0 20px;
width: 300px;
float: right;
}

.image_thumb ul li h5 a {font-size: 11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; padding-top:1em; background:none; width:100%; color:#98CB00}

.image_thumb ul li.hover {
background:url(images/current_item.gif) no-repeat 0px 28px;
cursor: pointer;
}
.image_thumb ul li.active {
background:url(images/current_item.gif) no-repeat 0px 29px;
cursor: default;
}
html .image_thumb ul li h5 {
font-size: 1.5em;
margin: 5px 0; padding: 0;
}
.image_thumb ul li .bloc {
float: left;
margin-left: 10px;
padding: 0;
width: 170px;
}
.image_thumb ul li p{display: none;}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...