Résolu Comment changer habbo logo .

AssouGasModz

Membre
Inscription
4 Avril 2016
Messages
358
Réactions
73
Points
2 566
Bonjour,je suis entrain de vévelopper un retro habbo et je me demande comment changer le logo habbo ?

lien :

horibbo.hol.es

Cms : Habway 0.1
 

WhiiTe'

Administateur
Ancien staff
Inscription
22 Octobre 2011
Messages
14 704
Réactions
8 499
Points
32 425
Bonjour,je suis entrain de vévelopper un retro habbo et je me demande comment changer le logo habbo ?

lien :

horibbo.hol.es

Cms : Habway 0.1

Quand tu dis le logo Habbo, c'est

upload_2016-5-8_0-28-20.png


?

Si oui vas dans le cuntnooriginality.css et change le chemin de l'image par celle que tu veux ^^
 

AssouGasModz

Membre
Inscription
4 Avril 2016
Messages
358
Réactions
73
Points
2 566
y a sa :

body{background:url(../images/cream_pixels.png);margin:0;padding:0;font-family:Ubuntu,Arial,serif!important;}.clouds-box{width:750px;height:350px;backrground:url(../images/img/pirate/bg.png);background:#c0e3f0;background-position:right bottom;position:fixed;top:50%;left:50%;margin-top:-175px;margin-left:-375px;border-radius:5px;}.clouds{height:100%;width:100%;z-index:-99999999999;background-image:url(../images/index-clouds.png);position:absolute;overflow:hidden;-webkit-animation:slide 90s linear infinite;}@-webkit-keyframes "slide" {
from {
background-position: 0 0;
}
to {
background-position: 1140px 0;
}
}
.login-error {
width:100%;
text-align:center;
height:34px;
line-height:34px;
background:rgba(255,0,0,.6);
position:fixed;
top:0;
color:#fff;
font-weight:bold;
font-size:16px;
}
.habway-content {
width:750px;
height:350px;
background:url(../images/index-right.png?1) no-repeat;;
background-position: right bottom;
position:fixed;
top:50%;
left:50%;
margin:-175px 0 0 -375px;
border-radius:5px;
box-shadow:inset 0 0 0 1px rgba(0,0,0,.25), inset 0 0 0 2px rgba(255,255,255,.3);
}
.habway-input {
width:730px;
background:rgba(0,0,0,.3);
padding:10px;
height:36px;
border-radius:5px 5px 0 0;
}
.logo {
height:59px;
width:160px;
background:url(../../images/habbologo_whiteR.out.png);
background-repeat:no-repeat;
float:left;
top:-57px;
position:absolute;
cursor:pointer;
cursor:hand;
}
form {
margin:0;
}
form.login input[type="text"],
form.login input[type="password"] {
height:36px;
line-height:36px;
width:300px;
margin-right:6px;
border:0;
outline:0;
padding:0;
border-radius:3px;
text-indent:38px;
}
form.login input[type="text"] {
background:#fff url(../images/username.gif) 6px 6px no-repeat;
}
form.login input[type="password"] {
background:#fff url(../images/password.gif) 6px 6px no-repeat;
}
form.login input[type="submit"] {
height:36px;
line-height:36px;
float:right;
border:0;
outline:0;
width:110px;
border-radius:3px;
background:url(../images/login.png);
color:#fff;
font-weight:bold;
cursor:pointer;
cursor:hand;
}
form.register input[type="text"],
form.register input[type="password"] {
height:36px;
width:290px;
line-height:36px;
margin-right:6px;
border:0;
outline:0;
padding:0;
border-radius:3px;
box-shadow:inset 0 0 0 1px rgba(0,0,0,.25);
text-indent:38px;
}
form.register input[type="text"] {
background:#fff url(../images/username.gif) 6px 6px no-repeat;
}
form.register input[type="text"].email {
background:#fff url(../images/mail.gif) 8px 9px no-repeat;
}
form.register input[type="password"] {
background:#fff url(../images/password.gif) 6px 6px no-repeat;
}
form.register input[type="submit"] {
height:36px;
line-height:36px;
float:right;
border:0;
outline:0;
padding:0 17px;
margin-top:10px;
border-radius:3px;
background:url(../images/register.png);
color:#fff;
font-weight:bold;
cursor:pointer;
cursor:hand;
}
.habway-register {
padding:20px 45px;
position:absolute;
background:#3aa600 url(../images/two-bg.png) center;
font-size:24px;
top:75px;
left:20px;
text-align:center;
color:#fff;
text-shadow:2px 2px rgba(0,0,0,.4);
border-radius:5px;
box-shadow:inset 0 0 0 2px rgba(0,0,0,.25);
cursor:pointer;
cursor:hand;
}
.habway-register:hover {
background-color:#43b800;
}
.habway-register span {
display:block;
font-weight:bold;
}
.users-online {
height:40px;
background:white;
position:absolute;
top:-50px;
right:0;
padding:0 18px;
border-radius:5px;
box-shadow:inset 0 0 0 1px rgba(0,0,0,.25);
line-height:40px;
font-size:13px;
}
.habway-overlay {
height:100%;
width:100%;
background:rgba(0,0,0,.5);
position:fixed;
}
.overlay-box {
height:338px;
width:310px;
background:white;
top:50%;
left:50%;
margin:-169px 0 0 -155px;
position:fixed;
border-radius:5px;
box-shadow:0 0 0 2px rgba(0,0,0,.25);
}
.overlay-title {
background:#cc7abe url(../images/two-bg.png) center;
height:34px;
line-height:34px;
border-radius:3px;
color:#fff;
text-indent:10px;
margin-bottom:10px;
font-size:13px;
font-weight:bold;
}
.padding {
padding:10px;
}
.input-div {
border-top:1px dashed #b3b3b3;
border-bottom:1px dashed #b3b3b3;
padding:10px 0;
margin-bottom:-1px;
}
.close-overlay {
height:36px;
line-height:36px;
float:left;
border:0;
outline:0;
padding:0 17px;
margin-top:10px;
border-radius:3px;
background:url(../images/close.png);
color:#fff;
font-weight:bold;
cursor:pointer;
cursor:hand;
font-size:13px;
}
 

AssouGasModz

Membre
Inscription
4 Avril 2016
Messages
358
Réactions
73
Points
2 566
Toujours Rien regarde ma modification :

body{background:url(../images/habbo_logo.png);margin:0;padding:0;font-family:Ubuntu,Arial,serif!important;}.clouds-box{width:750px;height:350px;backrground:url(../images/img/pirate/bg.png);background:#c0e3f0;background-position:right bottom;position:fixed;top:50%;left:50%;margin-top:-175px;margin-left:-375px;border-radius:5px;}.clouds{height:100%;width:100%;z-index:-99999999999;background-image:url(../images/index-clouds.png);position:absolute;overflow:hidden;-webkit-animation:slide 90s linear infinite;}@-webkit-keyframes "slide" {
from {
background-position: 0 0;
}
to {
background-position: 1140px 0;
}
}
.login-error {
width:100%;
text-align:center;
height:34px;
line-height:34px;
background:rgba(255,0,0,.6);
position:fixed;
top:0;
color:#fff;
font-weight:bold;
font-size:16px;
}
.habway-content {
width:750px;
height:350px;
background:url(../images/index-right.png?1) no-repeat;;
background-position: right bottom;
position:fixed;
top:50%;
left:50%;
margin:-175px 0 0 -375px;
border-radius:5px;
box-shadow:inset 0 0 0 1px rgba(0,0,0,.25), inset 0 0 0 2px rgba(255,255,255,.3);
}
.habway-input {
width:730px;
background:rgba(0,0,0,.3);
padding:10px;
height:36px;
border-radius:5px 5px 0 0;
}
.logo {
height:59px;
width:160px;
background:url(../../images/habbologo_whiteR.out.png);
background-repeat:no-repeat;
float:left;
top:-57px;
position:absolute;
cursor:pointer;
cursor:hand;
}
form {
margin:0;
}
form.login input[type="text"],
form.login input[type="password"] {
height:36px;
line-height:36px;
width:300px;
margin-right:6px;
border:0;
outline:0;
padding:0;
border-radius:3px;
text-indent:38px;
}
form.login input[type="text"] {
background:#fff url(../images/username.gif) 6px 6px no-repeat;
}
form.login input[type="password"] {
background:#fff url(../images/password.gif) 6px 6px no-repeat;
}
form.login input[type="submit"] {
height:36px;
line-height:36px;
float:right;
border:0;
outline:0;
width:110px;
border-radius:3px;
background:url(../images/login.png);
color:#fff;
font-weight:bold;
cursor:pointer;
cursor:hand;
}
form.register input[type="text"],
form.register input[type="password"] {
height:36px;
width:290px;
line-height:36px;
margin-right:6px;
border:0;
outline:0;
padding:0;
border-radius:3px;
box-shadow:inset 0 0 0 1px rgba(0,0,0,.25);
text-indent:38px;
}
form.register input[type="text"] {
background:#fff url(../images/username.gif) 6px 6px no-repeat;
}
form.register input[type="text"].email {
background:#fff url(../images/mail.gif) 8px 9px no-repeat;
}
form.register input[type="password"] {
background:#fff url(../images/password.gif) 6px 6px no-repeat;
}
form.register input[type="submit"] {
height:36px;
line-height:36px;
float:right;
border:0;
outline:0;
padding:0 17px;
margin-top:10px;
border-radius:3px;
background:url(../images/register.png);
color:#fff;
font-weight:bold;
cursor:pointer;
cursor:hand;
}
.habway-register {
padding:20px 45px;
position:absolute;
background:#3aa600 url(../images/two-bg.png) center;
font-size:24px;
top:75px;
left:20px;
text-align:center;
color:#fff;
text-shadow:2px 2px rgba(0,0,0,.4);
border-radius:5px;
box-shadow:inset 0 0 0 2px rgba(0,0,0,.25);
cursor:pointer;
cursor:hand;
}
.habway-register:hover {
background-color:#43b800;
}
.habway-register span {
display:block;
font-weight:bold;
}
.users-online {
height:40px;
background:white;
position:absolute;
top:-50px;
right:0;
padding:0 18px;
border-radius:5px;
box-shadow:inset 0 0 0 1px rgba(0,0,0,.25);
line-height:40px;
font-size:13px;
}
.habway-overlay {
height:100%;
width:100%;
background:rgba(0,0,0,.5);
position:fixed;
}
.overlay-box {
height:338px;
width:310px;
background:white;
top:50%;
left:50%;
margin:-169px 0 0 -155px;
position:fixed;
border-radius:5px;
box-shadow:0 0 0 2px rgba(0,0,0,.25);
}
.overlay-title {
background:#cc7abe url(../images/two-bg.png) center;
height:34px;
line-height:34px;
border-radius:3px;
color:#fff;
text-indent:10px;
margin-bottom:10px;
font-size:13px;
font-weight:bold;
}
.padding {
padding:10px;
}
.input-div {
border-top:1px dashed #b3b3b3;
border-bottom:1px dashed #b3b3b3;
padding:10px 0;
margin-bottom:-1px;
}
.close-overlay {
height:36px;
line-height:36px;
float:left;
border:0;
outline:0;
padding:0 17px;
margin-top:10px;
border-radius:3px;
background:url(../images/close.png);
color:#fff;
font-weight:bold;
cursor:pointer;
cursor:hand;
font-size:13px;
}
 

WhiiTe'

Administateur
Ancien staff
Inscription
22 Octobre 2011
Messages
14 704
Réactions
8 499
Points
32 425
Tu as bien envoyé le nouveau CSS en ligne ? C'est une question un peu bête mais on sait jamais :xD:

.logo {
height:59px;
width:160px;
background:url(
background-repeat:no-repeat;
float:left;
top:-57px;
position:absolute;
cursor:pointer;
cursor:hand;
}

Mets ça à la place du .logo actuel ^^

Au passage j'ai déplacé ton topic dans la bonne section ! :tchuss:
 

AssouGasModz

Membre
Inscription
4 Avril 2016
Messages
358
Réactions
73
Points
2 566
Tu as bien envoyé le nouveau CSS en ligne ? C'est une question un peu bête mais on sait jamais :xD:

.logo {
height:59px;
width:160px;
background:url(
background-repeat:no-repeat;
float:left;
top:-57px;
position:absolute;
cursor:pointer;
cursor:hand;
}

Mets ça à la place du .logo actuel ^^

Au passage j'ai déplacé ton topic dans la bonne section ! :tchuss:


ouais c mort
 
Haut