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

Last change on this file since 31129 was 19535, checked in by Klarsfeld, 11 years ago
File size: 2.2 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        border: 1px solid black;
9}
10.panorama-container {
11        position: relative;
12        width: 100000px;
13        margin: 0;
14        padding: 0;
15}
16
17.panorama-footer {
18        padding: 0;
19        margin: 0 auto;
20        overflow: hidden;
21        text-align: left;
22        width: 100%;
23}
24
25#panoramaThumb {
26        float: right;
27        margin: 10px 8px 0px 0px;
28        padding: 0px;
29        overflow: hidden;
30        text-align: left;
31        cursor: pointer;
32}
33       
34#thumbFrame {
35        left: 0;
36        padding: 0;
37        margin: 0;
38        background-color: lightblue;
39        cursor: move;
40        z-index: 1000;
41        opacity: 0.4;
42        -moz-opacity: 0.8;
43        filter: alpha(opacity=80);
44}
45
46#panoramaCaption {
47        float: left;
48        margin: 11px 0 0 30px;
49        color : white; /*this.options.captioncolor,*/
50        font-family: "Trebuchet MS";
51        text-align: left;
52        font-size: 12px;
53        line-height: 20px;
54
55}
56       
57.panorama-control {
58        position: absolute;
59        display: none;
60        padding: 0;
61        margin: 0 auto;
62        bottom: -1px;
63        height: 35px;
64        text-align: center;
65}
66
67.panorama-control A {
68        float: left;
69        padding: 0;
70        margin: 2px 0 2px 0;
71        background: #151A23;
72        filter: alpha(opacity=60);
73        opacity: .6;
74        color: white;
75        text-decoration: none;
76        font-size: 24px;
77        font-weight: bold;
78        line-height: 28px;
79        width: 80px;
80        text-align: center;
81        vertical-align: middle;
82        font-family: 'Arial',sans-serif;
83        border: 1px solid yellow;
84        border-radius: 10px;
85}
86.panorama-control A:hover { 
87        text-decoration: none;
88        background: white;
89        color: #151A23;
90}
91
92.footer-control {
93        float: left;
94        padding: 0;
95        margin: 11px 0 0 10px;
96}
97
98.footer-control A {
99        float: left;
100        margin-left: 2px;
101        padding: 4px 0;
102        color: white;
103        text-decoration: none;
104        font-size: 12px;
105        font-weight: bold;
106        height: 16px;
107        width: 25px;
108        text-align: center;
109        /*vertical-align: middle;*/
110        font-family: 'Arial',sans-serif;
111        border: 1px solid gray;
112        border-radius: 5px;
113}
114
115.panorama-control-pause {
116        text-transform: uppercase;
117}
118.panorama-panel {
119        position: absolute;
120        display: none;
121        top: 0;
122        right: 0;
123        background: #009cff;
124        filter: alpha(opacity=50);
125        opacity: .5;
126        color: white;
127        padding: 4px;
128}
129.panorama-panel h2 {
130        font-size: 11px;
131        text-transform: uppercase;
132        font-family: Arial, sans-serif;
133        text-align: right;
134}
135.panorama-panel ul {
136        display: none;
137}
138.panorama {
139        position: relative;
140        margin: 0;
141        padding: 0;
142}
143
Note: See TracBrowser for help on using the repository browser.