Simple Machines Community Forum

SMF Support => Español (Spanish) => Language Specific Support => Temas y Diseño (Themes) => Topic started by: BelugaLand on March 22, 2011, 06:07:40 PM

Title: Cambiar cabezal de mi theme por uno más grande
Post by: BelugaLand on March 22, 2011, 06:07:40 PM
Hola me gustaria cambiar el cabezal o header como quieran llamarlo xd de mi foro, pero no puedo :/

Uso el Theme As de Fussilet y el cabezal normal es el siguiente
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg268.imageshack.us%2Fimg268%2F1359%2Flogokfhm.png&hash=8bb409926451fc4d1a4fd8bb42570488bb53a3ec)

Y quiero cambiarlo por el siguiente
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.belugaland.tk%2FCabezal.png&hash=747c524e41e94366675dc381a9bd3157bb53f24a)

Le di en Tema Actual y puse la url pero no cambia :o

Ayuda porfavor
Title: Re: Cambiar cabezal de mi theme por uno más grande
Post by: Kiel D-04 on March 22, 2011, 08:06:26 PM
Hola, debes dejar información de tu foro (link, versión, etc.).
Title: Re: Cambiar cabezal de mi theme por uno más grande
Post by: BelugaLand on March 22, 2011, 08:54:57 PM
belugaland.tk/foros/

1.1.13
Title: Re: Cambiar cabezal de mi theme por uno más grande
Post by: Kiel D-04 on March 22, 2011, 09:15:08 PM
Subes tu imagen con el nombre logo.png a la carpeta Images de tu tema.

En el index.css de tu tema buscas
#logo {
position: absolute;
top: 0px;
left: 0px;
display: block;
width: 500px;
height: 106px;
cursor: pointer;
background: url(./images/logo.png) no-repeat;
}


Cambias por:
#logo {
position: absolute;
top: 0px;
left: 0px;
display: block;
width: 948px;
height: 147px;
cursor: pointer;
background: url(./images/logo.png) no-repeat;
}


Buscas
#header {
position: relative;
height: 106px;
overflow: hidden;
background: #111 url(./images/head.png) repeat-x;
}


Lo cambias por:
#header {
position: relative;
height: 147px;
overflow: hidden;
background: #111 url(./images/head.png) repeat-x;
}


Igualmente debes adaptar la imagen del body para que calce con el nuevo header.
http://www.belugaland.tk/foros/Themes/As_theme/images/bg.png

Title: Re: Cambiar cabezal de mi theme por uno más grande
Post by: BelugaLand on March 22, 2011, 09:31:39 PM
Con esta imagen que hago?
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fwww.belugaland.tk%2Fforos%2FThemes%2FAs_theme%2Fimages%2Fbg.png&hash=4f101ccdc7eea50c03d08013401df246878c75df)
Title: Re: Cambiar cabezal de mi theme por uno más grande
Post by: Kiel D-04 on March 23, 2011, 07:30:09 PM
Guarda esta imagen, renombrala a bg.png y subela a la carpeta images de tu theme, reemplazando.
http://img714.imageshack.us/img714/3858/sinttulo3c.png