Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/09/2012, 14:42
Avatar de luzzifer
luzzifer
 
Fecha de Ingreso: julio-2009
Ubicación: Paraná - Argentina
Mensajes: 169
Antigüedad: 15 años, 6 meses
Puntos: 3
Respuesta: [Consulta]Modificar css o template ja_puresite

Hola flashmax antes que nada gracias por la ayuda.
el codigo lo modifique en mi template y quedo asi:
Plugin JAT T3
Código CSS:
Ver original
  1. /**
  2.  * ------------------------------------------------------------------------
  3.  * JA T3 System Plugin for Joomla 2.5
  4.  * ------------------------------------------------------------------------
  5.  * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
  6.  * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
  7.  * Author: J.O.O.M Solutions Co., Ltd
  8.  * Websites: http://www.joomlart.com - http://www.joomlancers.com
  9.  * ------------------------------------------------------------------------
  10.  */
  11.  
  12. /* COMMON STYLE
  13. --------------------------------------------------------- */
  14. body {
  15.     background: #ffffff;
  16.     color: #000000;
  17.     font-family: sans-serif;
  18.     line-height: 1.5;
  19.     background-color: #039;
  20.         background-image: url(fondo.jpg);
  21. }
TEMPLATE/CSS/TEMPLATE.CSS
Código CSS:
Ver original
  1. /*
  2.  * ------------------------------------------------------------------------
  3.  * JA Puresite Template J25
  4.  * ------------------------------------------------------------------------
  5.  * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
  6.  * @license - Copyrighted Commercial Software
  7.  * Author: J.O.O.M Solutions Co., Ltd
  8.  * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
  9.  * This file may not be redistributed in whole or significant part.
  10.  * ------------------------------------------------------------------------
  11. */
  12.  
  13.  
  14. /* COMMON STYLE
  15. --------------------------------------------------------- */
  16. @import url(../fonts/questrialregular/stylesheet.css);
  17.  
  18. body {
  19.     color: #656667;
  20.     font-family: Helvetica, Arial, sans-serif;
  21.     background-color: #039;
  22.         background-image: url(fondo.jpg);
  23. }

Aclaro que limpie el cache actualize la pagina, y no pude detectar ningun cambio en el template.
tambien modifique el template.css que esta dentro de la carpeta templates/theme/css/template.css default con los mismos cambios que aclaraste, pero nada sigo sin ver cambios.
veo que dice background-image: url(fondo.jpg) tengo que subir alguna imagen ? y a donde la subo?