Downloads List Block

15

Downloads List Block

by SmartWebProjects

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.Screen shot 2010-07-08 at 4.41.50 PM.jpg

Date
Downloads
Size
2010-06-30 15:27:29
353
474KB
2010-06-30 15:27:20
254
585KB
2010-06-30 15:27:24
216
1283KB
2010-06-30 15:27:27
224
86KB
.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;
}