Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To edit a stylesheet, you will need to be familiar with CSS

The CSS defines the the color, size, and position of text and HTML tags such as body or paragraph,  while the  HTML delivers the content and defines how it is organized.  By separating the two, you can change the colors of your site without changing the entire website.  The cascading part of this means you only have to change a parent page, and all the children pages will change as well. Working with CSS is a time saver for you. But remember that if you have a problem, contact us for help.  You can view the methods of finding support in our Getting started with RescueGroups.org guide on the Getting support page.

With the three levels of CSS styles in the Pet Adoption Toolkit, you can go from basic changes to your own custom design.

...

Within each toolkit layout, there may be some elements that can be further styled to get a more customized look/feel.

...

Bailey's name is now 22px, and the petbreed field is not showing.

Tip

It helps to use a development tool like Firebug to locate these elements (divs/styles) and preview what your changes will look like.

http://getfirebug.com/

...