Didacticiels - Modes d'emplois - Apprentissage
Tout ce qui concerne l'apparence des thèmes : modifier les couleurs, les images, céer un thème à partir d'une base existante, utilisation des fichiers CSS ...
Modérateurs: support, audax, scoreboard
par audax » Sam 26 Fév 2005 16:53
fichier css de subsilver
- Code: Tout sélectionner
.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: Tout sélectionner
.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");
Dernière édition par
audax le Dim 03 Avr 2005 00:21, édité 6 fois.
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 26 Fév 2005 16:54
fichier css de igloo
- Code: Tout sélectionner
.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");
Dernière édition par
audax le Mer 02 Mars 2005 07:43, édité 2 fois.
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 26 Fév 2005 16:56
fichier css de bsrf
- Code: Tout sélectionner
.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");
Dernière édition par
audax le Mer 02 Mars 2005 07:43, édité 2 fois.
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 26 Fév 2005 16:58
fichier css de DustyGreen
- Code: Tout sélectionner
.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: Tout sélectionner
.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");
Dernière édition par
audax le Jeu 03 Mars 2005 22:48, édité 4 fois.
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 26 Fév 2005 16:59
fichier css de mylcastel
- Code: Tout sélectionner
.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");
Dernière édition par
audax le Mer 02 Mars 2005 07:45, édité 2 fois.
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 26 Fév 2005 17:00
fichier css de mylpotter
- 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(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;
font-size: 12px;
font-weight : bold;
height: 28px;
background-image: url(images/cellpic1.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom{
background-image: url(images/cellpic1.gif);
height: 28px;
}
td.bas{
background-color: #000000;
height: 28px;
background-image: url(images/cellpic3.gif);
}
td.bas2{
background-color: #000000;
background-image: url(images/cellpic4.gif);
}
td.bas3{
background-color: #000000;
height: 28px;
background-image: url(images/cellpic4.gif);
}
td.catBottom2{
background-image: url(images/cellpic1.gif);
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(images/cellpic1.gif); 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: 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; 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 : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall {color : #7B5B3B; }
a.gen,a.genmed,a.gensmall { color: #7B5B3B; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #7B5B3B; text-decoration: underline; }
.gen2{ font-size : 12px; color : #000000; font-family: Arial, Helvetica, sans-serif;}
a.gen2:hover2{ color: #7B5B3B; text-decoration: underline; }
.gen3{ font-size : 10px; color : #000000; font-family: Arial, Helvetica, sans-serif;}
a.gen3:hover2{ color: #7B5B3B; 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 : #FDD35F; font-family: Arial, Helvetica, sans-serif;}
a.gen5:hover2{ color: #FDD35F; text-decoration: underline; }
a.gen5{ color: #FDD35F; 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 : #7B5B3B; }
.cattitle2 { font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #000000 }
a.cattitle2 { text-decoration: none; color : #7B5B3B; }
a.cattitle2:hover{ text-decoration: underline; color : #7B5B3B; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #7B5B3B;}
a.forumlink { text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; }
.error { font-weight: bold; font-size: 12px; color : #7B5B3B; }
a.error { text-decoration: none; color : #7B5B3B; }
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: 11px; color : #000000; }
a.topictitle:link { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #7B5B3B; }
a.topictitle:hover { text-decoration: underline; color : #7B5B3B; }
/* 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 : 10px; color : #7B5B3B; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; color : #000000; background-image: url(images/cellpic1.gif);}
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: #7B5B3B; letter-spacing: -1px;}
a.copyright { color: #7B5B3B; text-decoration: none;}
a.copyright:hover { color: #7B5B3B; 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/cellpic1.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");
Dernière édition par
audax le Mer 02 Mars 2005 07:45, édité 2 fois.
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 26 Fév 2005 17:01
fichier css de mylfoot
- Code: Tout sélectionner
.mainmenu { font-size : 11px; color : #FFFFC0; }
a.mainmenu { text-decoration: none; color : #FFFFC0; }
a.mainmenu:visited { text-decoration: none; color : #FFFFC0; }
a.mainmenu:hover{ text-decoration: none; color : #FFFF00; }
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #008000;
scrollbar-face-color: #008000;
scrollbar-highlight-color: #008000;
scrollbar-shadow-color: #008000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #008000;
scrollbar-darkshadow-color: #FFFFFF;
background-image : url(images/bgd01.gif);
margin : 0px;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FFFFC0; text-decoration: none; }
a:hover { text-decoration: underline; color : #FFFF00; }
hr { height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline {
border: 1px solid #008000;
}
/* This is the outline round the main forum tables */
.forumline { border: 1px #FFFFFF solid; }
.forumline2 {
border-bottom : 1px #FFFFFF solid;
border-left : 1px #FFFFFF solid;
border-right : 1px #FFFFFF solid;
border-top : 1px none #008000;
}
.forumline3 { border: 1px #008000 solid; }
/* Main table cell colours and backgrounds */
td.row1 {background-image : url(images/pixel01.gif);}
td.row2 {background-image : url(images/pixel02.gif);}
td.row3 {background-image : url(images/pixel03.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 black background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
height: 28px;
background : url(images/cellpic3.gif) repeat-y;
}
/* Header cells - the black gradient backgrounds */
th {
color: #FFFF00; font-size: 12px; font-weight : bold;
height: 28px;
background-image: url(images/cellpic3.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
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: 28px;
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 {background-image : url(images/pixel03.gif);
border: #FFFFFF; border-style: solid; }
td.spaceRow {background-image : url(images/pixel04.gif);
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: 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: Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFC0;
}
.maintitle2 {
font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFC0;
}
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFC0; text-decoration: none; }
a.gen,a.genmed,a.gensmall { color: #FFFFC0; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #FFFFC0; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #FFFF00; text-decoration: none; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFFF00}
a.cattitle { text-decoration: none; color : #FFFF00; }
a.cattitle:visited { text-decoration: none; color : #FFFF00; }
a.cattitle:hover{ color: #FFFFC0; text-decoration: none; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #FFFF00; }
a.forumlink { text-decoration: none; color : #FFFF00; }
a.forumlink:visited { text-decoration: none; color : #FFFF00; }
a.forumlink:hover{ text-decoration: none; color : #FFFFC0; }
/* 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 : #FFFFC0;}
a.nav { text-decoration: none; color : #FFFFC0; }
a.nav:visited { text-decoration: none; color : #FFFFC0; }
a.nav:hover { text-decoration: none; color : #FFFF00; }
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link { text-decoration: none; color : #FFFFFF; }
a.topictitle:visited { text-decoration: none; color : #FFFFC0; }
a.topictitle:hover { text-decoration: underline; color : #FFFF00; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px;
font-weight: bold;
color : #FFFFC0;
}
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #FFFFC0; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; color: #FFFFC0;}
a.postlink:link { text-decoration: none; color : #FFFFC0; }
a.postlink:visited { text-decoration: none; color : #FFFFC0; }
a.postlink:hover { text-decoration: none; color : #FFFF00; }
.error { font-size : 12px; color: #FFFFFF;}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000000;
background-color: #FFFFFF; border: #FFFF00; 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: #FFFFC0;
line-height: 125%;
background-color: #133C77;
border: 1px #FFFFFF;
border-style: solid;
background-image : url(images/bgd01.gif);
}
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #FFFFC0; letter-spacing: -1px;}
a.copyright { color: #FFFFC0; text-decoration: none;}
a.copyright:link { color : #FFFFC0; text-decoration: none;}
a.copyright:visited { color : #FFFFC0; text-decoration: none;}
a.copyright:hover { color: #FFFF00; text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : #FFFF00;
font: normal 11px Arial, Helvetica, sans-serif;
border-color : #000000;
}
/* The text input fields background colour */
input.post,textarea.post {
background-color : #008000;
scrollbar-track-color: #008000;
border : 1px solid #FFFFFF;
font-size: 12px;
}
select {
background-color : #008000;
border : 1px solid #FFFF00;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #008000;
color : #FFFF00;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
background : url(images/bout01.gif);
}
/* The main submit button option */
input.mainoption {
background-color : #008000;
font-weight : normal;
background : url(images/bout01.gif);
}
/* None-bold submit button */
input.liteoption {
background-color : #008000;
font-weight : normal;
background : url(images/bout01.gif);
}
/* 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;
border : 1px solid #FFFFFF;
background-image: url(images/pixel01.gif);
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/MylFoot/local.css");
Dernière édition par
audax le Mer 02 Mars 2005 07:46, édité 2 fois.
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 26 Fév 2005 17:02
fichier css de MylSilverSurfer
- Code: Tout sélectionner
.mainmenu { font-size : 12px; color : #C1DBF4 }
a.mainmenu { text-decoration: none; color : #C1DBF4; }
a.mainmenu:hover{ text-decoration: underline; color : #FFFFFF; }
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #000000;
background-image: url(images/body_background.jpg);
scrollbar-face-color: #000000;
scrollbar-highlight-color: #004080;
scrollbar-shadow-color: #5F87AF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #C1DBF4;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #5F87AF;
}
a {
color: #C1DBF4;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
}
/* General font families for common tags */
/* font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } */
font,th,td,p { font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;}
hr { height: 0px; border: solid #000000, 0px; border-top-width: 1px;}
/* This is the outline round the main forum tables */
.forumline {
background-color: #000000;
border: 2px #C1DBF4 solid;
/*background-image : url(images/gen_background.jpg);*/
}
/* Main table cell colours and backgrounds */
td.row1 {
background-color: #000000;
background-image : url(images/gen_background.jpg);
}
td.row2 {
background-color: #000000;
background-image : url(images/gen_background.jpg);
}
td.row3 {
background-color: #000000;
background-image : url(images/gen_background.jpg);
}
/*
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-x;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #000000;
font-size: 16px;
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/cellpic2.jpg);
background-color:#000000;
border: #000000;
border-style: solid;
height: 28px;
background-repeat: repeat-x;
}
.admincolor {
color: #00C0C0;
}
a.admincolor:hover {
color: #FFFFFF;
text-decoration: underline;
}
.modcolor {
color: #40FFFF;
}
a.modcolor:hover {
color: #FFFFFF;
text-decoration: underline;
}
/*
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: #C1DBF4; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #000000; border: #C1DBF4; border-style: solid; background-image : url(images/gen_background.jpg);}
th.thHead,td.catHead { font-size: 14px; 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: 34px; font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #C1DBF4;
}
/* Description */
.maindescr {
font-size: 14px;
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
color : #C1DBF4;
}
/* General text */
.gen {
font-size : 14px;
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
}
.genmed { font-size : 12px; font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif; }
.gensmall { font-size : 12px; font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif; }
.gen,.genmed,.gensmall { color : #C1DBF4; }
a.gen,a.genmed,a.gensmall { color: #C1DBF4; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #FFFFFF; }
/* General text inside table*/
.gentbl { font-size : 14px; font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif; }
.gentblmed { font-size : 12px; font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif; }
.gentblsmall { font-size : 12px; font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif; }
.gentbl,.gentblmed,.gentblsmall { color : #C1DBF4; }
a.gentbl,a.gentblmed,a.gentblsmall {
color: #C1DBF4;
text-decoration: none;
}
a.gentbl:hover,a.gentblmed:hover,a.gentblsmall:hover {
color: #C1DBF4;
text-decoration: none;
}
/*Newest user, shown on forum index page */
a.newestuser { color : #C1DBF4; }
a.newestuser:visited { color : #C1DBF4; }
a.newestuser:hover { color : #FFFFFF; }
a.newestuser:active { color : #FFFFFF; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 14px ; letter-spacing: 1px; color : #C1DBF4}
a.cattitle { text-decoration: none; color : #C1DBF4; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 14px; color : #C1DBF4; }
a.forumlink { text-decoration: none; color : #FFFFFF; }
a.forumlink:hover{ text-decoration: underline; color : #C1DBF4; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-size: 14px; color : #C1DBF4;}
a.nav { text-decoration: none; color : #FFFFFF; }
a.nav:hover { text-decoration: underline; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.navtbl {
font-size: 14px;
color : #C1DBF4;
}
a.navtbl {
text-decoration: none;
color : #C1DBF4;
}
a.navtbl:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 14px; color : #C1DBF4; }
a.topictitle { text-decoration: none; color : #C1DBF4; }
a.topictitle:visited { text-decoration: none; color : #FFFFFF; }
a.topictitle:hover { text-decoration: underline; color : #FFFFFF; }
.topictype {
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
color: #C1DBF4;
}
.jumpbox {
text-align: right;
}
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 14px; color : #C1DBF4;}
a.name { font-size : 14px; color : #C1DBF4; }
a.name:visited { font-size : 14px; color : #FFFFFF; }
a.name:hover { font-size : 14px; color : #FFFFFF; }
/* Location, number of posts, post date etc */
.postdetails {
font-size : 12px;
color : #C1DBF4;
font-family : "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
}
td.spaceRow {
background-color: #000000;
background-image : url(images/gen_background.jpg);
}
/* The content of the posts (body of text) */
.postbody {
font-size : 14px;
color : #C1DBF4;
}
a.postlink { text-decoration: none; color : #C1DBF4 }
a.postlink:visited { text-decoration: none; color : #C1DBF4; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF}
/* Quote & Code blocks */
.code {
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
background-color: #000000;
border: #C1DBF4;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
}
.quote {
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 125%;
background-color: #000000;
border: #C1DBF4;
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: 12px; font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif; color: #C1DBF4; letter-spacing: -1px;}
a.copyright { color: #C1DBF4; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}
/* Form elements */
input,textarea {
font-size: 12px;
color : #C1DBF4;
background-color : #000000;
font-family : "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
border-color : #5F87AF #C1DBF4 #C1DBF4 #5F87AF;
}
textarea {
background-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #004080;
scrollbar-shadow-color: #5F87AF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #C1DBF4;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #5F87AF;
}
/* The text input fields background colour */
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #000000;
color : #C1DBF4;
font-size: 12px;
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
border-color : #5F87AF #C1DBF4 #C1DBF4 #5F87AF;
background : url(images/gen_background.jpg);
}
input.checkbox {
background-image: url(images/gen_background.jpg);
border-color : #5F87AF #C1DBF4 #C1DBF4 #5F87AF;
}
input.radio {
background-image: url(images/gen_background.jpg);
border-color : #5F87AF #C1DBF4 #C1DBF4 #5F87AF;
}
input.login {
background-image: url(images/gen_background.jpg);
border-color : #5F87AF #C1DBF4 #C1DBF4 #5F87AF;
}
/* The main submit button option */
input.mainoption {
background-color : #000000;
color : #C1DBF4;
font-size: 12px;
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
border-color : #5F87AF #C1DBF4 #C1DBF4 #5F87AF;
background : url(images/gen_background.jpg);
}
/* None-bold submit button */
input.liteoption {
background-color : #000000;
color : #C1DBF4;
font-size: 12px;
font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
border-color : #5F87AF #C1DBF4 #C1DBF4 #5F87AF;
background : url(images/gen_background.jpg);
}
select {
font-size: 12px;
color : #C1DBF4;
background-color: #000000 ;
font-family : "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
border-color : #5F87AF #C1DBF4 #C1DBF4 #5F87AF;
}
/* 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 {
color : #C1DBF4;
background-color: #000000;
background-image: url(images/gen_background.jpg);
border-style: none;
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/MylSilverSurfer/local.css");
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 02 Avr 2005 22:20
Fichier css de appalachia
- Code: Tout sélectionner
.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/Appalachia/local.css");
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 02 Avr 2005 22:21
Fichier css de Avalanche
- Code: Tout sélectionner
.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: url(images/body_back.gif) repeat-x #F2F6F9;
margin-top: 15px;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a:link,a:active,a:visited { color : #4583c0; }
a:hover { text-decoration: underline; color : #f3a625; }
hr { height: 0px; border: solid #fff 0px; border-top-width: 1px;}
img { border: 0px; }
a.tab, a.tab:visited {
color: #4583c0;
font-weight: bold;
font-size: 10px;
text-decoration: none;
}
a.tab:hover {
color: #f3a625;
}
/* This is the border line & background colour round the entire page */
.bodyline {
width: 760px;
}
/* This is the outline round the main forum tables */
.forumline {
border: #ffffff;
border-style: solid;
border-width: 0px 0px 1px 0px;
}
/* Main table cell colours and backgrounds */
td.row1, td.row2{
background-color: #ccdbea;
border: #fff;
border-style: solid;
border-width: 1px 0px 0px 1px;
padding: 5px;
}
td.row3 {
background-color: #bacee2;
border: #fff;
border-style: solid;
border-width: 1px 0px 0px 1px;
padding: 5px;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
font-size: 10px;
font-weight : bold;
height: 24px;
background-image: url(images/cellpic3.gif);
border: 0px;
text-align: left;
/* color: #f3a625; */
color: #4583c0;
}
th.thRight {
background: url(images/thRight.gif) right;
width: 30px;
}
th.thLeft {
background: url(images/thLeft.gif);
width: 30px;
}
a.thCenter, a.thCenter:visited {
color: #f3a625;
text-decoration: none;
}
a.thCenter:hover {
color: #4583c0;
}
/* sub-header */
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color: #adc7e1;
height: 24px;
padding-left: 5px;
padding-right: 5px;
border: #ffffff;
border-style: solid;
border-width: 1px 0px 0px 0px;
}
/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2 {
font-weight: bold;
font-size: 22px;
color: #fff;
}
/* General text */
.gen { font-size : 11px; color: #000; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #4583c0; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #f3a625; text-decoration: underline; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 11px ; }
a.cattitle, a.cat { text-decoration: none; }
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; }
a.forumlink, a.forumlink:visited{ text-decoration: none; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav, a.nav, a.nav:visited { font-weight: bold; font-size: 10px; color : #fff;}
/* titles for the topics: could specify viewed link colour too */
.topictitle { font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle, a.topictitle:visited { text-decoration: none; }
/* 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 : 11px;}
a.postlink:link { text-decoration: none; color : #4583c0; }
a.postlink:visited { text-decoration: none; color : #4583c0; }
a.postlink:hover { text-decoration: underline; color : #f3a625}
/* Quote & Code blocks */
.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #4583c0;
background-color: #FAFAFA; border: #3399cc; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
padding: 5px;
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
background-color : #eff4f9;
line-height: 125%;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
padding: 5px;
border: #3399cc;
border-style: solid;
border-width: 1px 1px 1px 1px;
}
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #a1c0de; letter-spacing: -1px;}
a.copyright { color: #fff; text-decoration: none;}
a.copyright:hover { text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : #000000;
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
border-color : #000000;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #eff4f9;
border-color: #6699cc;
border-style: solid;
border-width: 1px 1px 1px 1px;
color: #4583c0;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button, input.mainoption, input.liteoption {
background-color : #6699cc;
color: #eff4f9;
font-size: 10px;
border-color: #eff4f9;
border-style: solid;
border-width: 1px 1px 1px 1px;
}
/* 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/Avalanche/local.css");
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 02 Avr 2005 22:22
Fichier css de Charcoal2
- Code: Tout sélectionner
.mainmenu { color: #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.mainmenu { color: #000; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.mainmenu:visited { color: #000; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.mainmenu:hover { color: #fff; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
/* General page style. The scroll bar colours only visible in IE5.5+ */
body { background-image: url(images/bk-w.jpg); border: none; scrollbar-3dlight-color: #D1D7DC; scrollbar-arrow-color: #006699; scrollbar-darkshadow-color: #98AAB1; scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #DEE3E7; scrollbar-track-color: #EFEFEF }
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color: #000; text-decoration: none }
a:hover { color: #ff4500; text-decoration: none }
hr { border: none #d1d7dc; height: 0px }
/* This is the border line & background colour round the entire page */
.bodyline { }
/* This is the outline round the main forum tables */
.forumline { background-color: #696969; border: solid 1px #000 }
/* Main table cell colours and backgrounds */
td.row1 { background: #696969 url(images/dkback.gif) }
td.row2 { background: #808080 url(images/bk-z.jpg) }
td.row3 { background: #a9a9a9 url(images/dkback.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: #3f3f3f repeat; border-top: none; border-right: none #fff; border-bottom: none; border-left: none }
/* Header cells - the blue and silver gradient backgrounds */
th { color: #ff4500; font-weight: bold; font-size: 11px; background: #006699 url(images/sidebox_background.gif); height: 25px }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-color: #3f3f3f; border: none #ffffff; 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 { background-image: url(images/sidebox_background2.gif); border: 0px; height: 29px }
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: none #ffffff; height: 28px }
td.row3Right,td.spaceRow { background: #a9a9a9 url(images/dkback.gif); border: none #ffffff }
th.thHead,td.catHead { font-size: 12px; border: none }
th.thSides,td.catSides,td.spaceRow { border: none }
th.thRight,td.catRight,td.row3Right { border: none }
th.thLeft,td.catLeft { border: none }
th.thBottom,td.catBottom { border: none }
th.thTop { border: none }
th.thCornerL { border: none }
th.thCornerR { border: none }
/* 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;
}
.maintitle:visited,h1,h2 { color: #000000; font-weight: bold; font-size: 22px; line-height: 120%; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
/* 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: #000000; text-decoration: none }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #000000; text-decoration: none }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #fff; text-decoration: underline }
/* Forum category titles */
.cattitle { color: #ff4500; font-weight: bold; font-size: 12px; text-decoration: none; letter-spacing: 1px }
a.cattitle { color: #ff4500; text-decoration: none }
a.cattitle:visited { color: #ff4500; text-decoration: none }
a.cattitle:hover { color: #fff; text-decoration: none }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { color: #000; font-weight: bold; font-size: 12px }
a.forumlink { color: #000; text-decoration: none }
a.forumlink:visited { color: #000; text-decoration: none }
a.forumlink:hover { color: #fff; 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 : #000000;}
a.nav { color: #000; text-decoration: none }
a.nav:visited { color: #000; text-decoration: none }
a.nav:hover { color: #fff; text-decoration: underline }
/* titles for the topics: could specify viewed link colour too */
.topictitle { color: #ff4500; font-weight: bold; font-size: 11px }
a.topictitle:link { color: #000; text-decoration: none }
a.topictitle:visited { color: #000; text-decoration: none }
a.topictitle:hover { color: #fff; text-decoration: underline }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { color: #ffd700; font-size: 11px }
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #000000; }
/* The content of the posts (body of text) */
.postbody { color: #dcdcdc; font-size: 12px }
a.postlink:link { color: #000; text-decoration: none }
a.postlink:visited { color: #000; text-decoration: none }
a.postlink:hover { color: #fff; text-decoration: underline }
.bottomnav { color: #ff4500; font-weight: bold; font-size: 10px; text-decoration: none }
a.bottomnav { color: #ff4500; font-weight: bold; font-size: 10px; text-decoration: none }
a.bottomnav:visited { color: #ff4500; font-weight: bold; font-size: 10px; text-decoration: none }
a.bottomnav:hover { color: #fff; font-weight: bold; font-size: 10px; text-decoration: none }
/* Quote & Code blocks */
.code { color: #c0c0c0; font-size: 11px; font-family: Courier, "Courier New", sans-serif; background-color: #000; border: solid 1px #d1d7dc }
.quote { color: #444444; font-style: italic; font-size: 11px; line-height: 125%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #c0c0c0; border: solid 1px #000 }
/* 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:visited { 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/Charcoal2/local.css");
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 02 Avr 2005 22:23
Fichier css de ComicBook
- Code: Tout sélectionner
.mainmenu { font-weight: bold; font-size : 12px; color : #000000; background : #FFFFFF; border: 1px #000000 solid; }
a.mainmenu { text-decoration: none; color : #000000; }
a.mainmenu:visited { text-decoration: none; color : #000000; }
a.mainmenu:hover{ font-size : 14px; text-decoration: none; color : #000000; background : #FFCC00; border: 2px #000000 dashed; }
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #FFFFFF;
scrollbar-face-color: #CCCCCC;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #999999;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-arrow-color: #333333;
scrollbar-track-color: #E0E0E0;
scrollbar-darkshadow-color: #333333;
}
/* General font families for common tags */
font,th,td,p { font-family: Comic Sans MS, Arial, Helvetica, sans-serif; text-transform: uppercase; }
a:link,a:active,a:visited { color : #000000; text-decoration: none; }
a:hover { text-decoration: underline; color : #000000; }
hr { height: 0px; border: solid #000000 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF; border: 1px #000000 solid; background-image: url(images/cover_background.jpg); }
/* This is the outline round the main forum tables */
.forumline { background-color: #000000; border: 1px #000000 solid; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #FFFFFF; }
td.row2 { background-color: #CCCCCC; background-image: url(images/background.jpg); }
td.row3 { 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 black background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #FFFFFF;
background-image: url(images/background.jpg);
background-repeat: repeat-y;
}
/* Header cells - the black gradient backgrounds */
th {
color: #000000; font-size: 12px; font-weight : bold;
background-color: #FFCC00; height: 25px;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#FFFFFF; background-image: url(images/background.jpg); border: #FFCC66; 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: 25px; }
td.row3Right,td.spaceRow {
background-color: #FFFFFF; border: #FFCC66; border-style: solid; }
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: 22px; font-family: Arial Black, Arial, Helvetica;
text-decoration: none; line-height : 120%; color : #000000;
}
.bigmaintitle {
font-weight: bold; font-size: 72px; font-family: Arial Black, Arial, Helvetica;
text-decoration: none; line-height : 120%; color : #000000; text-transform : uppercase;
}
.medmaintitle {
font-size: 12px; font-family: Arial Black, Arial, Helvetica;
text-decoration: none; line-height : 120%; color : #000000;
}
.smallmaintitle {
font-weight: bold; font-size: 10px; font-family: Arial, Helvetica;
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; text-decoration: none; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #000000; text-decoration: none; background : #FFCC00; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-weight: bold; font-size : 12px; color : #000000; background : #FFFFFF; border: 1px #000000 solid; }
a.mainmenu { text-decoration: none; color : #000000; }
a.mainmenu:visited { text-decoration: none; color : #000000; }
a.mainmenu:hover{ font-size : 14px; text-decoration: none; color : #000000; background : #FFCC00; border: 2px #000000 dashed; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000; }
a.cattitle { text-decoration: none; color : #000000; }
a.cattitle:visited { text-decoration: none; color : #000000; }
a.cattitle:hover{ color: #000000; text-decoration: none; background : #FFCC00; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink { text-decoration: none; color : #000000; }
a.forumlink:visited { text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: none; color : #000000; background : #FFCC00; }
/* 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 : #000000; }
a.nav:visited { text-decoration: none; color : #000000; }
a.nav:hover { text-decoration: none; color : #000000; background: #FFCC00; }
/* 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 : #000000; }
a.topictitle:visited { text-decoration: none; color : #000000; }
a.topictitle:hover { text-decoration: underline; color : #000000; }
/* 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; color: #000000;}
a.postlink:link { font-weight: bold; text-decoration: none; color : #000000; }
a.postlink:visited { font-weight: bold; text-decoration: none; color : #000000; }
a.postlink:hover { font-weight: bold; text-decoration: none; color : #000000; background : #FFCC00; }
/* Quote & Code blocks */
.code {
font-family: Courier, Courier New, sans-serif; font-size: 11px; color: #00CC33;
background-color: #616161; border: #BFBFBF; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Comic Sans MS, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
background-color: #616161; border: #BFBFBF; 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: 8px; font-family: Comic Sans MS, Arial, Helvetica, sans-serif; color: #000000; }
a.copyright { color: #000000; text-decoration: none;}
a.copyright:link { color : #000000; text-decoration: underline;}
a.copyright:visited { color : #000000; text-decoration: underline;}
a.copyright:hover { color: #000000; text-decoration: underline; background : #FFCC00; }
/* Form elements */
input,textarea, select {
color : #000000;
font: normal 11px Comic Sans MS, Arial, Helvetica, sans-serif;
border-color : #FFFFFF;
}
select { text-transform: uppercase;
}
/* 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 : #FFFFFF;
color : #000000;
font-size: 11px; font-family: Comic Sans MS, Arial, Helvetica, sans-serif; text-transform: uppercase;
}
/* The main submit button option */
input.mainoption {
background-color : #FFFFFF;
font-weight : bold;
text-transform: uppercase;
}
/* None-bold submit button */
input.liteoption {
background-color : #FFFFFF;
font-weight : normal;
text-transform: uppercase;
}
/* 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: #CCCCCC; background: url(images/background.jpg); border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/comicBook/local.css");
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 02 Avr 2005 22:24
Fichier css de fiappleblue
- Code: Tout sélectionner
.mainmenu { font-size : 11px; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
/* The content of the posts (body of text) */
body{background:#f4fcff url(images/lines.gif);color:#000000;font:12px Verdana,Arial,Helvetica,sans-serif;margin:6px;padding:0;
scrollbar-3dlight-color:#c9dbf1;
scrollbar-arrow-color:#1f3a55;
scrollbar-base-color:#eaf9ff;
scrollbar-darkshadow-color:#bdd4ec;
scrollbar-face-color:#dae5f3;
scrollbar-highlight-color:#bdd4ec;
scrollbar-shadow-color:#abc6e7;
scrollbar-track-color:#f4fcff}
/* General font families for common tags */
font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}
/* General text */
.gensmall{font-size:10px}
td.genmed,.genmed{font-size:11px}
.explaintitle{font-size:11px;font-weight:bold;color:#5c81b1}
/* General page style */
a:link,a:active,a:visited,a.postlink{color:#4682b4;text-decoration:none}
a:hover{color:#000000;text-decoration:underline}
/* titles for the topics:could specify viewed link colour too */
.topictitle{font-size:11px;font-weight:bold}
a.topictitle:visited{color:#5493b4}
a.topictitle:hover{color:#000000}
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name{font-size:11px;font-weight: bold}
hr{border:0px solid #6e9fd6;border-top-width:1px;height:0px}
/* Category gradients*/
td.cat,td.rowpic{font-weight:bold;letter-spacing:1px;background:#ecf5fb url(images/catbkg.gif);height:27px;
text-indent:4px}
td.cathead{font-weight:bold;letter-spacing:1px;background:#ecf5fb url(images/lines.gif);height:29px}
/* Main table cell colours and backgrounds */
.row1{background:#f4fcff}
.row2,.helpline{background:#eefaff}
.row3{background:#e4f5fa}
td.spacerow{background:#ffffff}
/* Table Header cells */
th{background:#ecf5fb url(images/lines.gif);color:#6e9fd6;font-size:11px;
font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px}
/* This is the border line & background colour round the entire page */
.bodyline{background:#f4fcff;border:1px solid #99bbe4}
/* This is the outline round the main forum tables */
.forumline{background:#6e9fd6;border:0}
/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#96bcde}
.subtitle,h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}
/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{font-size:11px;font-weight:bold}
.postbody{font-size:12px;line-height:125%}
/* Location,number of posts,post date etc */
.postdetails{font-size:10px;color:#353535}
/* Quote blocks */
.quote{background:#fafafa;border:1px solid #d1d7dc;color:#444444;
font-size:11px;line-height:125%}
/* Code blocks */
.code{background:#fafafa;border:1px solid #d1d7dc;color:#006600;
font:12px Courier,"Courier New",sans-serif;padding:5px}
/* This is for the error messages that pop up */
.errorline{background:#b1cfeb;border:1px solid #666666}
/* Form elements */
form{display:inline}
input{font:11px Verdana,Arial,Helvetica,sans-serif}
select{background:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif}
input.post,textarea.post{background:#ffffff;border:1px solid #000000;
font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}
input.button,input.liteoption,.fakebut{border:1px solid #000000;background:#d3e4f3;font-size:11px}
input.catbutton{border:1px solid #000000;background:#d3e4f3;font-size:10px}
input.mainoption{border:1px solid #000000;background:#d3e4f3;font-size:11px;font-weight:bold}
a.but,a.but:hover,a.but:visited{color:#000000;text-decoration:none}
/* This is the line in the posting page which shows the rollover
help line. Colour value in row2 */
.helpline{border:0 solid;font-size:10px}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/fiappleblue/local.css");
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 02 Avr 2005 22:25
Fichier css de fisubgreen
- Code: Tout sélectionner
.mainmenu { font-size : 11px; color : #000000 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
/* The content of the posts (body of text) */
body{background:#f2f8eb;color:#000000;font:12px Verdana,Arial,Helvetica,sans-serif;margin:6px;padding:0;
scrollbar-3dlight-color: #bddd9c;
scrollbar-arrow-color: #008000;
scrollbar-darkshadow-color: #00aa01;
scrollbar-face-color: #8cd391;
scrollbar-highlight-color: #c4fac5;
scrollbar-shadow-color:#dfeece;
scrollbar-track-color:#d8f9db}
/* General font families for common tags */
font,th,td,p{font:12px Verdana,Arial,Helvetica,sans-serif}
/* General text */
.gensmall{font-size:10px}
td.genmed,.genmed{font-size:11px}
.explaintitle{font-size:11px;font-weight:bold;color:#339965}
/* General page style */
a:link,a:active,a:visited,a.postlink{color:#1d7148;text-decoration:none}
a:hover{color:#dd6900;text-decoration:underline}
/* titles for the topics:could specify viewed link colour too */
.topictitle{font-size:11px;font-weight:bold}
a.topictitle:visited{color:#238e59}
a.topictitle:hover{color:#dd6900}
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name{font-size:11px;font-weight: bold}
hr{border: 0px solid #8ed592;border-top-width:1px;height:0px}
/* Category gradients*/
td.cat{font-weight:bold;letter-spacing:1px;background:#a8e3a5 url(images/cellpic1.gif);
height:29px;text-indent:4px}
/* Main table cell colours and backgrounds */
.row1{background:#ebfaed}
.row2,.helpline{background:#defae0}
.row3{background:#d1fad5}
td.spacerow{background:#c5f9c6}
/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic{background:#daf5d2 url(images/cellpic2.jpg) repeat-y}
/* Table Header cells */
th{background:#8fda90 url(images/cellpic3.gif);color: #cff2e1;font-size:11px;
font-weight:bold;height:27px;white-space:nowrap;text-align:center;padding-left:8px;padding-right:8px}
/* This is the border line & background colour round the entire page */
.bodyline{background:#ebfaed;border:1px solid #339965}
/* This is the outline round the main forum tables */
.forumline{background:#ffffff;border:1px solid #009301}
/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1{
font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;text-decoration:none;color:#8ed592}
.subtitle,h2{font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}
/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{font-size:11px;font-weight:bold}
.postbody{font-size:12px;line-height:125%}
/* Location,number of posts,post date etc */
.postdetails{font-size:10px;color:#339965}
/* Quote blocks */
.quote{background:#fafafa;border:1px solid #64842a;color:#444444;
font-size:11px;line-height:125%}
/* Code blocks */
.code{background:#fafafa;border:1px solid #009301;color:#006600;
font:12px Courier,"Courier New",sans-serif;padding:5px}
/* This is for the error messages that pop up */
.errorline{background:#d8f9db;border:1px solid #339965}
/* Form elements */
form{display:inline}
input{font:11px Verdana,Arial,Helvetica,sans-serif}
select{background:#ffffff;font:11px Verdana,Arial,Helvetica,sans-serif}
input.post,textarea.post{background:#ffffff;border:1px solid #000000;
font:11px Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}
input.button,input.liteoption,.fakebut{border:1px solid #000000;background:#fafafa;font-size:11px}
input.catbutton{border:1px solid #000000;background:#fafafa;font-size:10px}
input.mainoption{border:1px solid #000000;background:#fafafa;font-size:11px;font-weight:bold}
a.but,a.but:hover,a.but:visited{color:#000000;text-decoration:none}
/* This is the line in the posting page which shows the rollover
help line. Colour value in row2 */
.helpline{border:0 solid;font-size:10px}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/fisubgreen/local.css");
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
par audax » Sam 02 Avr 2005 22:26
Fichier css de mxF1
- Code: Tout sélectionner
.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: #666666 url(images/bg.gif) fixed;
color: White;
font: 10px Verdana,Arial,Helvetica,sans-serif;
scrollbar-base-color: #666666;
}
/* General font families for common tags */
font,th,td,p{color:#FFFFFF; font:10px Verdana,Arial,Helvetica,sans-serif}
a:link,a:active,a:visited,a.postlink:link{color: Silver;text-decoration:none}
a:hover{color: #F0F8FF;text-decoration: none;
}
.postbody{font-size:12px}
hr{border:0px solid #d1d7dc; border-top-width:1px; height:0px}
/* This is the border line & background colour round the entire page */
.bodyline{
background : #9A231E url(images/bg_body.gif) fixed;
border-left : 1px solid Black;
border-right : 1px solid Black;
}
/* This is the outline round the main forum tables */
.forumline{
background : #676768 url(images/bg_forumline.gif) fixed;
border : 1px solid Black;
}
/* Main table cell colours and backgrounds */
td.row1{
background : #454545 url(images/row1.gif);
}
td.row2{
background : #555555 url(images/row2.gif);
}
td.row3{
background : #515151 url(images/row3.gif);
}
/* Header cells - the blue and silver gradient backgrounds */
th{background: #72201C url(images/cellpic3.gif);
color: #F5FFFA;
font-size: 10px;
font-weight:bold;
height:25px}
td.cat,td.cathead,td.catsides,td.catleft,td.catright,td.catbottom{
background: #666666 url(images/cellpic1.gif);
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{border-width:0px 0px 0px 0px;height:28px}
th.thhead,th.thsides,th.thtop,th.thleft,th.thright,th.thbottom,th.thcornerl,th.thcornerr{
border:#ffffff;
border-style:solid;
font-weight:bold;
height:28px}
td.row3right,td.spacerow{
border:#ffffff;
border-style:solid;
background : #4D4D4D url(images/spacerow.gif);
}
th.thhead,td.cathead{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{
color: #C7C7C7;
font:bold 18px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}
.subtitle,h2{
color: #C7C7C7;
font:bold 16px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
text-decoration:none}
/* General text */
.gen{font-weight:bold}
.genmed{font-size:11px}
.gensmall{font-size:10px}
/* Forum category titles and forum links*/
.cattitle,.forumlink{font-weight:bold; letter-spacing:1px}
/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav{font-size:11px;font-weight:bold}
/* titles for the topics:could specify viewed link colour too */
.topictitle{color: Silver;font-size:11px;font-weight:bold}
a.topictitle:visited{color: #F0FFFF;
}
a.topictitle:hover{color: #FFFFF0;
}
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name{color: Silver;font-size:11px}
/* Location,number of posts,post date etc */
.postdetails{color: Silver;font-size:10px}
/* The content of the posts (body of text) */
a.postlink:visited{color:#5493b4;text-decoration:none}
/* Quote & Code blocks */
.code{
background: Silver;
border: 1px solid Black;
color: #228B22;
font:11px Courier,'Courier New',sans-serif
}
.quote{
background: #C7C7C7;
border: 1px solid Black;
color: Black;
font:11px/125% Verdana,Arial,Helvetica,sans-serif}
/* Copyright and bottom info */
.copyright{font:10px Verdana,Arial,Helvetica,sans-serif}
a.copyright{color:#444444}
a.copyright:hover{color:#000000;text-decoration:underline}
/* Form elements */
input,textarea,select{
border-color:#000000;
color: #F0FFFF;
font: normal 10px Verdana,Arial,Helvetica,sans-serif;
background : #838384 url(images/champs.gif);
border : 1px double Black;
scrollbar-base-color: #666666;
}
/* The text input fields background colour */
input.post,textarea.post,selec{background: #838384 url(images/champs.gif); border : 1px solid Black;scrollbar-base-color: #666666; background-attachment : fixed; background-image : url(images/champs.gif); border-bottom : 2px groove Black; border-bottom-width : 2px; background-color : Gray; padding-bottom : 1px; vertical-align : middle; white-space : pre; }
input{text-indent:2px}
/* The buttons used for bbCode styling in message post */
input.button{
background: #666666 url(images/bottom.gif); color:#000000; font:11px Verdana,Arial,Helvetica,sans-serif; CURSOR: hand;}
/* The main submit button option */
input.mainoption{background: #454545 url(images/bottom.gif);font-weight:bold;CURSOR: hand; }
/* None-bold submit button */
input.liteoption{background: #585858 url(images/bottom.gif);font-weight:normal; CURSOR: hand;}
/* 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: #666666 url(images/bottom.gif);border-style:none; border : 1px solid Black; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/mxF1/local.css");
-

audax
- Modérateur

-
- Messages: 1619
- Inscription: Ven 19 Nov 2004 21:28
-
Revenir vers TUTORIELS
Qui est en ligne ?
Utilisateurs parcourant ce forum : Aucun utilisateur inscrit et 1 invité