2.2

PrintShop Web Skinning Guide | 40
Variables for Style.php
The Style.php is not a regular CSS file. Its a PHP file that renders a CSS file. By including
theskin_customization.php line at the beginning of your Style.php file the values entered in the Edit
Web Design pages can be used in your style. Once included special PHP functions can be used to
retrieve style information that is entered in the Edit Web Design page of the companies in PSW.
The edit Web Design page
These values are retrieved from the PSW database and or calculated based on these values. You can
set these values per company in the companies Web Design page. The first few lines of the Style.php
document are as follows:
<?php include_once "../../functions/skin_customization.php" ?>
* {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0;
}
li,dd {
margin-left:1em;
}