Modéré par : Skippy bmag jpb 
Index du Forum » » Modifications ou correction de thèmes existants » » [Résolu] - Modification Thémes Linéa
Auteur[Résolu] - Modification Thémes Linéa
Anonyme
53    

Anonyme
  Posté : 20-02-2012 13:03

Bonjour à tous

Je cherche à modifier deux choses dans le théme linéa.

le fond des bloc gris vers blanc
et le fond du container vers une image type ciel.

Pouvez vous me dire comment procéder dans le fichier style.

Mercier à vous.

  
bmag
290     
 Styles Team (TST)

bmag
  Posté : 21-02-2012 09:05

Bjrs

pour les blocs ( et le reste) c'est ds la feuille de style.

Les blocs de gauches sont en gris avec l'image de fond globale
pour ceux de droite une autre image


#corps (ligne 355)

{

background-color: transparent;

background-image: !url(!"../images/LBlocs/corps.png");

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;

float: left;

width: 960px;

}



.rightbloc .RB_contain (ligne 605)

{

background-color: transparent;

background-image: !url(!"../images/LBlocs/bg_content_bloc_d.png");

background-repeat: repeat-y;

background-attachment: scroll;

background-position: 0% 0%;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;

padding-top: 5px;

padding-right: 3px;

padding-bottom: 5px;

padding-left: 15px;

overflow-x: auto;

overflow-y: auto;

}

  Profil  www  
Anonyme
53    

Anonyme
  Posté : 26-02-2012 19:40

Je te remercie pour ta réponse

Pour être plus clair, je souhaite je souhaite mettre une image ciel par exemple en fond et basculer du gris vers le blanc pour les bloc.

Peux tu me dire comment faire cette manip.

Merci à toi.

  
xingu
2  

xingu
  Posté : 03-03-2012 09:47

Bonjour à tous.

Je suis en train de modifier le font de mon site sous linéa.

J'ai réussi à trouver la ligne pour changer cela mais le probléme c'est que l'affichage du fond ne ce fait que sur une partie.

Voici le code

body {
background: !url(!../images/LBlocs/font.jpg) #cccccc repeat-x;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: .75em;
font-weight: normal;
margin: 0;
text-align: center; /* pour corriger un bug de centrage IE */
padding: 0;


Quelqun peut il m'aider Merci ?

  Profil  
colonelwog
286     
 ModulesTeam (TMT)

colonelwog
  Posté : 03-03-2012 10:26

perso je vois le fond complet ...

  Profil  
xingu
2  

xingu
  Posté : 03-03-2012 12:51

C BON MERCI

  Profil  
Sauter à :