正反兩極 / 遊戲樣式分享版 好主題 : 3
語法:
<style>
.option-btn , .nametag{
-moz-box-shadow:inset 0px 1px 38px 2px #d1ab73;
-webkit-box-shadow:inset 0px 1px 38px 2px #d1ab73;
box-shadow:inset 0px 1px 38px 2px #d1ab73;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #c7a875) );
background:-moz-linear-gradient( center top, #ffffff 5%, #c7a875 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c7a875');
background-color:#ffffff;
-webkit-border-top-left-radius:42px;
-moz-border-radius-topleft:42px;
border-top-left-radius:42px;
-webkit-border-top-right-radius:42px;
-moz-border-radius-topright:42px;
border-top-right-radius:42px;
-webkit-border-bottom-right-radius:42px;
-moz-border-radius-bottomright:42px;
border-bottom-right-radius:42px;
-webkit-border-bottom-left-radius:42px;
-moz-border-radius-bottomleft:42px;
border-bottom-left-radius:42px;
text-indent:0;
border:1px solid #ab7e35;
display:inline-block;
color:#452145;
font-family:Georgia;
font-size:15px;
font-weight:bold;
font-style:normal;
height:29px;
line-height:29px;
width:100px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #db890d;
}
.option-btn:hover {
-moz-box-shadow:inset 0px 1px 38px 2px #2e281f;
-webkit-box-shadow:inset 0px 1px 38px 2px #2e281f;
box-shadow:inset 0px 1px 38px 2px #2e281f;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4d4332), color-stop(1, #de9011) );
background:-moz-linear-gradient( center top, #4d4332 5%, #de9011 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4332', endColorstr='#de9011');
background-color:#4d4332;
-webkit-border-top-left-radius:42px;
-moz-border-radius-topleft:42px;
border-top-left-radius:42px;
-webkit-border-top-right-radius:42px;
-moz-border-radius-topright:42px;
border-top-right-radius:42px;
-webkit-border-bottom-right-radius:42px;
-moz-border-radius-bottomright:42px;
border-bottom-right-radius:42px;
-webkit-border-bottom-left-radius:42px;
-moz-border-radius-bottomleft:42px;
border-bottom-left-radius:42px;
text-indent:0;
border:1px solid #ffb330;
display:inline-block;
color:#471947;
font-family:Georgia;
font-size:15px;
font-weight:bold;
font-style:normal;
height:29px;
line-height:29px;
width:100px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #ffb338;
}