Enlever ce cadre.

2 participants

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

Résolu Enlever ce cadre.

Message par Riimbaude Dim 24 Avr 2011 - 18:06

Bonjour,

Après avoir changer des templates et mettre de codes CSS en place pour la présentation de mes forums, je me suis aperçue qu'il y avait un cadre en trop.

Spoiler:

Comment peut - on enlever ce cadre rosâtre qui me gène plus qu'autre chose ?

L'index_box que j'ai du changer pour la présentation.

Code:
<br>
<!-- 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>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
<tr ="background : #050505">
      <!-- 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}>
  <table class="samama" width="100%" border="0" cellspacing="1" cellpadding="0" style="margin-left:10px; margin-right:10px;"><tbody>
            <tr>
              <td valign="middle" width="75%">
                  <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 class="row3 over" align="center" valign="middle" height="50";>
<div class="message" class="derniers_messages"><span class="petit"><b>{catrow.forumrow.POSTS} Messages • {catrow.forumrow.TOPICS}  Subjects</b><br>
         <span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
      </td>
            </tr>
</tbody>
        </table>
      </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 -->


Merci Smile


Dernière édition par Riimbaude le Dim 24 Avr 2011 - 19:03, édité 1 fois
Riimbaude

Riimbaude
Nouveau membre

Féminin
Messages : 24
Inscrit(e) le : 23/09/2010

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

Résolu Re: Enlever ce cadre.

Message par Somewhere Dim 24 Avr 2011 - 18:11

Bonjour Wink

Dans ta feuille de style CSS, modifie le background-color de ton td.row3 et td.row3.over Wink

Somewhere.
Somewhere

Somewhere
*****

Masculin
Messages : 748
Inscrit(e) le : 09/12/2007

http://some-where.deviantart.com/
Somewhere a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever ce cadre.

Message par Riimbaude Dim 24 Avr 2011 - 18:12

Déjà essayé, mais ça ne marche pas.
Riimbaude

Riimbaude
Nouveau membre

Féminin
Messages : 24
Inscrit(e) le : 23/09/2010

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

Résolu Re: Enlever ce cadre.

Message par Somewhere Dim 24 Avr 2011 - 18:15

Donne-moi ta feuille de style CSS que j'y jette un coup d'oeil =)
Somewhere

Somewhere
*****

Masculin
Messages : 748
Inscrit(e) le : 09/12/2007

http://some-where.deviantart.com/
Somewhere a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever ce cadre.

Message par Riimbaude Dim 24 Avr 2011 - 18:16

Code:
a.mainmenu {
font-family: georgia;
font-size: 11px;
font-style: normal;
letter-spacing: -1px;
margin: -9px;
margin-top: -9px;
margin-right: -9px;
margin-bottom: -9px;
margin-left: -9px;
padding-left: 7px;
padding-right: 4px;
text-decoration: none;
text-transform: uppercase;
}

a.mainmenu:hover {
color: #9FB2CA;
text-decoration: underline;
}

.message {
background-color: #f7f7f7;
border-bottom: 1px solid #ede6d5;
border-bottom-left-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
border-right: 2px solid #ede6d5;
border-top-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
color : #B8C4D1;
font-size: 9px;
line-height: 10px;
padding: 5px;
text-shadow: #efeeea 1px 1px 1px;
width: 160px;
}

.petit {
font: normal normal normal 9px/normal Arial;
text-shadow: none !important;
}

.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 30px;
}

.forumline{
background-color: #f7f7f7;
border-bottom: 3px solid #ede6d5;
border-bottom-left: 20px 20px;
border-bottom-right: 20px 20px;
border-right: 3px solid #ede6d5;
border-top-left-radius: 0px 0px;
border-top-right-radius: 0px 0px;
}

.topictitle, h1, h2 {
color: #A3A3A3;
font-size: 10px;
font-weight: 700;
}


.titreforum {
font-family: Georgia;
font-size: 22px;
font-variant: normal;
letter-spacing: -3px;
margin-bottom: -25px;
margin-left: -2px;
padding-left: 15px;
padding-right: 15px;
text-decoration: none;
text-shadow: #9FA6A4 0px 0px 0px;
}


.titreforum:hover {
color: #B8C4D1;
}

.cadre1 {
background-image: url("http://i28.servimg.com/u/f28/15/68/07/36/fond10.jpg");
border-bottom-left-radius: 40px 40px;
border-bottom-right-radius: 0px 0px;
border-top-left-radius: 0px 0px;
border-top-right-radius: 40px 40px;
padding: 10px;
}

.cadre2 {
background-color: #ffffff;
border-bottom-left-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
border-top-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
line-height: 10px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}


body {
background-repeat: no-repeat;
}

a {
text-decoration: none !important;
}

a:hover {
text-decoration: none !important;
}

body{margin-top: 0px;}

body{margin-bottom: 0px;}

.bodyline{
padding: 0px;
margin:0px:}

.nav {
color: #F0EFEB;
font-size: 11px;
font-weight: 700;
}

.samama {
background-color: #F3F2F7;
border-bottom: 1px solid #E7E6EE;
border-bottom-left-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
border-right: 2px solid #E7E6EE;
border-top-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
line-height: 11px;
margin-bottom: 15px;
margin: 1px 1px 15px;
padding: 5px;
text-align: justify;
width: 730px;
}


.labe1 {
color: #82B30F;
font-style: normal;
font-weight: bold;
font-size: 9px;
text-shadow: white 1px 1px 0px;
text-transform: uppercase;
}

.labe2 {
font-size: 9px;
line-height: 10px;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
}
Riimbaude

Riimbaude
Nouveau membre

Féminin
Messages : 24
Inscrit(e) le : 23/09/2010

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

Résolu Re: Enlever ce cadre.

Message par Somewhere Dim 24 Avr 2011 - 18:41

Essaye avec ceci Wink

Code:
a.mainmenu {
font-family: georgia;
font-size: 11px;
font-style: normal;
letter-spacing: -1px;
margin: -9px;
margin-top: -9px;
margin-right: -9px;
margin-bottom: -9px;
margin-left: -9px;
padding-left: 7px;
padding-right: 4px;
text-decoration: none;
text-transform: uppercase;
}

a.mainmenu:hover {
color: #9FB2CA;
text-decoration: underline;
}

.message {
background-color: #f7f7f7;
border-bottom: 1px solid #ede6d5;
border-bottom-left-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
border-right: 2px solid #ede6d5;
border-top-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
color : #B8C4D1;
font-size: 9px;
line-height: 10px;
padding: 5px;
text-shadow: #efeeea 1px 1px 1px;
width: 160px;
}

.petit {
font: normal normal normal 9px/normal Arial;
text-shadow: none !important;
}

.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 30px;
}

.forumline{
background-color: #f7f7f7;
border-bottom: 3px solid #ede6d5;
border-bottom-left: 20px 20px;
border-bottom-right: 20px 20px;
border-right: 3px solid #ede6d5;
border-top-left-radius: 0px 0px;
border-top-right-radius: 0px 0px;
}

.topictitle, h1, h2 {
color: #A3A3A3;
font-size: 10px;
font-weight: 700;
}


.titreforum {
font-family: Georgia;
font-size: 22px;
font-variant: normal;
letter-spacing: -3px;
margin-bottom: -25px;
margin-left: -2px;
padding-left: 15px;
padding-right: 15px;
text-decoration: none;
text-shadow: #9FA6A4 0px 0px 0px;
}


.titreforum:hover {
color: #B8C4D1;
}

.cadre1 {
background-image: url("http://i28.servimg.com/u/f28/15/68/07/36/fond10.jpg");
border-bottom-left-radius: 40px 40px;
border-bottom-right-radius: 0px 0px;
border-top-left-radius: 0px 0px;
border-top-right-radius: 40px 40px;
padding: 10px;
}

.cadre2 {
background-color: #ffffff;
border-bottom-left-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
border-top-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
line-height: 10px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}


body {
background-repeat: no-repeat;
}

a {
text-decoration: none !important;
}

a:hover {
text-decoration: none !important;
}

body{margin-top: 0px;}

body{margin-bottom: 0px;}

.bodyline{
padding: 0px;
margin:0px:}

.nav {
color: #F0EFEB;
font-size: 11px;
font-weight: 700;
}

.samama {
background-color: #F3F2F7;
border-bottom: 1px solid #E7E6EE;
border-bottom-left-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
border-right: 2px solid #E7E6EE;
border-top-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
line-height: 11px;
margin-bottom: 15px;
margin: 1px 1px 15px;
padding: 5px;
text-align: justify;
width: 730px;
}


.labe1 {
color: #82B30F;
font-style: normal;
font-weight: bold;
font-size: 9px;
text-shadow: white 1px 1px 0px;
text-transform: uppercase;
}

.labe2 {
font-size: 9px;
line-height: 10px;
margin-left: 5px;
margin-right: 5px;
padding: 5px;
}

td.row3, td.row3.over:hover {
background-color: #f0efeb;
}
Somewhere

Somewhere
*****

Masculin
Messages : 748
Inscrit(e) le : 09/12/2007

http://some-where.deviantart.com/
Somewhere a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever ce cadre.

Message par Riimbaude Dim 24 Avr 2011 - 18:43

Toujours pas :/ Peut - être que j'ai mal fait le cadre qui englobe le forum + derniers messages. Comme personne ne sait comment faire, j'ai fais à ma manière :/
Riimbaude

Riimbaude
Nouveau membre

Féminin
Messages : 24
Inscrit(e) le : 23/09/2010

http://theendtocome.forumactif.org/
Riimbaude a été remercié(e) par l'auteur de ce sujet.
  • 0

Résolu Re: Enlever ce cadre.

Message par Somewhere Dim 24 Avr 2011 - 18:47

C'est de ma faute, je me suis trompé ^^"

Essaye avec ça :

Code:
    a.mainmenu {
    font-family: georgia;
    font-size: 11px;
    font-style: normal;
    letter-spacing: -1px;
    margin: -9px;
    margin-top: -9px;
    margin-right: -9px;
    margin-bottom: -9px;
    margin-left: -9px;
    padding-left: 7px;
    padding-right: 4px;
    text-decoration: none;
    text-transform: uppercase;
    }

    a.mainmenu:hover {
    color: #9FB2CA;
    text-decoration: underline;
    }

    .message {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ede6d5;
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-right: 2px solid #ede6d5;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    color : #B8C4D1;
    font-size: 9px;
    line-height: 10px;
    padding: 5px;
    text-shadow: #efeeea 1px 1px 1px;
    width: 160px;
    }

    .petit {
    font: normal normal normal 9px/normal Arial;
    text-shadow: none !important;
    }

    .forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right{
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    }

    .forumline{
    background-color: #f7f7f7;
    border-bottom: 3px solid #ede6d5;
    border-bottom-left: 20px 20px;
    border-bottom-right: 20px 20px;
    border-right: 3px solid #ede6d5;
    border-top-left-radius: 0px 0px;
    border-top-right-radius: 0px 0px;
    }

    .topictitle, h1, h2 {
    color: #A3A3A3;
    font-size: 10px;
    font-weight: 700;
    }


    .titreforum {
    font-family: Georgia;
    font-size: 22px;
    font-variant: normal;
    letter-spacing: -3px;
    margin-bottom: -25px;
    margin-left: -2px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-shadow: #9FA6A4 0px 0px 0px;
    }


    .titreforum:hover {
    color: #B8C4D1;
    }

    .cadre1 {
    background-image: url("http://i28.servimg.com/u/f28/15/68/07/36/fond10.jpg");
    border-bottom-left-radius: 40px 40px;
    border-bottom-right-radius: 0px 0px;
    border-top-left-radius: 0px 0px;
    border-top-right-radius: 40px 40px;
    padding: 10px;
    }

    .cadre2 {
    background-color: #ffffff;
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    line-height: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    }


    body {
    background-repeat: no-repeat;
    }

    a {
    text-decoration: none !important;
    }

    a:hover {
    text-decoration: none !important;
    }

    body{margin-top: 0px;}

    body{margin-bottom: 0px;}

    .bodyline{
    padding: 0px;
    margin:0px:}

    .nav {
    color: #F0EFEB;
    font-size: 11px;
    font-weight: 700;
    }

    .samama {
    background-color: #F3F2F7;
    border-bottom: 1px solid #E7E6EE;
    border-bottom-left-radius: 20px 20px;
    border-bottom-right-radius: 20px 20px;
    border-right: 2px solid #E7E6EE;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
    line-height: 11px;
    margin-bottom: 15px;
    margin: 1px 1px 15px;
    padding: 5px;
    text-align: justify;
    width: 730px;
    }


    .labe1 {
    color: #82B30F;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    text-shadow: white 1px 1px 0px;
    text-transform: uppercase;
    }

    .labe2 {
    font-size: 9px;
    line-height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    }
td.row3 {
background-color: #f3f2f7;
}
    td.row1, td.row3.over:hover {
    background-color: #f3f2f7;
    }
Somewhere

Somewhere
*****

Masculin
Messages : 748
Inscrit(e) le : 09/12/2007

http://some-where.deviantart.com/
Somewhere a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever ce cadre.

Message par Riimbaude Dim 24 Avr 2011 - 18:50

Oo Ca remplit complètement la catégorie...hors, c'est la cadre rose que je veux enlever. Je pense que ça vient de ma template. J'ai pas le bon code.
Riimbaude

Riimbaude
Nouveau membre

Féminin
Messages : 24
Inscrit(e) le : 23/09/2010

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

Résolu Re: Enlever ce cadre.

Message par Somewhere Dim 24 Avr 2011 - 18:53

Non non, ça vient du CSS Wink

Et comme ça ?

Code:
        a.mainmenu {
        font-family: georgia;
        font-size: 11px;
        font-style: normal;
        letter-spacing: -1px;
        margin: -9px;
        margin-top: -9px;
        margin-right: -9px;
        margin-bottom: -9px;
        margin-left: -9px;
        padding-left: 7px;
        padding-right: 4px;
        text-decoration: none;
        text-transform: uppercase;
        }

        a.mainmenu:hover {
        color: #9FB2CA;
        text-decoration: underline;
        }

        .message {
        background-color: #f7f7f7;
        border-bottom: 1px solid #ede6d5;
        border-bottom-left-radius: 20px 20px;
        border-bottom-right-radius: 20px 20px;
        border-right: 2px solid #ede6d5;
        border-top-left-radius: 20px 20px;
        border-top-right-radius: 20px 20px;
        color : #B8C4D1;
        font-size: 9px;
        line-height: 10px;
        padding: 5px;
        text-shadow: #efeeea 1px 1px 1px;
        width: 160px;
        }

        .petit {
        font: normal normal normal 9px/normal Arial;
        text-shadow: none !important;
        }

        .forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right{
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 30px;
        }

        .forumline{
        background-color: #f7f7f7;
        border-bottom: 3px solid #ede6d5;
        border-bottom-left: 20px 20px;
        border-bottom-right: 20px 20px;
        border-right: 3px solid #ede6d5;
        border-top-left-radius: 0px 0px;
        border-top-right-radius: 0px 0px;
        }

        .topictitle, h1, h2 {
        color: #A3A3A3;
        font-size: 10px;
        font-weight: 700;
        }


        .titreforum {
        font-family: Georgia;
        font-size: 22px;
        font-variant: normal;
        letter-spacing: -3px;
        margin-bottom: -25px;
        margin-left: -2px;
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        text-shadow: #9FA6A4 0px 0px 0px;
        }


        .titreforum:hover {
        color: #B8C4D1;
        }

        .cadre1 {
        background-image: url("http://i28.servimg.com/u/f28/15/68/07/36/fond10.jpg");
        border-bottom-left-radius: 40px 40px;
        border-bottom-right-radius: 0px 0px;
        border-top-left-radius: 0px 0px;
        border-top-right-radius: 40px 40px;
        padding: 10px;
        }

        .cadre2 {
        background-color: #ffffff;
        border-bottom-left-radius: 20px 20px;
        border-bottom-right-radius: 20px 20px;
        border-top-left-radius: 20px 20px;
        border-top-right-radius: 20px 20px;
        line-height: 10px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        }


        body {
        background-repeat: no-repeat;
        }

        a {
        text-decoration: none !important;
        }

        a:hover {
        text-decoration: none !important;
        }

        body{margin-top: 0px;}

        body{margin-bottom: 0px;}

        .bodyline{
        padding: 0px;
        margin:0px:}

        .nav {
        color: #F0EFEB;
        font-size: 11px;
        font-weight: 700;
        }

        .samama {
        background-color: #F3F2F7;
        border-bottom: 1px solid #E7E6EE;
        border-bottom-left-radius: 20px 20px;
        border-bottom-right-radius: 20px 20px;
        border-right: 2px solid #E7E6EE;
        border-top-left-radius: 20px 20px;
        border-top-right-radius: 20px 20px;
        line-height: 11px;
        margin-bottom: 15px;
        margin: 1px 1px 15px;
        padding: 5px;
        text-align: justify;
        width: 730px;
        }


        .labe1 {
        color: #82B30F;
        font-style: normal;
        font-weight: bold;
        font-size: 9px;
        text-shadow: white 1px 1px 0px;
        text-transform: uppercase;
        }

        .labe2 {
        font-size: 9px;
        line-height: 10px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 5px;
        }

    td.row3 {
    background-color: #f3f2f7;
    }
        td.row3.over:hover {
        background-color: #f3f2f7;
        }
Somewhere

Somewhere
*****

Masculin
Messages : 748
Inscrit(e) le : 09/12/2007

http://some-where.deviantart.com/
Somewhere a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever ce cadre.

Message par Riimbaude Dim 24 Avr 2011 - 18:56

NICKEL !!!
MERCI ! *_*

C'est gentil d'avoir persévérer pour m'aider. Je t'en remercie ! Very Happy
Riimbaude

Riimbaude
Nouveau membre

Féminin
Messages : 24
Inscrit(e) le : 23/09/2010

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

Résolu Re: Enlever ce cadre.

Message par Somewhere Dim 24 Avr 2011 - 18:58

De rien, je savais bien qu'on allait y arriver Mr. Green

Bonne continuation pour ton forum Very Happy
Somewhere

Somewhere
*****

Masculin
Messages : 748
Inscrit(e) le : 09/12/2007

http://some-where.deviantart.com/
Somewhere a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever ce cadre.

Message par Riimbaude Dim 24 Avr 2011 - 18:59

Merci Very Happy

résolu
Riimbaude

Riimbaude
Nouveau membre

Féminin
Messages : 24
Inscrit(e) le : 23/09/2010

http://theendtocome.forumactif.org/
Riimbaude 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