source: ether_statistics/web/resources/js/windows_js_1.3/themes/nuncio.css @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 3.7 KB
Line 
1.overlay_nuncio img { border: none; }
2
3.overlay_nuncio {
4        background-color: #666666;
5}
6
7.nuncio_nw {
8        width: 12px;
9        height: 28px;
10        background: url(nuncio/top_left.png) no-repeat;         
11}
12
13.nuncio_n {
14        background: url(nuncio/top_mid.png) repeat-x;
15        height: 28px;
16}
17
18.nuncio_ne {
19        width: 21px;
20        height: 28px;
21        background: url(nuncio/top_right.png) no-repeat;               
22}
23
24.nuncio_e {
25        width: 21px;
26        background: url(nuncio/center_right.png)  repeat-y top right;           
27}
28
29.nuncio_w {
30        width: 12px;
31        background: url(nuncio/center_left.png) repeat-y top left;                     
32}
33
34.nuncio_sw {
35        width: 12px;
36        height: 18px;
37        background: url(nuncio/bottom_left.png) no-repeat;                     
38}
39
40.nuncio_s {
41        background: url(nuncio/bottom_mid.png) repeat-x 0 0;                           
42        height: 18px;
43}
44
45.nuncio_se, .nuncio_sizer {
46        width: 21px;
47        height: 18px;
48        background: url(nuncio/bottom_right.png) no-repeat;                     
49}
50
51.nuncio_close {
52        width: 14px;
53        height: 14px;
54        background: url(nuncio/close.png) no-repeat;                   
55        position:absolute;
56        top:10px;
57        right:22px;
58        cursor:pointer;
59        z-index:2000;
60}
61
62.nuncio_minimize {
63        width: 14px;
64        height: 15px;
65        background: url(nuncio/minimize.png) no-repeat;                 
66        position:absolute;
67        top:10px;
68        right:40px;
69        cursor:pointer;
70        z-index:2000;
71}
72
73.nuncio_title {
74        float:left;
75        font-size:11px;
76        font-weight: bold;
77        font-style: italic;
78        color: #fff;
79        width: 100%
80}
81
82.nuncio_content {
83        background: url(nuncio/overlay.png) repeat;
84        overflow:auto;
85        color: #ddd;
86        font-family: Tahoma, Arial, "sans-serif";
87        font-size: 10px;
88}
89
90.nuncio_sizer {
91        cursor:se-resize;       
92}
93
94
95.top_draggable, .bottom_draggable {
96  cursor:move
97}
98/* FOR IE */
99* html .nuncio_nw {
100        background-color: transparent;
101        background-image: none;
102        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/top_left.png", sizingMethod="crop");
103}
104
105* html .nuncio_n {
106        background-color: transparent;
107        background-image: none;
108        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/top_mid.png", sizingMethod="scale");
109}
110
111* html .nuncio_ne {
112        background-color: transparent;
113        background-image: none;
114        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/top_right.png", sizingMethod="crop");
115}
116
117* html .nuncio_w {
118        background-color: transparent;
119        background-image: none;
120        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/center_left.png", sizingMethod="scale");
121}
122
123* html .nuncio_e {
124        background-color: transparent;
125        background-image: none;
126        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/center_right.png", sizingMethod="scale");
127}
128
129* html .nuncio_sw {
130        background-color: transparent;
131        background-image: none;
132        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/bottom_left.png", sizingMethod="crop");
133}
134
135* html .nuncio_s {
136        background-color: transparent;
137        background-image: none;
138        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/bottom_mid.png", sizingMethod="scale");
139}
140
141* html .nuncio_se {
142        background-color: transparent;
143        background-image: none;
144        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/bottom_right.png", sizingMethod="crop");
145}
146
147* html .nuncio_sizer {
148        background-color: transparent;
149        background-image: none;
150        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/bottom_right.png", sizingMethod="crop");
151}
152
153* html .nuncio_close {
154        background-color: transparent;
155        background-image: none;
156        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/close.png", sizingMethod="crop");
157}
158
159* html .nuncio_minimize {
160        background-color: transparent;
161        background-image: none;
162        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/nuncio/minimize.png", sizingMethod="crop");
163}
164
Note: See TracBrowser for help on using the repository browser.