Incorporate wmcbrine's changes to deliver html for normal web browser plus a mobile...
[pyTivo/wmcbrine/lucasnz.git] / content / main.css
blob9e2490de61bfe127a213db763e05d7d97b8e42cf
1 body {
2 background-color: rgb(250, 250, 250)
5 #titlep {
6 text-align: center
9 #title {
10 font-size: xx-large
13 tr.row0 {
14 background-color: rgb(255, 255, 255)
17 tr.row1 {
18 background-color: rgb(240, 240, 240)
21 tr.header {
22 font-weight: bold;
23 white-space: nowrap;
24 text-align: center
27 .progtitle {
28 font-weight: bold;
29 display: block
32 .progdesc {
33 font-size: small
36 .transferring {
37 background-color: rgb(127, 255, 127)
40 .queued {
41 background-color: rgb(255, 255, 127)
44 .failed {
45 background-color: rgb(255, 127, 127)
48 #main {
49 border: 1px solid rgb(220, 220, 220);
50 background-color: rgb(255, 255, 255)
53 td.progmain {
54 width: 100%
57 td.unbreak {
58 white-space: nowrap;
59 text-align: center
62 img {
63 border: 0