Downloads List Block
This block is very easy to install and configure. It is available for $15 on concrete5's website.
Below you can see it with some added styling. Smart Web Projects site has examples with it stock configuration.
Here is the out-of-the-box block with the following css code applied.
div.swp-download-columns {
-moz-border-radius-topleft: 7px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-webkit-border-top-right-radius: 7px;
background-color: #e5feee;
padding-top: 10px;
padding-bottom: 10px;
}
div.swp-download-item.swp-even {
background-color: #ddebfe;
}
div.swp-download-item.swp-even:hover {
background-color: #bad2fd;
}
div.swp-download-item {
padding-top: 10px;
padding-bottom: 10px;
background-color: #feedf5;
}
div.swp-download-item:hover {
background-color: #fdd2ea;
}And here with the fancy_box class applied as thoughout this site. Optional block parameters have been activated as well.
Filename
Date
Downloads
Size
.fancy_box {
padding: 15px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
box-shadow: 0px 0px 8px #999;
-webkit-box-shadow: 0px 0px 8px #999;
-moz-box-shadow: 0px 0px 8px #999;
background: #f3ffd3;
margin-bottom: 33px;
margin-top: 5px;
}
Downloads List Block from Steven Braun on Vimeo.

