Magellan Linux

Annotation of /alx-src/tags/alx-web-0_7_0_20170802_2/js/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9681 - (hide annotations) (download) (as text)
Wed Aug 2 15:09:41 2017 UTC (6 years, 9 months ago) by niro
File MIME type: text/css
File size: 912 byte(s)
tagged 'alx-web-0_7_0_20170802_2'
1 niro 1600 /* tables */
2     table.tablesorter {
3     font-family:arial;
4     background-color: #CDCDCD;
5     margin:10px 0pt 15px;
6     font-size: 8pt;
7     width: 100%;
8     text-align: left;
9     }
10     table.tablesorter thead tr th, table.tablesorter tfoot tr th {
11     background-color: #e6EEEE;
12     border: 1px solid #FFF;
13     font-size: 8pt;
14     padding: 4px;
15     }
16     table.tablesorter thead tr .header {
17     background-image: url(bg.gif);
18     background-repeat: no-repeat;
19     background-position: center right;
20     cursor: pointer;
21     }
22     table.tablesorter tbody td {
23     color: #3D3D3D;
24     padding: 4px;
25     background-color: #FFF;
26     vertical-align: top;
27     }
28     table.tablesorter tbody tr.odd td {
29     background-color:#F0F0F6;
30     }
31     table.tablesorter thead tr .headerSortUp {
32     background-image: url(asc.gif);
33     }
34     table.tablesorter thead tr .headerSortDown {
35     background-image: url(desc.gif);
36     }
37     table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
38     background-color: #8dbdd8;
39     }