remise au début d'un design ..

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu remise au début d'un design ..

Message par hiro88 Mer 9 Nov 2011 - 22:26

Bonjour/soir a tous !

Alors voila, j'ai changer la template suivant les conseilles d'une amie qui m'a passé un tuto, j'ai donc changé la template Index_Box et Le code CSS , Tout mon Design est redevenu celui de départ alors que les image que j'avais modifié et les couleurs sont rester les mêmes dans le panneau d'administration .......

Voici ma template Index_box(je l'ai remis a 0) :
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>
      <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>
   </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 -->

voici ma Template Index_Body :
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         
<a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a>

            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a>

            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               
<a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

              <!-- BEGIN disable_viewonline -->
                <center>
                <img src="{L_ONLINE_IMG}" id="i_whosonline" alt="{L_WHO_IS_ONLINE}" />
                      <div class="legende" style="font-size: 12px;margin-bottom: -4px;padding 2px;">{GROUP_LEGEND}</div>
                <table class="forumlin" width="0%" border="0" cellspacing="0" cellpadding="0" style="text-align: center">
                      <tr> 
                    <td class="centre" class="row1" width="50%"><span class="gensmall">{TOTAL_POSTS}

                      {TOTAL_USERS}

                      {NEWEST_USER}</span><br>
                      <span class="gensmall">{TOTAL_USERS_ONLINE}

                      {RECORD_USERS}<table id="connected" class="gensmall"> {L_CONNECTED_MEMBERS}<script type="text/javascript">document.getElementById('connected').innerHTML=document.getElementById ('connected').innerHTML.replace(/Membres connectés au cours des 24 dernières heures :/,"");</script></table>
</span>
                     

                        <span class="gensmall"><div class="membre" >{LOGGED_IN_USER_LIST}</div></span>
                     
                     
      
   
   <!-- BEGIN switch_chatbox_activate -->
   <tr>
      <td class="ow1">
                  <div class="cb"><span  class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}

            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>
            <script type="text/javascript">
            //<![CDATA[
            insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
            //]]>
            </script></div>
            <!-- END switch_chatbox_popup -->
         </span>
      </td>
   </tr>
   <!-- END switch_chatbox_activate -->

<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
     status: true,
     cookie: true,
     xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->

Voici mon code Css (j'ai enlevé ce que j'avais rajouté) :


Code:
body { cursor: crosshair ;
  background-attachment : scroll ; }
a:hover { cursor:ne-resize; }

u{border-bottom: 2px solid;border-color:#4f0a0a;text-decoration: none;
-moz-border-radius:6px;}

I{border-bottom:none; color:#8C4608;text-decoration: none
}



.bodylinewidth {
width:70%}

forumlink:hover, a.forumlink:hover:visited{
background-color: #;
border-left: 9px solid
border-right: 9px solid -moz-border-radius:6px;}

a:link {text-decoration: none;}
a:hover{text-decoration: none ;}
a { text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; }

.quote{
font-family: Tahoma;
font-size: 12px;
color: #802525;
line-height: 125%;
background-color: #FCD972;
border: #FCD972;
border-style: solid;
border: 1px #FCD972;
dotted;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
-moz-border-radius:6px;}

.code{
font-family: Courier,Courier New,sans-serif;
font-size: 11px;
color: #802525;
background-color: #FCD972;
border: #FCD972;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px
border: 1px #FCD972;
dotted;
-moz-border-radius:6px;}

input,textarea, select {
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
}



td.row1{
background-image: url("http:/i89.servimg.com/u/f89/12/59/83/69/c25c4e10.png");
}
td.row2{
background-image: url("http:/i89.servimg.com/u/f89/12/59/83/69/c25c4e10.png");
}
td.row3{
background-image: url("http:/i89.servimg.com/u/f89/12/59/83/69/c25c4e10.png");
}

td.row3Right{background-image : url(http:/i89.servimg.com/u/f89/12/59/83/69/c25c4e10.png);}

a {font-variant: small-caps;}
.forumline{-moz-border-radius:6px;}
.bodyline {-moz-border-radius:20px;}

.forumline{
background-color: ffb369;
-moz-border-radius: 0px 0px 14px 14px ;
border-bottom: 6px ffb369 solid;
border-top: 1px ffb369 dotted;
border-right: 1px ffb369 dotted;
border-left: 1px ffb369 dotted;}

.legende {
  background-color : #f3e7cf;
  width : 200px ;
  height : 20px ;
  border-radius : 20px 20px 20px 20px ;
  border-style: solid ;
  border-color: #9d6962;
 border-width: 1px ;
  box-shadow: 1px 1px 12px #555;
}

.centre
{  background-color : #f3e7cf;
  width : 400px ;
  height : 50px ;
  border-radius : 20px 20px 20px 20px ;
  border-style: solid ;
  border-color: #9d6962;
 border-width: 1px ;
  box-shadow: 1px 1px 12px #555;
  position : static ;
  bottom : -900px ;
  padding-top : 10px ;
 
 
}

    .cb
{ background-color : #f3e7cf;
  width : 200px ;
  height : 50px ;
  border-radius : 20px 20px 20px 20px ;
  border-style: solid ;
  border-color: #9d6962;
 border-width: 1px ;
  box-shadow: 1px 1px 12px #555;
margin-top : 20px
position : relative ;
  bottom : 3px ;}

.membre
{background-color : #f3e7cf;
  width : 200px ;
  height : 50px ;
  border-radius : 20px 20px 20px 20px ;
  border-style: solid ;
  border-color: #9d6962;
 border-width: 1px ;
  box-shadow: 1px 1px 12px #555;
margin-left : 200px ;
  margin-top : 20px;
  position : relative ;
  bottom : -70px ;
  right : -5px ;

}
a.forumlink:link, a.forumlink:visited {
font-family: Arial;
color:#78413d;
text-align: center;
font-size: 100%;
font-size:16px;
text-transform:uppercase;
font-weight:bold ;
display: block;
  Border-bottom : 3px  #ffffff double
}


et voici le lien de mon forum et de son design actuelle :http://asian-music-style.forumgratuit.org/

je vous en supplie aidez moi je suis vraiment perdu la u_u
avatar

hiro88
Nouveau membre

Messages : 14
Inscrit(e) le : 07/11/2011

http://hallyusensation.forumactif.org/
hiro88 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: remise au début d'un design ..

Message par diedblack Jeu 10 Nov 2011 - 1:54

uh quoi?

Votre question n'est pas bien exposé.
Vous avez un problème vis-à-vis les couleurs?
Sa n'a pas fonctionner? Si c'est sa il nous faudrait le tuto original
Autre problème?
diedblack

diedblack
****

Masculin
Messages : 206
Inscrit(e) le : 09/04/2011

http://www.frsociety.com
diedblack a été remercié(e) par l'auteur de ce sujet.

Résolu Re: remise au début d'un design ..

Message par hiro88 Jeu 10 Nov 2011 - 18:12

nan en fait, j'avais changé tout mont thème.... tous le design de mon forum avais été changé et la il est revenu a 0 Tous ce que j'ai fait a été annulé ........

Voici ce a quoi mon Forum ressemblais avant que tout beug :
Spoiler:

En fait j'aimerai savoir comment le remettre dans cet Etat la...Merci d'avance =)
avatar

hiro88
Nouveau membre

Messages : 14
Inscrit(e) le : 07/11/2011

http://hallyusensation.forumactif.org/
hiro88 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: remise au début d'un design ..

Message par hiro88 Jeu 10 Nov 2011 - 20:31

VRAIMENT Désolé du Double poste mais je tient a préciser que toutes mes images et codes sont resté les mêmes que sur le thème modifié et que j'avais effacé la pattern des catégories dans le css et que cette opération est toujours d'actualité ....... (je ne comprend vraiment pas pourquoi ca a remis ce design a 0... ca fais 2 h que j'essaye de trouver une solution en vain ..... Sad
avatar

hiro88
Nouveau membre

Messages : 14
Inscrit(e) le : 07/11/2011

http://hallyusensation.forumactif.org/
hiro88 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: remise au début d'un design ..

Message par diedblack Ven 11 Nov 2011 - 15:30

Y avais beaucoup d'erreur, J'avais expliquez tout les erreurs au fur et à mesure que j'avancais dans la correction mais forumactif ont activé une limite d'inactivité sur le forum je supose car quand je suis arriver pour poster j'ai dû me reconnecter ^.^fuck you

Donc, voici le CSS corrigé et tout ce que je peu vous dire c'est de ne pas mettre les balises ainsi .balise{glagakg}
Sa va comme ceci:
.balise{
ageag
{

Ya aussi les balises opacity que notepad ne reconnaissait pas lorsqu'elle sont dans { } mais bon. Je les ait laisser comme sa.

Code:
        body {
       cursor: crosshair ;
        background-attachment : scroll ;
      }
        a:hover {
       cursor:ne-resize;
      }
        .bodylinewidth {
        width:70%
      }
        a.forumlink:hover {
       border: 9px solid
       -moz-border-radius:6px;
      }
       a.forumlink:link {
        font-family: Arial;
        color:#78413d;
        text-align: center;
        font-size: 100%;
        font-size:16px;
        text-transform:uppercase;
        font-weight:bold ;
        display: block;
        Border-bottom : 3px  #ffffff double
        }
      a.forumlink:visited {
       font-family: Arial;
        color:#78413d;
        text-align: center;
        font-size: 100%;
        font-size:16px;
        text-transform:uppercase;
        font-weight:bold ;
        display: block;
        border: 9px #ffffff double;
       -moz-border-radius:6px;
      }
        a:link {
       text-decoration: none;
      }
        a:hover{
       text-decoration: none ;
      }
        .quote {
        font-family: Tahoma;
        font-size: 12px;
        color: #802525;
        line-height: 125%;
        background-color: #FCD972;
        border: 1px dotted #FCD972;
        border-style: solid;
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        -moz-border-radius:6px;
      }
        .code {
        font-family: Courier,Courier New,sans-serif;
        font-size: 11px;
        color: #802525;
        background-color: #FCD972;
        border: 1px dotted #FCD972;
        border-style: solid;
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px
       -moz-border-radius: 6px;
      }
        input,textarea, select {
        -moz-border-radius-bottomleft:9px;
        -moz-border-radius-bottomright:9px;
        -moz-border-radius-topleft:9px;
        -moz-border-radius-topright:9px;
        }
        td.row1{
        background-image: url("http:/i89.servimg.com/u/f89/12/59/83/69/c25c4e10.png");
        }
        td.row2{
        background-image: url("http:/i89.servimg.com/u/f89/12/59/83/69/c25c4e10.png");
        }
        td.row3{
        background-image: url("http:/i89.servimg.com/u/f89/12/59/83/69/c25c4e10.png");
        }
       
        td.row3Right{
       background-image : url(http:/i89.servimg.com/u/f89/12/59/83/69/c25c4e10.png);
      }
        a {
       font-variant: small-caps;
      }
        .forumline{
       -moz-border-radius:6px;
      }
        .bodyline {
       -mo«-border-radius:20px;
      }
        .forumline {
        background-color: ffb369;
        border-bottom: 6px ffb369 solid;
        border-top: 1px ffb369 dotted;
        border-right: 1px ffb369 dotted;
        border-left: 1px ffb369 dotted;
        -moz-border-radius: 0px 0px 14px 14px ;
      }
        .legende {
        background-color : #f3e7cf;
        width : 200px ;
        height : 20px ;
        border-radius : 20px 20px 20px 20px ;
        border-style: solid ;
        border-color: #9d6962;
        border-width: 1px ;
        box-shadow: 1px 1px 12px #555;
        }
        .centre{
       background-color : #f3e7cf;
        width : 400px ;
        height : 50px ;
        border-style: solid ;
        border-color: #9d6962;
        border-width: 1px ;
       border-radius : 20px 20px 20px 20px ;
        position: static ;
        bottom: -900px ;
        padding-top: 10px ;
       box-shadow: 1px 1px 12px #555;
        }
        .cb {
       background-color : #f3e7cf;
        width : 200px ;
        height : 50px ;
        border-style: solid ;
        border-color: #9d6962;
        border-width: 1px ;
       border-radius : 20px 20px 20px 20px ;
        margin-top : 20px
        position : relative ;
        bottom : 3px ;
       box-shadow: 1px 1px 12px #555;
       }
        .membre {
        background-color : #f3e7cf;
          width : 200px ;
          height : 50px ;
          border-radius : 20px 20px 20px 20px ;
          border-style: solid ;
          border-color: #9d6962;
          border-width: 1px ;
          box-shadow: 1px 1px 12px #555;
          margin-left : 200px ;
          margin-top : 20px;
          position : relative ;
          bottom : -70px ;
          right : -5px ;
        }
diedblack

diedblack
****

Masculin
Messages : 206
Inscrit(e) le : 09/04/2011

http://www.frsociety.com
diedblack a été remercié(e) par l'auteur de ce sujet.

Résolu Re: remise au début d'un design ..

Message par Invité Jeu 17 Nov 2011 - 17:05

remise au début d'un design .. Ktip10Bonjour,

Où en-est votre problème ?

Deux solutions :

  • Votre problème est résolu, dans ce cas pensez à nous le signaler en cochant l'icône résolu en éditant votre premier message,
  • Votre problème est toujours d'actualité, et dans ce cas pensez à faire des UP régulièrement, afin de ne pas voir votre sujet délesté,


A bientôt sur ForumActif Smile
Anonymous

Invité
Invité


Invité a été remercié(e) par l'auteur de ce sujet.

Résolu Re: remise au début d'un design ..

Message par hiro88 Jeu 17 Nov 2011 - 18:04

Il a été résolu Merci beaucoup =)
avatar

hiro88
Nouveau membre

Messages : 14
Inscrit(e) le : 07/11/2011

http://hallyusensation.forumactif.org/
hiro88 a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum