source: extensions/Panoramas/css/AS_Panorama.css @ 9508

Last change on this file since 9508 was 6527, checked in by vdigital, 14 years ago

jQuery Panoramas

Licence : GPL
http://www.openstudio.fr/Un-viewer-de-panoramas-simple-en.html

File size: 1.3 KB
Line 
1.panorama-viewport {
2        position: relative;
3        width: 600px;
4        overflow: hidden;
5        margin: 0 auto;
6        padding: 0;
7        text-align: left;
8}
9.panorama-container {
10        position: relative;
11        width: 100000px;
12        margin: 0;
13        padding: 0;
14
15}
16.panorama-control {
17        position: absolute;
18        display: none;
19        padding: 0;
20        margin: 0;
21        bottom: -1px;
22        left: 0;
23        width: 100%;
24        height: 30px;
25        background: #542;
26        filter: alpha(opacity=50);
27        opacity: .5;
28        text-align: left;
29}
30.panorama-control-left, .panorama-control-right, .panorama-control-pause { 
31        float: left;
32        padding: 0;
33        margin: 0;
34        color: white;
35        text-decoration: none;
36        font-size: 24px;
37  font-weight: bold;
38        line-height: 30px;
39        width: 33%;
40        text-align: center;
41        font-family: 'Arial',sans-serif
42}
43.panorama-control-left:hover, .panorama-control-right:hover, .panorama-control-pause:hover { 
44        text-decoration: none;
45}
46.panorama-control-pause {
47        text-transform: uppercase;
48}
49.panorama-panel {
50        position: absolute;
51        display: none;
52        top: 0;
53        right: 0;
54        background: #009cff;
55        filter: alpha(opacity=50);
56        opacity: .5;
57        color: white;
58        padding: 4px;
59}
60.panorama-panel h2 {
61        font-size: 11px;
62        text-transform: uppercase;
63        font-family: Arial, sans-serif;
64        text-align: right;
65}
66.panorama-panel ul {
67        display: none;
68}
69.panorama {
70        position: relative;
71        margin: 0;
72        padding: 0;
73        border: none;
74}
75
Note: See TracBrowser for help on using the repository browser.