7
hello, i have another methode, try it and let me know if this exactly what you want or no.
if you need every block in left area with a color, you do the following:
- edit theme_blockleft.html and replace the existing code with this one:
<div class="<{cycle values = "d01,d02,d03,d04,d05,d06,d07,d08,d09"}>">
<div><{$block.title}>div>
<div class="blockContent"><{$block.content}>div>
div>
(sure you can use it for all block in the theme )
- add this code in the end of your css style:
.d01 {background-color:#99cc99; padding:2px 4px 2px 2px; font-size: 12px; margin-bottom:8px;}
.d02 {background-color:#cccc99; padding:2px 4px 2px 2px; font-size: 12px; margin-bottom:8px;}
.d03 {background-color:#294081; padding:2px 4px 2px 2px; font-size: 12px; margin-bottom:8px;}
.d04 {background-color:#5f9ea0; padding:2px 4px 2px 2px; font-size: 12px; margin-bottom:8px;}
.d05 {background-color:#3350a1; padding:2px 4px 2px 2px; font-size: 12px; margin-bottom:8px;}
that's all
you can edit colors, styles...etc by changing : .d01 ..etc
the road of success is always under construction