Epargner les avatars de l'opacité réduite du forum Bouton_activeEpargner les avatars de l'opacité réduite du forum Bouton_hoverEpargner les avatars de l'opacité réduite du forum Fb-hoverEpargner les avatars de l'opacité réduite du forum Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Fiche de Présentation RPG
Epargner les avatars de l'opacité réduite du forum EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Epargner les avatars de l'opacité réduite du forum EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Epargner les avatars de l'opacité réduite du forum EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Epargner les avatars de l'opacité réduite du forum EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Epargner les avatars de l'opacité réduite du forum EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Epargner les avatars de l'opacité réduite du forum EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Epargner les avatars de l'opacité réduite du forum EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Epargner les avatars de l'opacité réduite du forum EmptyMar 07 Fév 2023, 08:40 par Oxtran

-39%
Le deal à ne pas rater :
Pack Home Cinéma Magnat Monitor : Ampli DENON AVR-X2800H, Enceinte ...
1190 € 1950 €
Voir le deal

Partagez
 

Epargner les avatars de l'opacité réduite du forum

Voir le sujet précédent Voir le sujet suivant Aller en bas 
http://i-croire.forumactif.com/
Piriel
Piriel
{ Membre }
{ Membre }

Féminin Messages : 36



Epargner les avatars de l'opacité réduite du forum Empty
Bonjour !

J'ai suivi ce tutoriel, d'ailleurs il est très bien et marche à merveille mais j'aimerai juste épargner les avatars de ce code, est-ce possible, si oui, comment ?

Merci !
MessageSujet: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyLun 05 Avr 2010, 14:45
Revenir en haut Aller en bas
http://www.lor3m.fr/
lor3m
lor3m
{ Membre }
{ Membre }

Masculin Messages : 5



Epargner les avatars de l'opacité réduite du forum Empty
Bonsoir,
Rapidement, juste avec les éléments donnés, tu met une class (avatar par exemple) à la balise img ou div de ton avatar (en éditant les templates), ensuite dans ton css, tu ajoutes :
Code:
.avatar
{
    opacity:1;
}

Bonne soirée,
Amicalement, lor3m
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyLun 05 Avr 2010, 15:08
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
Il faut que tu mettes ceci normalement :

Code:
.gen img, .postdetails poster-profile img
{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyLun 05 Avr 2010, 15:39
Revenir en haut Aller en bas
http://i-croire.forumactif.com/
Piriel
Piriel
{ Membre }
{ Membre }

Féminin Messages : 36



Epargner les avatars de l'opacité réduite du forum Empty
lor3m a écrit:
Bonsoir,
Rapidement, juste avec les éléments donnés, tu met une class (avatar par exemple) à la balise img ou div de ton avatar (en éditant les templates), ensuite dans ton css, tu ajoutes :
Code:
.avatar
{
    opacity:1;
}

Bonne soirée,
Amicalement, lor3m

Ce n'est que pour le mien ? Explications claires ?

Et B•øw, ça ne marche pas. Wink
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyMar 06 Avr 2010, 07:20
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
Et bien Lor3m va prendre le relais, comme il a l'air de s'y connaître !!
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyMar 06 Avr 2010, 13:23
Revenir en haut Aller en bas
http://www.lor3m.fr/
lor3m
lor3m
{ Membre }
{ Membre }

Masculin Messages : 5



Epargner les avatars de l'opacité réduite du forum Empty
Piriel a écrit:
lor3m a écrit:
Bonsoir,
Rapidement, juste avec les éléments donnés, tu met une class (avatar par exemple) à la balise img ou div de ton avatar (en éditant les templates), ensuite dans ton css, tu ajoutes :
Code:
.avatar
{
    opacity:1;
}

Bonne soirée,
Amicalement, lor3m

Ce n'est que pour le mien ? Explications claires ?

Et B•øw, ça ne marche pas. Wink
Hello,
Tu souhaites que pour ton avatar ?
Donc pour les explications : la class avatar sert à définir ce que tu vas modifier, ensuite le css sert à modifier ce que tu voulais modifier...
Plutôt claires comme explications xD

Tu t'y connais un peu en xHTML & CSS Piriel ?
Et Bow, si tu as des choses à apporter, c'est avec plaisir, je ne suis pas Dieu, surtout concernant de telles explications Very Happy
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyMar 06 Avr 2010, 16:25
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
Essaie ceci éventuellement :

Code:
.row1 gensmall
{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyMar 06 Avr 2010, 16:45
Revenir en haut Aller en bas
http://i-croire.forumactif.com/
Piriel
Piriel
{ Membre }
{ Membre }

Féminin Messages : 36



Epargner les avatars de l'opacité réduite du forum Empty
Non, pour tous les avatars.

Et puis je suis pas très bonne, surtout pour les templates je n'y comprends rien, alors que le CSS j'ai compris...

Et sinon l'autre code ne marche pas.
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyMer 07 Avr 2010, 14:40
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
Je peux avoir le lien du forum où tu veux appliquer cela ? Ainsi qu'une petite précision.... Tu veux que ça ne s'applique plus.... Sur les avatars quand on regarde le profil, quand on regarde le post posté ou les deux ?
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyJeu 08 Avr 2010, 13:43
Revenir en haut Aller en bas
http://i-croire.forumactif.com/
Piriel
Piriel
{ Membre }
{ Membre }

Féminin Messages : 36



Epargner les avatars de l'opacité réduite du forum Empty
Les deux !

C'est pour ce forum ( il ne faut pas faire attention au design ): http://i-croire.forumactif.com/
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyJeu 08 Avr 2010, 14:16
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
Okay.... Bon, donne-moi tes templates qui s'appellent "viewtopic_body" et "profile_view_body". Je vais te montrer ce qu'il faut ajouter et où. En espérant que ça marche ^^"
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyJeu 08 Avr 2010, 14:21
Revenir en haut Aller en bas
http://i-croire.forumactif.com/
Piriel
Piriel
{ Membre }
{ Membre }

Féminin Messages : 36



Epargner les avatars de l'opacité réduite du forum Empty
Viewtopic_body :

Code:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}';
var multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}';
//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
  <tr>
      <td align="left" valign="middle" nowrap="nowrap">
        <span class="nav">
        <!-- BEGIN switch_user_authpost -->
        <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> 
        <!-- END switch_user_authpost -->
        <!-- BEGIN switch_user_authreply -->
        <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
        <!-- END switch_user_authreply -->
        </span>
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <!-- BEGIN insert_plus_menu -->
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
        <span class="gensmall bold">
            <script type="text/javascript">
            //<![CDATA[
              insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
        </span>
      </td>
      <!-- END insert_plus_menu -->
  </tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr align="right">
      <td class="catHead" colspan="2" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="9%" class="noprint"> </td>
              <td align="center" nowrap="nowrap" class="t-title"><h1 class="cattitle"> <!-- google_ad_section_start -->{TOPIC_TITLE}<!-- google_ad_section_end --></h1></td>
              <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
            </tr>
        </table>
      </td>
  </tr>
  <!-- BEGIN topicpagination -->
  <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
  </tr>
  <!-- END topicpagination -->
  {POLL_DISPLAY}
  <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
  </tr>
  <!-- BEGIN postrow -->
  <!-- BEGIN displayed -->
  <tr class="post">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
        <div class="profilentour">
        <center><span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong><span class="ombre">{postrow.displayed.POSTER_NAME}</span></strong></span></center><br />
            <span class="postdetails poster-profile">
            {postrow.displayed.POSTER_RANK}<br />
            <center><span class="rankpic">{postrow.displayed.RANK_IMAGE}</span><span class="posterava"><div style="border: none>{postrow.displayed.POSTER_AVATAR}</div></span></center></div><br />
 <div class="profilmasque" onClick="this.firstChild.value=(this.firstChild.value=='Afficher')?'Masquer':'Afficher';this.lastChild.style.display=(this.firstChild.value=='Afficher')?'none':'block';" style="text-align: center;"><input type="button" value="Afficher" class="profil1"/><div style="display: none;  text-align:left;">
            <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
            {postrow.displayed.POSTER_RPG}
            </div></div>
        </span><br />
 
</div>
<div id=""></div><br />
        <img src="http://2img.net/i/fa/vide.gif" alt="" style="width: 150px; height: 1px;" />
      </td>      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}  <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
              <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
              </td>
            </tr>
            <tr>
              <td colspan="2" class="hr">
                  <hr />
              </td>
            </tr>
            <tr>
              <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                    <!-- BEGIN switch_vote -->
                    <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                    <!-- END switch_vote -->

                    <!-- BEGIN switch_bar -->
                    <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                    </div>
                    <!-- END switch_bar -->

                    <!-- BEGIN switch_no_bar -->
                    <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                    <!-- END switch_no_bar -->

                    <!-- BEGIN switch_vote -->
                    <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                    <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <span class="postbody">
                    <!-- google_ad_section_start -->
                    {postrow.displayed.MESSAGE}
                    <!-- google_ad_section_end -->
                    <span id="hanbok">{postrow.displayed.SIGNATURE}</span><script type="text/javascript">document.getElementById('hanbok').innerHTML=document.getElementById('hanbok').innerHTML.replace(/_________________/,'<img src="http://i89.servimg.com/u/f89/11/99/07/17/np2nn410.png"/>');document.getElementById('hanbok').id='';</script>
                  </span>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
              </td>
            </tr>
        </table>
      </td>
  </tr>
  <tr>
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
        <a href="#top">{L_BACK_TO_TOP}</a> <a href="#bottom">{L_GOTO_DOWN}</a>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
        <table border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td valign="middle">
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
              </td>
            </tr>
        </table>
      </td>
  </tr>
  <!-- BEGIN first_post_br -->
</table>
<br />
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
  </tr>
  <!-- END first_post_br -->
  <!-- END displayed -->
  <!-- BEGIN hidden -->
  <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
  </tr>
  <!-- END hidden -->
  <!-- END postrow -->
  <!-- BEGIN no_post -->
  <tr align="center">
      <td class="row1" colspan="2" height="28">
        <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
  </tr>
  <!-- END no_post -->
  <tr align="right">
      <td class="catBottom" colspan="2" height="28">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td width="9%" class="noprint"> </td>
              <td align="center" nowrap="nowrap" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">{TOPIC_TITLE}</h1></td>
              <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
        </table>
      </td>
  </tr>
</table>

<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
  </tr>
  <!-- BEGIN switch_user_logged_in -->
  <!-- BEGIN watchtopic -->
  <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
  </tr>
  <!-- END watchtopic -->
  <!-- END switch_user_logged_in -->
  <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
        <!-- BEGIN switch_user_logged_in -->
        <a name="quickreply"></a>
        {QUICK_REPLY_FORM}<br />
        <!-- END switch_user_logged_in -->
      </td>
  </tr>
  <tr>
      <td style="margin:0; padding: 0;" colspan="2">
        <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
        <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
        <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
        <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
        </table>
      </td>
  </tr>
  <tr>
      <td style="margin:0; padding: 0;" colspan="2">
        <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
        <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
              </tr>
            </table>
        </td>
      </tr>
  </tbody>
        </table>
      </td>
  </tr>
</table>

<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
  <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
        <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a> 
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
        </span>
      </td>
      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->
      <!-- BEGIN moderation_panel -->
      <td align="center">
        <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
        <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
  </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
  <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
        <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />
            <input type="hidden" name="sid" value="{S_SID}" />
            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span>
        </form>
      </td>
  </tr>
</table>
<!-- END viewtopic_bottom -->

Par contre je l'ai déjà modifié, mais on peut supprimer j'aime pas ! What a Face

Profile_view_body :

Code:
<table width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a></span></td>
</tr>
</table>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <th class="thHead" colspan="2" nowrap="nowrap" height="25">{L_VIEWING_PROFILE}</th>
   </tr>
   <tr>
      <td class="catLeft" align="center" width="40%" height="28"><b><span class="gen">{L_USER_PRESENCE}</span></b></td>
      <td class="catRight" width="60%" align="center"><b><span class="gen">{L_ABOUT_USER}</span></b></td>
   </tr>
   <tr>
      <td class="row1" align="center" valign="top" height="120">
         <table width="100%" border="0" cellspacing="1" cellpadding="0">
            <tr>
               <td valign="middle" nowrap="nowrap" align="right" width="20%"><span class="gen">{L_AVATAR_IMG} </span></td>
               <td width="80%"><b><span class="gen">{AVATAR_IMG}</span></b></td>
            </tr>
            <tr>
               <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_RANK}: </span></td>
               <td><b><span class="gen">{POSTER_RANK}</span></b></td>
            </tr>
            <!-- BEGIN switch_show_status -->
            <tr>
               <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_STATUT}: </span></td>
               <td><b><span class="gen">{USER_ONLINE}</span></b></td>
            </tr>
            <!-- END switch_show_status -->
            <!-- BEGIN switch_allow_friendsfoes -->
            <tr>
               <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_FRIENDS_AND_FOES}: </span></td>
               <td><span class="gen"><strong>{FRIENDSFOES}</strong></span></td>
            </tr>
            <!-- END switch_allow_friendsfoes -->
            <!-- BEGIN switch_auth_user -->
            <tr>
               <td valign="middle" nowrap="nowrap" align="right"><br /><span class="gen">{L_ADMINISTRATE_USER}: </span></td>
               <td><br /><strong><span class="gen">{ADMINISTRATE_USER}{BAN_USER}</span></strong></td>
            </tr>
            <!-- END switch_auth_user -->
         </table>
      </td>
      <td class="row1" rowspan="3" valign="top">
         <table width="100%" border="0" cellspacing="1" cellpadding="0">
         <tr>
            <td align="right" valign="top" nowrap="nowrap"><span class="gen">{L_LAST_VISITED}:  </span></td>
            <td><b><span class="gen">{LAST_VISIT_TIME}</span></b></td>
         </tr>
         <!-- BEGIN switch_dhow_mp -->
         <tr>
            <td align="right" valign="middle" nowrap="nowrap"><span class="gen">{L_PRIVATE_MSG}:  </span></td>
            <td><b><span class="gen">{PRIVATE_MSG}</span></b></td>
         </tr>
         <!-- END switch_dhow_mp -->
         <!-- BEGIN profile_field -->
         <tr id="field_id{profile_field.ID}">
            <td width="40%" align="right" valign="top" nowrap="nowrap"><span class="gen">{profile_field.LABEL}  </span></td>
            <td width="60%" width="100%"><b><span class="gen">{profile_field.CONTENT}</span></b><!-- BEGIN profil_type_user_posts --><br /><span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br />
            <span class="genmed"><a class="genmed" href="{U_SEARCH_USER}&show_results=posts">{L_SEARCH_USER_POSTS} :</a><br />
               - <a class="genmed" href="{U_SEARCH_USER}">{L_TOPICS}</a><br />
               - <a class="genmed" href="{U_SEARCH_USER}&show_results=posts">{L_POSTS}</a></span><!-- END profil_type_user_posts --></td>
         </tr>
         <!-- END profile_field -->
         </table>
      </td>
   </tr>
   <tr>
      <td class="catLeft" align="center" height="28"><b><span class="gen">{L_CONTACT} {USERNAME}</span></b></td>
   </tr>
   <tr>
      <td class="row1" valign="top" height="{S_CONTACT_HEIGHT}">
         <table width="100%" border="0" cellspacing="1" cellpadding="0">
            <!-- BEGIN contact_field -->
            <tr id="field_id{contact_field.ID}">
               <td width="40%" align="right" valign="middle" nowrap="nowrap"><span class="gen">{contact_field.LABEL} &nbsp;</span></td>
               <td width="60%" valign="middle"><b><span class="gen">{contact_field.CONTENT}</span></b></td>
            </tr>
            <!-- END contact_field -->
            <!-- BEGIN switch_admin_user_comment_active -->
            <tr>
               <td align="right" valign="middle" nowrap="nowrap" width="50%">
                  <span class="gen">{L_COMMENTS} :</span><br /><span class="gensmall">{L_MODS_AND_ADMINS}</span>
               </td>
               <td class="row1" valign="middle">
                  <table align="center">
                     <tr>
                        <td>
                           {ADMIN_USER_COMMENT}
                        </td>
                     </tr>
                  </table>
               </td>
            </tr>
            <!-- END switch_admin_user_comment_active -->
         </table>
      </td>
   </tr>
   <!-- BEGIN switch_rpg -->
   <tr>
      <td colspan="2" class="catLeft" align="center"><b><span class="gen">{L_VIEWING_RPG}</span></b></td>
   </tr>
   <tr>
      <td class="row1" align="center" valign="top" height="6">
         {RPG_IMAGE}<br /><br />
         <table width="100%" border="0" cellspacing="1" cellpadding="0">
            <!-- BEGIN rpg_fields_left -->
            <tr>
               <td align="right" valign="middle" nowrap="nowrap">
               <span class="gen">{switch_rpg.rpg_fields_left.F_NAME} : </span>
               </td>
               <td width="100%" valign="middle" nowrap="nowrap">
               <b><span class="gen">{switch_rpg.rpg_fields_left.F_VALUE_NEW}</b></span>
               </td>
            </tr>
            <!-- END rpg_fields_left -->
         </table>
      </td>
      <td class="row1" align="center" valign="top" height="6">
         <table width="100%" border="0" cellspacing="1" cellpadding="0">
            <!-- BEGIN rpg_fields -->
            <tr>
               <td align="right" valign="middle" nowrap="nowrap">
                  <span class="gen">{switch_rpg.rpg_fields.F_NAME} : </span>
               </td>
               <td width="100%" valign="baseline">
                  <b><span class="gen">{switch_rpg.rpg_fields.F_VALUE_NEW}</b></span>
               </td>
            </tr>
            <!-- END rpg_fields -->
         </table>
      </td>
   </tr>
   <tr>
      <td colspan="2" align="center" class="row1">
         {U_ADMIN_RPG}
      </td>
   </tr>
   <!-- END switch_rpg -->
</table>
<br />
<script type="text/javascript" src="{JS_DIR}jquery/json/jquery.json-1.3.min.js"></script>
<script type="text/javascript">
//<![CDATA[
   $(document).ready(function(){
      $('[id^=field_id]').each(function(){
         if ( $(this).find('.field_editable').is('span') )
         {
            $(this).hover(function()
            {
               if( $(this).find('.field_editable.invisible').is('span') )
               {
                  $(this).find('.field_editable').prev().addClass('ajax-profil_hover').parent().addClass('ajax-profil_parent').append('<div class="ajax-profil_edit"><img src="{AJAX_EDIT_IMG}" /></div>');
                  $(this).find('.ajax-profil_edit').attr({
                        alt: "{L_FIELD_EDIT_VALUE}",
                        title: "{L_FIELD_EDIT_VALUE}"
                     }).click(function(){
                     $(this).prev().prev().removeClass('ajax-profil_hover').addClass('invisible').next().removeClass('invisible').append('<img src="{AJAX_VALID_IMG}" class="ajax-profil_valid" />').find('input,select');
                     $(this).prev().find('.ajax-profil_valid').attr({
                        alt: "{L_VALIDATE}",
                        title: "{L_VALIDATE}"
                     }).click(function(){
                        var content = new Array();
                        $(this).parent().find('[name]').each(function(){
                           var type_special = $(this).is('input[type=radio],input[type=checkbox]');
                           if ( (type_special && $(this).is(':checked')) || !type_special )
                           {
                              content.push(new Array($(this).attr('name'), $(this).attr('value')));
                           }
                        });
                        var id_name = $(this).parents('[id^=field_id]').attr('id');
                        var id = id_name.substring(8, id_name.length);
                        $.post(
                           "ajax_profile.forum?jsoncallback=?",
                           {id:id,user:"{CUR_USER_ID}",active:"{CUR_USER_ACTIVE}",content:$.toJSON(content),sid:"{SID}"},
                           function(data){
                              $.each(data, function(i, item){
                                 $('[id=field_id' + i + ']').find('span.field_uneditable').html(item).end().find('.ajax-profil_valid').remove().end().find('.field_editable').addClass('invisible').end().find('.field_uneditable').removeClass('invisible');
                              });
                           },
                           "json"
                        );
                     });
                     $(this).remove();
                  });
               }
            },function()
            {
               if( $(this).find('.field_editable.invisible').is('span') )
               {
                  $(this).find('.field_editable').prev().removeClass('ajax-profil_hover');
                  $(this).find('.ajax-profil_edit').remove();
               }
            });
         }
      });
   });
//]]>
</script>

En tout cas merci de t'investir autant !
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyJeu 08 Avr 2010, 14:27
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
=O Et si tu mets ceci, est-ce que ça peut marcher pour les messages ?

Code:
.posterava img
{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyJeu 08 Avr 2010, 14:36
Revenir en haut Aller en bas
http://i-croire.forumactif.com/
Piriel
Piriel
{ Membre }
{ Membre }

Féminin Messages : 36



Epargner les avatars de l'opacité réduite du forum Empty
Non... J'ai envie de me suicider!
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyVen 09 Avr 2010, 08:13
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
Et ceci ? x)

Code:
.rankpic, .posterava
{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyVen 09 Avr 2010, 12:20
Revenir en haut Aller en bas
http://i-croire.forumactif.com/
Piriel
Piriel
{ Membre }
{ Membre }

Féminin Messages : 36



Epargner les avatars de l'opacité réduite du forum Empty
Non...
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyVen 09 Avr 2010, 12:49
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
xD J'y arriverai jamais !!!! x) Je trouve pas à quoi ça correspond ^^' En même temps j'ai une sorte d'angine qui me met la tête comme une pastèque. X_x

Je vais mettre ta demande d'aide en attente, je sèche.... =@ Désolé =O
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyVen 09 Avr 2010, 14:56
Revenir en haut Aller en bas
http://i-croire.forumactif.com/
Piriel
Piriel
{ Membre }
{ Membre }

Féminin Messages : 36



Epargner les avatars de l'opacité réduite du forum Empty
C'est pas grave ! Il y a bien quelque chose qui y correspond, mais ce doit être compliqué à trouver !Wink
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyDim 11 Avr 2010, 15:29
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
Essaie ceci :

Code:
.postdetails.poster-profile a img
{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyLun 19 Avr 2010, 05:56
Revenir en haut Aller en bas
http://i-croire.forumactif.com/
Piriel
Piriel
{ Membre }
{ Membre }

Féminin Messages : 36



Epargner les avatars de l'opacité réduite du forum Empty
Non...
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyLun 19 Avr 2010, 06:30
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Epargner les avatars de l'opacité réduite du forum Empty
Et ceci ? xO

Code:
.poster-profile a img
{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyLun 19 Avr 2010, 06:38
Revenir en haut Aller en bas
http://nin-gai.forum2ouf.com/
Imari
Imari
{ Membre hyper-actif }
{ Membre hyper-actif }

Féminin Messages : 1538



Epargner les avatars de l'opacité réduite du forum Empty
Bonjour,

votre problème est-il toujours d'actualité ?
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyMer 05 Mai 2010, 09:15
Revenir en haut Aller en bas
http://nin-gai.forum2ouf.com/
Imari
Imari
{ Membre hyper-actif }
{ Membre hyper-actif }

Féminin Messages : 1538



Epargner les avatars de l'opacité réduite du forum Empty
Bonjour,

Aucune relance de la part du créateur du sujet ! Je considère donc ce problème comme étant résolu et je le déplace pour céder la place aux problèmes en cours.

Si vous avez d'autres questions, merci d'ouvrir un nouveau topic en respectant les règles de l'entraide.
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum EmptyLun 10 Mai 2010, 06:39
Revenir en haut Aller en bas
Contenu sponsorisé




Epargner les avatars de l'opacité réduite du forum Empty
MessageSujet: Re: Epargner les avatars de l'opacité réduite du forum   Epargner les avatars de l'opacité réduite du forum Empty
Revenir en haut Aller en bas
 

Epargner les avatars de l'opacité réduite du forum

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» Bordure des avatars
» Centrer les avatars.
» Luminosité header et avatars.
» Aide avec opacité réduite...
» [TERMINE] Problème cadre avatars.

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit