hasTStivo has been removed from wmcrbines git
[pyTivo/wmcbrine/lucasnz.git] / content / main_mob.css
blob30ce150d5f7e11f31ac4464e0fdf927ba17138e0
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 #titleA {
31 color:#FFFFFF;
32 text-decoration:none;}
33 #header td{
34 font-size: 16px;
35 font-weight: bold;
36 text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
37 padding: 5px 0px 5px 0px;
38 background-color: #B1B5C0;
39 color: #FFFFFF;
40 border-bottom:1px solid #000;
41 border-top:1px solid #000;
43 #headerA {
44 color:#FFFFFF;
45 text-decoration:none;
46 margin-left:15px;
48 #pushmenu {
49 position: absolute;
50 top: 8px;
51 right:10px;
52 color:#FFFFFF;
53 text-decoration:none;
56 #ColA {
57 font-size: 16px;
58 font-weight: bold;
59 overflow: hidden;
60 padding-left: 15px;
61 padding-right: 15px;
62 color:black;
63 text-decoration:none;
64 max-width:100px;
66 #ColB {
67 text-align: center;
68 width: 22px;
70 #ColC {
71 text-align: left;
72 padding-right: 10px;
73 width: 22px
75 #ColA1 {
76 padding-left: 15px;
78 #truncate {
79 overflow: hidden;
80 height: 20px;
83 #count {
84 width:18px;
85 margin-left:3px;
86 background-color:#919191;
87 border: 2px solid #919191;
88 border-radius: 6px;
89 -moz-border-radius: 6px;
90 text-align: center;
91 font-size: 14px;
92 color: white;
94 .progtitle {
95 display: block;
96 font-weight: bold;
97 font-size: 16px;
98 vertical-align: text-top;
101 .date {
102 float:right;
103 padding-right:20px;
104 padding-top: 4px;
105 font-weight: bold;
106 vertical-align: text-top;
107 font-size: 12px;
108 color: blue;
110 .rectxt {
111 font-size: 14px;
112 font-weight: normal;
113 color:#919191;
115 .recdate{
116 font-size: 14px;
117 font-weight: normal;
118 color:#919191;
121 .progdesc {
122 display: block;
123 font-size: 16px;
124 font-weight: normal;
125 text-align: justify;
128 a:link {
129 color:black;
130 text-decoration:none;}
131 a:visited {
132 color:black;
133 text-decoration:none;}
134 a:hover {
135 color:blue;
136 text-decoration:none;}
138 .transferring {
139 background-color: rgb(127, 255, 127)
142 .queued {
143 background-color: rgb(255, 255, 127)
146 .failed {
147 background-color: rgb(255, 127, 127)
150 td.unbreak {
151 white-space: nowrap;
152 text-align: center