cobweb 0.0.55 → 0.0.57

Sign up to get free protection for your applications and to get access to all the features.
Files changed (177) hide show
  1. data/README.textile +2 -1
  2. data/lib/cobweb.rb +4 -1
  3. data/lib/cobweb_crawler.rb +1 -4
  4. data/lib/cobweb_version.rb +1 -1
  5. data/lib/content_link_parser.rb +1 -0
  6. data/lib/crawl_job.rb +4 -3
  7. data/lib/server.rb +2 -2
  8. data/lib/stats.rb +6 -1
  9. data/spec/cobweb/cobweb_job_spec.rb +162 -24
  10. data/spec/samples/sample_server.rb +21 -0
  11. data/spec/samples/sample_site/boxgrid.html +258 -0
  12. data/spec/samples/sample_site/css/accordion.css +45 -0
  13. data/spec/samples/sample_site/css/datatable.css +189 -0
  14. data/spec/samples/sample_site/css/datepicker.css +171 -0
  15. data/spec/samples/sample_site/css/form-buttons.css +180 -0
  16. data/spec/samples/sample_site/css/forms.css +489 -0
  17. data/spec/samples/sample_site/css/jquery.fancybox-1.3.4.css +282 -0
  18. data/spec/samples/sample_site/css/jquery.treeview.css +103 -0
  19. data/spec/samples/sample_site/css/link-buttons.css +187 -0
  20. data/spec/samples/sample_site/css/login.css +110 -0
  21. data/spec/samples/sample_site/css/menu.css +156 -0
  22. data/spec/samples/sample_site/css/messages.css +58 -0
  23. data/spec/samples/sample_site/css/modalbox.css +63 -0
  24. data/spec/samples/sample_site/css/statics.css +57 -0
  25. data/spec/samples/sample_site/css/style.css +497 -0
  26. data/spec/samples/sample_site/css/style_text.css +128 -0
  27. data/spec/samples/sample_site/css/tabs.css +58 -0
  28. data/spec/samples/sample_site/css/wysiwyg-editor.css +18 -0
  29. data/spec/samples/sample_site/css/wysiwyg.css +149 -0
  30. data/spec/samples/sample_site/css/wysiwyg.modal.css +69 -0
  31. data/spec/samples/sample_site/dashboard.html +852 -0
  32. data/spec/samples/sample_site/forms.html +329 -0
  33. data/spec/samples/sample_site/gallery.html +263 -0
  34. data/spec/samples/sample_site/gfx/back-menu.gif +0 -0
  35. data/spec/samples/sample_site/gfx/back-submenu.gif +0 -0
  36. data/spec/samples/sample_site/gfx/background.gif +0 -0
  37. data/spec/samples/sample_site/gfx/box-hide.png +0 -0
  38. data/spec/samples/sample_site/gfx/box-search.png +0 -0
  39. data/spec/samples/sample_site/gfx/box-title.gif +0 -0
  40. data/spec/samples/sample_site/gfx/code.gif +0 -0
  41. data/spec/samples/sample_site/gfx/datepicker-arrows.gif +0 -0
  42. data/spec/samples/sample_site/gfx/fancybox/blank.gif +0 -0
  43. data/spec/samples/sample_site/gfx/fancybox/fancy_close.png +0 -0
  44. data/spec/samples/sample_site/gfx/fancybox/fancy_loading.png +0 -0
  45. data/spec/samples/sample_site/gfx/fancybox/fancy_nav_left.png +0 -0
  46. data/spec/samples/sample_site/gfx/fancybox/fancy_nav_right.png +0 -0
  47. data/spec/samples/sample_site/gfx/fancybox/fancy_title_left.png +0 -0
  48. data/spec/samples/sample_site/gfx/fancybox/fancy_title_main.png +0 -0
  49. data/spec/samples/sample_site/gfx/fancybox/fancy_title_over.png +0 -0
  50. data/spec/samples/sample_site/gfx/fancybox/fancy_title_right.png +0 -0
  51. data/spec/samples/sample_site/gfx/fancybox/fancybox-x.png +0 -0
  52. data/spec/samples/sample_site/gfx/fancybox/fancybox.png +0 -0
  53. data/spec/samples/sample_site/gfx/forms/date-next.gif +0 -0
  54. data/spec/samples/sample_site/gfx/forms/date-prev.gif +0 -0
  55. data/spec/samples/sample_site/gfx/forms/forms-checkbox.gif +0 -0
  56. data/spec/samples/sample_site/gfx/forms/forms-date.gif +0 -0
  57. data/spec/samples/sample_site/gfx/forms/forms-file.gif +0 -0
  58. data/spec/samples/sample_site/gfx/forms/forms-input-big.gif +0 -0
  59. data/spec/samples/sample_site/gfx/forms/forms-input-medium.gif +0 -0
  60. data/spec/samples/sample_site/gfx/forms/forms-input-small.gif +0 -0
  61. data/spec/samples/sample_site/gfx/forms/forms-input-xl.gif +0 -0
  62. data/spec/samples/sample_site/gfx/forms/forms-radio.gif +0 -0
  63. data/spec/samples/sample_site/gfx/forms/forms-selectbox-small.gif +0 -0
  64. data/spec/samples/sample_site/gfx/forms/forms-selectbox.gif +0 -0
  65. data/spec/samples/sample_site/gfx/forms/forms-textarea-big.gif +0 -0
  66. data/spec/samples/sample_site/gfx/forms/forms-textarea-medium.gif +0 -0
  67. data/spec/samples/sample_site/gfx/forms/forms-textarea-small.gif +0 -0
  68. data/spec/samples/sample_site/gfx/forms/forms-textarea-xl.gif +0 -0
  69. data/spec/samples/sample_site/gfx/icon-delete.png +0 -0
  70. data/spec/samples/sample_site/gfx/icon-edit.png +0 -0
  71. data/spec/samples/sample_site/gfx/icon-home.gif +0 -0
  72. data/spec/samples/sample_site/gfx/img-delete.png +0 -0
  73. data/spec/samples/sample_site/gfx/img-hover.png +0 -0
  74. data/spec/samples/sample_site/gfx/img-zoom.png +0 -0
  75. data/spec/samples/sample_site/gfx/jquery.wysiwyg.gif +0 -0
  76. data/spec/samples/sample_site/gfx/label-icons.gif +0 -0
  77. data/spec/samples/sample_site/gfx/label.gif +0 -0
  78. data/spec/samples/sample_site/gfx/li-down.gif +0 -0
  79. data/spec/samples/sample_site/gfx/li.gif +0 -0
  80. data/spec/samples/sample_site/gfx/link-button-big.gif +0 -0
  81. data/spec/samples/sample_site/gfx/link-button-medium.gif +0 -0
  82. data/spec/samples/sample_site/gfx/link-button.gif +0 -0
  83. data/spec/samples/sample_site/gfx/loading-2.gif +0 -0
  84. data/spec/samples/sample_site/gfx/loading.gif +0 -0
  85. data/spec/samples/sample_site/gfx/logo.png +0 -0
  86. data/spec/samples/sample_site/gfx/modal-title.gif +0 -0
  87. data/spec/samples/sample_site/gfx/photos/00.jpg +0 -0
  88. data/spec/samples/sample_site/gfx/photos/01.jpg +0 -0
  89. data/spec/samples/sample_site/gfx/photos/01xl.jpg +0 -0
  90. data/spec/samples/sample_site/gfx/photos/02.jpg +0 -0
  91. data/spec/samples/sample_site/gfx/photos/02xl.jpg +0 -0
  92. data/spec/samples/sample_site/gfx/photos/03.jpg +0 -0
  93. data/spec/samples/sample_site/gfx/photos/03xl.jpg +0 -0
  94. data/spec/samples/sample_site/gfx/photos/04.jpg +0 -0
  95. data/spec/samples/sample_site/gfx/photos/04xl.jpg +0 -0
  96. data/spec/samples/sample_site/gfx/photos/05.jpg +0 -0
  97. data/spec/samples/sample_site/gfx/photos/05xl.jpg +0 -0
  98. data/spec/samples/sample_site/gfx/photos/06.jpg +0 -0
  99. data/spec/samples/sample_site/gfx/photos/06xl.jpg +0 -0
  100. data/spec/samples/sample_site/gfx/photos/07.jpg +0 -0
  101. data/spec/samples/sample_site/gfx/photos/07xl.jpg +0 -0
  102. data/spec/samples/sample_site/gfx/photos/08.jpg +0 -0
  103. data/spec/samples/sample_site/gfx/photos/08xl.jpg +0 -0
  104. data/spec/samples/sample_site/gfx/photos/09.jpg +0 -0
  105. data/spec/samples/sample_site/gfx/photos/09xl.jpg +0 -0
  106. data/spec/samples/sample_site/gfx/photos/10.jpg +0 -0
  107. data/spec/samples/sample_site/gfx/photos/10xl.jpg +0 -0
  108. data/spec/samples/sample_site/gfx/photos/11.jpg +0 -0
  109. data/spec/samples/sample_site/gfx/photos/11xl.jpg +0 -0
  110. data/spec/samples/sample_site/gfx/photos/12.jpg +0 -0
  111. data/spec/samples/sample_site/gfx/photos/12xl.jpg +0 -0
  112. data/spec/samples/sample_site/gfx/photos/13.jpg +0 -0
  113. data/spec/samples/sample_site/gfx/photos/13xl.jpg +0 -0
  114. data/spec/samples/sample_site/gfx/photos/14.jpg +0 -0
  115. data/spec/samples/sample_site/gfx/photos/14xl.jpg +0 -0
  116. data/spec/samples/sample_site/gfx/photos/15.jpg +0 -0
  117. data/spec/samples/sample_site/gfx/photos/15xl.jpg +0 -0
  118. data/spec/samples/sample_site/gfx/search-button.gif +0 -0
  119. data/spec/samples/sample_site/gfx/search-input.gif +0 -0
  120. data/spec/samples/sample_site/gfx/slider-button.gif +0 -0
  121. data/spec/samples/sample_site/gfx/system-messages.gif +0 -0
  122. data/spec/samples/sample_site/gfx/table-asc-arrow.gif +0 -0
  123. data/spec/samples/sample_site/gfx/table-desc-arrow.gif +0 -0
  124. data/spec/samples/sample_site/gfx/table-first.gif +0 -0
  125. data/spec/samples/sample_site/gfx/table-last.gif +0 -0
  126. data/spec/samples/sample_site/gfx/table-next.gif +0 -0
  127. data/spec/samples/sample_site/gfx/table-number.gif +0 -0
  128. data/spec/samples/sample_site/gfx/table-prev.gif +0 -0
  129. data/spec/samples/sample_site/gfx/table-rows.gif +0 -0
  130. data/spec/samples/sample_site/gfx/table-search.gif +0 -0
  131. data/spec/samples/sample_site/gfx/table-thead.gif +0 -0
  132. data/spec/samples/sample_site/gfx/tooltip.gif +0 -0
  133. data/spec/samples/sample_site/gfx/treeview/ajax-loader.gif +0 -0
  134. data/spec/samples/sample_site/gfx/treeview/file.gif +0 -0
  135. data/spec/samples/sample_site/gfx/treeview/folder-closed.gif +0 -0
  136. data/spec/samples/sample_site/gfx/treeview/folder.gif +0 -0
  137. data/spec/samples/sample_site/gfx/treeview/minus.gif +0 -0
  138. data/spec/samples/sample_site/gfx/treeview/plus.gif +0 -0
  139. data/spec/samples/sample_site/gfx/treeview/treeview-default-line.gif +0 -0
  140. data/spec/samples/sample_site/gfx/treeview/treeview-default.gif +0 -0
  141. data/spec/samples/sample_site/index.html +852 -0
  142. data/spec/samples/sample_site/js/controls/wysiwyg.image.js +284 -0
  143. data/spec/samples/sample_site/js/controls/wysiwyg.link.js +210 -0
  144. data/spec/samples/sample_site/js/controls/wysiwyg.table.js +151 -0
  145. data/spec/samples/sample_site/js/customInput.jquery.js +68 -0
  146. data/spec/samples/sample_site/js/excanvas.min.js +1 -0
  147. data/spec/samples/sample_site/js/hoverIntent.js +84 -0
  148. data/spec/samples/sample_site/js/inline.js +392 -0
  149. data/spec/samples/sample_site/js/jquery-1.7.1.min.js +4 -0
  150. data/spec/samples/sample_site/js/jquery-ui-select.js +522 -0
  151. data/spec/samples/sample_site/js/jquery-ui-timepicker-addon.js +1299 -0
  152. data/spec/samples/sample_site/js/jquery-ui.js +791 -0
  153. data/spec/samples/sample_site/js/jquery.dataTables.js +7440 -0
  154. data/spec/samples/sample_site/js/jquery.fancybox-1.3.4.js +1156 -0
  155. data/spec/samples/sample_site/js/jquery.filestyle.mini.js +2 -0
  156. data/spec/samples/sample_site/js/jquery.flot.js +2600 -0
  157. data/spec/samples/sample_site/js/jquery.flot.resize.min.js +60 -0
  158. data/spec/samples/sample_site/js/jquery.graphtable-0.2.js +179 -0
  159. data/spec/samples/sample_site/js/jquery.tipsy.js +104 -0
  160. data/spec/samples/sample_site/js/jquery.treeview.js +256 -0
  161. data/spec/samples/sample_site/js/jquery.wysiwyg.js +2454 -0
  162. data/spec/samples/sample_site/js/plugins/wysiwyg.rmFormat.js +348 -0
  163. data/spec/samples/sample_site/js/superfish.js +121 -0
  164. data/spec/samples/sample_site/js/supersubs.js +90 -0
  165. data/spec/samples/sample_site/more.html +503 -0
  166. data/spec/samples/sample_site/tables.html +845 -0
  167. data/spec/samples/sample_site/text/museosans-webfont.eot +0 -0
  168. data/spec/samples/sample_site/text/museosans-webfont.svg +231 -0
  169. data/spec/samples/sample_site/text/museosans-webfont.ttf +0 -0
  170. data/spec/samples/sample_site/text/museosans-webfont.woff +0 -0
  171. data/spec/samples/sample_site/text/museosans_bold-webfont.eot +0 -0
  172. data/spec/samples/sample_site/text/museosans_bold-webfont.svg +231 -0
  173. data/spec/samples/sample_site/text/museosans_bold-webfont.ttf +0 -0
  174. data/spec/samples/sample_site/text/museosans_bold-webfont.woff +0 -0
  175. data/spec/samples/sample_site/typography.html +192 -0
  176. data/spec/spec_helper.rb +10 -2
  177. metadata +196 -26
@@ -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,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
+ }