37 lines
731 B
CSS
37 lines
731 B
CSS
/* 頁籤樣式 */
|
|
a.tabButton
|
|
{
|
|
font-size: 12pt;
|
|
text-decoration : none;
|
|
text-align:center;
|
|
padding-top: 0px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 179px;
|
|
height: 27px;
|
|
line-height: 24px;
|
|
background-image: Url("Img/TabYellow.png");
|
|
background-repeat: no-repeat;
|
|
background-position: 0 0;
|
|
color : Black;
|
|
font-weight: normal;
|
|
}
|
|
|
|
a.tabButtonSelected
|
|
{
|
|
font-size: 12pt;
|
|
text-decoration : none;
|
|
text-align: center;
|
|
padding-top: 0px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 179px;
|
|
height: 27px;
|
|
line-height: 24px;
|
|
background-image: Url("Img/TabYellow.png");
|
|
background-repeat: no-repeat;
|
|
background-position: 0 -27px;
|
|
color : Black;
|
|
font-weight: normal;
|
|
}
|