Are you a green ja_purity_2 fan like me? Would you like a green divider for your spotlight section like here: http://www.kedry.org/.
Here is the code: background: url(../images/dot3_gr.gif) repeat-y right;
Here is the image. See attached. Put it into images folder in ja_purity_ii under templates.
And here's where to put it in template.css file
OLD
/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box {
padding: 0;
background: url(../images/dot3.gif) repeat-y right;
}
#ja-topsl .ja-box-right, #ja-botsl .ja-box-right,
#ja-topsl .ja-box-full, #ja-botsl .ja-box-full {
background: none;
}
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
border-bottom: 0;
margin-bottom: 8px;
padding-bottom: 0;
}
NEW
/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl .ja-box, #ja-botsl .ja-box {
padding: 0;
background: url(../images/dot3.gif) repeat-y right;
}
#ja-topsl .ja-box-right, #ja-botsl .ja-box-right,
#ja-topsl .ja-box-full, #ja-botsl .ja-box-full {
background: 0}
#ja-topsl .ja-moduletable, #ja-botsl .ja-moduletable {
border-bottom: 0;
margin-bottom: 8px;
padding-bottom: 0;
background: url(../images/dot3_gr.gif) repeat-y right;
}
Hope to save you hours of poking.
ZZ


Reply With Quote

Bookmarks