Module background color issue


Author Message
racterman

Posted: 3/2/2012
Quote message 

Ok guys... i have a serius problems trying to setup the background color into three module position Top 1 Top 2 Top 3. I've donwloaded a free joomla template http://templatefiles.artisteer.com/1141/HTML/index.html and don't know why when installing it in my host it not show the blue color background like the template shows in the online demo.

I'm using the object inspector frome google chrome and i found a little code in template.css that may be could be the reason...

.
.
.

.art-box .art-post .layout-item-1 {
color: #fff;
background: #4f85bb; /* Old browsers */
background: -moz-linear-gradient(top, #4f85bb 0%, #194c7f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f85bb), color-stop(100%,#194c7f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4f85bb 0%,#194c7f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4f85bb 0%,#194c7f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4f85bb 0%,#194c7f 100%); /* IE10+ */
background: linear-gradient(top, #4f85bb 0%,#194c7f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#194c7f',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 10px;-moz-border-radius: 5px;border-radius: 5px;

.
.
.

i don't know... may be someone can help me with that...