cambiar ancho y poner fondo
La verdad el template attruum me cautivo pero quiero modificar algunas cosas.
Se podrá modificar el ancho? Lo veo muy chiquito.
Y poner una imagen de fondo.
Saludos cordiales.
phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/
Código: Seleccionar todo
.wrapper {
width: 1000px;
margin: 0 auto;
padding: 0;
}
Código: Seleccionar todo
.wrapper {
/* width: 1000px; */
margin: 0 auto;
padding: 0;
}
Código: Seleccionar todo
#umain2 {
background: url('{T_THEME_PATH}/images/userbar-main-bg2.png') 0 0 no-repeat;
height: 130px;
width: 952px;
}
Código: Seleccionar todo
#umain2 {
/* background: url('{T_THEME_PATH}/images/userbar-main-bg2.png') 0 0 no-repeat; */
background: url('{T_THEME_PATH}/images/userbar-main-bg2.png') 0 0 repeat-x;
height: 130px;
/* width: 952px; */
}
Código: Seleccionar todo
#mainbody {
width: 900px;
background: #fff;
padding: 4px;
margin: 0;
}
Código: Seleccionar todo
#mainbody {
/* width: 900px; */
background: #fff;
padding: 4px;
margin: 0;
}
Código: Seleccionar todo
html, body {
color: #536482;
background-color: #FFFFFF;
}
Código: Seleccionar todo
html, body {
color: #536482;
/* background-color: #FFFFFF; */
}
Código: Seleccionar todo
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #242424;
color: #828282;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
margin: 0;
}
Código: Seleccionar todo
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #242424;
color: #828282;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
/* margin: 0; */
margin: 0 auto;
max-width : 1024px;
}
como cuales¿? el portal está lleno de bloquescfeze escribió:cómo hago para achicar los bloques del portal?
Pregunta demasiado personal...cfeze escribió:El gris lo veo como un color "triste" qué colores me recomiendas para cambiar?
Todo depende de la imagen :cfeze escribió:Cómo insertar una imagen que se repita por todo el fondo?
Código: Seleccionar todo
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #242424;
Código: Seleccionar todo
background: url('{T_THEME_PATH}/images/bg_attruum.gif') 0 0 no-repeat;
Abrir :cfeze escribió:1) Cómo hago para achicar el borde (blanco).
Código: Seleccionar todo
#bshadl {
background: url('{T_THEME_PATH}/images/body-shad-l.png') 0 0 repeat-y;
padding-left: 42px;
}
#bshadr {
background: #fff url('{T_THEME_PATH}/images/body-shad-r.png') 100% 0 repeat-y;
padding-right: 42px;
}
no creo que puedas, hay varios bloques que no pueden ser mas angostos de lo que ya son.cfeze escribió:2) Cómo hago para achicar el ancho de los bloques en el portal los que están en la derecha e izquierda (portal.php)?
La imagen de fondo es así, tiene una linea en blanco arriba de todo, deberías editarla y cambiarla :cfeze escribió:3) Es un pequeño detalle pero estaría weno arreglarlo. Me aparece una línea blanca arriba. Cómo lo elimino?
Ni entiendo a que te refierescfeze escribió:4) Creo que la más díficil jeje .
Código: Seleccionar todo
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
background: url('{T_THEME_PATH}/images/bg_attruum.jpg') 0 0 no-repeat;
background-color: #242424;
color: #828282;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
/* margin: 0; */
margin: 0 auto;
max-width : 1024px;
}
Código: Seleccionar todo
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Verdana, Helvetica, Arial, sans-serif;
background: url('{T_THEME_PATH}/images/bg_attruum.jpg') 50% 0 no-repeat;
background-color: #242424;
color: #828282;
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 10px;
/* margin: 0; */
margin: 0 auto;
max-width : 1024px;
min-width:800px;
}
Código: Seleccionar todo
#body-bg {
background: #242424 url('{T_THEME_PATH}/images/body-bg.png');
padding: 0;
margin: 0;
}
#shad-l {
background: url('{T_THEME_PATH}/images/userbar-shad-l.png') 0 0 no-repeat;
padding-left: 24px;
height: 130px;
}
#shad-r {
background: url('{T_THEME_PATH}/images/userbar-shad-r.png') 100% 0 no-repeat;
padding-right: 24px;
height: 130px;
}
Código: Seleccionar todo
#body-bg {
/*
background: #242424 url('{T_THEME_PATH}/images/body-bg.png');
*/
padding: 0;
margin: 0;
}
#shad-l {
/*
background: url('{T_THEME_PATH}/images/userbar-shad-l.png') 0 0 no-repeat;
padding-left: 24px;
*/
height: 130px;
}
#shad-r {
/*
background: url('{T_THEME_PATH}/images/userbar-shad-r.png') 100% 0 no-repeat;
padding-right: 24px;
*/
height: 130px;
}
Código: Seleccionar todo
#bshadl {
background: url('{T_THEME_PATH}/images/body-shad-l.png') 0 0 repeat-y;
padding-left: 42px;
}
#bshadr {
background: #fff url('{T_THEME_PATH}/images/body-shad-r.png') 100% 0 repeat-y;
padding-right: 42px;
}
Código: Seleccionar todo
/*
#bshadl {
background: url('{T_THEME_PATH}/images/body-shad-l.png') 0 0 repeat-y;
padding-left: 42px;
}
#bshadr {
background: #fff url('{T_THEME_PATH}/images/body-shad-r.png') 100% 0 repeat-y;
padding-right: 42px;
}
*/
Código: Seleccionar todo
#footer-l {
padding-left: 20px;
background: url('{T_THEME_PATH}/images/footer-l.png') 0 0 no-repeat;
height: 128px;
}
#footer-r {
padding-right: 20px;
background: url('{T_THEME_PATH}/images/footer-r.png') 100% 0 no-repeat;
height: 128px;
}
Código: Seleccionar todo
#footer-l {
/*
padding-left: 20px;
background: url('{T_THEME_PATH}/images/footer-l.png') 0 0 no-repeat;
*/
height: 128px;
}
#footer-r {
/*
padding-right: 20px;
background: url('{T_THEME_PATH}/images/footer-r.png') 100% 0 no-repeat;
*/
height: 128px;
}