Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2006
    Location
    A Small Town...
    Posts
    119
    Tokens
    0

    Default 10HCS FOR MYSPACE CODING HELP!

    I will pay 10 Hcs if you can change all the pink text ( in white circles ) to the block of grey color undernieth the myspace picture. I do not know what RGB color it is, so you will have to find that out and edit the code, once you have done post the new myspace code back here please.
    Thanks John.


    http://i27.tinypic.com/sbr9es.jpg

    CHANGE PINK WRITING TO THIS COLOR ^^^





    Myspace layout code :

    <style type="text/css">
    body {
    background-color: rgb(1, 1, 1);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
    table, tr, td {
    background-color: transparent;
    border: 0px;
    }
    table table {
    border: 0px;
    }
    table table table table{
    border:0px;
    }
    table table table {
    border-width: 0;
    border-color: rgb(231, 120, 13);
    border-style: solid;
    background-color: transparent;
    }
    table table table td {
    background-color: rgb(32, 32, 32);
    filter:alpha(81);
    -moz-opacity:0.81;
    opacity:0.81;
    -khtml-opacity:1;
    }
    table table table table td {
    filter:none;
    }
    </style>
    <style type="text/css">
    body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
    font-family: Arial;
    font-size: 9;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    }
    .nametext {
    font-family: Arial;
    font-size: 18;
    color: rgb(255, 39, 104);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    .whitetext12, .orangetext15 {
    font-family: Arial;
    font-size: 12;
    color: rgb(151, 151, 151);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbarink, a.navbar:active, a.navbar:visited, a.navbar:hover, a.manink, a.man:active, a.man:visited, a.man:hover, a, aink, a:active, a:visited, a:hover, a.navbarink, a.navbar:active, a.navbar:visited, a.navbar:hover, a.textink, a.text:active, a.text:visited, a.text:hover, a.searchlinksmallink, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlinkink, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: rgb(255, 39, 104);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:hover, a.man:hover, a:hover {
    color: rgb(150, 203, 0);
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    }
    .badge {
    position: absolute;
    left: 1px;
    top: 1px;
    }
    </style><a href="

  2. #2
    Join Date
    Dec 2007
    Location
    Toronto, Ontario, Canada
    Posts
    689
    Tokens
    0

    Default

    Here you go:

    HTML Code:
    <style type="text/css">
    body {
    background-color: rgb(1, 1, 1);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
    table, tr, td {
    background-color: transparent;
    border: 0px;
    }
    table table {
    border: 0px;
    }
    table table table table{
    border:0px;
    }
    table table table {
    border-width: 0;
    border-color: rgb(231, 120, 13);
    border-style: solid;
    background-color: transparent;
    }
    table table table td {
    background-color: rgb(32, 32, 32);
    filter:alpha(81);
    -moz-opacity:0.81;
    opacity:0.81;
    -khtml-opacity:1;
    }
    table table table table td {
    filter:none;
    }
    </style>
    <style type="text/css">
    body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
    font-family: Arial;
    font-size: 9;
    color: #bbbbbb;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    }
    .nametext {
    font-family: Arial;
    font-size: 18;
    color: rgb(255, 39, 104);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    .whitetext12, .orangetext15 {
    font-family: Arial;
    font-size: 12;
    color: rgb(151, 151, 151);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: rgb(255, 39, 104);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:hover, a.man:hover, a:hover {
    color: rgb(150, 203, 0);
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    }
    .badge {
    position: absolute;
    left: 1px;
    top: 1px;
    }
    </style>
    That might work, I'm not too sure about it though. Update it using that code then tell me. (give me a screenie)

  3. #3
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default

    HTML Code:
    <style type="text/css">
    body {
    background-color: rgb(1, 1, 1);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
    table, tr, td {
    background-color: transparent;
    border: 0px;
    }
    table table {
    border: 0px;
    }
    table table table table{
    border:0px;
    }
    table table table {
    border-width: 0;
    border-color: rgb(231, 120, 13);
    border-style: solid;
    background-color: transparent;
    }
    table table table td {
    background-color: rgb(32, 32, 32);
    filter:alpha(81);
    -moz-opacity:0.81;
    opacity:0.81;
    -khtml-opacity:1;
    }
    table table table table td {
    filter:none;
    }
    </style>
    <style type="text/css">
    body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
    font-family: Arial;
    font-size: 9;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    }
    .nametext {
    font-family: Arial;
    font-size: 18;
    color: rgb(171,171,171);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    .whitetext12, .orangetext15 {
    font-family: Arial;
    font-size: 12;
    color: rgb(151, 151, 151);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: rgb(171,171,171);
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }
    a.navbar:hover, a.man:hover, a:hover {
    color: rgb(150, 203, 0);
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    }
    .badge {
    position: absolute;
    left: 1px;
    top: 1px;
    }
    </style><a href="
    should be that, replace all 255,39,104 with 171,171,171

  4. #4
    Join Date
    Sep 2006
    Location
    Evanston, Illinois.
    Posts
    2,361
    Tokens
    0

    Latest Awards:

    Default

    ZOMGZZ WHERES MY CENSOR BUTTON!

    How could this hapen to meeeeeeeeeeeeeee?lol.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •