forked from lupo49/plugin-sql
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.css
More file actions
Latest commit
76 lines (66 loc) · 1.41 KB
/
Copy pathall.css
File metadata and controls
76 lines (66 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* ---------- database tables ------------------- */
.sortable
{
padding:0;
border-collapse: collapse;
border:1px solid #333;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
color:#000;
background:#c3d8ecurl("images/dbTable.jpg") top left repeat-x;
}
.sortablecaption
{
caption-side: top;
font-size:0.9em;
font-style: italic;
text-align: right;
padding:0.5em0;
}
.sortableth, .sortabletd
{
border:1px dotted #666;
padding:0.5em;
text-align: right;
color:#632a39;
}
.sortableth[scope=col]
{
color:#000;
background-color:#8fadcc;
text-transform: uppercase;
font-size:1.0em;
border-bottom:2px solid #333;
border-right:2px solid #333;
font-weight: bold;
cursor: default;
}
.sortableth+th[scope=col]
{
color:#fff;
background-color:#7d98b3;
border-right:1px dotted #666;
}
.sortableth[scope=row]
{
background-color:#b8cfe5;
border-right:2px solid #333;
}
.sortabletr.altth, .sortabletr.alttd, .sortabletr.alta
{
color:#2a4763;
}
.sortablea
{
color:#632a39;
}
.sortabletr:hoverth[scope=row], .sortabletr:hovertd, .sortabletr:hovera
{
background-color:#2753d2;
color:#fff;
}
.sortabletr:hovera
{
border-bottom:1px dotted #fff;
}
.hidden {visibility:hidden}