Personal tools
You are here: Home Members marr SkinCustomization
Document Actions

SkinCustomization

by marr last modified 2008-06-29 10:06

qPloneSkinSchools GenericSetup

SchoolSkin.css

banner 和 searchbox 使用背景透明的技巧
/* Portal Top */
#portal-top {
background: transparent url(&dtml-portal_url;/top_bg.jpg) no-repeat 2px 100%;
}
/* Portal Search Box */
#portal-searchbox {
background: transparent url(&dtml-portal_url;/search_separator.gif) no-repeat 148px 50%;
}

Products/qPloneSkinSchools/config.py

GENERATOR_PRODUCT = "qPloneSkinDump"
PRODUCT_NAME = "qPloneSkinSchools"
SKIN_NAME = "qploneskinschools"
BASE_SKIN_NAME = "Plone Default"

## GenericSetup constants
GENERIC_SETUP_INSTALL_PROFILE = "profile-Products.qPloneSkinSchools:default"
GENERIC_SETUP_UNINSTALL_PROFILE = "profile-Products.qPloneSkinSchools:uninstall"
GENERIC_SETUP_ZEXPS_PROFILE = "profile-Products.qPloneSkinSchools:zexps"


Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: