/i7MEDIA-Mocha/style-gridview.css
http://html5mojo.codeplex.com · CSS · 83 lines · 81 code · 1 blank · 1 comment · 0 complexity · 3b15031368aca7adc0577cfced5a1058 MD5 · raw file
- /* http://weblogs.asp.net/kevinbrammer/archive/2008/05/31/asp-net-gridview-themes.aspx */
-
- .AspNet-GridView {
- border: 1px solid #C6B699;
- color: #5A4934;
- }
- .AspNet-GridView table {
- width: 100%;
- border-collapse: collapse;
- font-family: Arial,Sans-Serif;
- font-size: small;
- table-layout: auto;
- }
- .AspNet-GridView table.editgrid {
- margin: 0;
- }
- .AspNet-GridView > table > thead > tr {
- background: #C6B699; /* Old browsers */
- background: -moz-linear-gradient(top, #D3CAB8 0%, #C6B699 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D3CAB8), color-stop(100%,#C6B699)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #D3CAB8 0%,#C6B699 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #D3CAB8 0%,#C6B699 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #D3CAB8 0%,#C6B699 100%); /* IE10+ */
- background: linear-gradient(to bottom, #D3CAB8 0%,#C6B699 100%); /* W3C */
- text-shadow: 0 0 0 transparent;
- }
- .AspNet-GridView table thead th {
- padding: 5px;
- text-align: left;
- }
- .AspNet-GridView table thead th a {
- display: block;
- text-align: left;
- text-decoration: none;
- }
- .AspNet-GridView table tbody tr td {
- background-color: #ffffff;
- border-left: 1px solid #C6B699;
- padding: 5px;
- color: #3d3d3d;
- }
- .AspNet-GridView table tbody tr td:first-child {
- border-left: medium none;
- }
- .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
- background-color: #e6e6e6;
- color: #3d3d3d;
- }
- .AspNet-GridView div.AspNet-GridView-Pagination {
- background: url('images/HeaderSoftGrey.jpg') repeat-x scroll center center #1D1D1D;
- }
- .AspNet-GridView div.AspNet-GridView-Pagination a {
- border-color: #C6B699;
- border-style: solid;
- border-width: 1px;
- color: #FFF;
- font-size: 16px;
- padding: 2px 10px;
- text-decoration: none;
- }
- .AspNet-GridView div.AspNet-GridView-Pagination span {
- color: #FFF;
- font-size: 16px;
- font-weight: bold;
- padding: 2px 10px;
- text-decoration: none;
- }
- .AspNet-GridView tr.AspNet-GridView-Empty {
- color: #333;
- text-align: center;
- }
- .AspNet-GridView tr.AspNet-GridView-Empty p {
- padding-top: 20px;
- }
- .formResults .AspNet-GridView table thead, .formResults div.AspNet-GridView-Pagination {
- background-image: none;
- }
- html[dir="rtl"] .AspNet-GridView table thead th {
- text-align: right;
- }
- html[dir="rtl"] .AspNet-GridView table thead th a {
- text-align: right;
- }