web script / html css style

1spa

背景1

2code

背景2

3blog

<style>
<!--
/* h2 用戶自定義樣式,以class "lindows1" 標識 */
.lindows1:hover {
    color: rgb(255, 102, 0);
}

/* h2 用戶自定義樣式,以class "lindows1" 標識 */
.lindows1 {
    box-shadow: rgb(95, 90, 75) 0px 0px 0px 1px, rgba(10, 10, 0, 0.5) 1px 1px 6px 1px;
    color: rgb(255, 255, 255);
    font-family: 微軟雅黑, 宋體, 黑體, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px;
    line-height: 21px;  
    text-shadow: rgb(34, 34, 34) 2px 2px 3px;
    background: rgb(0, 142, 183);
    border-radius: 6px;
    padding: 8px 0px 5px 5px;
    margin: 18px 0px !important;
}

/* h3 用戶自定義樣式,以class "lindows2" 標識 */

.lindows2 {
    box-shadow: rgb(95, 90, 75) 0px 0px 0px 1px, rgba(10, 10, 0, 0.5) 1px 1px 6px 1px;
    color: rgb(255, 255, 255);
    font-family: 微軟雅黑, 宋體, 黑體, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 29px;
    line-height: 20px;
    text-shadow: rgb(34, 34, 34) 2px 2px 3px;
    background: rgb(57, 154, 178);
    border-radius: 6px;
    padding: 8px 0px 5px 5px;
    margin: 18px 0px !important;
}
-->

</style>
相關文章
相關標籤/搜索