chore: 首次簽入 Thinkyu ASP.NET 專案
- 加入 Visual Studio / ASP.NET .gitignore - 排除建置輸出、IDE 設定、NuGet packages、大型 MSI 安裝檔
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
/* 頁籤樣式 */
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user