cobweb 0.0.38 → 0.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. data/README.textile +1 -1
  2. data/lib/cobweb.rb +3 -1
  3. data/lib/cobweb_crawler.rb +98 -100
  4. data/lib/crawl_job.rb +3 -4
  5. data/lib/server.rb +98 -0
  6. data/lib/stats.rb +141 -64
  7. data/public/css/accordion.css +45 -0
  8. data/public/css/custom.css +13 -0
  9. data/public/css/datatable.css +189 -0
  10. data/public/css/datepicker.css +171 -0
  11. data/public/css/form-buttons.css +180 -0
  12. data/public/css/forms.css +489 -0
  13. data/public/css/jquery.fancybox-1.3.4.css +282 -0
  14. data/public/css/jquery.treeview.css +103 -0
  15. data/public/css/link-buttons.css +187 -0
  16. data/public/css/login.css +110 -0
  17. data/public/css/menu.css +156 -0
  18. data/public/css/messages.css +58 -0
  19. data/public/css/modalbox.css +63 -0
  20. data/public/css/statics.css +57 -0
  21. data/public/css/style.css +497 -0
  22. data/public/css/style_text.css +128 -0
  23. data/public/css/tabs.css +58 -0
  24. data/public/css/wysiwyg-editor.css +18 -0
  25. data/public/css/wysiwyg.css +149 -0
  26. data/public/css/wysiwyg.modal.css +69 -0
  27. data/public/gfx/back-menu.gif +0 -0
  28. data/public/gfx/back-submenu.gif +0 -0
  29. data/public/gfx/background.gif +0 -0
  30. data/public/gfx/box-hide.png +0 -0
  31. data/public/gfx/box-search.png +0 -0
  32. data/public/gfx/box-title.gif +0 -0
  33. data/public/gfx/code.gif +0 -0
  34. data/public/gfx/datepicker-arrows.gif +0 -0
  35. data/public/gfx/fancybox/blank.gif +0 -0
  36. data/public/gfx/fancybox/fancy_close.png +0 -0
  37. data/public/gfx/fancybox/fancy_loading.png +0 -0
  38. data/public/gfx/fancybox/fancy_nav_left.png +0 -0
  39. data/public/gfx/fancybox/fancy_nav_right.png +0 -0
  40. data/public/gfx/fancybox/fancy_title_left.png +0 -0
  41. data/public/gfx/fancybox/fancy_title_main.png +0 -0
  42. data/public/gfx/fancybox/fancy_title_over.png +0 -0
  43. data/public/gfx/fancybox/fancy_title_right.png +0 -0
  44. data/public/gfx/fancybox/fancybox-x.png +0 -0
  45. data/public/gfx/fancybox/fancybox.png +0 -0
  46. data/public/gfx/forms/date-next.gif +0 -0
  47. data/public/gfx/forms/date-prev.gif +0 -0
  48. data/public/gfx/forms/forms-checkbox.gif +0 -0
  49. data/public/gfx/forms/forms-date.gif +0 -0
  50. data/public/gfx/forms/forms-file.gif +0 -0
  51. data/public/gfx/forms/forms-input-big.gif +0 -0
  52. data/public/gfx/forms/forms-input-medium.gif +0 -0
  53. data/public/gfx/forms/forms-input-small.gif +0 -0
  54. data/public/gfx/forms/forms-input-xl.gif +0 -0
  55. data/public/gfx/forms/forms-radio.gif +0 -0
  56. data/public/gfx/forms/forms-selectbox-small.gif +0 -0
  57. data/public/gfx/forms/forms-selectbox.gif +0 -0
  58. data/public/gfx/forms/forms-textarea-big.gif +0 -0
  59. data/public/gfx/forms/forms-textarea-medium.gif +0 -0
  60. data/public/gfx/forms/forms-textarea-small.gif +0 -0
  61. data/public/gfx/forms/forms-textarea-xl.gif +0 -0
  62. data/public/gfx/icon-delete.png +0 -0
  63. data/public/gfx/icon-edit.png +0 -0
  64. data/public/gfx/icon-home.gif +0 -0
  65. data/public/gfx/img-delete.png +0 -0
  66. data/public/gfx/img-hover.png +0 -0
  67. data/public/gfx/img-zoom.png +0 -0
  68. data/public/gfx/jquery.wysiwyg.gif +0 -0
  69. data/public/gfx/label-icons.gif +0 -0
  70. data/public/gfx/label.gif +0 -0
  71. data/public/gfx/li-down.gif +0 -0
  72. data/public/gfx/li.gif +0 -0
  73. data/public/gfx/link-button-big.gif +0 -0
  74. data/public/gfx/link-button-medium.gif +0 -0
  75. data/public/gfx/link-button.gif +0 -0
  76. data/public/gfx/loading-2.gif +0 -0
  77. data/public/gfx/loading.gif +0 -0
  78. data/public/gfx/logo.png +0 -0
  79. data/public/gfx/modal-title.gif +0 -0
  80. data/public/gfx/photos/00.jpg +0 -0
  81. data/public/gfx/photos/01.jpg +0 -0
  82. data/public/gfx/photos/01xl.jpg +0 -0
  83. data/public/gfx/photos/02.jpg +0 -0
  84. data/public/gfx/photos/02xl.jpg +0 -0
  85. data/public/gfx/photos/03.jpg +0 -0
  86. data/public/gfx/photos/03xl.jpg +0 -0
  87. data/public/gfx/photos/04.jpg +0 -0
  88. data/public/gfx/photos/04xl.jpg +0 -0
  89. data/public/gfx/photos/05.jpg +0 -0
  90. data/public/gfx/photos/05xl.jpg +0 -0
  91. data/public/gfx/photos/06.jpg +0 -0
  92. data/public/gfx/photos/06xl.jpg +0 -0
  93. data/public/gfx/photos/07.jpg +0 -0
  94. data/public/gfx/photos/07xl.jpg +0 -0
  95. data/public/gfx/photos/08.jpg +0 -0
  96. data/public/gfx/photos/08xl.jpg +0 -0
  97. data/public/gfx/photos/09.jpg +0 -0
  98. data/public/gfx/photos/09xl.jpg +0 -0
  99. data/public/gfx/photos/10.jpg +0 -0
  100. data/public/gfx/photos/10xl.jpg +0 -0
  101. data/public/gfx/photos/11.jpg +0 -0
  102. data/public/gfx/photos/11xl.jpg +0 -0
  103. data/public/gfx/photos/12.jpg +0 -0
  104. data/public/gfx/photos/12xl.jpg +0 -0
  105. data/public/gfx/photos/13.jpg +0 -0
  106. data/public/gfx/photos/13xl.jpg +0 -0
  107. data/public/gfx/photos/14.jpg +0 -0
  108. data/public/gfx/photos/14xl.jpg +0 -0
  109. data/public/gfx/photos/15.jpg +0 -0
  110. data/public/gfx/photos/15xl.jpg +0 -0
  111. data/public/gfx/search-button.gif +0 -0
  112. data/public/gfx/search-input.gif +0 -0
  113. data/public/gfx/slider-button.gif +0 -0
  114. data/public/gfx/system-messages.gif +0 -0
  115. data/public/gfx/table-asc-arrow.gif +0 -0
  116. data/public/gfx/table-desc-arrow.gif +0 -0
  117. data/public/gfx/table-first.gif +0 -0
  118. data/public/gfx/table-last.gif +0 -0
  119. data/public/gfx/table-next.gif +0 -0
  120. data/public/gfx/table-number.gif +0 -0
  121. data/public/gfx/table-prev.gif +0 -0
  122. data/public/gfx/table-rows.gif +0 -0
  123. data/public/gfx/table-search.gif +0 -0
  124. data/public/gfx/table-thead.gif +0 -0
  125. data/public/gfx/tooltip.gif +0 -0
  126. data/public/gfx/treeview/ajax-loader.gif +0 -0
  127. data/public/gfx/treeview/file.gif +0 -0
  128. data/public/gfx/treeview/folder-closed.gif +0 -0
  129. data/public/gfx/treeview/folder.gif +0 -0
  130. data/public/gfx/treeview/minus.gif +0 -0
  131. data/public/gfx/treeview/plus.gif +0 -0
  132. data/public/gfx/treeview/treeview-default-line.gif +0 -0
  133. data/public/gfx/treeview/treeview-default.gif +0 -0
  134. data/public/js/controls/wysiwyg.image.js +284 -0
  135. data/public/js/controls/wysiwyg.link.js +210 -0
  136. data/public/js/controls/wysiwyg.table.js +151 -0
  137. data/public/js/customInput.jquery.js +68 -0
  138. data/public/js/excanvas.min.js +1 -0
  139. data/public/js/hoverIntent.js +84 -0
  140. data/public/js/inline.js +392 -0
  141. data/public/js/jquery-1.7.1.min.js +4 -0
  142. data/public/js/jquery-ui-select.js +522 -0
  143. data/public/js/jquery-ui-timepicker-addon.js +1299 -0
  144. data/public/js/jquery-ui.js +791 -0
  145. data/public/js/jquery.dataTables.js +7440 -0
  146. data/public/js/jquery.fancybox-1.3.4.js +1156 -0
  147. data/public/js/jquery.filestyle.mini.js +2 -0
  148. data/public/js/jquery.flot.js +2600 -0
  149. data/public/js/jquery.flot.resize.min.js +60 -0
  150. data/public/js/jquery.graphtable-0.2.js +179 -0
  151. data/public/js/jquery.tipsy.js +104 -0
  152. data/public/js/jquery.treeview.js +256 -0
  153. data/public/js/jquery.wysiwyg.js +2454 -0
  154. data/public/js/plugins/wysiwyg.rmFormat.js +348 -0
  155. data/public/js/superfish.js +121 -0
  156. data/public/js/supersubs.js +90 -0
  157. data/views/home.haml +54 -0
  158. data/views/layout.haml +89 -0
  159. data/views/statistics.haml +251 -71
  160. metadata +175 -22
@@ -0,0 +1,282 @@
1
+ /*
2
+ * FancyBox - jQuery Plugin
3
+ * Simple and fancy lightbox alternative
4
+ *
5
+ * Examples and documentation at: http://fancybox.net
6
+ *
7
+ * Copyright (c) 2008 - 2010 Janis Skarnelis
8
+ * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
9
+ *
10
+ * Version: 1.3.4 (11/11/2010)
11
+ * Requires: jQuery v1.3+
12
+ *
13
+ * Dual licensed under the MIT and GPL licenses:
14
+ * http://www.opensource.org/licenses/mit-license.php
15
+ * http://www.gnu.org/licenses/gpl.html
16
+ */
17
+
18
+ #fancybox-loading {
19
+ position: fixed;
20
+ top: 50%;
21
+ left: 50%;
22
+ width: 40px;
23
+ height: 40px;
24
+ margin-top: -20px;
25
+ margin-left: -20px;
26
+ cursor: pointer;
27
+ overflow: hidden;
28
+ z-index: 1104;
29
+ display: none;
30
+ }
31
+
32
+ #fancybox-loading div {
33
+ position: absolute;
34
+ top: 0;
35
+ left: 0;
36
+ width: 40px;
37
+ height: 480px;
38
+ background-image: url('../gfx/fancybox/fancybox.png');
39
+ }
40
+
41
+ #fancybox-overlay {
42
+ position: absolute;
43
+ top: 0;
44
+ left: 0;
45
+ width: 100%;
46
+ z-index: 1100;
47
+ display: none;
48
+ }
49
+
50
+ #fancybox-tmp {
51
+ padding: 0;
52
+ margin: 0;
53
+ border: 0;
54
+ overflow: auto;
55
+ display: none;
56
+ }
57
+
58
+ #fancybox-wrap {
59
+ position: absolute;
60
+ top: 0;
61
+ left: 0;
62
+ padding: 20px;
63
+ z-index: 1101;
64
+ outline: none;
65
+ display: none;
66
+ }
67
+
68
+ #fancybox-outer {
69
+ position: relative;
70
+ width: 100%;
71
+ height: 100%;
72
+ background: #fff;
73
+ }
74
+
75
+ #fancybox-content {
76
+ width: 0;
77
+ height: 0;
78
+ padding: 0;
79
+ outline: none;
80
+ position: relative;
81
+ overflow: hidden;
82
+ z-index: 1102;
83
+ border: 0px solid #fff;
84
+ }
85
+
86
+ #fancybox-hide-sel-frame {
87
+ position: absolute;
88
+ top: 0;
89
+ left: 0;
90
+ width: 100%;
91
+ height: 100%;
92
+ background: transparent;
93
+ z-index: 1101;
94
+ }
95
+
96
+ #fancybox-close {
97
+ position: absolute;
98
+ top: -15px;
99
+ right: -15px;
100
+ width: 30px;
101
+ height: 30px;
102
+ background: transparent url('../gfx/fancybox/fancybox.png') -40px 0px;
103
+ cursor: pointer;
104
+ z-index: 1103;
105
+ display: none;
106
+ }
107
+
108
+ #fancybox-error {
109
+ color: #444;
110
+ font: normal 12px/20px Arial;
111
+ padding: 14px;
112
+ margin: 0;
113
+ }
114
+
115
+ #fancybox-img {
116
+ width: 100%;
117
+ height: 100%;
118
+ padding: 0;
119
+ margin: 0;
120
+ border: none;
121
+ outline: none;
122
+ line-height: 0;
123
+ vertical-align: top;
124
+ }
125
+
126
+ #fancybox-frame {
127
+ width: 100%;
128
+ height: 100%;
129
+ border: none;
130
+ display: block;
131
+ }
132
+
133
+ #fancybox-left, #fancybox-right {
134
+ position: absolute;
135
+ bottom: 0px;
136
+ height: 100%;
137
+ width: 35%;
138
+ cursor: pointer;
139
+ outline: none;
140
+ background: transparent url('../gfx/fancybox/blank.gif');
141
+ z-index: 1102;
142
+ display: none;
143
+ }
144
+
145
+ #fancybox-left {
146
+ left: 0px;
147
+ }
148
+
149
+ #fancybox-right {
150
+ right: 0px;
151
+ }
152
+
153
+ #fancybox-left-ico, #fancybox-right-ico {
154
+ position: absolute;
155
+ top: 50%;
156
+ left: -9999px;
157
+ width: 30px;
158
+ height: 30px;
159
+ margin-top: -15px;
160
+ cursor: pointer;
161
+ z-index: 1102;
162
+ display: block;
163
+ }
164
+
165
+ #fancybox-left-ico {
166
+ background-image: url('../gfx/fancybox/fancybox.png');
167
+ background-position: -40px -30px;
168
+ }
169
+
170
+ #fancybox-right-ico {
171
+ background-image: url('../gfx/fancybox/fancybox.png');
172
+ background-position: -40px -60px;
173
+ }
174
+
175
+ #fancybox-left:hover, #fancybox-right:hover {
176
+ visibility: visible; /* IE6 */
177
+ }
178
+
179
+ #fancybox-left:hover span {
180
+ left: 20px;
181
+ }
182
+
183
+ #fancybox-right:hover span {
184
+ left: auto;
185
+ right: 20px;
186
+ }
187
+
188
+ .fancybox-bg {
189
+ position: absolute;
190
+ padding: 0;
191
+ margin: 0;
192
+ border: 0;
193
+ width: 20px;
194
+ height: 20px;
195
+ z-index: 1001;
196
+ }
197
+
198
+ #fancybox-title {
199
+ font-family: Helvetica;
200
+ font-size: 12px;
201
+ z-index: 1102;
202
+ }
203
+
204
+ .fancybox-title-inside {
205
+ padding-bottom: 10px;
206
+ text-align: center;
207
+ color: #333;
208
+ background: #fff;
209
+ position: relative;
210
+ }
211
+
212
+ .fancybox-title-outside {
213
+ padding-top: 10px;
214
+ color: #fff;
215
+ }
216
+
217
+ .fancybox-title-over {
218
+ position: absolute;
219
+ bottom: 0;
220
+ left: 0;
221
+ color: #FFF;
222
+ text-align: left;
223
+ }
224
+
225
+ #fancybox-title-over {
226
+ padding: 10px;
227
+ background-image: url('../gfx/fancybox/fancy_title_over.png');
228
+ display: block;
229
+ }
230
+
231
+ .fancybox-title-float {
232
+ position: absolute;
233
+ left: 0;
234
+ bottom: -20px;
235
+ height: 32px;
236
+ }
237
+
238
+ #fancybox-title-float-wrap {
239
+ border: none;
240
+ border-collapse: collapse;
241
+ width: auto;
242
+ }
243
+
244
+ #fancybox-title-float-wrap td {
245
+ border: none;
246
+ white-space: nowrap;
247
+ }
248
+
249
+ #fancybox-title-float-left {
250
+ padding: 0 0 0 15px;
251
+ background: url('../gfx/fancybox/fancybox.png') -40px -90px no-repeat;
252
+ }
253
+
254
+ #fancybox-title-float-main {
255
+ color: #FFF;
256
+ line-height: 29px;
257
+ font-weight: bold;
258
+ padding: 0 0 3px 0;
259
+ background: url('../gfx/fancybox/fancybox-x.png') 0px -40px;
260
+ }
261
+
262
+ #fancybox-title-float-right {
263
+ padding: 0 0 0 15px;
264
+ background: url('../gfx/fancybox/fancybox.png') -55px -90px no-repeat;
265
+ }
266
+
267
+ /* IE6 */
268
+
269
+ .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
270
+ height: expression(this.parentNode.clientHeight + "px");
271
+ }
272
+
273
+ #fancybox-loading.fancybox-ie6 {
274
+ position: absolute; margin-top: 0;
275
+ top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
276
+ }
277
+
278
+ #fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
279
+
280
+ /* IE6, IE7, IE8 */
281
+
282
+ .fancybox-ie .fancybox-bg { background: transparent !important; }
@@ -0,0 +1,103 @@
1
+ /*
2
+ Template Name: CleanDream
3
+ Author: Rory Kranendonk
4
+ Author URI: http://www.dreamwire.nl
5
+ Version: 1.0
6
+ */
7
+
8
+ .treeview, .treeview ul {
9
+ padding : 0;
10
+ margin : 0;
11
+ list-style : none;
12
+ }
13
+
14
+ .treeview ul {
15
+ margin : 3px 0 0;
16
+ }
17
+
18
+ .treeview .hitarea {
19
+ float : left;
20
+ background : url(/gfx/treeview/treeview-default.gif) -64px -25px no-repeat;
21
+ margin-left : -16px;
22
+ cursor : pointer;
23
+ height : 16px;
24
+ width : 16px;
25
+ }
26
+ /* fix for IE6 */
27
+ * html .hitarea {
28
+ display : inline;
29
+ float : none;
30
+ }
31
+
32
+ .treeview li {
33
+ margin : 0;
34
+ padding : 3px 0 3px 16px;
35
+ }
36
+
37
+ .treeview .hover {
38
+ color : #002e68;
39
+ cursor : pointer;
40
+ }
41
+
42
+ .treeview li {
43
+ background : url(/gfx/treeview/treeview-default-line.gif) 0 0 no-repeat;
44
+ }
45
+
46
+ .treeview li.collapsable, .treeview li.expandable {
47
+ background-position : 0 -176px;
48
+ }
49
+
50
+ .treeview .expandable-hitarea {
51
+ background-position : -80px -3px;
52
+ }
53
+
54
+ .treeview li.last {
55
+ background-position : 0 -1766px;
56
+ }
57
+
58
+ .treeview li.lastCollapsable, .treeview li.lastExpandable {
59
+ background-image : url(/gfx/treeview/treeview-default.gif);
60
+ }
61
+
62
+ .treeview li.lastCollapsable {
63
+ background-position : 0 -111px
64
+ }
65
+
66
+ .treeview li.lastExpandable {
67
+ background-position : -32px -67px;
68
+ }
69
+
70
+ .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
71
+ background-position : 0;
72
+ }
73
+
74
+ .treeview .placeholder {
75
+ display : block;
76
+ background : url(/gfx/treeview/ajax-loader.gif) 0 0 no-repeat;
77
+ height : 16px;
78
+ width : 16px;
79
+ }
80
+
81
+ .filetree li {
82
+ padding : 3px 0 2px 16px;
83
+ }
84
+
85
+ .filetree span {
86
+ padding : 1px 0 1px 5px; display: block;
87
+ }
88
+
89
+ .filetree span.folder, .filetree span.file {
90
+ padding : 1px 0 1px 23px; display: block;
91
+ }
92
+
93
+ .filetree span.folder {
94
+ background : url(/gfx/treeview/folder.gif) 4px 0 no-repeat;
95
+ }
96
+
97
+ .filetree li.expandable span.folder {
98
+ background : url(/gfx/treeview/folder-closed.gif) 4px 0 no-repeat;
99
+ }
100
+
101
+ .filetree span.file {
102
+ background : url(/gfx/treeview/file.gif) 0 0 no-repeat;
103
+ }
@@ -0,0 +1,187 @@
1
+ /*
2
+ Template Name: CleanDream
3
+ Author: Rory Kranendonk
4
+ Author URI: http://www.dreamwire.nl
5
+ Version: 1.0
6
+ */
7
+
8
+ a.button, a.button:link, a.button:active, a.button:visited {
9
+ display : inline-block;
10
+ padding : 0 0 0 8px;
11
+ font : 11px Arial;
12
+ color : #FFFFFF;
13
+ text-align : right;
14
+ line-height : 2.0em;
15
+ text-transform : uppercase;
16
+ text-decoration : none;
17
+ width : auto;
18
+ height : 23px;
19
+ }
20
+
21
+ a.button.medium, a.button.medium:link, a.button.medium:active, a.button.medium:visited {
22
+ margin : 0 0 -5px;
23
+ *margin : 0 0 -3px;
24
+ padding : 0 0 0 10px;
25
+ font : 12px Arial;
26
+ line-height : 2.25em;
27
+ height : 28px;
28
+ }
29
+
30
+ a.button.big, a.button.big:link, a.button.big:active, a.button.big:visited {
31
+ margin : 0 0 -5px;
32
+ *margin : 0 0 -4px;
33
+ padding : 0 0 0 12px;
34
+ font : 13px Arial;
35
+ line-height : 2.35em;
36
+ height : 31px;
37
+ }
38
+
39
+ /* Opera */
40
+ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
41
+ {
42
+ head~body a.button.medium, a.button.medium:link, a.button.medium:active, a.button.medium:visited, a.button.big, a.button.big:link, a.button.big:active, a.button.big:visited { margin : 0; }
43
+ }
44
+
45
+ a.button span, a.button:link span, a.button:active span, a.button:visited span {
46
+ float : left;
47
+ cursor : pointer;
48
+ padding : 0 8px 0 0;
49
+ overflow : hidden;
50
+ height : 23px;
51
+ }
52
+
53
+ a.button.medium span, a.button.medium:link span, a.button.medium:active span, a.button.medium:visited span {
54
+ padding : 0 10px 0 0;
55
+ height : 28px;
56
+ }
57
+
58
+ a.button.big span, a.button.big:link span, a.button.big:active span, a.button.big:visited span {
59
+ padding : 0 12px 0 0;
60
+ height : 31px;
61
+ }
62
+
63
+ /* SMALL SIZE LINK BUTTONS */
64
+
65
+ a.button.green, a.button.green:link, a.button.green:active, a.button.green:visited {
66
+ background : url(/gfx/link-button.gif) no-repeat left top transparent;
67
+ }
68
+
69
+ a.button.green span, a.button.green:link span, a.button.green:active span, a.button.green:visited span {
70
+ background : url(/gfx/link-button.gif) no-repeat right top transparent;
71
+ }
72
+
73
+ a.button.blue, a.button.blue:link, a.button.blue:active, a.button.blue:visited {
74
+ background : url(/gfx/link-button.gif) no-repeat left -23px transparent;
75
+ }
76
+
77
+ a.button.blue span, a.button.blue:link span, a.button.blue:active span, a.button.blue:visited span {
78
+ background : url(/gfx/link-button.gif) no-repeat right -23px transparent;
79
+ }
80
+
81
+ a.button.orange, a.button.orange:link, a.button.orange:active, a.button.orange:visited {
82
+ background : url(/gfx/link-button.gif) no-repeat left -46px transparent;
83
+ }
84
+
85
+ a.button.orange span, a.button.orange:link span, a.button.orange:active span, a.button.orange:visited span {
86
+ background : url(/gfx/link-button.gif) no-repeat right -46px transparent;
87
+ }
88
+
89
+ a.button.red, a.button.red:link, a.button.red:active, a.button.red:visited {
90
+ background : url(/gfx/link-button.gif) no-repeat left -69px transparent;
91
+ }
92
+
93
+ a.button.red span, a.button.red:link span, a.button.red:active span, a.button.red:visited span {
94
+ background : url(/gfx/link-button.gif) no-repeat right -69px transparent;
95
+ }
96
+
97
+ a.button.grey, a.button.grey:link, a.button.grey:active, a.button.grey:visited {
98
+ background : url(/gfx/link-button.gif) no-repeat left -92px transparent;
99
+ }
100
+
101
+ a.button.grey span, a.button.grey:link span, a.button.grey:active span, a.button.grey:visited span {
102
+ background : url(/gfx/link-button.gif) no-repeat right -92px transparent;
103
+ }
104
+
105
+ /* MEDIUM SIZE LINK BUTTONS */
106
+
107
+ a.button.green.medium, a.button.green.medium:link, a.button.green.medium:active, a.button.green.medium:visited {
108
+ background : url(/gfx/link-button-medium.gif) no-repeat left top transparent;
109
+ }
110
+
111
+ a.button.green.medium span, a.button.green.medium:link span, a.button.green.medium:active span, a.button.green.medium:visited span {
112
+ background : url(/gfx/link-button-medium.gif) no-repeat right top transparent;
113
+ }
114
+
115
+ a.button.blue.medium, a.button.blue.medium:link, a.button.blue.medium:active, a.button.blue.medium:visited {
116
+ background : url(/gfx/link-button-medium.gif) no-repeat left -28px transparent;
117
+ }
118
+
119
+ a.button.blue.medium span, a.button.blue.medium:link span, a.button.blue.medium:active span, a.button.blue.medium:visited span {
120
+ background : url(/gfx/link-button-medium.gif) no-repeat right -28px transparent;
121
+ }
122
+
123
+ a.button.orange.medium, a.button.orange.medium:link, a.button.orange.medium:active, a.button.orange.medium:visited {
124
+ background : url(/gfx/link-button-medium.gif) no-repeat left -56px transparent;
125
+ }
126
+
127
+ a.button.orange.medium span, a.button.orange.medium:link span, a.button.orange.medium:active span, a.button.orange.medium:visited span {
128
+ background : url(/gfx/link-button-medium.gif) no-repeat right -56px transparent;
129
+ }
130
+
131
+ a.button.red.medium, a.button.red.medium:link, a.button.red.medium:active, a.button.red.medium:visited {
132
+ background : url(/gfx/link-button-medium.gif) no-repeat left -84px transparent;
133
+ }
134
+
135
+ a.button.red.medium span, a.button.red.medium:link span, a.button.red.medium:active span, a.button.red.medium:visited span {
136
+ background : url(/gfx/link-button-medium.gif) no-repeat right -84px transparent;
137
+ }
138
+
139
+ a.button.grey.medium, a.button.grey.medium:link, a.button.grey.medium:active, a.button.grey.medium:visited {
140
+ background : url(/gfx/link-button-medium.gif) no-repeat left -112px transparent;
141
+ }
142
+
143
+ a.button.grey.medium span, a.button.grey.medium:link span, a.button.grey.medium:active span, a.button.grey.medium:visited span {
144
+ background : url(/gfx/link-button-medium.gif) no-repeat right -112px transparent;
145
+ }
146
+
147
+ /* BIG SIZE LINK BUTTONS */
148
+
149
+ a.button.green.big, a.button.green.big:link, a.button.green.big:active, a.button.green.big:visited {
150
+ background : url(/gfx/link-button-big.gif) no-repeat left top transparent;
151
+ }
152
+
153
+ a.button.green.big span, a.button.green.big:link span, a.button.green.big:active span, a.button.green.big:visited span {
154
+ background : url(/gfx/link-button-big.gif) no-repeat right top transparent;
155
+ }
156
+
157
+ a.button.blue.big, a.button.blue.big:link, a.button.blue.big:active, a.button.blue.big:visited {
158
+ background : url(/gfx/link-button-big.gif) no-repeat left -31px transparent;
159
+ }
160
+
161
+ a.button.blue.big span, a.button.blue.big:link span, a.button.blue.big:active span, a.button.blue.big:visited span {
162
+ background : url(/gfx/link-button-big.gif) no-repeat right -31px transparent;
163
+ }
164
+
165
+ a.button.orange.big, a.button.orange.big:link, a.button.orange.big:active, a.button.orange.big:visited {
166
+ background : url(/gfx/link-button-big.gif) no-repeat left -62px transparent;
167
+ }
168
+
169
+ a.button.orange.big span, a.button.orange.big:link span, a.button.orange.big:active span, a.button.orange.big:visited span {
170
+ background : url(/gfx/link-button-big.gif) no-repeat right -62px transparent;
171
+ }
172
+
173
+ a.button.red.big, a.button.red.big:link, a.button.red.big:active, a.button.red.big:visited {
174
+ background : url(/gfx/link-button-big.gif) no-repeat left -93px transparent;
175
+ }
176
+
177
+ a.button.red.big span, a.button.red.big:link span, a.button.red.big:active span, a.button.red.big:visited span {
178
+ background : url(/gfx/link-button-big.gif) no-repeat right -93px transparent;
179
+ }
180
+
181
+ a.button.grey.big, a.button.grey.big:link, a.button.grey.big:active, a.button.grey.big:visited {
182
+ background : url(/gfx/link-button-big.gif) no-repeat left -124px transparent;
183
+ }
184
+
185
+ a.button.grey.big span, a.button.grey.big:link span, a.button.grey.big:active span, a.button.grey.big:visited span {
186
+ background : url(/gfx/link-button-big.gif) no-repeat right -124px transparent;
187
+ }