標籤:

GridView漂亮的樣式

<link href="StyleSheet.css" rel="stylesheet" type="text/css" />

<link href="GamerGridView.css" rel="stylesheet" type="text/css" />

Standard GridView declaration:

<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True"

AutoGenerateColumns="False" CssClass="GridViewStyle" DataKeyNames="CustomerID" DataSourceID="ObjectDataSource1"

GridLines="None">

<Columns>

<!-- Your columns here -->

</Columns>

<FooterStyle CssClass="FooterStyle" />

<RowStyle CssClass="RowStyle" />

<EmptyDataRowStyle CssClass="EmptyRowStyle" />

<PagerStyle CssClass="PagerStyle" />

<SelectedRowStyle CssClass="SelectedRowStyle" />

<HeaderStyle CssClass="HeaderStyle" />

<EditRowStyle CssClass="EditRowStyle" />

<AlternatingRowStyle CssClass="AltRowStyle" />

</asp:GridView>

/*GridViewCSS Glass Black Style*/

.GridViewStyle

{

font-family: Arial, Sans-Serif;

font-size:small;

table-layout: auto;

border-collapse: collapse;

border: #1d1d1d 1px solid;

}

/*Header and Pager styles*/

.HeaderStyle

{

background-image: url(Images/HeaderGamer_left.jpg);

background-position:left;

background-repeat:repeat-x;

height:30px;

}

.PagerStyle

{

background-image: url(Images/PagerGamer.jpg);

background-position:top;

background-repeat:repeat-x;

}

.HeaderStyle th

{

padding: 0px;

color: #ffffff;

}

.HeaderStyle a:link, a:visited

{

text-decoration:none;

color:#ffffff;

display:block;

text-align:left;

font-weight:normal;

border-left:solid 1px #666666;

border-right:solid 1px #1d1d1d;

padding-top:25px;

padding-bottom:9px;

padding-right:5px;

padding-left:5px;

background-image: url(Images/HeaderGamer.jpg);

background-position:top;

background-repeat:repeat-x;

}

.HeaderStyle a:hover

{

background-image: url(Images/HeaderGamer_Hover.jpg);

background-position:top;

background-repeat:repeat-x;

}

.PagerStyle table

{

text-align:center;

margin:auto;

}

.PagerStyle table td

{

border:0px;

padding:5px;/*padding around pager numbers */

}

.PagerStyle td

{

border-top: #1d1d1d 1px solid;/*top border of pager*/

height:40px;

}

.PagerStyle a

{

color:#ffffff;

text-decoration:none;

padding:2px 10px 2px 10px;

/*border around pager numbers*/

border-top:solid 1px #777777;

border-right:solid 1px #333333;

border-bottom:solid 1px #333333;

border-left:solid 1px #777777;

}

.PagerStyle span

{

font-weight:bold;

color:#FFFFFF;

text-decoration:none;

padding:2px 10px 2px 10px;

}

/*RowStyles*/

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/

{

padding: 5px;

border-right: solid 1px #1d1d1d;

}

.RowStyle td

{

background-color: #333333;

color: #ffffff;

}

.AltRowStyle td

{

background-color: #1d1d1d;

color:#ffffff;

}

.SelectedRowStyle td

{

background-color: #ffff66;

}

http://www.cnblogs.com/ldp615/archive/2009/08/07/1541404.html


推薦閱讀:

我用格子紗裙小碎花 打了一場漂亮的時髦翻身仗|尖頭鞋|林允兒|紗裙
太陽太漂亮了 2月26日今天的日全食讓你驚艷
風流全在欲開時(2017春)別人家的花都是漂亮的
ZT:老婆為什麼總是別人的漂亮
太漂亮了,快來一飽眼福吧!五十歲媽媽穿中國風小衫,簡直美炸了

TAG:漂亮 | View |