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,45 @@
1
+ /*
2
+ Template Name: CleanDream
3
+ Author: Rory Kranendonk
4
+ Author URI: http://www.dreamwire.nl
5
+ Version: 1.0
6
+ */
7
+
8
+ .box .content .accordion{
9
+ display : block;
10
+ border-top : 1px solid #dde5ef;
11
+ margin : 0;
12
+ }
13
+
14
+ .box .content .accordion h3.ui-accordion-header {
15
+ display : block;
16
+ background : url(/gfx/table-thead.gif) repeat-x left top;
17
+ border : 1px solid #dde5ef;
18
+ border-top : none;
19
+ padding : 0 10px;
20
+ line-height : 29px;
21
+ cursor : pointer;
22
+ }
23
+
24
+ .box .content .accordion h3.ui-accordion-header span.ui-icon {
25
+ float : left;
26
+ background : url(/gfx/li.gif) no-repeat left center;
27
+ margin : 0 10px 0 0;
28
+ width : 5px;
29
+ height : 29px;
30
+ }
31
+
32
+ .box .content .accordion h3.ui-accordion-header span.ui-icon.ui-icon-triangle-1-s {
33
+ background : url(/gfx/li-down.gif) no-repeat left center;
34
+ }
35
+
36
+ .box .content .accordion .ui-accordion-content{
37
+ display : block;
38
+ border : 1px solid #dde5ef;
39
+ border-top : none;
40
+ padding : 15px 15px 13px;
41
+ }
42
+
43
+ .box .content .accordion h3.ui-accordion-header:focus {
44
+ outline : none;
45
+ }
@@ -0,0 +1,13 @@
1
+ .field {
2
+ float: left;
3
+ padding-right: 10px;
4
+ font-size: 20px;
5
+ }
6
+
7
+ .value {
8
+ font-size: 20px;
9
+ }
10
+
11
+ .hidden {
12
+ display: none;
13
+ }
@@ -0,0 +1,189 @@
1
+ /*
2
+ Template Name: CleanDream
3
+ Author: Rory Kranendonk
4
+ Author URI: http://www.dreamwire.nl
5
+ Version: 1.0
6
+ */
7
+
8
+ table {
9
+ width : 100%;
10
+ }
11
+
12
+ table, td, tr, th {
13
+ padding : 0;
14
+ margin : 0;
15
+ border-collapse: collapse;
16
+ text-align : left;
17
+ }
18
+
19
+ table thead tr th, table tfoot tr th {
20
+ color : #002e68;
21
+ }
22
+
23
+ table thead {
24
+ background : url(/gfx/table-thead.gif) repeat-x right top;
25
+ border : 1px solid #d2dce9;
26
+ border-right : none;
27
+ }
28
+
29
+ table thead tr th{
30
+ border : 1px solid #d2dce9;
31
+ padding : 5px 8px;
32
+ line-height : 19px;
33
+ }
34
+
35
+ table thead tr th.header {
36
+ border : 1px solid #d2dce9;
37
+ background-color : transparent
38
+ }
39
+
40
+ table tbody td {
41
+ border : 1px solid #d2dce9;
42
+ padding : 5px 8px;
43
+ line-height : 19px;
44
+ }
45
+
46
+ table tbody tr.odd td {
47
+ background-color:#f9f9f9;
48
+ }
49
+
50
+ table thead tr .sorting_desc {
51
+ background : url(/gfx/table-asc-arrow.gif) no-repeat right center;
52
+ }
53
+
54
+ table thead tr .sorting_asc {
55
+ background : url(/gfx/table-desc-arrow.gif) no-repeat right center;
56
+ }
57
+
58
+ table td:first-child{
59
+ width: 13px;
60
+ }
61
+
62
+ table td:first-child + td + td + td + td + td {
63
+ text-align: center;
64
+ padding: 0;
65
+ line-height: 0;
66
+ width: 65px;
67
+ }
68
+
69
+ .dataTables_wrapper {
70
+ display : block;
71
+ }
72
+
73
+ .dataTables_wrapper div {
74
+ float : right;
75
+ width : 70%;
76
+ }
77
+
78
+ .dataTables_wrapper label {
79
+ float : none;
80
+ padding : 0;
81
+ margin : 0;
82
+ width : auto;
83
+ height : auto;
84
+ }
85
+
86
+ .dataTables_wrapper .dataTables_length {
87
+ float : right;
88
+ display : inline-block;
89
+ margin : 0 0 0 2px;
90
+ width : 60px;
91
+ }
92
+
93
+ .dataTables_wrapper .dataTables_length .ui-selectmenu {
94
+ float : right;
95
+ display : inline-block;
96
+ position : relative;
97
+ background : url(/gfx/table-rows.gif) no-repeat right top transparent;
98
+ padding : 5px 24px 0 1px;
99
+ margin : 8px 0 0 0;
100
+ color : #5a5a5a;
101
+ font-weight : bold;
102
+ font : 11px/1.1em Arial;
103
+ text-align : center;
104
+ width : 35px;
105
+ height : 18px;
106
+ }
107
+
108
+ .ui-selectmenu-menu.entries {
109
+ margin : 3px 0 0 6px;
110
+ width : 46px;
111
+ }
112
+
113
+ .dataTables_wrapper .dataTables_length .ui-selectmenu-status {
114
+ font : 11px/1.1em Arial;
115
+ font-weight : bold;
116
+ }
117
+
118
+ .ui-selectmenu-menu.entries li a{
119
+ font : 11px/1.1em Arial;
120
+ }
121
+
122
+ .dataTables_wrapper .dataTables_filter {
123
+ float : right;
124
+ display : inline-block;
125
+ width : 120px;
126
+ }
127
+
128
+ .dataTables_wrapper .dataTables_filter input {
129
+ float : right;
130
+ display : inline-block;
131
+ background : url(/gfx/table-search.gif) no-repeat left top transparent;
132
+ margin : 8px 0 0 0;
133
+ padding : 5px 6px;
134
+ font : 11px/1.0em Arial;
135
+ text-align : left;
136
+ width : 108px;
137
+ height : 13px;
138
+ }
139
+
140
+ .dataTables_wrapper .dataTables_paginate {
141
+ float : right;
142
+ margin : 8px 0 0;
143
+ width : auto;
144
+ }
145
+
146
+ .dataTables_paginate span.paginate_button {
147
+ float : left;
148
+ margin : 0 0 0 2px;
149
+ text-indent : 999px;
150
+ overflow : hidden;
151
+ cursor : pointer;
152
+ width : 24px;
153
+ height : 23px;
154
+ }
155
+
156
+ .dataTables_paginate span.paginate_button.first {
157
+ background : url(/gfx/table-first.gif) no-repeat left top transparent;
158
+ }
159
+
160
+ .dataTables_paginate span.paginate_button.previous {
161
+ background : url(/gfx/table-prev.gif) no-repeat left top transparent;
162
+ }
163
+
164
+ .dataTables_paginate span.paginate_button.next {
165
+ background : url(/gfx/table-next.gif) no-repeat left top transparent;
166
+ }
167
+
168
+ .dataTables_paginate span.paginate_button.last {
169
+ background : url(/gfx/table-last.gif) no-repeat left top transparent;
170
+ }
171
+
172
+ .dataTables_paginate span span.paginate_button,
173
+ .dataTables_paginate span span {
174
+ float : left;
175
+ background : url(/gfx/table-number.gif) no-repeat left top transparent;
176
+ margin : 0 0 0 2px;
177
+ font : 11px/2.0em Arial;
178
+ text-align : center;
179
+ text-indent : 0;
180
+ cursor : pointer;
181
+ width : 24px;
182
+ height : 23px;
183
+ }
184
+
185
+ .dataTables_paginate span span:hover,
186
+ .dataTables_paginate span span.paginate_active {
187
+ color : #002E68;
188
+ font-weight : bold;
189
+ }
@@ -0,0 +1,171 @@
1
+ /*
2
+ Template Name: CleanDream
3
+ Author: Rory Kranendonk
4
+ Author URI: http://www.dreamwire.nl
5
+ Version: 1.0
6
+ */
7
+
8
+ .ui-datepicker {
9
+ margin : 5px 0 0;
10
+ width : 230px;
11
+ }
12
+
13
+ .ui-datepicker-calendar {
14
+ background : #FFFFFF;
15
+ margin : 0 0 0;
16
+ }
17
+
18
+ .ui-datepicker-calendar thead {
19
+ background : url(/gfx/table-thead.gif) repeat-x left top;
20
+ border-top : none;
21
+ }
22
+
23
+ .ui-datepicker-calendar thead th {
24
+ border-top : none;
25
+ }
26
+
27
+ .ui-datepicker table td:first-child + td + td + td + td + td {
28
+ line-height : normal;
29
+ width: auto;
30
+ }
31
+
32
+ .ui-datepicker-header {
33
+ display : block;
34
+ background : url(/gfx/back-menu.gif) repeat-x left top;
35
+ border : 1px solid #C3D0E1;
36
+ overflow : hidden;
37
+ height : 30px;
38
+ }
39
+
40
+ .ui-datepicker-header .ui-datepicker-prev {
41
+ float : left;
42
+ background : url(/gfx/datepicker-arrows.gif) no-repeat left top;
43
+ border-right : 1px solid #C3D0E1;
44
+ text-indent: -99999px;
45
+ cursor : pointer;
46
+ width : 31px;
47
+ height : 29px;
48
+ }
49
+
50
+ .ui-datepicker-header .ui-datepicker-title {
51
+ text-align : center;
52
+ font: 12px/31px Arial;
53
+ color: #002E68;
54
+ text-transform : uppercase;
55
+ font-weight : bold;
56
+ }
57
+
58
+ .ui-datepicker-header .ui-datepicker-next {
59
+ float : right;
60
+ background : url(/gfx/datepicker-arrows.gif) no-repeat right top;
61
+ border-left : 1px solid #C3D0E1;
62
+ text-indent: -99999px;
63
+ cursor : pointer;
64
+ width : 31px;
65
+ height : 29px;
66
+ }
67
+
68
+ .ui-datepicker-header .ui-datepicker-prev:hover,
69
+ .ui-datepicker-header .ui-datepicker-next:hover {
70
+ opacity : 0.45;
71
+ filter : alpha(opacity=45);
72
+ }
73
+
74
+ .ui-datepicker-current-day {
75
+ background : #f8f8f8;
76
+ }
77
+
78
+ .ui-datepicker-today {
79
+ background : #EFEFEF;
80
+ }
81
+
82
+ .ui-timepicker-div {
83
+ background : #FFFFFF;
84
+ border : 1px solid #C3D0E1;
85
+ border-top : none;
86
+ }
87
+
88
+ .ui-timepicker-div .ui-widget-header {
89
+ margin-bottom : 8px;
90
+ }
91
+
92
+ .ui-timepicker-div dl {
93
+ margin : 0;
94
+ padding : 10px 10px 5px;
95
+ text-align : left;
96
+ }
97
+
98
+ .ui-timepicker-div dl dt {
99
+ height : 25px;
100
+ margin-bottom : -25px;
101
+ }
102
+
103
+ .ui-timepicker-div dl dd {
104
+ margin : 0 10px 10px 65px;
105
+ }
106
+
107
+ .ui-timepicker-div td {
108
+ font-size : 90%;
109
+ }
110
+
111
+ .ui-tpicker-grid-label {
112
+ background : none;
113
+ border : none;
114
+ margin : 0;
115
+ padding : 0;
116
+ }
117
+
118
+ .ui-slider-horizontal{
119
+ position : relative;
120
+ border : 1px solid #C3D0E1;
121
+ margin : 5px 0 0;
122
+ height : 7px;
123
+ }
124
+
125
+ .ui-slider-horizontal .ui-slider-range {
126
+ top : 0;
127
+ height : 100%;
128
+ }
129
+
130
+ .ui-slider .ui-slider-range {
131
+ position : absolute;
132
+ background : #FFFFFF;
133
+ z-index : 1;
134
+ font-size : 11px;
135
+ display : block;
136
+ border : 0;
137
+ background-position : 0 0;
138
+ }
139
+
140
+ .ui-slider-horizontal .ui-slider-handle {
141
+ margin-left: -.6em;
142
+ }
143
+
144
+ .ui-slider .ui-slider-handle {
145
+ position : absolute;
146
+ top : -5px;
147
+ background : url(/gfx/slider-button.gif) no-repeat;
148
+ outline : none;
149
+ z-index : 2;
150
+ cursor : default;
151
+ width : 16px;
152
+ height : 16px;
153
+ }
154
+
155
+ .ui-datepicker-buttonpane {
156
+ display : block;
157
+ background : url(/gfx/back-menu.gif) repeat-x left top;
158
+ border : 1px solid #C3D0E1;
159
+ border-top : none;
160
+ padding : 4px;
161
+ height : 22px;
162
+ }
163
+
164
+ .ui-datepicker-buttonpane button{
165
+ float : left;
166
+ margin : 0 0 0 0;
167
+ }
168
+
169
+ .ui-datepicker-buttonpane button.ui-datepicker-close{
170
+ float : right;
171
+ }
@@ -0,0 +1,180 @@
1
+ /*
2
+ Template Name: CleanDream
3
+ Author: Rory Kranendonk
4
+ Author URI: http://www.dreamwire.nl
5
+ Version: 1.0
6
+ */
7
+
8
+ button::-moz-focus-inner {border:0;padding:0;margin:0;}
9
+
10
+ button{
11
+ display : inline-block;
12
+ border : none;
13
+ outline: none;
14
+ padding : 0;
15
+ margin : 8px 3px 0 0;
16
+ cursor : pointer;
17
+ overflow: visible;
18
+ width : auto;
19
+ height : 23px;
20
+ }
21
+
22
+ button span{
23
+ float : left;
24
+ padding : 0 8px 0 4px;
25
+ margin : 0 0 0 4px;
26
+ font : 10px Arial;
27
+ font-weight : bold;
28
+ line-height : 2.1em;
29
+ color : #FFFFFF;
30
+ text-transform : uppercase;
31
+ white-space : nowrap;
32
+ height : 23px;
33
+ }
34
+
35
+ button.medium{
36
+ height : 28px;
37
+ }
38
+
39
+ button.medium span{
40
+ padding : 0 10px 0 6px;
41
+ font : 12px Arial;
42
+ line-height : 2.35em;
43
+ *line-height : 2.2em;
44
+ height : 28px;
45
+ }
46
+
47
+ button.big{
48
+ height : 31px;
49
+ }
50
+
51
+ button.big span{
52
+ padding : 0 12px 0 8px;
53
+ font : 13px Arial;
54
+ line-height : 2.4em;
55
+ height : 31px;
56
+ }
57
+
58
+ button.green{
59
+ background : url(/gfx/link-button.gif) no-repeat left top transparent;
60
+ }
61
+
62
+ button.green span{
63
+ background : url(/gfx/link-button.gif) no-repeat right top transparent;
64
+ }
65
+
66
+ button.blue{
67
+ background : url(/gfx/link-button.gif) no-repeat left -23px transparent;
68
+ }
69
+
70
+ button.blue span{
71
+ background : url(/gfx/link-button.gif) no-repeat right -23px transparent;
72
+ }
73
+
74
+ button.orange{
75
+ background : url(/gfx/link-button.gif) no-repeat left -46px transparent;
76
+ }
77
+
78
+ button.orange span{
79
+ background : url(/gfx/link-button.gif) no-repeat right -46px transparent;
80
+ }
81
+
82
+ button.red{
83
+ background : url(/gfx/link-button.gif) no-repeat left -69px transparent;
84
+ }
85
+
86
+ button.red span{
87
+ background : url(/gfx/link-button.gif) no-repeat right -69px transparent;
88
+ }
89
+
90
+ button.grey{
91
+ background : url(/gfx/link-button.gif) no-repeat left -92px transparent;
92
+ }
93
+
94
+ button.grey span{
95
+ background : url(/gfx/link-button.gif) no-repeat right -92px transparent;
96
+ }
97
+
98
+ /* MEDIUM SIZE LINK BUTTONS */
99
+
100
+ button.medium.green{
101
+ background : url(/gfx/link-button-medium.gif) no-repeat left top transparent;
102
+ }
103
+
104
+ button.medium.green span{
105
+ background : url(/gfx/link-button-medium.gif) no-repeat right top transparent;
106
+ }
107
+
108
+ button.medium.blue{
109
+ background : url(/gfx/link-button-medium.gif) no-repeat left -28px transparent;
110
+ }
111
+
112
+ button.medium.blue span{
113
+ background : url(/gfx/link-button-medium.gif) no-repeat right -28px transparent;
114
+ }
115
+
116
+ button.medium.orange{
117
+ background : url(/gfx/link-button-medium.gif) no-repeat left -56px transparent;
118
+ }
119
+
120
+ button.medium.orange span{
121
+ background : url(/gfx/link-button-medium.gif) no-repeat right -56px transparent;
122
+ }
123
+
124
+ button.medium.red{
125
+ background : url(/gfx/link-button-medium.gif) no-repeat left -84px transparent;
126
+ }
127
+
128
+ button.medium.red span{
129
+ background : url(/gfx/link-button-medium.gif) no-repeat right -84px transparent;
130
+ }
131
+
132
+ button.medium.grey{
133
+ background : url(/gfx/link-button-medium.gif) no-repeat left -112px transparent;
134
+ }
135
+
136
+ button.medium.grey span{
137
+ background : url(/gfx/link-button-medium.gif) no-repeat right -112px transparent;
138
+ }
139
+
140
+ /* BIG SIZE LINK BUTTONS */
141
+
142
+ button.big.green{
143
+ background : url(/gfx/link-button-big.gif) no-repeat left top transparent;
144
+ }
145
+
146
+ button.big.green span{
147
+ background : url(/gfx/link-button-big.gif) no-repeat right top transparent;
148
+ }
149
+
150
+ button.big.blue{
151
+ background : url(/gfx/link-button-big.gif) no-repeat left -31px transparent;
152
+ }
153
+
154
+ button.big.blue span{
155
+ background : url(/gfx/link-button-big.gif) no-repeat right -31px transparent;
156
+ }
157
+
158
+ button.big.orange{
159
+ background : url(/gfx/link-button-big.gif) no-repeat left -62px transparent;
160
+ }
161
+
162
+ button.big.orange span{
163
+ background : url(/gfx/link-button-big.gif) no-repeat right -62px transparent;
164
+ }
165
+
166
+ button.big.red{
167
+ background : url(/gfx/link-button-big.gif) no-repeat left -93px transparent;
168
+ }
169
+
170
+ button.big.red span{
171
+ background : url(/gfx/link-button-big.gif) no-repeat right -93px transparent;
172
+ }
173
+
174
+ button.big.grey{
175
+ background : url(/gfx/link-button-big.gif) no-repeat left -124px transparent;
176
+ }
177
+
178
+ button.big.grey span{
179
+ background : url(/gfx/link-button-big.gif) no-repeat right -124px transparent;
180
+ }