Files
thinkyu/教育訓練系統/Web/App_Themes/Default/Tab.css
T
sryang 577060bc78 chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore
- 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
2026-09-10 09:42:37 +08:00

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;
}