|
|
4d19ae |
/* CSS
|
|
|
4d19ae |
*
|
|
|
4d19ae |
* Home/stylesheet.css -- This file provides the visual style
|
|
|
4d19ae |
* import list of CentOS web environment.
|
|
|
4d19ae |
*
|
|
|
4d19ae |
* Copyright (C) 2009-2010 Alain Reguera Delgado
|
|
|
4d19ae |
*
|
|
|
4d19ae |
* This program is free software; you can redistribute it and/or
|
|
|
4d19ae |
* modify it under the terms of the GNU General Public License as
|
|
|
4d19ae |
* published by the Free Software Foundation; either version 2 of the
|
|
|
4d19ae |
* License, or (at your option) any later version.
|
|
|
4d19ae |
*
|
|
|
4d19ae |
* This program is distributed in the hope that it will be useful, but
|
|
|
4d19ae |
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
4d19ae |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
4d19ae |
* General Public License for more details.
|
|
|
4d19ae |
*
|
|
|
4d19ae |
* You should have received a copy of the GNU General Public License
|
|
|
4d19ae |
* along with this program; if not, write to the Free Software
|
|
|
4d19ae |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
4d19ae |
* USA.
|
|
|
4d19ae |
*
|
|
|
4d19ae |
* ----------------------------------------------------------------------
|
|
|
4d19ae |
* $Id$
|
|
|
4d19ae |
* ----------------------------------------------------------------------
|
|
|
4d19ae |
*/
|
|
|
4d19ae |
|
|
|
4d19ae |
/* Common:
|
|
|
4d19ae |
*
|
|
|
4d19ae |
* CSS definitions used to build the base visual style of CentOS web
|
|
|
4d19ae |
* environment. It should always be loaded in first place.
|
|
|
4d19ae |
*/
|
|
|
4d19ae |
|
|
|
125940 |
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base.css") screen, projection;
|
|
|
f8e102 |
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base-app.css") screen, projection;
|
|
|
f8e102 |
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/base-app-home.css") screen, projection;
|
|
|
4d19ae |
|
|
|
4d19ae |
/* Miscellaneous:
|
|
|
4d19ae |
*
|
|
|
4d19ae |
* CSS definitions used to build visual effects. New definitions may
|
|
|
4d19ae |
* be added as time goes by.
|
|
|
4d19ae |
*/
|
|
|
2f9099 |
@import url("/home/centos/artwork/trunk/Identity/Webenv/Css/tabs.css") screen, projection;
|