Differences
This shows you the differences between the selected revision and the current version of the page.
| invisionfree:skinning:alternate_post_colors | invisionfree:skinning:alternate_post_colors 08-24-2009 6:12 pm current | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Alternating Post Background Colors ====== | ||
| + | <note if>This documentation applies to **InvisionFree** only.</note> | ||
| + | It is possible to alternate the background color of posts using CSS. Log into your **Admin CP** and click on **Manage Style Sheets**. | ||
| + | |||
| + | Locate the following snippet of CSS: | ||
| + | |||
| + | <code> | ||
| + | .post1 { background-color:#F5F9FD; } | ||
| + | .post2 { background-color:#EEF2F7; } | ||
| + | </code> | ||
| + | |||
| + | * The **.post1** class deals with //odd// numbered posts. | ||
| + | * The **.post2** class deals with //even// numbered posts. | ||