Re-uploading www directory: 06 Oct 2010 21:15 GTM+1
[dtn] / www / DTN_Technical_Details / Scripts / Widgets / DetailView / DetailView.css
1 div.com-apple-iweb-widget-detailview img.canvas {
2     border: none;
3     vertical-align: middle;
4     position: relative;
5     top: -3px;
6     width: 19px;
7     height: 25px;
8 }
9
10 div.com-apple-iweb-widget-detailview div.thumbnail_view {
11     position: relative;
12     width: 100%;
13     height: 0px;
14     overflow: hidden;
15 }
16
17 div.com-apple-iweb-widget-detailview div.thumbnails_wrapper {
18     position: relative;
19     width: 100%;
20     height: 56px;
21     overflow: hidden;
22 }
23
24 div.com-apple-iweb-widget-detailview div.thumbnails {
25     position: absolute;
26     left: 0px;
27     width: 999999px;
28     height: inherit;
29 }
30
31 div.com-apple-iweb-widget-detailview div.thumbnail {
32     float: left;
33     width: 56px;
34     height: 56px;
35     margin-right: 3px;
36     overflow: hidden;
37 }
38
39 div.com-apple-iweb-widget-detailview div.selected {
40     float: left;
41     width: 52px;
42     height: 52px;
43     margin-right: 3px;
44     border: solid rgb(30,124,253) 2px;
45     overflow: hidden;
46 }
47
48 div.com-apple-iweb-widget-detailview div.selected img {
49     margin-left: -2px;
50     margin-top: -2px;
51 }
52
53 div.com-apple-iweb-widget-detailview div.thumbnail_arrows {
54     position: absolute;
55     top: 27px;
56     width: 19px;
57     height: 56px;
58     z-index: 10;
59     visibility: hidden;
60 }
61
62 div.com-apple-iweb-widget-detailview div.thumbnail_arrows img {
63         position: relative;
64         top: 13px;
65 }
66
67 div.com-apple-iweb-widget-detailview div.thumbnails_back {
68     left: 0px;
69 }
70
71 div.com-apple-iweb-widget-detailview div.thumbnails_forward {
72     right: 0px;
73 }
74
75 div.com-apple-iweb-widget-detailview div.middle {
76     position: relative;
77     margin-left: 18px;
78     margin-right: 18px;
79 }
80
81 div.com-apple-iweb-widget-detailview div.header_controls {
82     margin-top: 2px;
83     top: 2px;
84     height: 25px;
85 }
86
87 div.com-apple-iweb-widget-detailview div.positioned {
88     position: relative;
89     width: 100%;
90 }
91
92 div.com-apple-iweb-widget-detailview div.left {
93     position: absolute;
94     left: 0px;
95 }
96
97 div.com-apple-iweb-widget-detailview div.right {
98     position: absolute;
99     right: 0px;
100 }
101
102 div.com-apple-iweb-widget-detailview div.footer_controls {
103     position: relative;
104     top: 10px;
105     width: 100%;
106     height: 100px;
107 }
108
109 div.com-apple-iweb-widget-detailview a.slideshow_anchor {
110     outline: 0;
111     z-index: 2;
112     position: absolute;
113     width: 100%;
114 }