CSS

Included in the application are four CSS files: global.css, reset.css, base.css and lightwindow.css. global.css includes the other three files. reset.css contains a standard browser CSS reset. base.css holds all the layout and design styles specific to this site. Finally, lightwindow.css has all the styles related to the send to a friend light box.When up upload your new image, you'll have to change the URL for the backgrounds to "http://assets.newspark.ca/###/images/buttons.png" where ### is your vhost id.

It is our recommendation that you create a new CSS file (normally named the same as you project's name) that will hold all your CSS changes. In this file simply overwrite the existing styles but using the same selectors. For example, if base.css has the following style: ".box p a { color: #000000; }" in your CSS file just copy that style and replace the value with that you'd like: ".box p a { color: #ff0000; }"

0 comments

Be the first to comment on CSS.

Add a Comment

  • captcha