Página 1 de 1
					
				Imagen de fondo en theme "Absolution"
				Publicado: 30 Ene 2013, 23:28
				por enuZi
				Hola chicos/as. Mi pregunta urge por el lado de saber como colocar una imagen de fondo en el theme Absolution que instale en mi nuevo SubDominio que dejo a continuacion.
http://heroes.virtualdrivers.com.ar/heroes/index.php
Muchas Gracias.
 
			 
			
					
				Re: Imagen de fondo en theme "Absolution"
				Publicado: 31 Ene 2013, 18:08
				por enuZi
				chicos alguna posible ayuda con mi problema???
			 
			
					
				Re: Imagen de fondo en theme "Absolution"
				Publicado: 01 Feb 2013, 18:00
				por enuZi
				enuZi escribió:chicos alguna posible ayuda con mi problema???
Holaaaaaa. Alguien anda por aqui????
 
			 
			
					
				Re: Imagen de fondo en theme "Absolution"
				Publicado: 03 Feb 2013, 04:04
				por Alorse
				
			 
			
					
				Re: Imagen de fondo en theme "Absolution"
				Publicado: 03 Feb 2013, 12:49
				por ThE KuKa
				Prueba esto a ver...
Abre el archivo 
/foro/styles/absolution/theme/colours.css
BUSCAR:
Código: Seleccionar todo
html, body {
	color: #15375c;
	background: url("{T_THEME_PATH}/images/bodybg.gif") repeat-x left top #093059;
	font-family: "Verdana", Tahoma, Geneva, sans-serif;
	height: 100% !important;
}
 
REEMPLAZAR POR:
Código: Seleccionar todo
html, body {
   color: #536482;
   background: transparent url("{T_THEME_PATH}/images/background.jpg") no-repeat;
   background-position: center;
   background-attachment: fixed;
   padding: 0px;
   margin: 0px;
font-family: "Verdana", Tahoma, Geneva, sans-serif;
	height: 100% !important;
}
Sube la imagen de fondo nueva a la carpeta 
/foro/styles/absolution/theme/images/ 
			 
			
					
				Re: Imagen de fondo en theme "Absolution"
				Publicado: 03 Feb 2013, 21:51
				por enuZi
				ThE KuKa escribió:Prueba esto a ver...
Abre el archivo 
/foro/styles/absolution/theme/colours.css
BUSCAR:
Código: Seleccionar todo
html, body {
	color: #15375c;
	background: url("{T_THEME_PATH}/images/bodybg.gif") repeat-x left top #093059;
	font-family: "Verdana", Tahoma, Geneva, sans-serif;
	height: 100% !important;
}
 
REEMPLAZAR POR:
Código: Seleccionar todo
html, body {
   color: #536482;
   background: transparent url("{T_THEME_PATH}/images/background.jpg") no-repeat;
   background-position: center;
   background-attachment: fixed;
   padding: 0px;
   margin: 0px;
font-family: "Verdana", Tahoma, Geneva, sans-serif;
	height: 100% !important;
}
Sube la imagen de fondo nueva a la carpeta 
/foro/styles/absolution/theme/images/ 
No ThE KuKa. Solo desaparecio la imagen azul pero no aparecia nada de nada y borre cache y actualice el theme y borre la cache de mi navegador tambien.