source: extensions/rv_gmaps/trunk/template/windows_13/themes/spread.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: 1.9 KB
Line 
1.overlay_spread {
2        background-color: #85BBEF;
3        filter:alpha(opacity=60);
4        -moz-opacity: 0.6;
5        opacity: 0.6;
6}
7
8.spread_nw {
9        background: transparent url(spread/left-top.gif) no-repeat 0 0;                 
10  width:10px;
11  height:25px;
12}
13
14.spread_n {
15  background: transparent url(spread/top-middle.gif) repeat-x 0 0;                     
16  height:25px;
17}
18
19.spread_ne {
20  background: transparent url(spread/right-top.gif) no-repeat 0 0;                     
21  width:10px;     
22  height:25px;
23}
24
25.spread_w {
26  background: transparent url(spread/frame-left.gif) repeat-y top left;                 
27  width:7px;
28}
29
30.spread_e {
31  background: transparent url(spread/frame-right.gif) repeat-y top right;                       
32  width:7px;     
33}
34
35.spread_sw {
36  background: transparent url(spread/bottom-left-c.gif) no-repeat 0 0;                 
37  width:7px;
38  height:7px;
39}
40
41.spread_s  {
42  background: transparent url(spread/bottom-middle.gif) repeat-x 0 0;                   
43  height:7px;
44}
45
46.spread_se, .spread_sizer {
47  background: transparent url(spread/bottom-right-c.gif) no-repeat 0 0;                 
48  width:7px;
49  height:7px;
50}
51
52.spread_sizer {
53        cursor:se-resize;       
54}
55
56.spread_close {
57        width: 23px;
58        height: 23px;
59        background: transparent url(spread/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.spread_minimize {
68        width: 23px;
69        height: 23px;
70        background: transparent url(spread/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.spread_maximize {
79        width: 23px;
80        height: 23px;
81        background: transparent url(spread/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.spread_title {
90        float:left;
91        height:14px;
92        font-family: Tahoma, Arial, sans-serif;
93        font-size:14px;
94        font-weight:bold;
95        text-align:left;
96        margin-top:2px;
97        width:100%;
98        color:#E47211;
99}
100
101.spread_content {
102        overflow:auto;
103        color: #222;
104        font-family: Tahoma, Arial, sans-serif;
105        font-size: 10px;
106        background:#A9EA00;
107}
108
Note: See TracBrowser for help on using the repository browser.