[1031]XOOPS佈景設計
body{
background-image: url(../images/templatemo_wrapper.jpg);
background-position: center top;
background-repeat: no-repeat;
}
#xoops_theme_container{
width: 960px;
margin:0px auto;
}
#xoops_theme_head{
height:100px;
}
#site_name{
color:#fff;
font-size: 2.5em;
height:70px;
line-height: 70px;
font-weight: bold;
text-shadow:1px 1px 2px #000;
}
#site_name>a{
color:inherit;
text-decoration: none;
}
#site_slogan{
color:rgb(255,255,255);
color:rgba(255,255,255,0.5);
font-size: 1.2em;
height:30px;
font-weight: bold;
}
#xoops_theme_navbar{
height:45px;
margin: 0px;
/* overflow: hidden; 請自行拿掉註解 */
}
#xoops_theme_navbar li{
height:45px;
line-height:45px;
float: left;
list-style-type: none;
padding:0px 25px;
background: transparent url(../images/templatemo_menu_divider.png) no-repeat right center;
}
#xoops_theme_navbar li > a{
color:#333;
text-shadow:1px 1px 1px #fff;
font-weight: bold;
}
#xoops_theme_navbar li > a:hover{
color:#fff;
text-shadow:1px 1px 1px #333;
text-decoration: none;
}
#xoops_theme_content{
min-height: 700px;
}
#xoops_theme_foot{
background-image: url(../images/templatemo_footer_wrapper.jpg);
height: 85px;
}
#theme_foot{
width:960px;
height: 85px;
margin: 0px auto;
background:rgba(255,255,255,0.5) url(../images/templatemo_footer.jpg);
}
#foot_content{
text-align:center;
color:white;
padding-top:15px;
line-height: 2;
font-size: 12px;
}