Posted 12 years ago
·
Author
<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 {
opacity:0.6 !important;
filter:alpha(opacity=60) !important;
-moz-opacity:0.6 !important;
}
#aboutme_panel:hover, #contact_panel:hover, #dev_panel:hover,
#wishlist_panel:hover, #visitors_panel:hover, #messages_panel:hover,
#tagcloud_panel:hover, #stickers_panel:hover, #collect_panel:hover,
#room_panel:hover, #rankings_panel:hover, #cool_panel:hover,
#gallery_panel:hover, #friends_panel:hover, #streetteam_panel:hover,
#blog_panel:hover, #music_panel:hover, #rss_panel:hover, #url_panel:hover,
#special_panel:hover, #outfits_panel:hover {
opacity:0.9 !important;
filter:alpha(opacity=90) !important;
-moz-opacity:0.9 !important;
}
</style>