国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
使用主題來自動包裝控件樣式

管理網(wǎng)站可以直接使用這種主題,很方便。

建立一個主題文件夾,css代碼如下:

body
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: normal;
    color
: #000000;
}

.TableBG
{    
    background-color
: #cccccc;
}

.ItemStyle 
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: normal;
    color
: #000000;
    background-color
: #FFFFFF;
    line-height
: 20px;    
}

.AlternateItemStyle 
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    line-height
: 15pt;
    font-weight
: normal;
    color
: #000000;
    background-color
: #F1F7FC;
    
}

.HeaderStyle 
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    line-height
: 15pt;
    font-weight
: bold;
    color
: #FFFFFF;
    background-image
: url(images/tile_back.gif);    
    text-align
:center;
}

.FooterStyle 
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    line-height
: 15pt;
    font-weight
: normal;
    color
: #000000;
    background-image
: url(images/tile_sub.gif);
    text-align
:center;
}


{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: normal;
    color
: #000000;
    text-decoration
: none;
    cursor
: hand;
}

a:hover 
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: normal;
    color
: #4083D5;
    text-decoration
: none;
    cursor
: hand;
    background-color
: #FFFFFF;
}

a.a2
 
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: bold;
    color
: #FFFFFF;
    text-decoration
: none;
    cursor
: hand;
}

a.a2:hover 
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: bold;
    color
: #4083D5;
    text-decoration
: none;
    cursor
: hand;
    background-color
: #FFFFFF;
}

.TextBox
{
    onfocus
:expression(onfocus=function (){this.style.borderColor ='#4083D5';});
    onblur: expression(onblur=function ()
{this.style.borderColor='#CCCCCC';});
    font-family: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size: 9pt;
    color: #000000;    
    border: 1pt solid #CCCCCC;
    height: 18px;
}


.Button
{
    onmouseover
:expression(onmouseover=function (){this.style.color='#0a246a';});
    onmouseout: expression(onmouseout=function ()
{this.style.color='#000000';});
    height: 18pt;
    font-family: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
}

.DropDownList
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: normal;
    color
: #000000;
}

.ListBox
{
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: normal;
    color
: #000000;
}

.CheckBoxList
{
    padding
: 4px;
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: normal;
    border
: 1pt solid #CCCCCC;
    color
: #000000;
}

.RadioButtonList
{
    padding
: 4px;
    font-family
: Verdana, Lucida, Arial, Helvetica, "宋體", sans-serif;
    font-size
: 9pt;
    font-weight
: normal;
    border
: 1pt solid #CCCCCC;
    color
: #000000;
}

skin文件代碼如下:

<asp:TextBox runat="server" CssClass="TextBox" />
<asp:Button runat="server" CssClass="Button"/>
<asp:DropDownList runat="server" CssClass="DropDownList"/>
<asp:ListBox runat="server" CssClass="ListBox" />
<asp:CheckBoxList runat="server" CssClass="CheckBoxList" />
<asp:RadioButtonList runat="server" CssClass="RadioButtonList" />
<asp:GridView runat="server" CssClass="TableBG" BorderWidth="0" CellPadding="5" CellSpacing="1">
    
<RowStyle CssClass="ItemStyle" />
    
<AlternatingRowStyle CssClass="AlternateItemStyle" />
    
<PagerStyle CssClass="FooterStyle" />
    
<HeaderStyle CssClass="HeaderStyle" />
</asp:GridView>
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
談?wù)劸W(wǎng)頁設(shè)計中的字體應(yīng)用(4):實戰(zhàn)應(yīng)用篇·下
英文字體分類
WEB安全字體(Web Safe Fonts)
CSS學(xué)習(xí)之三 字體使用說明_CSS教程_Div+CSS_網(wǎng)頁制作_腳本之家
笑看花開是心情?靜賞花落是境界
?。。。。【W(wǎng)頁字體設(shè)置你了解嗎? – 攜程UED
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服