Style Preview!
Here is a preview of the Plum style sheet applied to the RSS Feed http://ezinearticles.com/members/rss/Brett-McCluskey.xml. The URL to generate this view is:
CSS Applied
Below is the CSS applied here, yours for copy and pasting pleasure. See below for a description of the classes provided.
You may also use the form below to modify the CSS to experiment with your own variants. If you make something unique, pretty, or just plain interesting, please share it so we can build a nicer collection.
CSS classes
This sketch represents the CSS classes created.
- rss_box defines the bounding div for the entire display- use to define borders, fill, etc.
- rss_title the title of the feed and link style if displayed. Use with variants of
rss_title a:link, rss_title a:hover, etc for rollowver styles - rss_items defines the unordered list
<ul>...</ul>for the feed items- use to define the padding/margins for items. - rss_item display of each feed item description and title,
<li>...</li>as well as the channel description, if displayed. - rss_item a: variant for the item title and link style
- rss_date defines the display of item posting dates
