線上書籍

Home

XOOPS佈景製作

#block .blockTitle {
    font-size: 11pt;
    font-weight: normal;
    color: #1C416F;
    background-color: #FFFFFF;
    text-align: center;
    background-image: url(../img/block_title_bg_left.png);
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 25px;
    width:180px;
    background-position: center;
}

#block_center .blockTitle{
    font-size: 11pt;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    text-align: center;
    background-image: url(../img/block_title_bg.png);
    background-repeat: repeat-x;
    padding-top: 6px;
    padding-bottom: 6px;
}

 


#block_right .blockTitle{
    text-align: center;
    color:#FFFFFF;
}


#block_right .blockContent{
    width:150px;
    margin: 0px auto;
}