repo.or.cz
/
pyTivo
/
wmcbrine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use cp1252 instead of iso8859-1 for Windows 8-bit characters.
[pyTivo/wmcbrine.git]
/
content
/
main.css
blob
7ef3c617eb7a8667485358c49934bfc003f99645
1
body
{
2
color
:
black
;
3
background
:
#fafafa
;
4
font-family
:
Helvetica
,
sans-serif
5
}
6
7
#titlep
{
8
text-align
:
center
9
}
10
11
#title
{
12
font-size
:
xx-large
13
}
14
15
tr
.
row0
{
16
background
:
white
17
}
18
19
tr
.
row1
{
20
background
:
#f0f0f0
21
}
22
23
.progtitle
{
24
font-weight
:
bold
;
25
display
:
block
26
}
27
28
.progdesc
{
29
font-size
:
small
30
}
31
32
.transferring
{
33
background
:
#7fff7f
34
}
35
36
.queued
{
37
background
:
#ffff7f
38
}
39
40
.failed
{
41
background
:
#ff7f7f
42
}
43
44
#main
{
45
border
:
1px
solid
#dcdcdc
;
46
background
:
white
;
47
padding
:
4px
;
48
border-spacing
:
0
;
49
border-collapse
:
collapse
50
}
51
52
td
{
53
padding
:
4px
54
}
55
56
td
.
progmain
{
57
width
:
100
%
58
}
59
60
td
.
progsize
{
61
white-space
:
nowrap
;
62
text-align
:
right
63
}
64
65
td
.
progdate
{
66
white-space
:
nowrap
;
67
text-align
:
left
68
}
69
70
img
{
71
border
:
0
72
}