]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - css/tablesorter.css
Add plain API format
[Github/YOURLS.git] / css / tablesorter.css
1 /* jQuery Table Sorter */
2 table.tblSorter {
3         font-family:Verdana, Arial;
4         background-color: #CDCDCD;
5         margin:10px 0px 0px;
6         font-size: 8pt;
7         width: 100%;
8         text-align: left;
9 }
10 table.tblSorter thead tr th, table.tblSorter tfoot tr th, table.tblSorter th.header {
11         background-color: #C7E7FF;
12         border: 1px solid #FFF;
13         font-size: 8pt;
14         padding: 4px;
15 }
16 table.tblSorter tfoot tr th {
17         background-color: #E3F3FF;
18 }
19 table.tblSorter thead tr .tablesorter-header {
20         background-image: url('../images/bg.gif');
21         background-repeat: no-repeat;
22         background-position: center right;
23         cursor: pointer;
24         padding-right:10px;
25 }
26 table.tblSorter thead tr .sorter-false {
27         background-image: none;
28         cursor:default;
29 }
30 table.tblSorter tbody td {
31         color: #3D3D3D;
32         padding: 4px;
33         background-color: #FFF;
34         vertical-align: top;
35 }
36 table.tblSorter tbody tr.normal-row td {
37         background: #F1F9FF;
38 }
39 table.tblSorter tbody tr.alt-row td {
40
41 }
42 table.tblSorter tbody tr.normal-row:hover td  {
43         background-color:#F1FFF6;
44 }
45 table.tblSorter tbody tr.alt-row:hover td  {
46         background-color:#F1FFF6;
47 }
48 table.tblSorter thead tr .tablesorter-headerDesc {
49         background-image: url('../images/desc.gif');
50         background-repeat: no-repeat;
51         background-position: center right;
52 }
53 table.tblSorter thead tr .tablesorter-headerAsc {
54         background-image: url('../images/asc.gif');
55         background-repeat: no-repeat;
56         background-position: center right;
57 }
58 table.tblSorter thead tr .tablesorter-headerAsc, table.tblSorter thead tr .tablesorter-headerDesc {
59         background-color: #91C7F2;
60 }
61 table.tblSorter tfoot tr {
62         background-color: #BCD9E8;
63 }
64 #filter_form{
65         float:left;
66         text-align:left;
67         max-width:69%;
68 }
69 #filter_buttons{
70         float:right;
71 }
72 #pagination{
73         text-align:right;
74         float:right;
75         width:30%;
76 }
77 .navigation .nav_total{
78         display:block;
79         margin-bottom:10px;
80 }
81 .navigation .nav_link a, .navigation .nav_current {
82         border:1px solid #CDCDCD;
83         margin:0px 2px;
84         padding:2px 1px;
85         background:#fff;
86         text-align:center;
87         min-width:15px;
88         display:inline-block;
89 }
90 .navigation .nav_current {
91         border:0px;
92         background:none;
93 }
94 .navigation .nav_first a, .navigation .nav_last a {
95         padding:2px 2px;
96 }
97 .navigation .nav_prev:before, .navigation .nav_next:after {
98         content:"...";
99 }
100 .navigation .nav_link a:hover {
101         border:1px solid #BCD9E8;
102         background:#BCD9E8;
103         text-decoration:none;
104 }