Blame Identity/Models/Css/Moin/stylesheet.css

4c79b5
/* CentOS Cascading Style Sheet
4c79b5
 * -----------------------------------------------
4c79b5
 * File		: stylesheet.css
4c79b5
 * Category	: root
4c79b5
 * Theme	: Modern
4c79b5
 * Description	: This is the main CentOS Web Visual Style definition.
4c79b5
 *		  CSS defined here are common for the whole CentOS Web
4c79b5
 *		  Environment.
4c79b5
 *
4c79b5
 *		  Specific CSS definitions, like those used in
4c79b5
 *		  specific web applications, are declared using the
4c79b5
 *		  HTML link element in the head section of the
4c79b5
 *		  specific web application who needs it. Specific CSS
4c79b5
 *		  definitions extend CentOS common CSS definition.
4c79b5
 *		  Specific CSS definitions do not overlap CentOS
4c79b5
 *		  common CSS definitions. For more information visit:
4c79b5
 *		  http://wiki.centos.org/WebsiteVer2/WebEnvironment/VisualStyle/Default
4c79b5
 * -----------------------------------------------
4c79b5
 * Author	: CentOS Artwork SIG
4c79b5
 * License	: GPL (http://www.fsf.org/licensing/licenses/gpl.txt)
4c79b5
 * -----------------------------------------------
4c79b5
 */
4c79b5
4c79b5
4c79b5
/* Common:
4c79b5
 *
4c79b5
 * CSS definitions used to build the base CentOS Web Visual Style. It
4c79b5
 * should always be loaded in first place.
4c79b5
 */
4c79b5
90d556
@import url("/home/centos/artwork/trunk/Identity/Models/Css/Moin/common.css") screen, projection; 
90d556
@import url("/home/centos/artwork/trunk/Identity/Models/Css/Moin/print.css") print;
4c79b5
4c79b5
/* Miscellaneous:
4c79b5
 *
4c79b5
 * CSS definitions used to build visual effects. New definitions may
4c79b5
 * be added as time goes by. 
4c79b5
 */
4c79b5
90d556
@import url("/home/centos/artwork/trunk/Identity/Models/Css/Moin/tabs.css") screen, projection;