J'ai transformé le thème Mylpotter, en thème de Noel..

Thème de noel avec le thème MylPotter en prenant le fichier css

En premier lieu, vous chargez le thème MylPotter et vous l'installez sur votre forum..

procédure pour charger un thème
Une fois cela fait
Vous copiez collé ce fichier css sur votre bloc note et vous le renommez par exemple noel.css (n'oubliez pas le .css)

comment enregistrer et renommer le fichier css
Le fichier css
- Code: Tout sélectionner
.mainmenu { font-size : 11px; color : #7B5B3B }
a.mainmenu { text-decoration: none; color : #7B5B3B; }
a.mainmenu:hover{ text-decoration: underline; color : #7B5B3B; }
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #FDD35F;
scrollbar-shadow-color: #B5906B;
scrollbar-3dlight-color: #FDD5AB;
scrollbar-arrow-color: #FDD35F;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #FDD35F;
background-image : url(http://bandesdessinees.nuxit.net/noel/noel9.jpg) !important;
background-repeat : no-repeat;
background-attachment : fixed;
}
/* General font families for common tags */
font,th,td,p {
font-family: Arial, Helvetica, sans-serif;}
a:link,a:active,a:visited { color : #0000C0 !important; }
a:hover { text-decoration: underline; color : #7B5B3B; }
hr { height: 0px; border: solid #7B5B3B 0px; border-top-width: 1px;}
.admincolor {
color: #322212;
}
a.admincolor:hover {
color: #000000;
text-decoration: underline;
}
.modcolor {
color: #6B3E13;
}
a.modcolor:hover {
color: #6B3E13;
text-decoration: underline;
}
/* This is the border line & background colour round the entire page */
.bodyline { border: 0px #000000 solid; }
/* This is the outline round the main forum tables */
.forumline {border: 2px #000000 solid; }
/* Main table cell colours and backgrounds */
td.row1 {
background-image : url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important;
}
td.row2 {
background-image : url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important;
}
td.row3 {
background-image : url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important;
}
td.hg {
height: 20px;
width: 55px;
background-image : url(http://bandesdessinees.nuxit.net/noel/2.gif)!important;
background-repeat : no-repeat;
}
td.hm{
height: 110px !important;
background-image : url(http://bandesdessinees.nuxit.net/noel/c05.gif)!important;
}
td.hd{
height: 30px;
width: 55px;
background-image : url(http://bandesdessinees.nuxit.net/noel/2.gif)!important;
background-repeat : no-repeat;
}
td.bg {
height: 30px;
width: 55px;
background-image : url(http://bandesdessinees.nuxit.net/noel/2.gif) !important;
background-repeat : no-repeat;
}
td.bm{
background-image : url(http://bandesdessinees.nuxit.net/noel/c5.jpg)!important;
}
td.bd{
height: 28px;
width: 55px;
background-image : url(http://bandesdessinees.nuxit.net/noel/2.gif)!important;
background-repeat : no-repeat;
}
td.mg{
background-image : url(http://bandesdessinees.nuxit.net/noel/2.gif)!important;
}
td.md{
background-image : url(http://bandesdessinees.nuxit.net/noel/2.gif)!important;
}
/*
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 {
height: 28px;
background-color: #000000;
background-image: url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important;
background-repeat : repeat;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #000000;
font-size: 12px;
font-weight : bold;
height: 28px;
background-image: url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom{
background-image: url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important;
height: 28px;
}
td.bas{
height: 28px !important;
background-image: url(http://bandesdessinees.nuxit.net/noel/pixel02.gif)!important;
}
td.bas2{
height: 0px !important;
background-image: url(http://bandesdessinees.nuxit.net/noel/pixel02.gif)!important;
}
td.bas3{
background-color: #000000;
height: 28px;
background-image: url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important;
}
td.catBottom2{
background-image: url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important;
background-repeat : repeat;
}
/*
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: 28px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
color : #000000; font-weight: bold; border: #000000; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
background-image: url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important; border: #ffffff; border-style: solid; }
th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 1px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; }
th.thTop { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle, h1,h2 {
font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FDD35F;
}
.title {
font-weight: bold; font-size: 32px; font-family: Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FDD35F;
}
.titlebas {
font-size: 11px; font-family: Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #7B5B3B;
}
/* General text */
.gen { font-size : 12px;}
.genmed { font-size : 12px !important; font-weight: bold; !important;}
.gensmall { font-size : 12px !important; }
.gen,.genmed,.gensmall {color : #0000C0 !important; font-weight: bold; !important; }
a.gen,a.genmed,a.gensmall { color: #0000C0 !important; text-decoration: none; font-weight: bold; !important;}
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #0000C0 !important; text-decoration: underline; }
.gen2{ font-size : 12px; color : #000000; font-family: Arial, Helvetica, sans-serif;}
a.gen2:hover2{ color: #0000C0 !important; text-decoration: underline; }
.gen3{ font-size : 12px !important; color : #000000; font-family: Arial, Helvetica, sans-serif;}
a.gen3:hover2{ color: #0000C0 !important; text-decoration: underline; }
.gen4{ font-weight: bold; font-size : 12px; color : #000000; font-family: Arial, Helvetica, sans-serif;}
a.gen4:hover2{ color: #000000; text-decoration: underline; }
a.gen4{ color: #000000; text-decoration: none; }
.gen5{ font-weight: bold; font-size : 12px; color : #0000C0; font-family: Arial, Helvetica, sans-serif;}
a.gen5:hover2{ color: #0000C0; text-decoration: underline; }
a.gen5{ color: #0000C0; text-decoration: none; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000 }
a.cattitle { text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline; color : #0000C0 !important; font-weight: bold; !important;}
.cattitle2 { font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #000000 }
a.cattitle2 { text-decoration: none; color : #0000C0 !important; font-weight: bold; !important;}
a.cattitle2:hover{ text-decoration: underline; color : #0000C0 !important; font-weight: bold; !important;}
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #0000C0 !important;font-weight: bold; !important;}
a.forumlink { text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; }
.error { font-weight: bold; font-size: 12px; color : #0000C0 important; }
a.error { text-decoration: none; color : #0000C0 !important; font-weight: bold; !important;}
a.error:hover{ text-decoration: underline; }
/* 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 : #7B5B3B;}
a.nav { text-decoration: none; color : #7B5B3B; }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 12px !important; color : #000000; }
a.topictitle:link { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #0000C0 !important; font-weight: bold; !important;}
a.topictitle:hover { text-decoration: underline; color : #0000C0 !important; font-weight: bold; !important;}
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #7B5B3B;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 12px !important; color : #0000C0 !important; font-weight: bold; !important;}
/* The content of the posts (body of text) */
.postbody { font-size : 12px !important; color : #000000; background-image: url(http://bandesdessinees.nuxit.net/noel/pixel01.gif)!important;}
a.postlink:link { text-decoration: none; color : #000000; }
a.postlink:visited { text-decoration: none; color : #7B5B3B; }
a.postlink:hover { text-decoration: underline; color : #7B5B3B}
/* Quote & Code blocks */
.code {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #FFFFFF;
border: #444444;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px
}
.quote {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height: 125%;
background-color: #FDD35F;
border: #444444;
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: Arial, Helvetica, sans-serif; color: #0000C0 !important; letter-spacing: -1px;}
a.copyright { color: #0000C0 !important; text-decoration: none;}
a.copyright:hover { color: #0000C0 !important; text-decoration: underline;}
/* Form elements */
input,textarea, select {
font: normal 11px Arial, Helvetica, sans-serif;
color : #000000;
border-color : #896307 #FCDC8E #FCDC8E #FCDC8E;
background-color : #FDD35F;
scrollbar-face-color: #FDD35F;
scrollbar-highlight-color: #FDD35F;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #FDD35F;
scrollbar-darkshadow-color: #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #FDD35F;
color : #000000;
}
input {
text-indent : 2px;
color : #000000;
background-image : url(images/pixel01.gif);
}
input2 {
text-indent : 2px;
color : #000000;
}
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #FDD35F;
color : #000000;
font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color : #FDD35F;
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : #FDD35F;
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: #FDD35F; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/MylPotter/local.css");
Une fois que vous avez votre fichier css sur votre disque dur
vous vous rendez sur votre espace compte soit;




Vous trouvez l'emplacement du thème MylPotter et

le fait de cliquez va activer la fonction css..
Puis vous cliquez sur css
puis parcourir et vous cherchez votre fichier css sur votre disque dur et vous validez..
Une fois cela fait, vous vous rendez sur personnalisez les images de ce forum et vous chargez les images qui sont disponibles dans ce zip.. (vous les dézipper sur votre disque dur, ne charger pas le zip)
images à charger sur personnaliser les images de ce thème
Les images ont la même dénomination que l'endroit où vous, vous devez les chargez.. si il n'y a pas l'image pour un endroit, vous ne chargez rien..
Ps les images que je donne à charger, ce sont celles qui se rajoutent au fichier css pour faire la modification sur le thème..
libra à vous par la suite de changer les autres images..

Une fois tout cela fait, vous allez sur votre forum, vous faites actualiser une ou deux fois, ou au pire vous fermer le forum et vous vous reconnectez, et vous avez une thème de noel avec le thème MylPotter..

J'ai aggrandi le pixel transparent de couleur pour avoir une meilleur navigation..
Création de 4 couleur différentes de fond transparent
Il suffit que vous enregistrez le fichier sur le disque dur et que vous le renommez .css et vous pouvez le charger.. (rien d'autre à faire)
Les fichiers à enregistrer




Voilà

