Thegreatunmute - Habbo

  • Wie findet ihr diese action?

    Man kann seine meinung sagen.

    Wer die Homepage will :

    Spoiler anzeigen

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Dein Titel</title>
    <style>
    body {background:#90e2ff url(static/landing_bg.png) repeat-x; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 11px;}
    #inner {background:url(static/landing_center.png) no-repeat; width: 300px; height: 250px; padding: 150px 90px 85px; margin: 10px auto;}
    h1 {font-size: 18px; margin: 15px 0}
    h2 {font-size: 14px; margin: 15px 0}
    p { margin: 15px 0;}
    .highlight { color:#3399FF; font-weight: bold;}
    ol {margin-left: 19px; }
    ol li { font-size: 12px; margin-bottom: 5px; }
    #clock1 {margin: 10px; font-size:24px; font-weight: bold; color: #333333;}
    .small {font-weight: normal; font-size:12px;}

    /*
    Sticky Footer Solution
    by Steve Hatcher
    Stever's Thoughts on Internet Marketing, Web Design, SEO, Local, Usability | Stever.ca
    New CSS Sticky Footer - 2010 - HTML for Bottom of Page Footer
    */

    * {margin:0;padding:0;}

    /* must declare 0 margins on everything, also for main layout components use padding, not
    vertical margins (top and bottom) to add spacing, else those margins get added to total height
    and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

    html, body {height: 100%;}

    #wrap {min-height: 100%;}

    #main {overflow:auto;
    padding-bottom: 55px; margin: auto;} /* must be same height as the footer */

    #footer {position: relative;
    margin-top: -55px; /* negative value of footer height */
    height: 55px;
    clear:both;
    background:#000000;
    }

    #footer p {color:#666666; text-align: right; width: 700px; float:right; margin: 10px 10px 0px 10px;}

    /*Opera Fix*/

    body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
    }


    </style>


    <!--[if !IE 7]>
    <style type="text/css">
    #wrap {display:table;height:100%}
    </style>
    <![endif]-->
    <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-448325-2']);
    _gaq.push(['_trackPageview']);

    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

    </script>
    </head>
    <body>
    <div id="wrap">
    <div id="main">
    <div id="inner">
    <h1>Login</h1>
    <h2 style="margin-bottom:0;">Ãœberschrift</h2>
    <p style="margin-top:2px;">Beschreibung</p>
    <ol class="highlight">
    <li>Dein Text</li>
    <li>Dein text 2</li>
    <li>Dein Text 3</li>
    </ol>
    <p> <span style="font-weight:bold; margin-bottom:0px; font-size: 14px;">Öffnet in :</span></p>
    <span style="float: left; margin-right: 10px;"><img src="http://images.habbo.com/c_images/album1584/thx.gif" alt="the great unmute by habbo" /></span><div id="clock1">[clock1]</div>

    </div>

    <!-- Commented out temporarily <iframe allowtransparency="true" frameborder="0" scrolling="no" src="//platform.twitter.com/widgets/follow_button.html?screen_name=habbo&lang=en" style="width:300px; height:20px;"></iframe>
    <iframe src="//http://www.facebook.com/plugins/likebo…360078417391957" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
    -->

    </div>
    </div>
    <div id="footer">

    <p class="copyright"><span style="color:#FFFFFF; font-weight:bold;">&copy; 2004 - 2012 Sulake Corporation Oy.</span>
    <br/>HABBO is a registered trademark of Sulake Corporation Oy in the European Union, the USA, Japan, the People's Republic of China and various other jurisdictions. All rights reserved.</p>


    </div>

    </body>
    <script language="JavaScript">
    /* Update clock for 24hr to start at 06/19/2012 1600 EET - 1400 GMT */
    StartCountDown("clock1","06/19/2012 01:00 PM -2400")
    /*
    Author: Robert Hashemian (Free Web Tools, Financial Markets Book, Financial Blog, Hashemian)
    Modified by: Munsifali Rashid (MLOGIX INC : Web Development & Consulting in Orlando, FL | Welcome)
    Modified by: Tilesh Khatri
    */

    function StartCountDown(myDiv,myTargetDate)
    {
    var dthen = new Date(myTargetDate);
    var dnow = new Date();
    ddiff = new Date(dthen-dnow);
    gsecs = Math.floor(ddiff.valueOf()/1000);
    CountBack(myDiv,gsecs);
    }

    function Calcage(secs, num1, num2)
    {
    s = ((Math.floor(secs/num1))%num2).toString();
    if (s.length < 2)
    {
    s = "0" + s;
    }
    return (s);
    }

    function CountBack(myDiv, secs)
    {
    var DisplayStr;
    var DisplayFormat = "%%H%%" + "<span class='small'>Std </span>" + "%%M%%" + "<span class='small'>Min </span>" + "%%S%%" + "<span class='small'>Sec </span>";
    DisplayStr = DisplayFormat.replace(/%%D%%/g, Calcage(secs,86400,100000));
    DisplayStr = DisplayStr.replace(/%%H%%/g, Calcage(secs,3600,100));
    DisplayStr = DisplayStr.replace(/%%M%%/g, Calcage(secs,60,60));
    DisplayStr = DisplayStr.replace(/%%S%%/g, Calcage(secs,1,60));
    if(secs > 0)
    {
    document.getElementById(myDiv).innerHTML = DisplayStr;
    setTimeout("CountBack('" + myDiv + "'," + (secs-1) + ");", 990);
    }
    else
    {
    document.getElementById(myDiv).innerHTML = "Coming Very Soon!";
    }
    }

    </script>
    </html>


Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!