Forum du site VosForums Index du Forum Forum du site VosForums
Forum d'annonces, support et échanges entre webmaster du site VosForums.com
 
 FAQFAQ   RechercherRechercher   Liste des MembresListe des Membres   Groupes d'utilisateursGroupes d'utilisateurs   S'enregistrerS'enregistrer 
 ProfilProfil   Se connecter pour vérifier ses messages privésSe connecter pour vérifier ses messages privés   ConnexionConnexion 

 

Le thème Mylstargate créé avec le fichier css

 
Poster un nouveau sujet   Répondre au sujet    Forum du site VosForums Index du Forum -> REALISATIONS PERSONNELLES
Voir le sujet précédent :: Voir le sujet suivant  
Auteur Message
audax
Modérateur
Modérateur


Inscrit le: 19 Nov 2004
Messages: 1619

MessagePosté le: Lun 05 Déc 2005 17:59    Sujet du message: Le thème Mylstargate créé avec le fichier css Répondre en citant

Le thème Mylstargate créé avec le fichier css

J'ai transformé le thème MylManga, en thème MylStargate..
Arrow Voilà le résultat;
MylStargate avec Mylmanga en prenant le fichier css

Arrow Voilà la procédure à suivre pour avoir le thème Mylstargate avec le fichier css en prenant le thème MylManga..

En premier lieu, vous chargez le thème MylManga et vous l'installez sur votre forum..
Arrow Si vous ne savez pas installer un thème, suivre la procédure ici..
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 mylstargate.css (n'oubliez pas le .css)

Arrow Si vous ne savez par comment faire suivre cette procédure pour enregistrer le fichier css
comment enregistrer et renommer le fichier css

Le fichier css

Code:
.mainmenu      { font-size : 11px; color : #006699 !important;   }
a.mainmenu      { text-decoration: none; color : #006699 !important;  }
a.mainmenu:hover{ text-decoration: none; color : #038BD1!important;  }

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #000000 !important;
   scrollbar-face-color: #DEE3E7!important;
   scrollbar-highlight-color: #FFFFFF !important;
   scrollbar-shadow-color: #DEE3E7 !important;
   scrollbar-3dlight-color: #D1D7DC !important;
   scrollbar-arrow-color: #006699 !important;
   scrollbar-track-color: #000000 !important;
   scrollbar-darkshadow-color: #98AAB1 !important;
   background-image : url(http://bandesdessinees.nuxit.net/mylstargate/background3.jpg)!important;
   background-repeat : no-repeat !important;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699 !important; }
a:hover      { text-decoration: underline; color : #038BD1 !important; }
hr   { height: 0px !important; border: solid #DEE3E7 !important; 0px !important; border-top-width: 1px !important;}


/* This is the border line & background colour round the entire page */
.bodyline   { border: 2px !important; #98AAB1 !important; solid; }

/* This is the outline round the main forum tables */
.forumline   { border: 2px !important;  #006699 !important; solid; }


/* Main table cell colours and backgrounds */
td.row1   { background-color: #DEE3E7 !important; }
td.row2   { background-color: #DEE3E7 !important; }
td.row3   { background-color: #DEE3E7 !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 {
   background-color: #000000 !important;
   background-image: url(http://bandesdessinees.nuxit.net/mylstargate/cellpic2.jpg) !important;
   background-repeat : repeat !important;
}

/* Header cells - the blue and silver gradient backgrounds */
th{
   color: #FFFFFF !important;
   font-size: 12px !important;
   font-weight : bold !important;
   background-color: #000000 !important;
   height: 28px !important;
   background-image: url(http://bandesdessinees.nuxit.net/mylstargate/cellpic3.gif) !important;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom{
         background-image: url(http://bandesdessinees.nuxit.net/mylstargate/cellpic2.jpg) !important; 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: 28px; !important;
   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: #000000; !important; border-style: solid; height: 28px; !important;}

td.row3Right,td.spaceRow {
   background-color: #D1D7DC; !important; border: #FFFFFF;!important;  border-style: solid; !important;}


th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 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 !important; font-family: Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120% !important; color : #006699 !important;
   }
.title   {
         font-weight: bold; font-size: 32px !important; font-family: Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120% !important; color : #DEE3E7 !important;
   }
.titlebas   {
         font-size: 11px !important; font-family: Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120% !important; color : #DEE3E7 !important;
   }


/* General text */
.gen { font-size : 12px !important; }
.genmed { font-size : 11px !important; }
.gensmall { font-size : 10px !important; }
.gen,.genmed,.gensmall { color : #006699 !important; }
a.gen,a.genmed,a.gensmall { color: #006699 !important; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: #038BD1 !important; text-decoration: underline; }



/* Forum category titles */
.cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 1px !important; color : #000000 !important;}
a.cattitle      { text-decoration: none; color : #000000 !important;}
a.cattitle:hover{ text-decoration: underline;  color : #038BD1 !important; }

.cattitle2      { font-weight: bold; font-size: 11px ; letter-spacing: 1px !important; color : #DEE3E7 !important;}
a.cattitle2      {  text-decoration: none;  color : #DEE3E7 !important; }
a.cattitle2:visited { text-decoration: none; color : #FFFFFF !important; }
a.cattitle2:hover{  text-decoration: underline;  color : #FFFFFF !important; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: 12px !important; color : #006699 !important;}
a.forumlink    { text-decoration: none; color : #006699 !important; }
a.forumlink:hover{ text-decoration: underline; }


.error      { font-weight: bold; font-size: 12px !important; color : #006699 !important;}
a.error    { text-decoration: none; color : #006699 !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 !important; color : #006699 !important;}
a.nav         { text-decoration: none; color : #006699 !important; }
a.nav:hover      { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px !important; color : #000000 !important; }
a.topictitle:link   { text-decoration: none; color : #006699 !important; }
a.topictitle:visited { text-decoration: none; color : #006699 !important; }
a.topictitle:hover   { text-decoration: underline; color : #038BD1 !important; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : 11px !important; color : #000000 !important;}

/* Location, number of posts, post date etc */
.postdetails      { font-size : 10px !important; color : #000000 !important; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px !important;}
a.postlink:link   { text-decoration: none; color : #006699 !important;}
a.postlink:visited { text-decoration: none; color : #006699 !important; }
a.postlink:hover { text-decoration: underline; color : #038BD1 !important;}


/* Quote & Code blocks */
.code {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px !important;
   color: #444444 !important;
   background-color: #FFFFFF !important;
   border: #444444 !important;
   border-style: solid !important;
   border-left-width: 1px !important;
   border-top-width: 1px !important;
   border-right-width: 1px !important;
   border-bottom-width: 1px !important;
}

.quote {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px !important;
   color: #444444 !important;
   line-height: 125% !important;
   background-color: #CACCCE !important;
   border: #444444 !important;
   border-style: solid !important;
   border-left-width: 1px !important;
   border-top-width: 1px !important;
   border-right-width: 1px !important;
   border-bottom-width: 1px !important;
}


/* Copyright and bottom info */
.copyright      { font-size: 10px !important; font-family: Arial, Helvetica, sans-serif; color: #006699 !important; letter-spacing: -1px !important;}
a.copyright      { color: #006699 !important; text-decoration: none;}
a.copyright:hover { color: #038BD1 !important; text-decoration: underline;}


/* Form elements */
input,textarea, select {
   font: normal 11px Arial, Helvetica, sans-serif !important;
   color : #0000FF !important;
   border-color : #000000 #768998 #768998 #768998 !important;
   background-color : #DEE3E7 !important;
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : #FFFFFF !important;
   scrollbar-track-color: #FFFFFF !important;
   color : #0000FF !important;
}

input { text-indent : 2px !important;
   background-color : #DEE3E7 !important; }
   color : #0000FF !important;

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : #DEE3E7 !important;
   color : #0000FF !important;
   font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
   background-color : #DEE3E7 !important;
   font-weight : bold !important;
}

/* None-bold submit button */
input.liteoption {
   background-color : #DEE3E7 !important;
   font-weight : normal !important;
}

/* 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 !important; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/MylManga/local.css");


Une fois que vous avez votre fichier css sur votre disque dur
vous vous rendez sur votre espace compte soit;
Arrow http://www.vosforums.com/
Arrow votre compte
Arrow editer le forum de..
Arrow personnaliser les thèmes de ce forum

Vous trouvez l'emplacement du thème MylManga et Arrow vous cliquez sur en haut et en bas pour la publicité dans le thème..

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..

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 reconncetez, et vous avez le thème MylStargate avec le thème MylManga..

Voilà Wink

Arrow Vos réactions, commentaires, à la suite de ce post en faisant "répondre"
_________________
Audax, modérateur

Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur
Montrer les messages depuis:   
Poster un nouveau sujet   Répondre au sujet    Forum du site VosForums Index du Forum -> REALISATIONS PERSONNELLES Toutes les heures sont au format GMT + 1 Heure
Page 1 sur 1

 
Sauter vers:  
Vous ne pouvez pas poster de nouveaux sujets dans ce forum
Vous ne pouvez pas répondre aux sujets dans ce forum
Vous ne pouvez pas éditer vos messages dans ce forum
Vous ne pouvez pas supprimer vos messages dans ce forum
Vous ne pouvez pas voter dans les sondages de ce forum


Service fourni par VosForums.com © 2004 - 2008 | Signaler un contenu illicite | Marquer comme spam | Powered by phpBB © 2001, 2002 phpBB Group
phpBB SEO | Traduction par : phpBB-fr.com