M39
{ Membre }
Messages : 130
| Bonjour, Euh à l'aide... Je viens de créer un new forum. L'osature me plait beaucoup bien que je voudrais y apporter des nouveautés. Et je suis pas obligé de toucher au CSS pour ça. Sauf que quand je vais dans Couleurs. Horreur. Il n'y a que la feuille mais pas l'onglet couleur ! Si vous pouviez m'aider donc pour un code ça m'arrangerait ! Je voudrais juste que les cases sujets messages et derniers messages. Donc 2 et toi logiquement. Prennent la couleur #696969 le template index_box : - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}
{CURRENT_TIME}
</span> <!-- END switch_user_logged_in --> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div> </td> <td class="gensmall" align="right" valign="bottom"> <!-- BEGIN switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
<!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> <th nowrap="nowrap" width="50">{L_TOPICS}</th> <th nowrap="nowrap" width="50">{L_POSTS}</th> <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th> </tr> <!-- END tablehead --> <!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
</span> </h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </td> <!-- BEGIN forum_link_no --> <td class="row3" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.TOPICS}</span> </td> <td class="row2" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.POSTS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span> </td> <!-- END forum_link_no --> <!-- BEGIN forum_link --> <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td> <!-- END forum_link --> </tr> <!-- END forumrow --> <!-- BEGIN catfoot --> <tr> <!-- BEGIN inc --> <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> </tr> <!-- END catfoot --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow --> Et voici le CSS que j'ai ! - Spoiler:
- Code:
-
body { background-color: #000000; background-attachment: fixed; background-repeat; repeat-y; scrollbar-face-color: #555555; scrollbar-highlight-color: #cecece; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #000000; scrollbar-track-color: #ed2525; scrollbar-darkshadow-color: #ed2525; } th,td,p { font-family: kartica, Verdana,Arial,Helvetica } a img { border: none; } a:link,a:active,a:visited { color : #292929; } a:hover{ text-decoration: none; color : #5a287f; } hr{ height: 0px; border: solid #1f1f1f 0px; border-top-width: 1px; } .bodyline{ } .bodylinewidth { width:80%} .forumline{ background-color: #000000; border: 2px #000000 solid; } td.row1{ background-color: #000000; margin-top; 5px; } td.row2{ background-color: #000000; margin-top; 5px;
} td.row3{ margin-top; 5px; } td.rowpic { background-color: #000000; margin-top; 5px; } th { color: #8c8c8c; font-size: 13px; font-weight : bold; background-color: #000000; height: 25px; } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-color:#000000; height: 30px; } 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: #0d0d0d; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #1f1f1f; border: #8c5858; border-style: solid; } td.pourcentback { background-color : #000000; } th.thHead,td.catHead { font-size: 13px; 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; } .maintitle, .maintitle h1{ font-weight: bold; font-size: 22px; font-family: kartica ,eurofurence, Tahoma,Verdana,Arial,kartica, Verdana,Arial,Helvetica; text-decoration: none; line-height : 120%; color : #694d4d; } .forumline .row1,.forumline .row2,.forumline .row3,.forumline .row3Right { padding: 2px; } .forumline td.pagination { padding:0; } .maintitle h1 { margin: 0; padding: 0; display: inline; } .gen { font-size : 13px; } .genmed { font-size : 13px; } .gensmall { font-size : 13px; } .gen,.genmed,.gensmall { color : #694d4d; } a.gen,a.genmed,a.gensmall { color: #292929; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover{ color: #5a287f; text-decoration: underline; } .mainmenu{ font-size : 13px; color : #694d4d } a.mainmenu{ text-decoration: none; color : #292929; } a.mainmenu:hover{ text-decoration: underline; color : #5a287f; } .cattitle{ border-top : 2px solid #DEB887; font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #292929} h1.cattitle { margin:0; padding: 0; display:inline; } a.cattitle{ text-decoration: none; color : #292929; } a.cattitle:hover{ text-decoration: underline; } .forumlink{ font-weight: bold; font-size: 13px; color : #292929; } a.forumlink { text-decoration: none; color : #292929; } a.forumlink:hover{ text-decoration: underline; color : #5a287f; } .nav{ font-weight: bold; font-size: 13px; color : #694d4d; } a.nav{ text-decoration: none; color : #292929; } a.nav:hover{ text-decoration: underline; } .topictitle,h1,h2{ font-weight: bold; font-size: 13px; color : #694d4d; } div.topictitle { display: inline; } h2.topic-title { display: inline; margin: 0; padding: 0; } a.topictitle:link{
text-decoration: none; color : #292929; } a.topictitle:visited{ text-decoration: none; color : #dcdcdc; } a.topictitle:hover{ text-decoration: underline; color : #5a287f; } .name{ font-size : 13px; color : #694d4d; } .postdetails{ font-size : 13px; color : #694d4d; } .postbody{ font-size : 13px; line-height: 18px} a.postlink:link{ text-decoration: none; color : #292929 } a.postlink:visited{ text-decoration: none; color : #dcdcdc; } a.postlink:hover{ text-decoration: underline; color : #5a287f} .code{ font-family: Courier,'CourierNew',sans-serif; font-size: 13px; color: #006600; background-color: #0d0d0d; border: #1f1f1f; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px} .quote{ font-family: kartica, Verdana,Arial,Helvetica; font-size: 13px; color: #000000; line-height: 125%; background-color: #0d0d0d; border: #1f1f1f; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px} .copyright{ font-size: 13px; font-family: kartica, Verdana,Arial,Helvetica; color: #292929; letter-spacing: -1px; } a.copyright{ color: #292929; text-decoration: none; } a.copyright:hover { color: #5a287f; text-decoration: underline; } .coloradmin { color: #555555} .colormod { color: #006600} h1.pagetitle { display: inline; margin: 0; padding: 0; font-size: 13px; color: #8c8c8c; } h1.title2 { font-size: 13px; } .secondarytitle,.secondarytitle h2 { margin: 0; padding: 0; color: #8c8c8c; } .secondarytitle h2 { display:inline; } .nav h1 { display: inline; } .hierarchy { display: inline; text-transform: none; border: none; font-size: 13px; } .mod-text { font-weight: bold; } img{ border:0} input,textarea, select { color : #694d4d; font: normal 13px kartica, Verdana,Arial,Helvetica; border-color : #694d4d; } input.post, textarea.post, select { background-color : #0d0d0d; } input { text-indent : 2px; } input.button { background-color : #000000; color : #694d4d; font-size: 13px; font-family: kartica, Verdana,Arial,Helvetica; } input.mainoption { background-color : #0d0d0d; font-weight : bold; } input.liteoption { background-color : #0d0d0d; font-weight : normal; } .helpline { background-color: #000000; border-style: none; } input { background-color: #000000; } button.button2, input.button2 { font-size: 0.7em; border: 1px solid #BCBCBC; width: auto !important; padding: 1px 0px; font-family: kartica, Verdana,Arial,Helvetica; color: #000000; background-repeat: repeat-x; background-color: #FAFAFA; background-image: url('http://2img.net/i/fa/prosilver/bg_button.gif'); background-position: top; overflow: visible; vertical-align:middle; } button.button2:hover, input.button2:hover { border: 1px solid #5a287f; color: #5a287f; background-position: 0 100%; } * html button.button2, * html input.button2 { padding-bottom: 0; margin-bottom: 1px; height: 24px; padding-right: 3px; padding-left: 3px; } *+html button.button2, *+html input.button2 { height: 24px; padding-right: 3px; padding-left: 3px; } *+html button.button2 img { vertical-align: middle; } * html button.button2 img { vertical-align: middle; } button.bbcode { border: 1px solid #e3adad; background-image: url("http://2img.net/i/fa/wysiwyg/bg_button.png"); } .select { background-color: #FFFFFF; border: 1px solid #BCBCBC; position: absolute; z-index: 999; top: 0; left: 0; overflow: hidden; width: 0px; } .selectHover { cursor: pointer; background-color: #EEEEEE; } .select p { padding: 4px 6px; font-size: 0.7em; margin: 0px; white-space: nowrap; text-align: left; } .select button { padding: 4px; font-size: 0.9em; margin: 0px; background-color: #FFF; border: none; text-align:left; } .select button.button2 { border:1px solid #BCBCBC; padding: 0px; } * html .select button.button2 { padding-right: 3px; padding-left: 3px; } .select button.button2:hover { border: 1px solid #5a287f; color: #5a287f; background-position: 0 100%; }
textarea#text_editor_textarea { width: 100% !important; } iframe#text_editor_iframe { width: 100%; height: 200px; } form#quick_reply textarea#text_editor_textarea { width: 100% !important; height: 100%; } form#quick_reply iframe#text_editor_iframe { width: 100%; } * html form#quick_reply iframe#text_editor_iframe { width: 600px; } *+html form#quick_reply iframe#text_editor_iframe { width: 600px; } #page-footer .gen strong { font-weight: normal; } @import url("form_ie.css"); @media print { body { background-image: none; background-color: #fff; color: #000; } table.bodylinewidth span.maintitle { display: block; text-align: left; } table.bodylinewidth img#i_logo,.browse-arrows,.noprint,.messaging,.post-options,.poster-profile,img.i_icon_online,table.bodylinewidth .mainmenu,table.bodylinewidth .nav,table.bodylinewidth .gensmall,span.postdetails img,table.bodylinewidth .sig,table.bodylinewidth .catbottom,#info_open { display:none; } td.catHead, .t-title { text-align: left; } table.bodylinewidth .cattitle { letter-spacing: normal; font-size: 1em; } .thLeft,.thRight { color: #000; border: none; text-align:left; } .hr hr { visibility: hidden; } .hr { border-top: 1px dotted #ddd !important; } tr.post td { vertical-align: top; border-bottom: 1px solid #ccc; } tr.post td td { border: none; } span.gen { display: none; } } ul.abuse { list-style: none; line-height: 1.5em; font-size: 0.9em; } .rtl-spacer:before { content: " "; white-space: pre; } .rtl-spacer:after { content: " "; white-space: pre; } .warning { color:#ff3333; } .captcha div.captcha-img { float: left; margin: 0 1em 0 0; } .captcha .inputbox { margin-top: 0.5em; } .center { text-align: center; } .right { float: right; } .left { float: left; }
/* TGF Clearfix */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } *+ html .clearfix { min-height: 1px; } * html .clearfix { position: relative; height: 1%; clear: both; } #page-footer { clear: both; } #page-footer h3 { margin-top: 20px; } #add-google { text-align: center; margin: 0 auto; } #content-container #left { width: 0px; margin-right: px; } #content-container #right { width: 0px; margin-left: px; } .module-title { font-weight: bold; margin: 0 auto; text-align: center; display: block; } #frame_chatbox { border: none !important; }
/* Chatbox */ body.chatbox { min-width: 550px !important; background-image: none; padding: 0; margin: 0; background-color: #000000; } #chatbox_members { position: absolute; top: 30px; bottom: 30px; width: 180px; overflow: auto; border-right: 1px solid ; } #chatbox { position: absolute; top: 30px; left: 181px; right: 0; bottom: 30px; overflow: auto; line-height: 10px; } .chatbox_row_1,.chatbox_row_2,.chatbox_row_3 { font-size: 12px; } .chatbox-options { text-align:right; } #chatbox_messenger_form .gen,#chatbox_messenger_form .text-field,#chatbox_messenger_form { float:right; } #chatbox_footer { position: absolute; bottom: 0; left: 0; right: 0; height: 30px; } #chatbox_footer table.text-styles { float: right; } #chatbox_footer .text-field { float: left; } #chatbox_footer .chatfootertable { margin: 5px; } #chatbox_header { height: 30px; background-color: #000000; } #chatbox p { line-height: 1.2em; } .chatbox_row_1 { padding: 4px; background-color: #000000; } .chatbox_row_2 { padding: 4px; background-color: #000000; } .chatbox_row_3 { padding: 4px; background-color: #1f1f1f; } .memberlist_row_1 { padding: 2px 2px 2px 10px; background-color: #000000; } #chatbox_members .member-title { text-align: center; padding: 0.5em 0.25em; background-image: none; font-size: 12px; background-color: #1f1f1f; color : #292929; font-family: kartica, Verdana,Arial,Helvetica; } #chatbox_members ul { list-style: none; margin: 0 0 0 10px; } #chatbox_members ul li { margin: 2px 2px 2px 0; } #message,#submit_button{ border-width: 1px; } .fontbutton { padding: 1px; cursor: pointer; text-align: left; } .fontbutton_normal { background: #E1E1E2; } .fontbutton_selected { background: #BBC7CE; border: 1px solid #22229C; } .fontbutton_clicked { background: #959595; border: 1px solid #22229C; } .fontbutton_hover { background: #E1E1E2; border: 1px solid #22229C; } #chatbox .user { font-weight: bold; }
/* Edit did */ div#chatbox { color: #694d4d; } #chatbox_contextmenu { background-color: #1f1f1f; border:1px solid #aaa; } #chatbox_contextmenu p { margin:0; padding: 1px 4px; font-family: verdana, arial, sans-serif; background: #; border-bottom:1px solid #777; } #chatbox_contextmenu p.hover { background: #; } #chatbox_contextmenu p.close { background: #ddd; padding: 1px; font-size: 70%; color:#fff; background: url(''); } #chatbox_contextmenu p.close img { vertical-align: middle; } #chatbox_contextmenu a { color: #; text-decoration: none; font-size: 70%; } #chatbox_contextmenu a:hover { color: #; } .fontbutton{ border:0; }
/* End Edit did */
/*Internet Explorer fixers and hacks for Chatbox * /* html #chatbox-members { /* IE expressions helping IE work in Standards mode */ height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px"); } * html #chatbox { /* IE expressions helping IE work in Standards mode */ height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px"); width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 10) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 1) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 1.3) ) + "px"); } * html #chatbox-footer { /* IE expressions helping IE work in Standards mode */ width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px"); }
/* poll */ .poll-result td { padding: 2px 4px; text-align: left; } .poll-result td.poll-title,.poll-result td.poll-results { text-align: center; } .progress-bar td { padding: 0 !important; } .poll-ballot { text-align: left; } iframe[name="google_ads_frame"], #add-google, #add-google iframe, #add-google iframe[name="google_ads_frame"]{ display:block!important; visibility:visible!important; }
|
Dernière édition par M39 le Mar 21 Sep 2010, 12:15, édité 3 fois | |
|
Radimir
{ Membre actif }
Messages : 459
| Moi j'ai l'impression que c'est un code sortie tout droit de firebug xD Enfin bon... Pour les couleurs de messages et tout cela , tu le met dans la class en question... Sans plus non ? Celle concernant ce que tu as modifié n'empêche.
Un visuel de ton forum est-il possible ? | | |
|
Kimy
{ Membre actif }
Messages : 1190
| M39, pour un modérateur je trouve très mal vu le titre de ton sujet. | | |
|
M39
{ Membre }
Messages : 130
| Le terme urgent te dérange ? Ce n'était pas un commandement. Juste un terme pour que ce soit voyant ! Mais tu n'as pas tord kimy ^^ Non ce n'est pas un firebug : http://gang-treapalium.forumdeouf.com/forum.htm Voila pour l'apperçu.
Euh, je n'ai quasiment rien modifié. Et j'arrive pas à bien cerner la class qu'il faut que je change ^^ | | |
|
Pull_up_Style
{ Membre }
Messages : 86
| Essaye avec la classe .secondarytitle? | | |
|
Radimir
{ Membre actif }
Messages : 459
| Tu mets ta couleur ici , si c'est bien l'effet voulu ><
Table Rangée Couleur 2 et surbrillance
Table Rangée Couleur 3 et séparations
En passant par PA>> Affichage >> Couleur >>> Couleur de fond | | |
|
M39
{ Membre }
Messages : 130
| En faite, c'est pas la couleur de l'écriture que je veux changer. Mais la couleur de toute des deux cases ! Oui je sais Radimir, mais je l'ai pas l'onglet couleur, je n'ai que la feuille de CSS Donc je suppose que ça doit être inscrit dans le CSS par une class mais laquelle Oo | | |
|
Pull_up_Style
{ Membre }
Messages : 86
| Bah ta essayer d'ajouter le background-color dans la classe secondarytitle? Tu la déjà dans ton css cet classe en plus. | | |
|
Radimir
{ Membre actif }
Messages : 459
| Bizarre , un onglet absent x) Enfin pour les cases donc dans le templates , on peut modifier deux choses Ceci pour la première ligne et donc il te suffira d'ajouter une div - Code:
-
<div class="nav">{L_LASTPOST}</div> par exemple ? - Code:
-
<tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> <th nowrap="nowrap" width="50">{L_TOPICS}</th> <th nowrap="nowrap" width="50">{L_POSTS}</th> <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th> </tr>
Ou - Code:
-
td.row3{ background-color: #000000; margin-top; 5px; } Qui te permet de modifier cette partie là donc , - Code:
-
</td> <!-- BEGIN forum_link_no --> <td class="row3" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.TOPICS}</span> </td> <td class="row2" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.POSTS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span> </td> Edit ! regarde ce que te dis Pull c'est peut être ta solution xD | | |
|
M39
{ Membre }
Messages : 130
| Bon bien merci beaucoup Rasputin. J'ai fini pas trouvé la solution grace à toi ! C'était ces deux codes que je devais modifier ^^ - Code:
-
td.row3{ background-color: #000000; margin-top; 5px; }
td.row3{ background-color: #000000; margin-top; 5px; } Bon aller je classe | | |
|