2008年9月19日 星期五

網誌版面配置

HTML修改版面寬度

/* Page Structure----------------------------------------------- */#
outer-wrapper
{
position:relative;
top:4px;
$startSide:4px;
background: #889977;
width:904px;
margin:10px auto;
text-align:$startSide;
font: $bodyFont;
}

#wrap2
{
position:relative;
top:-4px;
$startSide:-4px;
background:#fff;
padding:10px;
border: 1px solid #fff;
}

#content-wrapper
{
width:100%;
background-color: #fff;
}

#main-wrapper
{
background: $mainBgColor url("http://www.blogblog.com/no565/corner_main_$startSide.gif") no-repeat $endSide top;
width:612px;
float:$startSide;
color:$mainTextColor;
font-size: 85%;
word-wrap: break-word;

沒有留言: