
03-26-2008, 07:22 AM
|
|
|
|
 Advanced Member
|
|
Join Date: Feb 2008
Posts: 68
|
|
|
Re: Rounded boxes
Quote:
Originally Posted by Yurij
Check, what are the settings for text in the "skin1.css" to:
<div>, <p>, xboxcontent, h1 color_a, xb3 color_a, xb4 color_a and ...?
|
Heres the css
Quote:
.xrounded h1, .zrounded h1 {
margin:0;
font-size:1.2em;
padding:0 8px 3px 8px;
border-bottom:1px solid #d0d0d0;
}
.xrounded p, .zrounded p {
margin:0;
padding:5px 0;
font-size:10px;
line-height:125%;
}
.xrounded {
background: transparent;
width:170px; /*Adjust the width here*/
float:left;
margin:0 0 15px 0;
line-height:125%;
}
.xtop, .xbottom {
display:block;
background:transparent;
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block;
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff;
border-left:1px solid #d0d0d0;
border-right:1px solid #d0d0d0;
}
.xb1 {
margin:0 5px;
background:#d0d0d0;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px;
margin:0 1px;
}
.xboxcontent {
border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; border-top:0px solid #d0d0d0; border-bottom:0px solid #d0d0d0; display:block;
height:auto;
background:#fff
}
div.xboxcontent div{
padding: 0 4px 0 8px;
}
* html .xboxcontent {
height:1px;
}
.color_a {
background: #A5D3FF; /* Change the top part color here*/
color:#000;
}
.xroundedthumb h1 {
margin:0;
font-size:1.2em;
padding:0 8px 3px 8px;
}
.xroundedthumb p {
margin:0;
padding:5px 0;
font-size:10px;
line-height:125%;
}
.xroundedthumb {
background: transparent;
width:100%;
float:left;
margin:0 0 15px 0;
line-height:125%;
}
.sidebox {
margin: 0 auto;
width: 28em;
background: url('images/sbbody-r.gif') no-repeat bottom right;
font-size: 100%
}
.boxhead {
background: url('images/sbhead-r.gif') no-repeat top right;
margin: 0;
padding: 0;
text-align: left
}
.boxhead h2 {
background: url('images/sbhead-l.gif') no-repeat top left;
margin: 0;
color: white;
font-weight: bold;
font-size: 1.2em;
line-height: 1em;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; padding-left:30px; padding-right:30px; padding-top:22px; padding-bottom:5px
}
.boxbody {
background: url('images/sbbody-l.gif') no-repeat bottom left;
margin: 0;
padding-left:30px; padding-right:30px; padding-top:5px; padding-bottom:31px
}
|
__________________
x-cart 4.1.9
|
|