Forum gratuit: forum de suport al utilizatorilor
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Forum transparent

Pagina 1 din 3 1, 2, 3  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator In jos

Rezolvat Forum transparent

Mesaj Scris de ehLo Mier Mai 22, 2013 12:34 am

Dupa cum spune si titlul cum fac forumul transparent sa se vada fundalul prin el
demo: https://i.servimg.com/u/f83/17/36/04/47/fundal10.jpg
ehLo

ehLo
Membru Forumgratuit

Mesaje : 176
Varsta : 28
Data înscrierii : 20/08/2012
Mulțumiri : 1
Internet Explorer phpBB2

http://gameplay.4ulike.com
ehLo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de SoDivine** Mier Mai 22, 2013 12:36 am

Poftim :
Cod:
.bodyline{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

Se adauga in Foaia de stil CSS.
SoDivine**

SoDivine**
Membru Forumgratuit

Mesaje : 116
Varsta : 28
Localizare : Bucuresti
Data înscrierii : 23/04/2013
Mulțumiri : 1
Internet Explorer phpBB2

http://r-g-z.forumz.ro/
SoDivine** a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de Zachary Mier Mai 22, 2013 3:32 pm

Bună ziua,

Vizitati: Panoul de administrare => Afisare => Culori => Foaia de stil CSS si adaugati urmatorul cod:

Cod:
.bodyline {
opacity: 0.9;
}

Puteţi modifica valoarea 0.9 cu o altă valoare, după bunul plac.
Zachary

Zachary
Membru onorific
Membru onorific

Mesaje : 2394
Localizare : România
Data înscrierii : 08/05/2013
Mulțumiri : 196
Google Chrome phpBB3

https://www.forumgratuit.ro
Zachary a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de ehLo Mier Mai 22, 2013 3:36 pm

nu doresc sa fie doar unde sunt forumurile doresc sa fie trasparent si la chat / parteneri / statistici / disclaimer (foterul pe scrut)
ehLo

ehLo
Membru Forumgratuit

Mesaje : 176
Varsta : 28
Data înscrierii : 20/08/2012
Mulțumiri : 1
Internet Explorer phpBB2

http://gameplay.4ulike.com
ehLo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de MBeatrice Mier Mai 22, 2013 4:35 pm

Hristos a inviat. Problema vine de la dvs. Toate acele elemente trebuiau sa fie incadrate in .bodyline. Postati index_body aici.
MBeatrice

MBeatrice
Membru onorific
Membru onorific

Mesaje : 729
Varsta : 30
Localizare : Ploiesti
Data înscrierii : 01/01/2013
Mulțumiri : 5
Internet Explorer phpBB3

MBeatrice a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de ehLo Mier Mai 22, 2013 5:16 pm

Cod:
{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 -->
 
<a href="/forum"><img src="http://i.imgur.com/paq9f.png" /> <font style="font-size: 11px; font-weight: bold">Prima Pagina</font></a>  <br>
<!-- 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">
 
            </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 giefmod_index1 -->
                                {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                <!-- END giefmod_index1 -->
                              </div>
                          </td></tr><tr></tr><tr>
<br>

                <!-- BEGIN switch_chatbox_activate -->
  <tr>
      <td class="row1">
        <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>
            <!-- END switch_chatbox_popup -->
        </span>
      </td>
  </tr>
</table>

<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />


<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
  <tr>
 
  </tr>
</table>


<!-- END switch_legend -->


 

<tr>
<table class="forumline" width="55%" align="right" border="0" cellspacing="1" cellpadding="0">
<td class="catHead" colspan="2" height="28">
  {Statistici}<b><font color="white"> Cine este Conectat?</font></b>{Statistici}</a></span>
              </span>
  </tr>
 
  <tr>
 <td class="rowl"><span class="gensmall">
<strong> {LOGGED_IN_USER_LIST} </td></span>
</tr>
 
  <tr>
 <td class="row1"><span class="gensmall">
<strong> {L_CONNECTED_MEMBERS} </td></span>
</tr>
   
 

   

<tr>
<table class="forumline" width="40%" border="0" cellspacing="1" cellpadding="0">

      <td class="catHead" colspan="2" height="28">
 
      {Statistici}<b><font color="white"> Statistici</font></b>{Statistici}
  </tr>
 
<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://i47.tinypic.com/10ctgmv.png" border="0" alt="" /> {TOTAL_USERS_ONLINE}  </td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://i46.tinypic.com/29zynsw.png" border="0" alt="" /> {TOTAL_POSTS} | {TOTAL_USERS}</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://i45.tinypic.com/iemsmx.png" border="0" alt="" /> Recordul de utilizatori conectati a fost de 8, Joi 2.02.2013 - 17:57</td></span>
</tr>

<tr>
 <td class="row1"><span class="gensmall">
<strong><img src="http://i49.tinypic.com/s2z2g2.png" border="0" alt="" /> {NEWEST_USER}</td></span>
</tr>



<tr>
 <td class="row1"><span class="gensmall">
<img src="http://i45.tinypic.com/2hylbgy.png" border="0" alt="" /> <strong>Versiune Instalata: [ Phpbb2 ]</strong></font></td></span>
</tr>

<tr>
<td class="row1"><span class="gensmall">
  <img src="http://i47.tinypic.com/5v23kj.png" border="0" alt="" />
<strong>Citeste <a href="http://gameplay.4ulike.com/t311-termeni-de-utilizare">Termenii de utilizare</strong></a></td></span>
</tr>




</tr><tr>
</tr></tbody></table></td></td></tr></table>
</tr></table></tr>


</table>
<br clear="all" />

<table class="legend">
<tr>
      <br/>
                  <!-- BEGIN switch_chatbox_activate -->
      <tr>
          <td class="row1">
            <span class="gensmall">{TOTAL_CHATTERS_ONLINE} :  {CHATTERS_LIST}<br />
                <!-- BEGIN switch_chatbox_popup -->
                <div id="chatbox_popup"></div>
                <script type="text/javascript">
                //<![CDATA[
                insert[GameplaY] ChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
                //]]>
                </script>
                <!-- END switch_chatbox_popup -->
            </span>
          </td>
      </tr>

    <!-- END switch_chatbox_activate -->
 
  <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"><td class="catHead" colspan="2" height="28"><b><font color="">PARTENERI<color=red></color></font></b></a></span>            </span></tr>  <td class="row1"><marquee onmouseover="this.stop();" onmouseout="this.start();"><span style="opacity: 0.5;" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.2;this.filters.alpha.opacity=10"></span><span onMouseOut="this.style.opacity=0.3;this.filters.alpha.opacity=30" onMouseOver="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;">
  <a href="http://gameplay.4ulike.com/forum" rel="lightbox" title="GameplaY"><img src="http://i48.tinypic.com/yyys0.jpg" width="88" height="31" border="0"/></a>

  <a href="http://veteraniics.forumer.ro" rel="lightbox" title="VeteraniiCS"><img src="http://i40.servimg.com/u/f40/16/90/22/35/banner10.gif" width="88" height="31" border="0"/></a>
  <a href="http://games-hit.forum.st" class="postlink" target="_blank" rel="nofollow"><img src="http://i41.servimg.com/u/f41/16/81/91/07/games110.png" border="0" alt="" /></a>
  <a href="http://yup-clan.forumest.ro" target="_blank"><img src="http://i49.tinypic.com/2jcbzt3.gif" border="0" alt="YuP-ClaN"></a>                     
  <a href="http://max-king.2morpg.com/forum" rel="lightbox" title="Max-King"><img src=" http://i.imgur.com/EiNNW.gif" width="88" height="31" border="0"/></a> 
  <a href="http://greii.forumers.ro" target="_blank" title="Greii"><img src="http://i41.servimg.com/u/f41/17/91/32/67/west1010.gif" border="0" alt="" /></a>
  <a href="http://xtremestrike.ro" target="_blank"><img src="http://i47.tinypic.com/16i9lwx.gif" border="0" alt="XtremeStrike"></a> 
  <a href="http://game-zone.taro.tv"><iframe name="fd_frame" src="http://game-zone.taro.tv" forex="" id="fd_frame" allowtransparency="true" background-color="transparent" marginheight="0" marginwidth="0" width="1" frameborder="No" height="1" scrolling="No"></iframe><img src="http://i48.servimg.com/u/f48/15/98/60/20/gz11.gif" alt="" border="0" height="31" width="88"></a>
  <a href="http://evilgaming.taro.tv" target="_blank"><img src="http://i44.servimg.com/u/f44/16/24/76/47/untitl12.png"></a>
  <a href="http://egaming.taro.tv" target="_blank"><img src="http://img89.imageshack.us/img89/3236/1b564e90f3.png"></a>
  <a href="http://relaxteam.tk" target="_blank" hidefocus="true" style="outline: none;"><img src="http://s16.postimage.org/jgorc6qv5/44228702639264580825.gif" alt="ReLaXTeam.TK" border="0"></a>
  <a href="http://real-strike.forumcreativ.com/" target="_blank" title="Real-Strike Community"><img src="http://i46.tinypic.com/2uyrabl.png" style="width:88px;height:31px;border:0" alt="Real-Strike"></a>
  <a href="http://c4strike.taro.tv/" rel="lightbox" title="c4strike"><img src="http://i15.servimg.com/u/f15/18/00/54/69/14l1v610.png" width="88" height="31" border="0"/></a>
  <a href="http://needcs.forumz.ro/" rel="lightbox" title="NeedCs"><img src="http://i50.tinypic.com/20gxmhu.gif" width="88" height="31" border="0"/></a>
 
  <a href="#" rel="lightbox" title="boomwork"><img src="http://i45.tinypic.com/1zggo03.gif" width="88" height="31" border="0"/></a>
   
    </span><span class="gensmall"></table></marquee></table>
   
    <br>
      <table class="tablebg" width="100%" cellspacing="1"><tbody><tr><table class="tablebg" width="100%" cellspacing="1"><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0"><td class="catHead" colspan="2" height="28"><b><h2><font color="white">DISCLAIMER</font></b></h2></td></span><tr></tr><tr></td><td class="row1"><font size="1"><b><span style="color: #736F6E"><center>Nici unul din fisierele care apar aici nu sunt gazduite sau transmise de catre acest server. Link-urile sunt furnizate exclusiv de utilizatorii acestui site. Comunitatea GameplaY nu poate fi trasa la raspundere pentru ceea ce utilizatorii posteaza, sau orice alte actiuni ilegale ale acestora. Nu puteti folosi acest site pentru a distribui sau descarca orice material atunci cand nu aveti dreptul legal de a face acest lucru. Este responsabilitatea ta sa aderi la acesti termeni. Daca aveti indoieli cu privire la legalitatea de continut sau aveti orice suspiciuni, nu ezitati sa ne contactati. Administratorii acestei comunitatii pot selecta utilizatorii si interzicerea oricui in orice moment, fara nici un anunt prealabil. Drepturile de autor pentru toate creatiile Comunitati GameplaY apartin echipei noastre si este interzisa reproducerea sau copierea lor.Va rugam sa cititi acest disclaimer si sa il tratati cu maxima seriozitate</center></span></b></font><b><span style="color: #00FFFF"></span></b></tr></tbody></table></tr></table>
 
    <!-- BEGIN switch_legend -->
    <table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      
   </tr>
</table>
    <!-- END switch_legend -->


    <!-- 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 -->

ps: as dori si imagine de fundal care se vede in demo de mai sus
ehLo

ehLo
Membru Forumgratuit

Mesaje : 176
Varsta : 28
Data înscrierii : 20/08/2012
Mulțumiri : 1
Internet Explorer phpBB2

http://gameplay.4ulike.com
ehLo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de SoDivine** Mier Mai 22, 2013 6:01 pm

SoDivine** a scris:Poftim :
Cod:
.bodyline{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

Se adauga in Foaia de stil CSS.



Ciudat , eu sunt Soft. dupa acel forum si acolo merge perfect...dvs cum de nu va merge ?
SoDivine**

SoDivine**
Membru Forumgratuit

Mesaje : 116
Varsta : 28
Localizare : Bucuresti
Data înscrierii : 23/04/2013
Mulțumiri : 1
Internet Explorer phpBB2

http://r-g-z.forumz.ro/
SoDivine** a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de ehLo Mier Mai 22, 2013 9:51 pm

in legatura cu index-ul postat il editeaza cineva sa se vada si foterul transparent?
ehLo

ehLo
Membru Forumgratuit

Mesaje : 176
Varsta : 28
Data înscrierii : 20/08/2012
Mulțumiri : 1
Internet Explorer phpBB2

http://gameplay.4ulike.com
ehLo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de ehLo Vin Mai 24, 2013 6:52 pm

up
ehLo

ehLo
Membru Forumgratuit

Mesaje : 176
Varsta : 28
Data înscrierii : 20/08/2012
Mulțumiri : 1
Internet Explorer phpBB2

http://gameplay.4ulike.com
ehLo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de ehLo Sam Mai 25, 2013 11:00 pm

up
ehLo

ehLo
Membru Forumgratuit

Mesaje : 176
Varsta : 28
Data înscrierii : 20/08/2012
Mulțumiri : 1
Internet Explorer phpBB2

http://gameplay.4ulike.com
ehLo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de ehLo Sam Iun 01, 2013 2:42 pm

up.. index_body postat il editeaza cineva sa se vada tot forum transparent
ehLo

ehLo
Membru Forumgratuit

Mesaje : 176
Varsta : 28
Data înscrierii : 20/08/2012
Mulțumiri : 1
Internet Explorer phpBB2

http://gameplay.4ulike.com
ehLo a fost mulțumit de autorul acestui subiect.

Rezolvat Re: Forum transparent

Mesaj Scris de ehLo Lun Iun 03, 2013 8:41 pm

Up....
ehLo

ehLo
Membru Forumgratuit

Mesaje : 176
Varsta : 28
Data înscrierii : 20/08/2012
Mulțumiri : 1
Internet Explorer phpBB2

http://gameplay.4ulike.com
ehLo a fost mulțumit de autorul acestui subiect.

Pagina 1 din 3 1, 2, 3  Urmatorul

Vezi subiectul anterior Vezi subiectul urmator Sus

- Subiecte similare

Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum