Incorporate wmcbrine's changes to deliver html for normal web browser plus a mobile...
[pyTivo/wmcbrine/lucasnz.git] / content / main_mob.css
blob6c3125cfc30f4f8fb9353f6f5d2af9126334ecfe
1 html body {
2 width: 100%;
3 padding:0;
4 margin: 0;
5 font-family: Gill, Helvetica, sans-serif;
7 table {
8 border-collapse:collapse;
9 border: 1px solid black;
10 width: 100%;
13 table, td {
14 border: 1px solid #E0E0E0;
15 border-left: hidden;
16 border-right: hidden;
17 padding-top: 8px;
18 padding-bottom: 8px;
20 #title {
21 margin: 0;
22 padding: 10px;
23 line-height: 20px;
24 font-size: 18px;
25 font-weight: bold;
26 text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
27 color: #FFFFFF;
28 background: url(iPhoneToolbar.png) #7388a5 repeat-x;
30 #header td{
31 font-size: 16px;
32 font-weight: bold;
33 text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
34 padding: 5px 0 5px 15px;
35 background-color: #B1B5C0;
36 color: #FFFFFF;
37 border: 1px solid black;
39 #pushmenu {
40 position: absolute;
41 top: 8px;
42 right:10px;
45 #ColA {
46 font-size: 16px;
47 font-weight: bold;
48 overflow: hidden;
49 padding-left: 15px;
50 padding-right: 15px;
51 color:black;
52 text-decoration:none;
54 #ColB {
55 text-align: center;
56 width: 22px;
58 #ColC {
59 text-align: center;
60 padding-right: 10px;
61 width: 22px
63 #ColA1 {
64 padding-left: 15px;
66 #truncate {
67 overflow: hidden;
68 height: 20px;
71 #count {
72 width:18px;
73 margin-left:3px;
74 background-color:#919191;
75 border: 2px solid #919191;
76 border-radius: 6px;
77 -moz-border-radius: 6px;
78 text-align: center;
79 font-size: 14px;
80 color: white;
82 .progtitle {
83 display: block;
84 font-weight: bold;
85 font-size: 16px;
86 vertical-align: text-top;
89 .date {
90 float:right;
91 padding-right:20px;
92 padding-top: 4px;
93 font-weight: bold;
94 vertical-align: text-top;
95 font-size: 12px;
96 color: blue;
98 .rectxt {
99 font-size: 14px;
100 font-weight: normal;
101 color:#919191;
103 .recdate{
104 font-size: 14px;
105 font-weight: normal;
106 color:#919191;
109 .progdesc {
110 display: block;
111 font-size: 16px;
112 font-weight: normal;
113 text-align: justify;
116 a:link {
117 color:black;
118 text-decoration:none;}
119 a:visited {
120 color:black;
121 text-decoration:none;}
122 a:hover {
123 color:blue;
124 text-decoration:none;}
126 .transferring {
127 background-color: rgb(127, 255, 127)
130 .queued {
131 background-color: rgb(255, 255, 127)
134 .failed {
135 background-color: rgb(255, 127, 127)
138 td.unbreak {
139 white-space: nowrap;
140 text-align: center