window_rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. data/CHANGELOG.rdoc +0 -0
  2. data/LICENSE +44 -0
  3. data/README.rdoc +68 -0
  4. data/app/controllers/window_rails_controller.rb +32 -0
  5. data/files/javascripts/debug.js +137 -0
  6. data/files/javascripts/extended_debug.js +113 -0
  7. data/files/javascripts/tooltip.js +241 -0
  8. data/files/javascripts/window.js +1872 -0
  9. data/files/javascripts/window_effects.js +157 -0
  10. data/files/javascripts/window_ext.js +115 -0
  11. data/files/themes/alert.css +119 -0
  12. data/files/themes/alert/bottom.gif +0 -0
  13. data/files/themes/alert/bottom_left.gif +0 -0
  14. data/files/themes/alert/bottom_right.gif +0 -0
  15. data/files/themes/alert/left.gif +0 -0
  16. data/files/themes/alert/overlay.png +0 -0
  17. data/files/themes/alert/progress.gif +0 -0
  18. data/files/themes/alert/right.gif +0 -0
  19. data/files/themes/alert/top.gif +0 -0
  20. data/files/themes/alert/top_left.gif +0 -0
  21. data/files/themes/alert/top_right.gif +0 -0
  22. data/files/themes/alert_lite.css +88 -0
  23. data/files/themes/alphacube.css +150 -0
  24. data/files/themes/alphacube/bottom-left-c.gif +0 -0
  25. data/files/themes/alphacube/bottom-middle.gif +0 -0
  26. data/files/themes/alphacube/bottom-right-c.gif +0 -0
  27. data/files/themes/alphacube/button-close-focus.gif +0 -0
  28. data/files/themes/alphacube/button-max-focus.gif +0 -0
  29. data/files/themes/alphacube/button-min-focus.gif +0 -0
  30. data/files/themes/alphacube/frame-left.gif +0 -0
  31. data/files/themes/alphacube/frame-right.gif +0 -0
  32. data/files/themes/alphacube/left-top.gif +0 -0
  33. data/files/themes/alphacube/right-top.gif +0 -0
  34. data/files/themes/alphacube/top-middle.gif +0 -0
  35. data/files/themes/behavior.htc +51 -0
  36. data/files/themes/darkX.css +121 -0
  37. data/files/themes/darkX/button-close-focused.png +0 -0
  38. data/files/themes/darkX/button-maximize-focused.png +0 -0
  39. data/files/themes/darkX/button-minimize-focused.png +0 -0
  40. data/files/themes/darkX/frame-bottom-left-focused.png +0 -0
  41. data/files/themes/darkX/frame-bottom-mid-focused.png +0 -0
  42. data/files/themes/darkX/frame-bottom-right-focused.png +0 -0
  43. data/files/themes/darkX/frame-left-focused.png +0 -0
  44. data/files/themes/darkX/frame-right-focused.png +0 -0
  45. data/files/themes/darkX/titlebar-left-focused.png +0 -0
  46. data/files/themes/darkX/titlebar-mid-focused.png +0 -0
  47. data/files/themes/darkX/titlebar-right-focused.png +0 -0
  48. data/files/themes/debug.css +25 -0
  49. data/files/themes/default.css +155 -0
  50. data/files/themes/default/bottom_left.gif +0 -0
  51. data/files/themes/default/bottom_mid.gif +0 -0
  52. data/files/themes/default/bottom_right.gif +0 -0
  53. data/files/themes/default/bottom_right_resize.gif +0 -0
  54. data/files/themes/default/center_left.gif +0 -0
  55. data/files/themes/default/center_right.gif +0 -0
  56. data/files/themes/default/clear.gif +0 -0
  57. data/files/themes/default/close.gif +0 -0
  58. data/files/themes/default/inspect.gif +0 -0
  59. data/files/themes/default/maximize.gif +0 -0
  60. data/files/themes/default/minimize.gif +0 -0
  61. data/files/themes/default/overlay.png +0 -0
  62. data/files/themes/default/resize.gif +0 -0
  63. data/files/themes/default/sizer.gif +0 -0
  64. data/files/themes/default/top_left.gif +0 -0
  65. data/files/themes/default/top_mid.gif +0 -0
  66. data/files/themes/default/top_right.gif +0 -0
  67. data/files/themes/iefix/blank.gif +0 -0
  68. data/files/themes/iefix/iepngfix.css +3 -0
  69. data/files/themes/iefix/iepngfix.htc +54 -0
  70. data/files/themes/lighting.css +960 -0
  71. data/files/themes/lighting/background_buttons.gif +0 -0
  72. data/files/themes/lighting/bottom-left-blue.png +0 -0
  73. data/files/themes/lighting/bottom-left-darkblue.png +0 -0
  74. data/files/themes/lighting/bottom-left-green.png +0 -0
  75. data/files/themes/lighting/bottom-left-grey.png +0 -0
  76. data/files/themes/lighting/bottom-middle-blue.png +0 -0
  77. data/files/themes/lighting/bottom-middle-darkblue.png +0 -0
  78. data/files/themes/lighting/bottom-middle-green.png +0 -0
  79. data/files/themes/lighting/bottom-middle-grey.png +0 -0
  80. data/files/themes/lighting/bottom-right-blue.png +0 -0
  81. data/files/themes/lighting/bottom-right-darkblue.png +0 -0
  82. data/files/themes/lighting/bottom-right-green.png +0 -0
  83. data/files/themes/lighting/bottom-right-grey.png +0 -0
  84. data/files/themes/lighting/button-close-blue.png +0 -0
  85. data/files/themes/lighting/button-close-darkblue.png +0 -0
  86. data/files/themes/lighting/button-close-green.png +0 -0
  87. data/files/themes/lighting/button-close-grey.png +0 -0
  88. data/files/themes/lighting/button-maximize-blue.png +0 -0
  89. data/files/themes/lighting/button-maximize-darkblue.png +0 -0
  90. data/files/themes/lighting/button-maximize-green.png +0 -0
  91. data/files/themes/lighting/button-maximize-grey.png +0 -0
  92. data/files/themes/lighting/button-minimize-blue.png +0 -0
  93. data/files/themes/lighting/button-minimize-darkblue.png +0 -0
  94. data/files/themes/lighting/button-minimize-green.png +0 -0
  95. data/files/themes/lighting/button-minimize-grey.png +0 -0
  96. data/files/themes/lighting/left-blue.png +0 -0
  97. data/files/themes/lighting/left-darkblue.png +0 -0
  98. data/files/themes/lighting/left-green.png +0 -0
  99. data/files/themes/lighting/left-grey.png +0 -0
  100. data/files/themes/lighting/pngbehavior.htc +67 -0
  101. data/files/themes/lighting/right-blue.png +0 -0
  102. data/files/themes/lighting/right-darkblue.png +0 -0
  103. data/files/themes/lighting/right-green.png +0 -0
  104. data/files/themes/lighting/right-grey.png +0 -0
  105. data/files/themes/lighting/spinner.gif +0 -0
  106. data/files/themes/lighting/top-left-blue.png +0 -0
  107. data/files/themes/lighting/top-left-darkblue.png +0 -0
  108. data/files/themes/lighting/top-left-green.png +0 -0
  109. data/files/themes/lighting/top-left-grey.png +0 -0
  110. data/files/themes/lighting/top-middle-blue.png +0 -0
  111. data/files/themes/lighting/top-middle-darkblue.png +0 -0
  112. data/files/themes/lighting/top-middle-green.png +0 -0
  113. data/files/themes/lighting/top-middle-grey.png +0 -0
  114. data/files/themes/lighting/top-right-blue.png +0 -0
  115. data/files/themes/lighting/top-right-darkblue.png +0 -0
  116. data/files/themes/lighting/top-right-green.png +0 -0
  117. data/files/themes/lighting/top-right-grey.png +0 -0
  118. data/files/themes/mac_os_x.css +333 -0
  119. data/files/themes/mac_os_x/B.png +0 -0
  120. data/files/themes/mac_os_x/BL.png +0 -0
  121. data/files/themes/mac_os_x/BL_Main.png +0 -0
  122. data/files/themes/mac_os_x/BR.png +0 -0
  123. data/files/themes/mac_os_x/BR_Main.png +0 -0
  124. data/files/themes/mac_os_x/B_Main.png +0 -0
  125. data/files/themes/mac_os_x/L.png +0 -0
  126. data/files/themes/mac_os_x/L_Main.png +0 -0
  127. data/files/themes/mac_os_x/R.png +0 -0
  128. data/files/themes/mac_os_x/R_Main.png +0 -0
  129. data/files/themes/mac_os_x/T.png +0 -0
  130. data/files/themes/mac_os_x/TL.png +0 -0
  131. data/files/themes/mac_os_x/TL_Main.png +0 -0
  132. data/files/themes/mac_os_x/TR.png +0 -0
  133. data/files/themes/mac_os_x/TR_Main.png +0 -0
  134. data/files/themes/mac_os_x/T_Main.png +0 -0
  135. data/files/themes/mac_os_x/close.gif +0 -0
  136. data/files/themes/mac_os_x/maximize.gif +0 -0
  137. data/files/themes/mac_os_x/minimize.gif +0 -0
  138. data/files/themes/mac_os_x_dialog.css +160 -0
  139. data/files/themes/mac_os_x_dialog/B.png +0 -0
  140. data/files/themes/mac_os_x_dialog/BL.png +0 -0
  141. data/files/themes/mac_os_x_dialog/BR.png +0 -0
  142. data/files/themes/mac_os_x_dialog/L.png +0 -0
  143. data/files/themes/mac_os_x_dialog/R.png +0 -0
  144. data/files/themes/mac_os_x_dialog/T.png +0 -0
  145. data/files/themes/mac_os_x_dialog/TL.png +0 -0
  146. data/files/themes/mac_os_x_dialog/TR.png +0 -0
  147. data/files/themes/mac_os_x_dialog/bg.gif +0 -0
  148. data/files/themes/mac_os_x_dialog/close.gif +0 -0
  149. data/files/themes/mac_os_x_dialog/maximize.gif +0 -0
  150. data/files/themes/mac_os_x_dialog/minimize.gif +0 -0
  151. data/files/themes/nuncio.css +164 -0
  152. data/files/themes/nuncio/bottom_left.png +0 -0
  153. data/files/themes/nuncio/bottom_mid.png +0 -0
  154. data/files/themes/nuncio/bottom_right.png +0 -0
  155. data/files/themes/nuncio/center_left.png +0 -0
  156. data/files/themes/nuncio/center_right.png +0 -0
  157. data/files/themes/nuncio/close.png +0 -0
  158. data/files/themes/nuncio/minimize.png +0 -0
  159. data/files/themes/nuncio/overlay.png +0 -0
  160. data/files/themes/nuncio/top_left.png +0 -0
  161. data/files/themes/nuncio/top_mid.png +0 -0
  162. data/files/themes/nuncio/top_right.png +0 -0
  163. data/files/themes/spread.css +108 -0
  164. data/files/themes/spread/bottom-left-c.gif +0 -0
  165. data/files/themes/spread/bottom-middle.gif +0 -0
  166. data/files/themes/spread/bottom-right-c.gif +0 -0
  167. data/files/themes/spread/button-close-focus.gif +0 -0
  168. data/files/themes/spread/button-max-focus.gif +0 -0
  169. data/files/themes/spread/button-min-focus.gif +0 -0
  170. data/files/themes/spread/frame-left.gif +0 -0
  171. data/files/themes/spread/frame-right.gif +0 -0
  172. data/files/themes/spread/left-top.gif +0 -0
  173. data/files/themes/spread/right-top.gif +0 -0
  174. data/files/themes/spread/top-middle.gif +0 -0
  175. data/init.rb +1 -0
  176. data/install.rb +32 -0
  177. data/lib/window_rails.rb +164 -0
  178. data/lib/window_rails/version.rb +3 -0
  179. data/uninstall.rb +9 -0
  180. metadata +260 -0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,160 @@
1
+ .overlay_mac_os_x_dialog {
2
+ background-color: #FF7224;
3
+ filter:alpha(opacity=60);
4
+ -moz-opacity: 0.6;
5
+ opacity: 0.6;
6
+ }
7
+
8
+ .mac_os_x_dialog_nw {
9
+ background: transparent url(mac_os_x_dialog/L.png) repeat-y top left;
10
+ width:16px;
11
+ height:16px;
12
+ }
13
+
14
+ .mac_os_x_dialog_n {
15
+ background: transparent url(mac_os_x_dialog/bg.gif) repeat 0 0;
16
+ height:18px;
17
+ }
18
+
19
+ .mac_os_x_dialog_ne {
20
+ background: transparent url(mac_os_x_dialog/R.png) repeat-y top left;
21
+ width:16px;
22
+ height:16px;
23
+ }
24
+
25
+ .mac_os_x_dialog_w {
26
+ background: transparent url(mac_os_x_dialog/L.png) repeat-y top left;
27
+ width:16px;
28
+ }
29
+
30
+ .mac_os_x_dialog_e {
31
+ background: transparent url(mac_os_x_dialog/R.png) repeat-y top right;
32
+ width:16px;
33
+ }
34
+
35
+ .mac_os_x_dialog_sw {
36
+ background: transparent url(mac_os_x_dialog/BL.png) no-repeat 0 0;
37
+ width:31px;
38
+ height:40px;
39
+ }
40
+
41
+ .mac_os_x_dialog_s {
42
+ background: transparent url(mac_os_x_dialog/B.png) repeat-x 0 0;
43
+ height:40px;
44
+ }
45
+
46
+ .mac_os_x_dialog_se, .mac_os_x_dialog_sizer {
47
+ background: transparent url(mac_os_x_dialog/BR.png) no-repeat 0 0;
48
+ width:31px;
49
+ height:40px;
50
+ }
51
+
52
+ .mac_os_x_dialog_sizer {
53
+ cursor:se-resize;
54
+ }
55
+
56
+ .mac_os_x_dialog_close {
57
+ width: 19px;
58
+ height: 19px;
59
+ background: transparent url(mac_os_x_dialog/close.gif) no-repeat 0 0;
60
+ position:absolute;
61
+ top:12px;
62
+ left:25px;
63
+ cursor:pointer;
64
+ z-index:1000;
65
+ }
66
+
67
+ .mac_os_x_dialog_minimize {
68
+ width: 19px;
69
+ height: 19px;
70
+ background: transparent url(mac_os_x_dialog/minimize.gif) no-repeat 0 0;
71
+ position:absolute;
72
+ top:12px;
73
+ left:45px;
74
+ cursor:pointer;
75
+ z-index:1000;
76
+ }
77
+
78
+ .mac_os_x_dialog_maximize {
79
+ width: 19px;
80
+ height: 19px;
81
+ background: transparent url(mac_os_x_dialog/maximize.gif) no-repeat 0 0;
82
+ position:absolute;
83
+ top:12px;
84
+ left:65px;
85
+ cursor:pointer;
86
+ z-index:1000;
87
+ }
88
+
89
+ .mac_os_x_dialog_title {
90
+ float:left;
91
+ height:14px;
92
+ font-family: Tahoma, Arial, sans-serif;
93
+ font-size:12px;
94
+ text-align:center;
95
+ margin-top:6px;
96
+ width:100%;
97
+ color:#000;
98
+ }
99
+
100
+ .mac_os_x_dialog_content {
101
+ overflow:auto;
102
+ color: #222;
103
+ font-family: Tahoma, Arial, sans-serif;
104
+ font-size: 10px;
105
+ background: transparent url(mac_os_x_dialog/bg.gif) repeat 0 0;
106
+ }
107
+
108
+ .mac_os_x_dialog_buttons {
109
+ text-align: center;
110
+ }
111
+ /* FOR IE */
112
+ * html .mac_os_x_dialog_nw {
113
+ background-color: transparent;
114
+ background-image: none;
115
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x_dialog/L.png", sizingMethod="scale");
116
+ }
117
+
118
+
119
+ * html .mac_os_x_dialog_ne {
120
+ background-color: transparent;
121
+ background-image: none;
122
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x_dialog/R.png", sizingMethod="scale");
123
+ }
124
+
125
+ * html .mac_os_x_dialog_w {
126
+ background-color: transparent;
127
+ background-image: none;
128
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x_dialog/L.png", sizingMethod="scale");
129
+ }
130
+
131
+ * html .mac_os_x_dialog_e {
132
+ background-color: transparent;
133
+ background-image: none;
134
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x_dialog/R.png", sizingMethod="scale");
135
+ }
136
+
137
+ * html .mac_os_x_dialog_sw {
138
+ background-color: transparent;
139
+ background-image: none;
140
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x_dialog/BL.png", sizingMethod="crop");
141
+ }
142
+
143
+ * html .mac_os_x_dialog_s {
144
+ background-color: transparent;
145
+ background-image: none;
146
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x_dialog/B.png", sizingMethod="scale");
147
+ }
148
+
149
+ * html .mac_os_x_dialog_se {
150
+ background-color: transparent;
151
+ background-image: none;
152
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x_dialog/BR.png", sizingMethod="crop");
153
+ }
154
+
155
+ * html .mac_os_x_dialog_sizer {
156
+ background-color: transparent;
157
+ background-image: none;
158
+ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x_dialog/BR.png", sizingMethod="crop");
159
+ }
160
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,164 @@
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
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,108 @@
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
+