| Auteur |
Message |
Neurone isolé
Messages: 8
Tutoriaux : 0
|
Posté le:
Lun 13 Déc 2004 23:14 Sujet : Changements Thème |
  |
voila je voudrais modifier la couleur de par exemple sur la première page : forum la première barre:
je voudrais le mettre en blanc mais je ne sais pas dans quel dossier aller pouvez vous m'aider merci
d'avance
@++ |
|
|
   |
 |
Processeur
Messages: 274
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 13:43 Sujet : Changements Thème |
  |
Salut!
Tout est dans la CSS!
Tu vas dans ton dossier de thème: templates/tonthème/ et tu ouvre le fichier tonthème.css
Dans ce fichier, tu cherche la ligne correspondante. Donne plus de précisions si tu veux qu'on te
donne la ligne que tu veux modifier...  |
|
|
   |
 |
Neurone isolé
Messages: 8
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 17:45 Sujet : Changements Thème |
  |
voila j'ai fait une capture pour vous montrer ce que je voudrais changer:
c'est donc sur la page d'acceil: je voudrais changer la couleur des mots: forum, messages,
auteur...
je ne comprend pas et je n'ai pas trouvé ce que vous m'avez dit: j'ai cherché dans le thème mais je
n'ai pas trouver de lenomduthème.ccs
merci d'avoir répondu mais pouvez vous me réexpliquer pour mettre la couleur en blanc que dois-je
faire exactement
merci d'avance
@++ |
Dernière édition par Nupster le Mar 14 Déc 2004 17:46; édité 1 fois |
|
   |
 |
Vil Admin Méchant
Messages: 12102
Tutoriaux : 64
|
Posté le:
Mar 14 Déc 2004 17:52 Sujet : Changements Thème |
  |
|
   |
 |
Neurone isolé
Messages: 8
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 18:56 Sujet : Changements Thème |
  |
ok je crois que j'ai trouvé ca m'ouvre avec frontpage et il y a pas mal de nom de couleur mais
lequel s'ocupe du menu que je vous ai montré? vous pouvez me dire a peu près la ligne ? milieu,
fin...
merci d'avance
@++ |
|
|
   |
 |
Vil Admin Méchant
Messages: 12102
Tutoriaux : 64
|
Posté le:
Mar 14 Déc 2004 19:03 Sujet : Changements Thème |
  |
Copie colle le , car c'est différent selon chaque thème
PS : oui, moi aussi ca s'ouvre avec frontpage, ca devrait etre ça  |
|
|
   |
 |
Neurone isolé
Messages: 8
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 19:14 Sujet : Changements Thème |
  |
ques que tu veux dire par copie colle le ? |
|
|
   |
 |
Processeur
Messages: 274
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 19:35 Sujet : Changements Thème |
  |
Tu sélectionne tout le contenu, tu cliques avec le bouton droit sur le texte puis tu fais: copier
Ensuite tu viens ici et tu fais: coller :p
Pour qu'on examine le CSS  |
|
|
   |
 |
Neurone isolé
Messages: 8
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 19:36 Sujet : Changements Thème |
  |
si vous y tenez lol c'est long:
/*
The original Nupster Theme for phpBB version 2+
Created by Nupster design
-http://www.planete-design.new.fr
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #EBEBEB;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #006699; }
a:hover { text-decoration: none; color : #7A9EC5; }
hr { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
/* This is the outline round the main forum tables */
.forumline { background-color: #C0C0C0; border: 0px; }
/* Headers and footers cell colours and backgrounds */
.hdr { background-image: url('images/hdr_bg.gif'); height: 25px; border: 0px; color: #006699;
font-weight: bold; font-size: 12px; letter-spacing: 1px; }
.hdr a, table.hdr a:visited { color: #006699; text-decoration: none; }
.hdr a:hover, table.hdr a:active { color: #7A9EC5; text-decoration: none; }
.hdrtop { background-image: url('images/main_bg.gif'); height: 25px; border: 0px; }
td.ftr { background-image: url('images/ftr_bg.gif'); background-repeat: repeat-x; font-size: 8px; }
.ftrbot { background-image: url('images/hdr_bg.gif'); height: 25px; border: 0px; color: #006699;
letter-spacing: 1px; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #EFEFEF; }
td.row2 { background-color: #DEE3E7; }
td.row3 { background-color: #D1D7DC; }
td.row4 { background-color: #FFFFFF; }
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #FFFFFF;
background-image: url(images/cellpic2.jpg);
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #999999; font-size: 11px; font-weight : bold;
background-color: #E5E5E5; height: 25px;
background-image: url(images/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(images/cellpic1.gif);
background-color:#D1D7DC; border: #C0C0C0; border-style: solid; height: 28px;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #C0C0C0; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #D1D7DC; border: #C0C0C0; border-style: solid; }
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica,
sans-serif;
text-decoration: none; line-height : 120%; color : #000000;
}
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #7A9EC5; text-decoration: nonr; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: none; color : #7A9EC5; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle { text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: none; color : #7A9EC5; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink { text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: none; color : #7A9EC5; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color : #000000;}
a.nav { text-decoration: none; color : #006699; }
a.nav:hover { text-decoration: none; color : #7A9EC5; }
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover { text-decoration: none; color : #7A9EC5; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #000000;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: none; color : #7A9EC5}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height:
125%;
background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444;
letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #FFFFFF;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
margin: 1px;
border: thin solid;
background-color : #FFFFFF;
font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
border: thin solid;
background-color : #FFFFFF;
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
border: thin solid;
background-color : #FFFFFF;
font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know
*/
.helpline { background-color: #DEE3E7; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css"); |
Dernière édition par Pouzy le Mar 14 Déc 2004 19:59; édité 1 fois |
|
   |
 |
Processeur
Messages: 274
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 19:41 Sujet : Changements Thème |
  |
Bon, c'est une image en fait ce coin là donc ou tu modifie l'image cellpic3.gif ou tu remplace:
| Code: | /* Header cells -
the blue and silver gradient backgrounds */
th {
color: #999999; font-size: 11px; font-weight : bold;
background-color: #E5E5E5; height: 25px;
background-image: url(images/cellpic3.gif);
} |
par:
| Code: | /* Header cells -
the blue and silver gradient backgrounds */
th {
color: #999999; font-size: 11px; font-weight : bold;
background-color: #FFFFFF; height: 25px;
} |
|
|
|
   |
 |
Vil Admin Méchant
Messages: 12102
Tutoriaux : 64
|
Posté le:
Mar 14 Déc 2004 19:58 Sujet : Changements Thème |
  |
-http://www.planete-design.new.fr/ est ton site ?
Pourquoi ce
| Citation: | /*
The original Nupster Theme for phpBB version 2+
Created by Nupster design
-http://www.planete-design.new.fr
*/ |
Si tu ne sais pas l'utiliser ?  |
Dernière édition par Pouzy le Mar 14 Déc 2004 19:58; édité 1 fois |
|
   |
 |
Neurone isolé
Messages: 8
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 20:33 Sujet : Changements Thème |
  |
planete-design c'est mon site ou j'ai laissé le thème original mais le test c'est un forum ou je
m'amuse j'essais de changer ce que je peux mais justement j ne comprend pas tout c'est pour ca que
je vous demande de l'aide. ce forum n'est pasdestiné au public il est destiné a faire des test de
retouche de skin
voila |
|
|
   |
 |
Neurone isolé
Messages: 8
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 20:41 Sujet : Changements Thème |
  |
désolé je suis lourd mais dès que j'essaye de remplacer le code front page me dit qu'il a rencontré
un problème et qu'il doit fermer
commetn je dois faire ??? |
|
|
   |
 |
Processeur
Messages: 274
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 20:55 Sujet : Changements Thème |
  |
Ouvre avec le Bloc note  |
|
|
   |
 |
Neurone isolé
Messages: 8
Tutoriaux : 0
|
Posté le:
Mar 14 Déc 2004 21:16 Sujet : Changements Thème |
  |
je pense qu'on s'était mal compris: en fait la c'est carément la barre qui est devenue blanche et
moi je voulais mettre le texte blanc si vous avez des idées merci d'avance
je vous remercie déjà pour ce que vous avez fait |
|
|
   |
 |
|
|
|
|
|