Quote:
Originally Posted by Daniel_HBK
|
All colors will have to be manually edited in the codes giving here:
Code:
/* VBADVANCED WIDGETS -START */
.adv_portal_widget {
_padding:0;
overflow: hidden;
display:block;
width: 100%;
clear:both;
background-color:#f1f1f1;
border:1px solid #C4C4C4;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
-moz-box-shadow:-2px 2px 2px #C8C8C8;
margin-bottom:10px;
font: bold 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
color: #000000;
}
.adv_portal_widget a:hover {color:#417394;}
.adv_portal_widget a {color:#417394; }
.adv_portal_widget_block {
_margin-bottom:6px;
padding:6px;
background:transparent url(images/misc/blog/top-highlight.png) repeat-x left top;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
padding-top:6;
}
.adv_portal_widget_content {
color: #424242;
border:1px solid #DADADA;
border-top:1px solid #FFFFFF;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background:#FFFFFF url(images/misc/blog/gradient-black-down.png) repeat-x 0 0;
_background-image: none;
padding:10px 6px 10px 6px;
font: 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}
/* VBADVANCED WIDGETS -END */
I'm working on next version which should fix the problem of having to edit manually