~ubuntu-branches/ubuntu/wily/cardstories/wily-proposed

« back to all changes in this revision

Viewing changes to static/css/tablesorter.css

  • Committer: Bazaar Package Importer
  • Author(s): Loic Dachary (OuoU)
  • Date: 2011-05-26 14:25:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110526142517-k59xlg9thvygh54w
Tags: 1.0.3-1
* upstream release
* add apache configuration
* Debconf templates and debian/control reviewed by the debian-l10n-
  english team as part of the Smith review project. Closes: #627277
* [Debconf translation updates]
* Japanese (Hideki Yamane).  Closes: #626376
* Russian (Yuri Kozlov).  Closes: #627682
* Danish (Joe Hansen).  Closes: #627707
* Portuguese (Rui Branco).  Closes: #627725
* Czech (Michal Simunek).  Closes: #627802
* Swedish (Martin Bagge / brother).  Closes: #627852
* Dutch; (Jeroen Schot).  Closes: #628098
* French (Julien Patriarca).  Closes: #628366
* German (Holger Wansing).  Closes: #628625
* Spanish; (Francisco Javier Cuadrado).  Closes: #629063
* Brazilian Portuguese (Adriano Rafael Gomes).  Closes: #629241
* Remove SSL support until python openssl is fixed (Closes: #628249).
* section changed to games (Closes: #627180).
* depends on httpd or nginx (Closes: #627181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* tables */
 
2
table.tablesorter {
 
3
        font-family:helvetica;
 
4
        margin:10px 0pt 15px;
 
5
        width: 100%;
 
6
        text-align: left;
 
7
        border-style: hidden; 
 
8
}
 
9
 
 
10
table.tablesorter thead tr th,
 
11
table.tablesorter tfoot tr th {
 
12
        color: #373735;
 
13
        background-color: #d3d3d3;
 
14
        border: 1px solid #DBDBDB;
 
15
        font-size: 16pt;
 
16
        padding: 4px;
 
17
}
 
18
 
 
19
table.tablesorter tbody tr td {
 
20
        border: 1px solid #DBDBDB;
 
21
}
 
22
 
 
23
table.tablesorter thead tr th.role {
 
24
    width: 150px;
 
25
}
 
26
 
 
27
table.tablesorter thead tr .header {
 
28
        background-image: url(images/lobby_arrow.png);
 
29
        background-repeat: no-repeat;
 
30
        margin: 5px;
 
31
        background-position: center right;
 
32
        cursor: pointer;
 
33
}
 
34
table.tablesorter tbody td {
 
35
        padding: 4px 10px;
 
36
        background-color: transparent;
 
37
        vertical-align: center;
 
38
}
 
39
 
 
40
table.tablesorter tbody tr td.status {
 
41
    color: #B3B0A1;
 
42
        font-size: 15pt;
 
43
}
 
44
 
 
45
table.tablesorter tbody tr td.sentence {
 
46
        color: #E1E1E5;
 
47
        font-size: 13pt;
 
48
}
 
49
 
 
50
table.tablesorter tbody tr.odd td {
 
51
        background-color:#F0F0F6;
 
52
}
 
53
table.tablesorter thead tr .headerSortUp {
 
54
        background-image: url(images/lobby_arrow_up.png);
 
55
}
 
56
table.tablesorter thead tr .headerSortDown {
 
57
        background-image: url(images/lobby_arrow_down.png);
 
58
}
 
59
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
 
60
background-color: #eeded4;
 
61
}