DeXteRous

Imvu Html Kodlari



 

 Sayfadan Reklamlari silmek icin:

--------------------------------------------------------------------------
Kod:

<style type="text/css">
#ad_panel, #footerBanner td {
display:none !important;
}
</style>





Panelleri genisletmek ve ortalamak icin:

--------------------------------------------------------------------------
Kod:

<style type="text/css">
#aboutme_panel, #contact_panel, #dev_panel, #wishlist_panel, #visitors_panel,
#messages_panel, #tagcloud_panel, #stickers_panel, #collect_panel,
#room_panel, #rankings_panel, #cool_panel, #gallery_panel, #friends_panel,
#streetteam_panel, #blog_panel, #music_panel, #gallery_panel #rss_panel, #url_panel,
#special_panel,#outfits_panel {width:900px !important;
}
#rightColumn {
display:none !important;
}
</style>

<style type="text/css">
#aboutme_panel, #blog_panel, #contact_panel, #cool_panel, #friends_panel, #gallery_panel,
#groups_panel, #messages_panel, #music_panel, #outfits_panel, #rankings_panel, #room_panel,
#special_panel, #tagcloud_panel, #visitors_panel, #wishlist_panel, #collect_panel, #dev_panel,
#rss_panel, #streetteam_panel, #url_panel, #video_panel, #slideshow_panel,
#badges_panel {width:900px !important;
    }
    #rightColumn {
        display:none !important;
    }
</style>





Özel kisi kutusunda birden fazla kisi eklemek icin :

--------------------------------------------------------------------------
Kod:

<a href="yourlinkurlhere">
<img src="http://tr.imvu.com/catalog/web_av_pic.php?av=avatarnamehere" height=110 width=80></a>





Butun Panel Basliklarini Silmek İcin:

--------------------------------------------------------------------------
Kod:

<style type="text/css">
.paneltitle, .panelmenu { display:none !important; }
</style>






Sayfandaki Search Panelini Kaldirmek İstiyorsan

---------------------------------------------------------------------------------------------------------------

Kod:

<style>
#headerbox { display: none !important; }

#footerBanner { display: none !important; }

#footer_style { display: none !important; }
#footer_panel { display: none !important; }
#ad_panel { display: none !important; } </style>




Panelleri sadece ortalamak icin:

--------------------------------------------------------------------------
Kod:

<style type="text/css">
#aboutme_panel, #contact_panel, #dev_panel, #wishlist_panel, #visitors_panel,
#messages_panel, #tagcloud_panel, #stickers_panel, #collect_panel,
#room_panel, #rankings_panel, #cool_panel, #gallery_panel, #friends_panel,
#streetteam_panel, #blog_panel, #music_panel, #rss_panel, #url_panel,
#special_panel,#outfits_panel {
margin-left:165px !important;
}
#rightColumn {
display:none !important;
}
</style>





SAG TUS  KİLİTLEME

--------------------------------------------------------------------------
Kod:

<SCRIPT language=JavaScript>curPage=1;
document.oncontextmenu = function(){return false}
if(document.layers) {
    window.captureEvents(Event.MOUSEDOWN);
    window.onmousedown = function(e){
        if(e.target==document)return false;
    }
}
else {
    document.onmousedown = function(){return false}
}</SCRIPT>






Tüm YAZILAR Küçük Olsun

--------------------------------------------------------------------------
Kod:


<style type="text/css">
    * {
        font-size:10px !important;
    }
</style>






About me panelinde yer alan view my pictures linkini kaldırmak

--------------------------------------------------------------------------

<style> #aboutme_panel_body font a{ display: none !important; } </style>






About me panelindeki herseyi ortalama

--------------------------------------------------------------------------
<style>
#avBigPic{ width:100% !important; margin-left: 42%;}
#about_me_text_contents, #aboutme_conditional_information_div
{ width:100% !important; text-align:center !important; }
#aboutme_panel_body { text-align:center !important; }
</style>
<style> #aboutme_panel_body font a{ display: none !important; } </style>





Yenı urunlerın resımlerini boyutlandırma

--------------------------------------------------------------------------
<style>
#dev_panel_body table td, #dev_panel_body table td img {
width: 100px !important;
height: 80px !important;
}
</style>






Panellerde  ıstedıgın kadar kişi gosterme

--------------------------------------------------------------------------
<script>
/* PUT THIS CODE IN A PANEL AFTER THE DEV PANEL */
/* HERE PUT HOW MANY ICONS YOU WANT TO SHOW (LESS THAN 6) */
howmanyicons = 5;

devtable_body = document.getElementById('dev_panel_body').getElementsByTagName('td');
for(i=devtable_body.length-1;i>=0 && i>=howmanyicons; i--){
    devtable_body[i].style.display = "none";
}
</script>





Url panelındekı url yı gızleme

--------------------------------------------------------------------------
<style type="text/css">
#url_panel_colRow a {display:none !important;}
</style>





Ziyeretcilerın ısımlerını gİzleme

--------------------------------------------------------------------------
<style type="text/css">
#visitors_panel_colRow a {
        font-size:0px !important;
    }
</style>




Butun yazıları ortalama

--------------------------------------------------------------------------
<style type="text/css">
    * {
        text-align:center !important;
    }
</style>




Sayfanızın üst kısmındaki boşluk

--------------------------------------------------------------------------
<style type="text/css" > #top_links
{ text-align:right !important; background:url(image link)
no-repeat transparent !important; width:900px !important; height:200px !important; display:block !important; z-index:0; }
#avatar_name { display:none !important; } </style>
<style type="text/css"> # top_links
{text-align: sağ önemlidir; background: url (link)
şeffaf no-repeat önemlidir; genişlik: 900px önemli; height: 200px önemli; ekran: blok ! önemli; z-index: 0;}
# avatar_name {display: none önemli;} </ style>





PANELLERİ SOLA CEKME

--------------------------------------------------------------------------

<style type="text/css">
#video_panel, #aboutme_panel, #dev_panel, #wishlist_panel, #visitors_panel,
#messages_panel, #tagcloud_panel, #stickers_panel, #collect_panel,
#room_panel, #rankings_panel, #cool_panel, #gallery_panel, #friends_panel,
#streetteam_panel, #blog_panel, #music_panel, #rss_panel, #url_panel,
#special_panel,#outfits_panel,#badges_panel {
margin-left:-30px !important;
}
#rightColumn {
display:none !important;
}
</style>




Resmin altındaki rozetleri gizleme

--------------------------------------------------------------------------
<style type="text/css">
/* by productions published on http://imvu.at/ic205 under CC-Share-alike license */
  .infosprites, .by_imvucodesnet { display:none!important; }
</style>



Sayfadaki butun rozetleri gizleme

--------------------------------------------------------------------------

<style type="text/css">
/* by productions published on http://imvu.at/ic202 under CC-Share-alike license */
.badges-container, .by_imvucodesnet { display:none!important; }
</style>



Mesajlar bolumundeki rozetleri gizleme

--------------------------------------------------------------------------

<style type="text/css">
/* by productions published on http://imvu.at/ic169 under CC-Share-alike license */
  #messages_panel_body .msgAvNam a img, .imvucodes_net,
  #messages_panel_body .infosprites {
    display:none!important;
  }
</style>






Loading