Zen Follower
- Join Date:
- Oct 2008
- Posts:
- 197
- Plugin Contributions:
- 0
Making a sidebox with fixed height
/* ----------------------- BOXES ------------------------- */
.box {margin-bottom:2px;}
.box_border {border:1px solid #C1C1C1; padding:5px 15px 5px 10px;}
.box_head {padding:7px 8px 11px 21px; background:url("../images/h1_ic.gif") top left no-repeat; border-bottom:2px solid #E1E1E1;}
.box_head {color:#363636; text-decoration:none; font-size:14px; line-height:normal; font-weight:bold;}
.box_head a {color:#363636; text-decoration:none;}
.box_head a:hover {text-decoration:underline;}
.box_body {color:#302B2C; margin:0; padding:8px 0 3px;}
.box_body a {color:#302B2C; text-decoration:underline;}
.box_body a:hover {text-decoration:none;}
.box_body ul {margin:0; padding:0; list-style:none;}
.box_body ul li {padding:3px 0 0px 0px;}
/*.box_body ul li {padding:3px 0 4px 17px;} */
.box_body ul li a {text-decoration:underline; background:url("../images/arrow_1.gif") top left no-repeat; padding-left:17px; color:#302B2C;}
.box_body ul li a:hover {text-decoration:none;}
.box_body ol {margin:0; padding:0; list-style:decimal inside;}
.box_body ol li {padding:3px 0 4px 1px; font-weight:bold;}
/*.box_body ol li {padding:3px 0 4px 15px; font-weight:bold;} */
.box_body ol li a {text-decoration:none; color:#302B2C; font-weight:normal;}
.box_body ol li a:hover {text-decoration:underline;}