[Website] The Retro Layouts *Loads Of Stuff Now Added*

Page 1 of 6 123456 LastLast
Results 1 to 25 of 137
  1. #1
    Account Upgraded | Title Enabled! Newseries is offline
    MemberRank
    Apr 2007 Join Date
    Bolton, EnglandLocation
    855Posts

    [Website] The Retro Layouts *Loads Of Stuff Now Added*









    Fonts!---------------------------------------------------
    Download fonts | dafont.com General Fonts
    Habbotools.de Habbo Fonts!

    Sliced File Downloads!-------------------------------------

    MEGAUPLOAD - The leading online storage and file delivery service

    More Added Tommorow!

    Retro Site Cursors!-----------------------------------------
    Customize your webpage with these little web cursors. Unlike most cursors found on the internet, these are GIF images, for much faster loading and work with most, if not all browsers on the internet! Simply select your cursor style, smack the submit button and insert the code into the HEAD of your webpage. Ive Put The Cursor Image Above The Code!


    <script language="JavaScript" type="text/javascript">

    A=document.getElementById
    B=document.all;
    C=document.layers;
    T1=new Array("http://www.habboring.com/cursors/1.gif",35,35)

    var offsetx=0 //x offset of trail from mouse pointer
    var offsety=0 //y offset of trail from mouse pointer

    nos=parseInt(T1.length/3)
    rate=50
    ie5fix1=0;
    ie5fix2=0;
    rightedge=B? document.body.clientWidth-T1[1] : window.innerWidth-T1[1]-20
    bottomedge=B? document.body.scrollTop+document.body.clientHeight-T1[2] : window.pageYOffset+window.innerHeight-T1[2]

    for (i=0;i<nos;i++){
    createContainer("CUR"+i,i*10,i*10,i*3+1,i*3+2,"","<img src='"+T1[i*3]+"' width="+T1[(i*3+1)]+" height="+T1[(i*3+2)]+" border=0>")
    }

    function createContainer(N,Xp,Yp,W,H,At,HT,Op,St){
    with (document){
    write((!A && !B) ? "<layer id='"+N+"' left="+Xp+" top="+Yp+" width="+W+" height="+H : "<div id='"+N+"'"+" style='position:absolute;left:"+Xp+"; top:"+Yp+"; width:"+W+"; height:"+H+"; ");
    if(St){
    if (C)
    write(" style='");
    write(St+";' ")
    }
    else write((A || B)?"'":"");
    write((At)? At+">" : ">");
    write((HT) ? HT : "");
    if (!Op)
    closeContainer(N)
    }
    }

    function closeContainer(){
    document.write((A || B)?"</div>":"</layer>")
    }

    function getXpos(N){
    if (A)
    return parseInt(document.getElementById(N).style.left)
    else if (B)
    return parseInt(B[N].style.left)
    else
    return C[N].left
    }

    function getYpos(N){
    if (A)
    return parseInt(document.getElementById(N).style.top)
    else if (B)
    return parseInt(B[N].style.top)
    else
    return C[N].top
    }

    function moveContainer(N,DX,DY){
    c=(A)? document.getElementById(N).style : (B)? B[N].style : (C)? C[N] : "";
    if (!B){
    rightedge=window.innerWidth-T1[1]-20
    bottomedge=window.pageYOffset+window.innerHeight-T1[2]
    }
    c.left=Math.min(rightedge, DX+offsetx);
    c.top=Math.min(bottomedge, DY+offsety);
    }
    function cycle(){
    //if (IE5)
    if (document.all&&window.print){
    ie5fix1=document.body.scrollLeft;
    ie5fix2=document.body.scrollTop;
    }
    for (i=0;i<(nos-1);i++){
    moveContainer("CUR"+i,getXpos("CUR"+(i+1)),getYpos("CUR"+(i+1)))
    }
    }

    function newPos(e){
    moveContainer("CUR"+(nos-1),(B)?event.clientX+ie5fix1:e.pageX+2,(B)?event.clientY+ie5fix2:e.pageY+2)
    }

    function getedgesIE(){
    rightedge=document.body.clientWidth-T1[1]
    bottomedge=document.body.scrollHeight-T1[2]
    }

    if (B){
    window.onload=getedgesIE
    window.onresize=getedgesIE
    }

    if(document.layers)
    document.captureEvents(Event.MOUSEMOVE)
    document.onmousemove=newPos
    setInterval("cycle()",rate)
    </script>
    The Present Cursor!
    <script language="JavaScript" type="text/javascript">

    A=document.getElementById
    B=document.all;
    C=document.layers;
    T1=new Array("http://www.habboring.com/cursors/3.gif",35,35)

    var offsetx=0 //x offset of trail from mouse pointer
    var offsety=0 //y offset of trail from mouse pointer

    nos=parseInt(T1.length/3)
    rate=50
    ie5fix1=0;
    ie5fix2=0;
    rightedge=B? document.body.clientWidth-T1[1] : window.innerWidth-T1[1]-20
    bottomedge=B? document.body.scrollTop+document.body.clientHeight-T1[2] : window.pageYOffset+window.innerHeight-T1[2]

    for (i=0;i<nos;i++){
    createContainer("CUR"+i,i*10,i*10,i*3+1,i*3+2,"","<img src='"+T1[i*3]+"' width="+T1[(i*3+1)]+" height="+T1[(i*3+2)]+" border=0>")
    }

    function createContainer(N,Xp,Yp,W,H,At,HT,Op,St){
    with (document){
    write((!A && !B) ? "<layer id='"+N+"' left="+Xp+" top="+Yp+" width="+W+" height="+H : "<div id='"+N+"'"+" style='position:absolute;left:"+Xp+"; top:"+Yp+"; width:"+W+"; height:"+H+"; ");
    if(St){
    if (C)
    write(" style='");
    write(St+";' ")
    }
    else write((A || B)?"'":"");
    write((At)? At+">" : ">");
    write((HT) ? HT : "");
    if (!Op)
    closeContainer(N)
    }
    }

    function closeContainer(){
    document.write((A || B)?"</div>":"</layer>")
    }

    function getXpos(N){
    if (A)
    return parseInt(document.getElementById(N).style.left)
    else if (B)
    return parseInt(B[N].style.left)
    else
    return C[N].left
    }

    function getYpos(N){
    if (A)
    return parseInt(document.getElementById(N).style.top)
    else if (B)
    return parseInt(B[N].style.top)
    else
    return C[N].top
    }

    function moveContainer(N,DX,DY){
    c=(A)? document.getElementById(N).style : (B)? B[N].style : (C)? C[N] : "";
    if (!B){
    rightedge=window.innerWidth-T1[1]-20
    bottomedge=window.pageYOffset+window.innerHeight-T1[2]
    }
    c.left=Math.min(rightedge, DX+offsetx);
    c.top=Math.min(bottomedge, DY+offsety);
    }
    function cycle(){
    //if (IE5)
    if (document.all&&window.print){
    ie5fix1=document.body.scrollLeft;
    ie5fix2=document.body.scrollTop;
    }
    for (i=0;i<(nos-1);i++){
    moveContainer("CUR"+i,getXpos("CUR"+(i+1)),getYpos("CUR"+(i+1)))
    }
    }

    function newPos(e){
    moveContainer("CUR"+(nos-1),(B)?event.clientX+ie5fix1:e.pageX+2,(B)?event.clientY+ie5fix2:e.pageY+2)
    }

    function getedgesIE(){
    rightedge=document.body.clientWidth-T1[1]
    bottomedge=document.body.scrollHeight-T1[2]
    }

    if (B){
    window.onload=getedgesIE
    window.onresize=getedgesIE
    }

    if(document.layers)
    document.captureEvents(Event.MOUSEMOVE)
    document.onmousemove=newPos
    setInterval("cycle()",rate)
    </script>
    The Toilet Cursor!

    <script language="JavaScript" type="text/javascript">

    A=document.getElementById
    B=document.all;
    C=document.layers;
    T1=new Array("http://www.habboring.com/cursors/2.gif",35,35)

    var offsetx=0 //x offset of trail from mouse pointer
    var offsety=0 //y offset of trail from mouse pointer

    nos=parseInt(T1.length/3)
    rate=50
    ie5fix1=0;
    ie5fix2=0;
    rightedge=B? document.body.clientWidth-T1[1] : window.innerWidth-T1[1]-20
    bottomedge=B? document.body.scrollTop+document.body.clientHeight-T1[2] : window.pageYOffset+window.innerHeight-T1[2]

    for (i=0;i<nos;i++){
    createContainer("CUR"+i,i*10,i*10,i*3+1,i*3+2,"","<img src='"+T1[i*3]+"' width="+T1[(i*3+1)]+" height="+T1[(i*3+2)]+" border=0>")
    }

    function createContainer(N,Xp,Yp,W,H,At,HT,Op,St){
    with (document){
    write((!A && !B) ? "<layer id='"+N+"' left="+Xp+" top="+Yp+" width="+W+" height="+H : "<div id='"+N+"'"+" style='position:absolute;left:"+Xp+"; top:"+Yp+"; width:"+W+"; height:"+H+"; ");
    if(St){
    if (C)
    write(" style='");
    write(St+";' ")
    }
    else write((A || B)?"'":"");
    write((At)? At+">" : ">");
    write((HT) ? HT : "");
    if (!Op)
    closeContainer(N)
    }
    }

    function closeContainer(){
    document.write((A || B)?"</div>":"</layer>")
    }

    function getXpos(N){
    if (A)
    return parseInt(document.getElementById(N).style.left)
    else if (B)
    return parseInt(B[N].style.left)
    else
    return C[N].left
    }

    function getYpos(N){
    if (A)
    return parseInt(document.getElementById(N).style.top)
    else if (B)
    return parseInt(B[N].style.top)
    else
    return C[N].top
    }

    function moveContainer(N,DX,DY){
    c=(A)? document.getElementById(N).style : (B)? B[N].style : (C)? C[N] : "";
    if (!B){
    rightedge=window.innerWidth-T1[1]-20
    bottomedge=window.pageYOffset+window.innerHeight-T1[2]
    }
    c.left=Math.min(rightedge, DX+offsetx);
    c.top=Math.min(bottomedge, DY+offsety);
    }
    function cycle(){
    //if (IE5)
    if (document.all&&window.print){
    ie5fix1=document.body.scrollLeft;
    ie5fix2=document.body.scrollTop;
    }
    for (i=0;i<(nos-1);i++){
    moveContainer("CUR"+i,getXpos("CUR"+(i+1)),getYpos("CUR"+(i+1)))
    }
    }

    function newPos(e){
    moveContainer("CUR"+(nos-1),(B)?event.clientX+ie5fix1:e.pageX+2,(B)?event.clientY+ie5fix2:e.pageY+2)
    }

    function getedgesIE(){
    rightedge=document.body.clientWidth-T1[1]
    bottomedge=document.body.scrollHeight-T1[2]
    }

    if (B){
    window.onload=getedgesIE
    window.onresize=getedgesIE
    }

    if(document.layers)
    document.captureEvents(Event.MOUSEMOVE)
    document.onmousemove=newPos
    setInterval("cycle()",rate)
    </script>
    Habbo's--------------------------------------
    MEGAUPLOAD - The leading online storage and file delivery service

    Habbo Furni-----------------------------------
    MEGAUPLOAD - The leading online storage and file delivery service

    Habbo Counters-------------------------------

    Standard Habbo Font
    <script language="javascript" type="text/javascript" src="http://habbotools.de/counter?id=9903&type=0"></script>
    ClubGoldLarge---------------------------------
    <script language="javascript" type="text/javascript" src="http://habbotools.de/counter?id=9904&type=3"></script>
    ClubBlueLarge----------------------------------
    <script language="javascript" type="text/javascript" src="http://habbotools.de/counter?id=9905&type=4"></script>
    ColdBlue---------------------------------------
    <script language="javascript" type="text/javascript" src="http://habbotools.de/counter?id=9906&type=5"></script>
    Standard Habbo Font Silver/Grey----------------
    <script language="javascript" type="text/javascript" src="http://habbotools.de/counter?id=9907&type=6"></script>
    Standard Habbo Fade!--------------------------
    <script language="javascript" type="text/javascript" src="http://habbotools.de/counter?id=9908&type=7"></script>
    Standard Habbo Pink!---------------------------

    <script language="javascript" type="text/javascript" src="http://habbotools.de/counter?id=9909&type=8"></script>

    Well Hope You Enjoy!

    Thanks To Hybide And Me!

    Also I Have 4/5 Layouts I Found On My Old Pc That I Got From Habbolayouts.com And Ill Be Adding Them Soon Sliced And Coded And Some Just 1 Imaged


    Ok Many Of You Have Been Asking If I Can Code These Or Make Them For Mozilla Firefox Well Im Going To Try Do To This For You But I Might Need Help Anyone Willing To Help?? Pm Or Leave A Comment!
    Last edited by Newseries; 28-04-07 at 12:55 PM.


  2. #2
    Alpha Member Mustek is offline
    MemberRank
    Mar 2006 Join Date
    Aperture Science Enrichment CenterLocation
    1,835Posts

    Re: My Retro Layouts

    I want it, if you can slice it...
    maybe do the main content the same wideness as the box under it.
    It's very good!

    and if you can make and neutral grey layout like this:
    * menu on the left in, like, a table
    * main content fills the rest
    and the layout nees to be like 50% of the total page and 75% of the page wideness
    if you could do that you're the best :)

  3. #3
    Account Upgraded | Title Enabled! StickHotel is offline
    MemberRank
    Apr 2007 Join Date
    236Posts

    Re: My Retro Layouts

    i want it xD make it HTML and add menu etc.

  4. #4
    Account Upgraded | Title Enabled! jawcheats is offline
    MemberRank
    Jan 2007 Join Date
    NS, CanadaLocation
    509Posts

    Re: My Retro Layouts

    i wil ltake it to if you make it htm and add them enu as well like StickHotel said.

  5. #5
    Proficient Member Auks is offline
    MemberRank
    Apr 2007 Join Date
    On Earth, In a Contry called England, In A City Called Bristol, In a Village Called Downend, In the co-op's TrashBin!Location
    190Posts

    Re: My Retro Layouts

    cant u lot read he said codings up 2 u so dont ask him waste of time

  6. #6
    Alpha Member Mustek is offline
    MemberRank
    Mar 2006 Join Date
    Aperture Science Enrichment CenterLocation
    1,835Posts

    Re: My Retro Layouts

    slicing isn't coding, I can't slice or I mess it up for sure!

  7. #7
    Account Upgraded | Title Enabled! TommyE is offline
    MemberRank
    Jan 2007 Join Date
    North CarolinaLocation
    374Posts

    Re: My Retro Layouts

    I'll take it if the PSD comes with it.

  8. #8
    Account Upgraded | Title Enabled! iJonno is offline
    MemberRank
    Apr 2007 Join Date
    Brisbane, AUSLocation
    231Posts

    Re: My Retro Layouts

    I might be able to do a few things to it like making it larger or smaller or altering the size of the content boxes. If anyone wishes me to, post back with what you would like done.

  9. #9
    Infraction Banned HabThriller is offline
    MemberRank
    Mar 2007 Join Date
    9Posts

    Re: My Retro Layouts

    I want one.
    I want it like..
    Red background :p
    And with a banner on top saying 'HabThriller'

  10. #10
    Enthusiast dhotel is offline
    MemberRank
    Apr 2007 Join Date
    26Posts

    Re: My Retro Layouts

    make one banner saying Doublehotel
    background grey and ye

  11. #11
    Account Upgraded | Title Enabled! TommyE is offline
    MemberRank
    Jan 2007 Join Date
    North CarolinaLocation
    374Posts

    Re: My Retro Layouts

    He is giving the layout away, not coding it or editing it. Learn how to read! I will code it if he ever releases it, but until then. Be patient!

  12. #12
    Account Upgraded | Title Enabled! Newseries is offline
    MemberRank
    Apr 2007 Join Date
    Bolton, EnglandLocation
    855Posts

    Re: My Retro Layouts

    :punch: Well Im Guesing You Know How To Edit This Image? Even On Ms Paint?? Most Of You Want To Add Your Own Like Title/Banner?

    Cant Find Any Good Fonts? Try These

    Habbotools.de
    Download fonts | dafont.com
    http://www,1001fonts.com

    Ok And In About 2 Days Ill Post About 4/5 New Retro Based Layouts Dont Worry They Will Be Good! If I Get Time Ill Code Them!!:technolog

  13. #13
    Graphics Master Keenan is offline
    MemberRank
    Sep 2006 Join Date
    233Posts

    Re: My Retro Layouts *Edit Scroll Down*

    I'll code after school, free of charge.

  14. #14
    Member DannyEddy is offline
    MemberRank
    Jan 2007 Join Date
    78Posts

    Re: My Retro Layouts *Edit Scroll Down*

    Yeh ill take one :D

  15. #15
    Graphics Master Keenan is offline
    MemberRank
    Sep 2006 Join Date
    233Posts

    Re: My Retro Layouts *Edit Scroll Down*

    Finally! Coded it.

    I made the top expandable for all screen sizes. Yes this is a iframe website.

    Preview

    Download

    PS: Made for Mozilla Firefox only.

  16. #16
    Account Upgraded | Title Enabled! Newseries is offline
    MemberRank
    Apr 2007 Join Date
    Bolton, EnglandLocation
    855Posts

    Re: My Retro Layouts *Edit Scroll Down*

    :eek: Kwl And Thanks Saved Me Some Time:eek:

    Ill Make On For Normal IE Asap

  17. #17
    Account Upgraded | Title Enabled! TommyE is offline
    MemberRank
    Jan 2007 Join Date
    North CarolinaLocation
    374Posts

    Re: My Retro Layouts *Edit Scroll Down*

    Thanks! I'll validate it this afternoon for ya, and might even try taking it out of iframes!

  18. #18
    Maybe. Nero is offline
    MemberRank
    Mar 2007 Join Date
    GermanyLocation
    2,392Posts

    Re: My Retro Layouts *Edit Scroll Down*

    YeaH ^^ good^^

  19. #19
    Apprentice funk is offline
    MemberRank
    Apr 2007 Join Date
    8Posts

    Re: My Retro Layouts *Edit Scroll Down*

    This is my layout for habtech, my server...

    The homepage link: Habtech Homepage


  20. #20
    Account Upgraded | Title Enabled! MilesM11 is offline
    MemberRank
    Feb 2007 Join Date
    366Posts

    Re: My Retro Layouts *Edit Scroll Down*

    Funk, your layout is crappy, it only works in Iexprorer 6.

  21. #21
    Member Millet is offline
    MemberRank
    Apr 2007 Join Date
    68Posts

    Re: My Retro Layouts *Edit Scroll Down*

    Quote Originally Posted by funk View Post
    This is my layout for habtech, my server...

    The homepage link: Habtech Homepage

    Give it me. :D

  22. #22
    Member Russell_Habbo is offline
    MemberRank
    Mar 2007 Join Date
    AustLocation
    59Posts

    Re: My Retro Layouts *Edit Scroll Down*

    Heh removed cause Newseries pointed out it was copy righted, Oh and Habbo Twice is down now.. Not sure for how long but it's down.. Oh and, I've Edited it since then. And it's your opinion. I was just showing it.
    Last edited by Russell_Habbo; 12-05-07 at 03:49 PM.

  23. #23
    Account Upgraded | Title Enabled! Newseries is offline
    MemberRank
    Apr 2007 Join Date
    Bolton, EnglandLocation
    855Posts

    Re: My Retro Layouts *Edit Scroll Down*

    Quote Originally Posted by Russell_Habbo View Post
    not to mention he copied the real hotel >.< Ever herd of 'Originality' Lmao.
    Hotel Link
    My current layout:

    ;] I got the coding from HabboTwice and Edited the images to my liking.
    Your Kidding Me Dude That Site Well Erm I'd Rather Save Myself From A Ban You Copyied Of [url=http://www.habbotwice.net]HabboTwice

  24. #24
    Keep on Trying! Mickey is offline
    MemberRank
    Feb 2007 Join Date
    USLocation
    4,664Posts

    Re: The Retro Layouts *Loads Of Stuff Now Added*I Mean Loads*

    This is pretty good. I have a question though, are these files available in PSDs? I haven't downloaded them yet, so I pretty much don't know if they are in PSD format. :p

    Regards,
    Mickey

  25. #25
    Enthusiast HabboHaze is offline
    MemberRank
    Apr 2007 Join Date
    26Posts

    Re: The Retro Layouts *Loads Of Stuff Now Added*I Mean Loads*

    Yo Man Can You CODE IT? LIKE im using PHP webhosting so i have to upload the sliced pictures or the hole picture then i need the code for it can you do that?



Page 1 of 6 123456 LastLast

Advertisement