Move table styling to CSS; other CSS changes. Much more to do here.
[pyTivo/wmcbrine/lucasnz.git] / content / main.css
blob4772faca6b4b2b9b86fe307e1637710b3dc593fd
1 body {
2 color: black;
3 background: #fafafa;
4 font-family: Helvetica, sans-serif
7 #titlep {
8 text-align: center
11 #title {
12 font-size: xx-large
15 tr.row0 {
16 background: white
19 tr.row1 {
20 background: #f0f0f0
23 .progtitle {
24 font-weight: bold;
25 display: block
28 .progdesc {
29 font-size: small
32 .transferring {
33 background: #7fff7f
36 .queued {
37 background: #ffff7f
40 .failed {
41 background: #ff7f7f
44 #main {
45 border: 1px solid #dcdcdc;
46 background: white;
47 padding: 4px;
48 border-spacing: 0;
49 border-collapse: collapse
52 td {
53 padding: 4px
56 td.progmain {
57 width: 100%
60 td.unbreak {
61 white-space: nowrap;
62 text-align: center
65 img {
66 border: 0