source: extensions/rv_gmaps/trunk/template/windows_13/themes/alphacube.css @ 3447

Last change on this file since 3447 was 3447, checked in by rvelices, 15 years ago
  • added RV Map & Earth extension
  • Property svn:eol-style set to LF
File size: 2.6 KB
Line 
1.overlay_alphacube {
2        background-color: #85BBEF;
3        filter:alpha(opacity=60);
4        -moz-opacity: 0.6;
5        opacity: 0.6;
6}
7
8.alphacube_nw {
9        background: transparent url(alphacube/left-top.gif) no-repeat 0 0;                     
10  width:10px;
11  height:25px;
12}
13
14.alphacube_n {
15  background: transparent url(alphacube/top-middle.gif) repeat-x 0 0;                   
16  height:25px;
17}
18
19.alphacube_ne {
20  background: transparent url(alphacube/right-top.gif) no-repeat 0 0;                   
21  width:10px;     
22  height:25px;
23}
24
25.alphacube_w {
26  background: transparent url(alphacube/frame-left.gif) repeat-y top left;                     
27  width:7px;
28}
29
30.alphacube_e {
31  background: transparent url(alphacube/frame-right.gif) repeat-y top right;                   
32  width:7px;     
33}
34
35.alphacube_sw {
36  background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0;                       
37  width:7px;
38  height:7px;
39}
40
41.alphacube_s {
42  background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0;                       
43  height:7px;
44}
45
46.alphacube_se, .alphacube_sizer  {
47  background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0;                     
48  width:7px;
49  height:7px;
50}
51
52.alphacube_sizer {
53        cursor:se-resize;       
54}
55
56.alphacube_close {
57        width: 23px;
58        height: 23px;
59        background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;                   
60        position:absolute;
61        top:0px;
62        right:11px;
63        cursor:pointer;
64        z-index:1000;
65}
66
67.alphacube_minimize {
68        width: 23px;
69        height: 23px;
70        background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0;                     
71        position:absolute;
72        top:0px;
73        right:55px;
74        cursor:pointer;
75        z-index:1000;
76}
77
78.alphacube_maximize {
79        width: 23px;
80        height: 23px;
81        background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0;                     
82        position:absolute;
83        top:0px;
84        right:33px;
85        cursor:pointer;
86        z-index:1000;
87}
88
89.alphacube_title {
90        float:left;
91        height:14px;
92        font-size:14px;
93        text-align:center;
94        margin-top:2px;
95        width:100%;
96        color:#123456;
97}
98
99.alphacube_content {
100        overflow:auto;
101        color: #000;
102        font-family: Tahoma, Arial, sans-serif;
103  font: 12px arial;
104        background:#FDFDFD;
105}
106
107/* For alert/confirm dialog */
108.alphacube_window {
109        border:1px solid #F00; 
110        background: #FFF;
111        padding:20px;
112        margin-left:auto;
113        margin-right:auto;
114        width:400px;
115}
116
117.alphacube_message {
118  font: 12px arial;
119        text-align:center;
120        width:100%;
121        padding-bottom:10px;
122}
123
124.alphacube_buttons {
125        text-align:center;
126        width:100%;
127}
128
129.alphacube_buttons input {
130        width:20%;
131        margin:10px;
132}
133
134.alphacube_progress {
135        float:left;
136        margin:auto;
137        text-align:center;
138        width:100%;
139        height:16px;
140        background: #FFF url('alert/progress.gif') no-repeat center center
141}
142
143.alphacube_wired_frame {
144        background: #FFF;
145        filter:alpha(opacity=60);
146        -moz-opacity: 0.6;
147        opacity: 0.6;   
148}
149
150
Note: See TracBrowser for help on using the repository browser.