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 

 

Fichier css à copier sur le bloc notes
Aller à la page 1, 2  Suivante
 
Ce forum est verrouillé, vous ne pouvez pas poster, ni répondre, ni éditer les sujets.   Ce sujet est verrouillé, vous ne pouvez pas éditer les messages ou faire de réponses.    Forum du site VosForums Index du Forum -> TUTORIELS
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: Sam 26 Fév 2005 16:53    Sujet du message: Fichier css à copier sur le bloc notes Répondre en citant

fichier css de subsilver
Code:
.mainmenu      { font-size : 11px; color : #000000 }
a.mainmenu      { text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #E5E5E5;
   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 { color : #006699; }
a:hover      { text-decoration: underline; color : #DD6900; }
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: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1   { background-color: #EFEFEF; }
td.row2   { background-color: #DEE3E7; }
td.row3   { background-color: #D1D7DC; }


/*
  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: #FFA34F; font-size: 11px; font-weight : bold;
   background-color: #006699; 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: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
   background-color: #D1D7DC; border: #FFFFFF; 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: #DD6900; text-decoration: underline; }


/* 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: underline; }


/* 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: underline; color : #DD6900; }


/* 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: underline; }


/* 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: underline; color : #DD6900; }


/* 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: underline; color : #DD6900}


/* 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;
   border-color : #000000;
}

/* 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 {
   background-color : #EFEFEF;
   color : #000000;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
   background-color : #FAFAFA;
   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("templates/subSilver/local.css");


Le code css de subsilver tel que je l'ai chargé sur mon forum

Code:
.mainmenu      { font-size : 11px; color : #000000 }
a.mainmenu      { text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-image: url(http://bandesdessinees.nuxit.net/fichiercss/subsigloo/fond2.gif) !important;
        scrollbar-face-color: #ff0000 !important;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color:  #006699;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;

}

/* This is the border line & background colour round the entire page */
.bodyline   { background-image: url(http://bandesdessinees.nuxit.net/fichiercss/subsigloo/kiwi01.gif) !important; border: 1px #98AAB1 solid; }


/* This is the outline round the main forum tables */
.forumline   { background-color: #FF0000 !important; border: 1px #98AAB1 solid; }

/* Main table cell colours and backgrounds */
td.row1   { background-image: url(http://bandesdessinees.nuxit.net/images/0001.gif) !important;  }

td.row2   { background-image: url(http://bandesdessinees.nuxit.net/images/002.gif) !important;  }

td.row3   { background-image: url(http://bandesdessinees.nuxit.net/images/002.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 {
      background-color: #FFFFFF;
      background-image: url(http://bandesdessinees.nuxit.net/fichiercss/subsigloo/cellpic2.jpg) !important;
      background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: #FFA34F; font-size: 11px; font-weight : bold;
   background-color: #006699; height: 25px;
   background-image: url(http://bandesdessinees.nuxit.net/fichiercss/subsigloo/cellpic3.gif) !important;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(http://bandesdessinees.nuxit.net/fichiercss/subsigloo/cellpic1.jpg) !important;
         background-color:#D1D7DC; border: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
   background-image: url(http://bandesdessinees.nuxit.net/images/002.gif) !important; border: #FFFFFF; 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: #DD6900; text-decoration: underline; }


/* 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: underline; }


/* 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: underline; color : #DD6900; }


/* 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 : #ff0000 !important;}
a.nav         { text-decoration: none; color : #ff0000 !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 : #ff0000 !important; }
a.topictitle:link   { text-decoration: none; color : #ff0000 !important; }
a.topictitle:visited { text-decoration: none; color : #ff0000 !important; }
a.topictitle:hover   { text-decoration: underline; color : #ff0000 !important; }


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

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

/* The content of the posts (body of text) */
.postbody { font-size : 13px !important;}
a.postlink:link   { text-decoration: none; color : #9966ff !important;}
a.postlink:visited { text-decoration: none; color : #009999 !important;}
a.postlink:hover { text-decoration: underline; color : #ffcc00 !important;}


/* Quote & Code blocks */
.code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px !important; color: #3300cc !important;
   background-color: #FAFAFA !important; border: #000000 !important; border-style: solid;
   border-left-width: 2px !important; border-top-width: 2px important; border-right-width: 2px !important; border-bottom-width: 1px !important;
}

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


/* 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 : #ff0000 !important;
   font: normal 12px !important; Verdana, Arial, Helvetica, sans-serif;
   border-color : #000000 !important;
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : #99cccc !important;
}

input { text-indent : 2px; }

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

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

/* None-bold submit button */
input.liteoption {
   background-color : #FAFAFA;
   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: #008000 !important; border-style: none;
color: White !important;}


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

_________________
Audax, modérateur



Dernière édition par audax le Dim 03 Avr 2005 00:21; édité 6 fois
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur
audax
Modérateur
Modérateur


Inscrit le: 19 Nov 2004
Messages: 1619

MessagePosté le: Sam 26 Fév 2005 16:54    Sujet du message: Répondre en citant

fichier css de igloo
Code:
.mainmenu      { font-size : 11px; color : #000000 }
a.mainmenu      { text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #E5E5E5;
   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 { color : #006699; }
a:hover      { text-decoration: underline; color : #DD6900; }
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: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1   { background-color: #EFEFEF; }
td.row2   { background-color: #DEE3E7; }
td.row3   { background-color: #D1D7DC; }


/*
  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: #FFA34F; font-size: 11px; font-weight : bold;
   background-color: #006699; 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: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
   background-color: #D1D7DC; border: #FFFFFF; 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: #DD6900; text-decoration: underline; }


/* 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: underline; }


/* 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: underline; color : #DD6900; }


/* 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: underline; }


/* 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: underline; color : #DD6900; }


/* 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: underline; color : #DD6900}


/* 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;
   border-color : #000000;
}

/* 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 {
   background-color : #EFEFEF;
   color : #000000;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
   background-color : #FAFAFA;
   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("templates/Igloo/local.css");

_________________
Audax, modérateur



Dernière édition par audax le Mer 02 Mar 2005 07:43; édité 2 fois
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur
audax
Modérateur
Modérateur


Inscrit le: 19 Nov 2004
Messages: 1619

MessagePosté le: Sam 26 Fév 2005 16:56    Sujet du message: Répondre en citant

fichier css de bsrf

Code:
.mainmenu      { font-size : 11px; color : #cccfff }
a.mainmenu      { text-decoration: none; color : #677c9a;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #000000;
   background-image: url(images/dot.gif);
   scrollbar-face-color: #1b1d3a;
   scrollbar-highlight-color: #1b1d3a;
   scrollbar-shadow-color: #1b1d3a;
   scrollbar-3dlight-color: #1b1d3a;
   scrollbar-arrow-color:  #677c9a;
   scrollbar-track-color: #121325;
   scrollbar-darkshadow-color: #000000;
   color: #cccfff;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #677c9a; }
a:hover      { text-decoration: underline; color : #f90; }
hr   { height: 0px; border: solid #888bc8 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline   { background-color: #101010; border: 1px #888bc8 solid; }

/* This is the outline round the main forum tables */
.forumline   { background-color: #101010; border: 2px #888bc8 solid; }


/* Main table cell colours and backgrounds */
td.row1   { background-color: #101123; }
td.row2   { background-color: #1b1d3a; }
td.row3   { background-color: #24274d; }


/*
  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;
      background-image: url(images/cellpic2.jpg);
      background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: #ccc; font-size: 11px; font-weight : bold;
   background-color: #000000; 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: #000000; 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: #000000; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
   background-color: #34376d; border: #000000; 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 : #dddfff;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #cccfff; }
a.gen,a.genmed,a.gensmall { color: #677c9a; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: #DD6900; text-decoration: underline; }



/* Forum category titles */
.cattitle      { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #cccfff}
a.cattitle      { text-decoration: none; color : #677c9a; }
a.cattitle:hover{ text-decoration: underline; }


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


/* 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 : #cccfff;}
a.nav         { text-decoration: none; color : #677c9a; }
a.nav:hover      { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px; color : #cccfff; }
a.topictitle:link   { text-decoration: none; color : #677c9a; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover   { text-decoration: underline; color : #DD6900; }


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link   { text-decoration: none; color : #677c9a }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #009900;
   background-color: #110b45; 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: #777777; line-height: 125%;
   background-color: #110b45; 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: #DD6900; text-decoration: underline;}


/* Form elements */
input,textarea, select {
   background-color: #101010;
   color : #cccfff;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   border-color : #24274d;
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : #000000;
}

input { text-indent : 2px; }

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

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

/* None-bold submit button */
input.liteoption {
   background-color : #101010;
   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: #090909; border-style: none; }


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

_________________
Audax, modérateur



Dernière édition par audax le Mer 02 Mar 2005 07:43; édité 2 fois
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur
audax
Modérateur
Modérateur


Inscrit le: 19 Nov 2004
Messages: 1619

MessagePosté le: Sam 26 Fév 2005 16:58    Sujet du message: Répondre en citant

fichier css de DustyGreen
Code:
.mainmenu      { font-size : 11px; color : #000000 }
a.mainmenu      { text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #2C323B;
   scrollbar-face-color: #3E434A;
   scrollbar-highlight-color: #3E434A;
   scrollbar-shadow-color: #545C65;
   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 { color : #ffffff; }
a:hover      { text-decoration: underline; color : #ffffff; }
hr   { height: 0px; border: solid #3E434A 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline   { background-color: #3E434A; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline   { background-color: #3E434A; border: 0px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1   { background-color: #2C323B; }
td.row2   { background-color: #3E434A; }
td.row3   { background-color: #545C65; }


/*
  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: #FFA34F; font-size: 11px; font-weight : bold;
   background-color: #006699; 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: #FFFFFF; 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: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
   background-color: #D1D7DC; border: #FFFFFF; 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: #DD6900; text-decoration: underline; }


/* 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: underline; }


/* 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: underline; color : #DD6900; }


/* 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: underline; }


/* 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: underline; color : #DD6900; }


/* 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: underline; color : #DD6900}


/* 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;
   border-color : #000000;
}

/* 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 {
   background-color : #EFEFEF;
   color : #000000;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
   background-color : #FAFAFA;
   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("templates/DustyGreen/local.css");


Fichier Solaris

Code:
 
.mainmenu      {
   font-size : 11px;
   color : #DDDDDD;
}
a.mainmenu      { text-decoration: none; color : #Ff0000;  }
a.mainmenu:hover{ text-decoration: underline; color : White; }

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: Black;
   scrollbar-face-color: #111111;
   scrollbar-highlight-color: #222222;
   scrollbar-shadow-color: #000000;
   scrollbar-3dlight-color: #333333;
   scrollbar-arrow-color:  #F8A406;
   scrollbar-track-color: #060606;
   scrollbar-darkshadow-color: #000000;
   background-image : url(images/bg_space.jpg);
   margin-left : 0px;
   margin-right : 0px;
   margin-top : 0px;
   margin-bottom : 0px;
   color : #DDDDDD;   
}

/* General font families for common tags */
font,th,td,p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color : #DDDDDD;
}

a:link {
   text-decoration: none;
   color : #F8A406;
}

a:active {
   text-decoration: none;
   color : #FFFFFF;    
}

a:visited {
   text-decoration: none;
   color : #F8A406;   
/*   color : #A56C03;    */
}

a:hover   {
   text-decoration: underline;
   color : #FFFFFF;
}

/* This is the border line & background colour round the entire page */
.bodyline   { background-color: Black; border: 1px solid #333333; }

/* This is the outline round the main forum tables */
/* .forumline   { background-color: #111111; border: 1px none #333333; } */


/* Main table cell colours and backgrounds */
td.row1   { background-color : #060606; }
td.row2   { background-color: #000000; }
td.row3   { background-color: #0C0C0C; }
td.inputrow { background-color: #111111; }


/*
  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: #333333;
   background-image: url(images/table_cell_bg1.jpg);
   background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: #F8A406; font-size: 11px; font-weight : bold;
   background-color: #333333;
   background-image: url(images/table_cell_bg1h.jpg);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
      background-image: url(images/table_cell_bg1h.jpg);
      background-color: #333333; border: #FFFFFF; border-style: none;
}


/*
  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 {
   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; border-style: none; }
td.row3Right,td.spaceRow {
   background-color: #333333; border: #333333; border-style: solid; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2   {
         font-weight: bold; font-size: 18px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120%; color : #F8A406;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #CCCCCC; }
a.gen,a.genmed,a.gensmall { color : #F8A406; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color : #FFFFFF; text-decoration: underline; }
/* a.gen:visited,a.genmed:visited,a.gensmall:visited { color : #F8A406; text-decoration: none; } */


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


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

}

.forumdescr {
   color : #999999;
}


/* 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 : #CCCCCC;}
a.nav         { text-decoration: none; color : #F8A406; }
a.nav:hover      { text-decoration: underline;  color : White;  }


/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px; color : #DDDDDD; }
a.topictitle:link   { text-decoration: none; color : #F8A406; }
a.topictitle:visited { text-decoration: none; color : #A56C03; }
a.topictitle:hover   { text-decoration: underline; color : White; }


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 11px;}
a.postlink:link   { text-decoration: none; color : #F8A406 }
a.postlink:visited { text-decoration: none; color : #A56C03; }
a.postlink:hover { text-decoration: underline; color : White;
}


/* Quote & Code blocks */
.code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #0099FF;
   background-color: Black; border: #777777; border-style: dashed;
   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: #999999; line-height: 125%;
   background-color: Black; border: #777777; border-style: dashed;
   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: #CCCCCC; letter-spacing: -1px;}
a.copyright      { color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}


/* Form elements */
input,textarea, select {
   color : #F8A406;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   background-color : #111111;
   border-color: #222222;
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : #111111;
}

input { text-indent : 2px; }

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

/* The main submit button option */
input.mainoption {
   background-color : #111111;
   font-weight : bold;
   /* border : 1px solid #999999; */
}

/* None-bold submit button */
input.liteoption {
   background-color : #111111;
   font-weight : normal;
   /* border : 1px solid #999999;    */
}

input.checkbox {
   background-color : #000000;
}

/* 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: #000000; border-style: none;  color : White;  }


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

_________________
Audax, modérateur



Dernière édition par audax le Jeu 03 Mar 2005 22:48; édité 4 fois
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur
audax
Modérateur
Modérateur


Inscrit le: 19 Nov 2004
Messages: 1619

MessagePosté le: Sam 26 Fév 2005 16:59    Sujet du message: Répondre en citant

fichier css de mylcastel

Code:
.mainmenu      { font-size : 11px; color : #61482F }
a.mainmenu      { text-decoration: none; color : #61482F;  }
a.mainmenu:hover{ text-decoration: underline; color : #C78F17; }


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #D5CFAA;
   scrollbar-arrow-color : #F0F0DC;
   scrollbar-3dlight-color : #978C67;
   scrollbar-highlight-color : #F0F0DC;
   scrollbar-face-color : #978C67;
   scrollbar-shadow-color : #F0F0DC;
   scrollbar-darkshadow-color : #978C67;
   scrollbar-track-color : #D5CFAA;
   background-image : url(images/fond01.jpg);
   background-position : top;
   background-repeat : no-repeat;
   background-attachment : fixed;
}

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

/* This is the border line & background colour round the entire page */
.bodyline   {
   border: 0px solid #61482F;
}

/* This is the outline round the main forum tables */
.forumline   {
   border: 1px solid #978C67;
   border-top-color : #000000;
}
.forumlineHaut   {
   background-color: #ECE9D8;
   border: #61482F;
   border-style: solid;
   border-width: 0px 1px 0px 1px;
   border-left-color : #EBEBCF;
}

/* Main table cell colours and backgrounds */
td.row1   {
   background-image: url(images/cellpic4.gif);
   background-color: #ECE9D8;
   border : 0px;
   border-bottom : 0px solid #978C67;
}
td.row2   {
   background-image: url(images/cellpic4.gif);
   background-color: #DBD4B5;
   border : 0px;
   border-bottom : 0px solid  #978C67;
   }
td.row3   {
   background-image: url(images/cellpic4.gif);
   background-color: #CDC49B;
   border : 0px;
   border-bottom : 0px solid  #978C67;
   }
td.row3Right   {
   background-color: #CDC49B;
   border : 0px;
   border-bottom : 0px solid  #3281A6;
   }


/*
  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 black background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
   height: 30px;
   background : url(images/cellpic1.gif) repeat-y;
}

/* Header cells - the black gradient backgrounds */
th   {
   color: #61482F; font-size: 12px; font-weight : bold;
   height: 30px;
   background-image: url(images/cellpic2.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         border: #FFFFFF; border-style: solid; height: 30px;
}


/*
  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: 30px;
   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: #61482F; border-style: solid; height: 30px; }
td.row3Right {background-image : url(images/pixel03.gif);
   height: 18px;
   border: #000000; border-style: solid; }
td.spaceRow {
   background-color: #ECE9D8;
   height: 18px;
   border: #000000;
   border-style: solid;
   border-width: 0px 0px 0px 0px;
}
td.spaceRow2 {
   background-color: #ECE9D8;
   border: #000000;
   border-style: solid;
   border-width: 0px 0px 0px 0px;
   background-image : url(images/row2.gif);
   background-position : center;
}
td.Bas {
   background-image : url(images/cellpic5.gif);
   background-color: #ECE9D8;
   height: 18px;
   border: #000000;
   border-style: solid;
   border-width: 0px 0px 0px 0px;
   background-position : bottom;
}
td.Haut {background-image : url(images/cellpic1.gif);
   border: #000000; border-style: solid; border-width: 0px 0px 0px 0px; }

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: 32px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120%; color : #61482F;
}
.maintitle2   {
         font-weight: bold; font-size: 20px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120%; color : #61482F;
}
.maintitle3   {
         font-weight: bold; font-size: 16px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
         text-decoration: none; line-height : 120%; color : #61482F;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #61482F; }
a.gen,a.genmed,a.gensmall { color: #61482F; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: #C78F17; text-decoration: underline; }


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


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


/* 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 : #61482F;}
a.nav         { text-decoration: none; color : #61482F; }
a.nav:hover      { text-decoration: underline; }

.haut         { font-weight: bold; font-size: 11px; color : #61482F;}
a.haut         { text-decoration: none; color : #61482F; }
a.haut:hover      { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle         { font-weight: bold; font-size: 11px; color : #61482F; }
a.topictitle:link   { text-decoration: none; color : #61482F; }
a.topictitle:visited { text-decoration: none; color : #7B5B3B; }
a.topictitle:hover   { text-decoration: underline; color : #C78F17; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px;
         font-weight: bold;
         color : #61482F;
}

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link   { text-decoration: underline; color : #A65E10 }
a.postlink:visited { text-decoration: underline; color : #A65E10; }
a.postlink:hover { text-decoration: underline; color : #C78F17}

.error { font-size : 12px; color: #C00000;}


/* Quote & Code blocks */
.code {
   font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
   background-color: #FFFFFF; border: #000000; 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: #000000; line-height: 125%;
   background-color: #F3F3E9; border: #000000; 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: #61482F; letter-spacing: -1px;}
a.copyright      { color: #61482F; text-decoration: none;}
a.copyright:hover { color: #C78F17; text-decoration: underline;}



/* Form elements */
input,textarea, select {
   color : #61482F;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   border-color : #000000;
}

/* The text input fields background colour */
input.post,textarea.post {
   background-color : #E5E5C3;
   scrollbar-track-color: #E5E5C3;
   border : 1px solid #000000;
   font-size: 12px;
}
select {
   background-color : #E5E5C3;
   border : 1px solid #000000;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : #E5E5C3;
   color : #61482F;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
   background : url(images/bout01.gif);
   border : 1px solid #133C77;
}

/* The main submit button option */
input.mainoption {
   background-color : #E5E5C3;
   font-weight : bold;
   background : url(images/bout01.gif);
   border : 1px solid #FFFFFF;
   border-bottom-color : #000000;
   border-right-color : #000000;
}

/* None-bold submit button */
input.liteoption {
   background-color : #E5E5C3;
   font-weight : bold;
   background : url(images/bout01.gif);
   border : 1px solid #FFFFFF;
   border-bottom-color : #000000;
   border-right-color : #000000;
}

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


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

_________________
Audax, modérateur



Dernière édition par audax le Mer 02 Mar 2005 07:45; édité 2 fois
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur
audax
Modérateur
Modérateur


Inscrit le: 19 Nov 2004
Messages: 1619

MessagePosté le: Sam 26 Fév 2005 17:00    Sujet du message: Répondre en citant

fichier css de mylpotter
Code:
.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(images/background1.jpg);
   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 : #7B5B3B; }
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 #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline   {border: 0px #98AAB1 solid;   }

/* Main table cell colours and backgrounds */
td.row1   {
   background-image : url(images/cellpic1.gif);
}
td.row2   {
   background-image : url(images/cellpic1.gif);
}
td.row3   {
   background-image : url(images/cellpic1.gif);
}

td.hg {
   height: 21px;
   width: 55px;
   background-image : url(images/f_hg.gif);
   background-repeat : no-repeat;
}
td.hm{
   height: 21px;
   background-image : url(images/f_hm.gif);
}
td.hd{
   height: 21px;
   width: 55px;
   background-image : url(images/f_hd.gif);
   background-repeat : no-repeat;
}
td.bg {
   height: 21px;
   width: 55px;
   background-image : url(images/f_bg.gif);
   background-repeat : no-repeat;
}
td.bm{
   height: 21px;
   background-image : url(images/f_bm.gif);
}
td.bd{
   height: 21px;
   width: 55px;
   background-image : url(images/f_bd.gif);
   background-repeat : no-repeat;
}
td.mg{
   background-image : url(images/f_mg.gif);
}
td.md{
   background-image : url(images/f_md.gif);
}


/*
  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;
   background-image: url(images/cellpic1.gif);
   background-repeat : repeat;
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: #000000;