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