Blame Identity/Themes/Models/Default/Distro/5.5/Notes/Release/stylesheet.css

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