spree_heist_theme 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. data/.gitignore +2 -0
  2. data/LICENSE +26 -0
  3. data/README.md +19 -0
  4. data/app/assets/images/store/auth-icons.png +0 -0
  5. data/app/assets/images/store/bg.jpg +0 -0
  6. data/app/assets/images/store/footer_bkgd.jpg +0 -0
  7. data/app/assets/images/store/icons/american-express-curved-32px.png +0 -0
  8. data/app/assets/images/store/icons/discover-curved-32px.png +0 -0
  9. data/app/assets/images/store/icons/facebook.png +0 -0
  10. data/app/assets/images/store/icons/mastercard-curved-32px.png +0 -0
  11. data/app/assets/images/store/icons/social-icons-rollover.png +0 -0
  12. data/app/assets/images/store/icons/social-icons.png +0 -0
  13. data/app/assets/images/store/icons/twitter.png +0 -0
  14. data/app/assets/images/store/icons/visa-curved-32px.png +0 -0
  15. data/app/assets/images/store/kid.jpg +0 -0
  16. data/app/assets/images/store/logo.png +0 -0
  17. data/app/assets/images/store/narrow_bg.png +0 -0
  18. data/app/assets/images/store/satellite-radios-bg.jpg +0 -0
  19. data/app/assets/images/store/search_bg_s1.gif +0 -0
  20. data/app/assets/images/store/shadow_top.png +0 -0
  21. data/app/assets/images/store/social-icons-rollover.png +0 -0
  22. data/app/assets/images/store/social-icons.png +0 -0
  23. data/app/assets/javascripts/store/checkout.js +78 -0
  24. data/app/assets/javascripts/store/rdr_wishlist.js +31 -0
  25. data/app/assets/stylesheets/store/auth-buttons.css +376 -0
  26. data/app/assets/stylesheets/store/base.css +0 -0
  27. data/app/assets/stylesheets/store/cart.css +141 -0
  28. data/app/assets/stylesheets/store/checkout.css +278 -0
  29. data/app/assets/stylesheets/store/display.css.erb +225 -0
  30. data/app/assets/stylesheets/store/editor.css +37 -0
  31. data/app/assets/stylesheets/store/errors.css.erb +55 -0
  32. data/app/assets/stylesheets/store/login.css +31 -0
  33. data/app/assets/stylesheets/store/misc.css +85 -0
  34. data/app/assets/stylesheets/store/products.css +133 -0
  35. data/app/assets/stylesheets/store/rdr.css +16 -0
  36. data/app/assets/stylesheets/store/reset.css +72 -0
  37. data/app/assets/stylesheets/store/screen.scss.css +0 -0
  38. data/app/assets/stylesheets/store/social.css +61 -0
  39. data/app/assets/stylesheets/store/spree_core.css +0 -0
  40. data/app/assets/stylesheets/store/taxonomy.css.erb +72 -0
  41. data/app/assets/stylesheets/store/typography.css +167 -0
  42. data/app/overrides/shared/replace_rescently_viewed_products_block_title.rb +4 -0
  43. data/app/overrides/spree/checkout/payment/remove_card_expiration.rb +3 -0
  44. data/app/overrides/spree/checkout/payment/remove_cart_code.rb +3 -0
  45. data/app/overrides/spree/checkout/payment/remove_gateway_icons.rb +5 -0
  46. data/app/overrides/spree/checkout/payment/replace_gateway_fields.rb +26 -0
  47. data/app/overrides/spree/checkout/payment/replace_paypal_payment.rb +8 -0
  48. data/app/overrides/spree/checkout/remove_checkout_registration_header.rb +4 -0
  49. data/app/overrides/spree/checkout/remove_confirm_buttons.rb +3 -0
  50. data/app/overrides/spree/checkout/remove_delivery_buttons.rb +3 -0
  51. data/app/overrides/spree/checkout/remove_payment_buttons.rb +3 -0
  52. data/app/overrides/spree/checkout/remove_shipping.rb +3 -0
  53. data/app/overrides/spree/checkout/remove_summary_title.rb +4 -0
  54. data/app/overrides/spree/checkout/remvove_address_buttons.rb +4 -0
  55. data/app/overrides/spree/checkout/replace_billing.rb +175 -0
  56. data/app/overrides/spree/checkout/replace_checkout.rb +25 -0
  57. data/app/overrides/spree/checkout/replace_checkout_registration.rb +47 -0
  58. data/app/overrides/spree/checkout/replace_confirm.rb +70 -0
  59. data/app/overrides/spree/checkout/replace_order_summary.rb +38 -0
  60. data/app/overrides/spree/checkout/replace_payment.rb +21 -0
  61. data/app/overrides/spree/checkout/replace_shipping_method.rb +27 -0
  62. data/app/overrides/spree/layouts/replace_body.rb +95 -0
  63. data/app/overrides/spree/orders/remove_orders_show_header.rb +5 -0
  64. data/app/overrides/spree/orders/replace_cart_detail.rb +34 -0
  65. data/app/overrides/spree/orders/replace_empty-cart.rb +3 -0
  66. data/app/overrides/spree/orders/replace_line_item.rb +34 -0
  67. data/app/overrides/spree/orders/replace_orders_show.rb +83 -0
  68. data/app/overrides/spree/orders/replace_outside_cart_form.rb +21 -0
  69. data/app/overrides/spree/products/add_related_products_to_cart_form.rb +20 -0
  70. data/app/overrides/spree/products/add_taxonomies_to_product_show.rb +7 -0
  71. data/app/overrides/spree/products/drop_icon_from_add_to_wishlist.rb +5 -0
  72. data/app/overrides/spree/products/redefine_add_wish_to_cart_form.rb +7 -0
  73. data/app/overrides/spree/products/redefine_email_to_friend.rb +13 -0
  74. data/app/overrides/spree/products/replace_cart_form.rb +42 -0
  75. data/app/overrides/spree/products/replace_product_show.rb +87 -0
  76. data/app/overrides/spree/shared/add_to_head.rb +4 -0
  77. data/app/overrides/spree/shared/redefine_recently_viewed_overrides.rb +16 -0
  78. data/app/overrides/spree/shared/remove_brs_from_login_form.rb +3 -0
  79. data/app/overrides/spree/shared/remove_brs_from_user_form.rb +4 -0
  80. data/app/overrides/spree/shared/replace_products.rb +30 -0
  81. data/app/overrides/spree/shared/replace_taxonomies.rb +5 -0
  82. data/app/overrides/spree/shared/tweak_button_login.rb +5 -0
  83. data/app/overrides/spree/shared/tweak_remember_me_login.rb +6 -0
  84. data/app/overrides/spree/taxons/replace_taxon_children.rb +6 -0
  85. data/app/overrides/spree/taxons/replace_taxon_sidebar_navigation.rb +7 -0
  86. data/app/overrides/spree/user_registrations/redefine_add_socials_to_login_extras.rb +14 -0
  87. data/app/overrides/spree/user_registrations/replace_user_registration_new.rb +11 -0
  88. data/app/overrides/spree/user_sessions/replace_user_sessions_new.rb +39 -0
  89. data/app/overrides/spree/users/redefine_add_wishlists_to_account_my_orders.rb +13 -0
  90. data/app/overrides/spree/users/redefine_replace_account_summary_with_social_logins.rb +44 -0
  91. data/app/overrides/spree/users/remove_account_summary.rb +3 -0
  92. data/app/overrides/spree/users/replace_account_header.rb +4 -0
  93. data/app/overrides/spree/users/replace_account_my_orders.rb +36 -0
  94. data/app/overrides/spree/wishlists/replace_new_wishlist_form.rb +9 -0
  95. data/app/overrides/spree/wishlists/replace_new_wishlist_header.rb +5 -0
  96. data/app/views/spree/shared/_all_products.html.erb +22 -0
  97. data/app/views/spree/shared/_product_banner.html.erb +6 -0
  98. data/app/views/spree/shared/_social_users.html.erb +13 -0
  99. data/app/views/spree/wishlists/show.html.erb +86 -0
  100. data/lib/generators/spree_heist_theme/install/install_generator.rb +17 -0
  101. data/lib/spree_heist_theme.rb +15 -0
  102. data/spree_heist_theme.gemspec +16 -0
  103. data/vendor/assets/images/fancybox/blank.gif +0 -0
  104. data/vendor/assets/images/fancybox/fancy_close.png +0 -0
  105. data/vendor/assets/images/fancybox/fancy_loading.png +0 -0
  106. data/vendor/assets/images/fancybox/fancy_nav_left.png +0 -0
  107. data/vendor/assets/images/fancybox/fancy_nav_right.png +0 -0
  108. data/vendor/assets/images/fancybox/fancy_shadow_e.png +0 -0
  109. data/vendor/assets/images/fancybox/fancy_shadow_n.png +0 -0
  110. data/vendor/assets/images/fancybox/fancy_shadow_ne.png +0 -0
  111. data/vendor/assets/images/fancybox/fancy_shadow_nw.png +0 -0
  112. data/vendor/assets/images/fancybox/fancy_shadow_s.png +0 -0
  113. data/vendor/assets/images/fancybox/fancy_shadow_se.png +0 -0
  114. data/vendor/assets/images/fancybox/fancy_shadow_sw.png +0 -0
  115. data/vendor/assets/images/fancybox/fancy_shadow_w.png +0 -0
  116. data/vendor/assets/images/fancybox/fancy_title_left.png +0 -0
  117. data/vendor/assets/images/fancybox/fancy_title_main.png +0 -0
  118. data/vendor/assets/images/fancybox/fancy_title_over.png +0 -0
  119. data/vendor/assets/images/fancybox/fancy_title_right.png +0 -0
  120. data/vendor/assets/images/fancybox/fancybox-x.png +0 -0
  121. data/vendor/assets/images/fancybox/fancybox-y.png +0 -0
  122. data/vendor/assets/images/fancybox/fancybox.png +0 -0
  123. data/vendor/assets/javascripts/jquery.easing-1.3.pack.js +72 -0
  124. data/vendor/assets/javascripts/jquery.fancybox-1.3.4.js +1156 -0
  125. data/vendor/assets/javascripts/jquery.fancybox-1.3.4.pack.js +46 -0
  126. data/vendor/assets/javascripts/jquery.mousewheel-3.0.4.pack.js +14 -0
  127. data/vendor/assets/stylesheets/jq-autocomplete.css +48 -0
  128. data/vendor/assets/stylesheets/jq-mobile-1.0a2.css +866 -0
  129. data/vendor/assets/stylesheets/jquery.fancybox-1.3.4.css +359 -0
  130. metadata +174 -0
@@ -0,0 +1,141 @@
1
+ body#cart h1 {
2
+ border-bottom: 1px solid #D9D9D9;
3
+ }
4
+
5
+ table#cart-detail {
6
+ width: 100%;
7
+ }
8
+
9
+ table#cart-detail th {
10
+ color: #777;
11
+ font-weight: normal;
12
+ text-align: left;
13
+ padding-bottom: 5px;
14
+ }
15
+
16
+ table#cart-detail th, table#cart-detail td {
17
+ border-bottom: 1px solid #D9D9D9;
18
+ }
19
+
20
+ table#cart-detail td {
21
+ padding: 10px 0;
22
+ font-weight: bold;
23
+ font-size: 1.2em;
24
+ vertical-align: middle;
25
+ }
26
+
27
+ table#cart-detail tr.totals td, table#cart-detail tr.actions td {
28
+ padding: 20px 0;
29
+ }
30
+
31
+ table#cart-detail tr.totals td, table#cart-detail td.actions {
32
+ text-align: right;
33
+ }
34
+
35
+ table#cart-detail td.image {
36
+ width: 180px;
37
+ }
38
+ table#cart-detail td.normal {
39
+ font-weight: normal;
40
+ vertical-align: middle;
41
+ }
42
+ table#cart-detail td.normal img {
43
+ vertical-align: sub;
44
+
45
+ }
46
+
47
+
48
+ table#cart-detail td.image img {
49
+ vertical-align: middle;
50
+ }
51
+
52
+ table#cart-detail td.description {
53
+ width: 250px;
54
+ padding-right: 50px;
55
+ }
56
+
57
+ table#cart-detail td.quantity {
58
+ width: 75px;
59
+ padding: 0;
60
+ }
61
+
62
+ table#cart-detail td.quantity input {
63
+ margin: 0!important;
64
+ width: 75px;
65
+ border: 1px solid #949494;
66
+ padding: 4px;
67
+ }
68
+
69
+ table#cart-detail td.unit-price, table#cart-detail td.total {
70
+ width: 60px;
71
+ }
72
+
73
+ table#cart-detail td.actions {
74
+ width: 130px;
75
+ }
76
+
77
+ table#cart-detail td.operator {
78
+ color: #999;
79
+ font-weight: normal;
80
+ text-align: center;
81
+ padding-left: 20px;
82
+ padding-right: 20px;
83
+ }
84
+
85
+ table#cart-detail a.delete {
86
+ background-color: #333;
87
+ }
88
+
89
+ table#cart-detail .actions {
90
+ margin: 20px 0px;
91
+ }
92
+
93
+ table#cart-detail .actions div {
94
+ float: left;
95
+ margin: 10px;
96
+ }
97
+
98
+ table#cart-detail .move_item form{
99
+ display:none;
100
+ margin: 2px 8px;
101
+ }
102
+
103
+ body#cart a.checkout {
104
+ background-color: #E41E1E;
105
+ }
106
+
107
+ body#cart p.actions {
108
+ text-align: right;
109
+ font-size: 1.20em;
110
+ }
111
+
112
+ body#cart p.actions, body#cart p.actions a {
113
+ color: #999;
114
+ margin-bottom: 40px;
115
+ }
116
+
117
+ #edit_wishlist {
118
+ padding: 0px 140px 10px;
119
+ display: none;
120
+ border-bottom: 1px solid #D9D9D9;
121
+ margin-bottom: 20px;
122
+ }
123
+ #edit_wishlist label{
124
+ color: #777777;
125
+ }
126
+ #edit_wishlist input[type='text'] {
127
+ border: 2px solid #A0A0A0;
128
+ border-radius:2px;
129
+ margin-bottom: 4px;
130
+ }
131
+ #edit_wishlist input[type="checkbox"] {
132
+ vertical-align: baseline;
133
+ }
134
+ #edit_wishlist div {
135
+ float: left;
136
+ }
137
+ #edit_wishlist a.button{
138
+ float: left;
139
+ line-height: 15px;
140
+ margin: 25px 110px;
141
+ }
@@ -0,0 +1,278 @@
1
+ /* Styles for Checkout pages */
2
+ /* ul, ol { margin-left: 2em; } */
3
+
4
+ ul, ol {
5
+ margin-left: 0em;
6
+ list-style: none;
7
+ }
8
+ body#checkout ul.fields {
9
+ list-style: none;
10
+ }
11
+
12
+ input.blue {
13
+ color: #fff;
14
+ background-color: #0095da;
15
+ }
16
+
17
+ input.red {
18
+ color: #fff;
19
+ background-color: #e41e1e;
20
+ }
21
+
22
+ select {
23
+ padding: 7px 5px 5px;
24
+ color: #333;
25
+ }
26
+
27
+ input[type='text'], input[type='password'],
28
+ input[type="email"], input[type="url"],
29
+ input[type="phone"], textarea {
30
+ font-size: 18px;
31
+ padding: 7px 5px 5px;
32
+ border: 2px solid #A0A0A0;
33
+ border-radius:2px;
34
+ margin-bottom: 4px;
35
+ color: #333;
36
+
37
+ }
38
+
39
+ input[type='checkbox'] {
40
+ vertical-align: middle;
41
+ }
42
+
43
+ label {
44
+ color: #747474;
45
+ font-size: 14px;
46
+ margin-bottom: 2px;
47
+ display: block;
48
+ }
49
+
50
+ label.tick {
51
+ display: inline;
52
+ vertical-align: -2px;
53
+ }
54
+
55
+ body#checkout div[role='main-content'] {
56
+ float:left;
57
+ }
58
+
59
+ body#checkout div[role='checkout'] {
60
+ vertical-align:top;
61
+ padding: 0 0 100px 0;
62
+ float: left;
63
+ }
64
+
65
+ body#checkout div[role='checkout'] div[role='title'] {
66
+ margin: 40px 0 20px 0;
67
+ letter-spacing:2px;
68
+ color: #d4d4d4;
69
+ font: 40px Arvo, Georgia, "Times New Roman", Times, serif;
70
+
71
+ }
72
+
73
+ body#checkout div[role='checkout'] div#tabs {
74
+ font: 18px Georgia, "Times New Roman", Times, serif;
75
+ float: left;
76
+ z-index: 99;
77
+ background-color: #fff;
78
+ width:660px;
79
+ }
80
+
81
+ body#checkout div[role="checkout"] div#tabs ul {
82
+ margin: 0;
83
+ font: 45px "Arvo", sans-serif;
84
+ }
85
+
86
+ body#checkout div[role='checkout'] div#tabs li {
87
+ display: inline;
88
+ float: left;
89
+ background-color: #eceded;
90
+ border-bottom: 5px solid #b7cbe9;
91
+ width: 130px;
92
+ height: 70px;
93
+ padding-top: 10px;
94
+ }
95
+
96
+ body#checkout div[role='checkout'] div#tabs li.active {
97
+ background-color: #fff;
98
+ border: 5px solid #b7cbe9;
99
+ border-bottom: none;
100
+ }
101
+
102
+ body#checkout div[role='checkout'] div#tabs li.end {
103
+ border-right: 3px solid #eceded;
104
+ }
105
+
106
+ body#checkout div[role='checkout'] div#tabs li span.number {
107
+ color: #bfbfbf;
108
+ font-size: 54px;
109
+ padding: 0 0 0 5px;
110
+ display: inline-block;
111
+ font-family: Arial;
112
+ }
113
+
114
+ body#checkout div[role='checkout'] div#tabs li.active span.number {
115
+ color: #324781;
116
+ }
117
+
118
+
119
+ body#checkout div[role='checkout'] div#tabs li span.title {
120
+ color: #bfbfbf;
121
+ font-size: 18px;
122
+ width: 85px;
123
+ padding: 0 0 0 5px;
124
+ display: inline-block;
125
+ }
126
+
127
+ body#checkout div[role='checkout'] div#tabs li.active span.title {
128
+ color: #758ed0;
129
+ }
130
+
131
+ body#checkout div[role='content'] {
132
+ border: 5px solid #b7cbe9;
133
+ font-size: 18px;
134
+ color: #A0A0A0;
135
+ width: 530px;
136
+ padding: 100px 60px 50px 60px;
137
+ }
138
+
139
+ body#checkout div[role='content'] h2 {
140
+ font: 28px Arvo;
141
+ color: #747474;
142
+ margin: 0px;
143
+ padding: 0px 0px 20px 0px;
144
+ }
145
+
146
+ body#checkout div[role='content'] div.submit {
147
+ padding-top: 20px;
148
+ text-align: center;
149
+ }
150
+
151
+ body#checkout div[role='content'] hr {
152
+ margin: 40px -30px;
153
+ visibility: visible;
154
+ border: 1px solid #D4D4D4;
155
+ }
156
+
157
+ body#checkout div[role='content'] ul.fields {
158
+ color: #747474;
159
+ margin: 0px;
160
+ }
161
+
162
+ body#checkout div[role='content'] ul.fields li {
163
+ padding: 0px 0 16px 0;
164
+ text-align: left;
165
+ clear: both;
166
+ }
167
+
168
+ body#checkout div[role='content'] ul.fields li.options {
169
+ margin: 0px 50px;
170
+ padding: 0px;
171
+ }
172
+
173
+ body#checkout div[role='content'] ul.fields li.options label {
174
+ display: inline;
175
+ vertical-align: -5px;
176
+ font: 22px Arvo;
177
+ margin-left: 15px;
178
+ }
179
+
180
+
181
+ body#checkout div[role='content'] ul.fields .quart {
182
+ width: 127px;
183
+ float: left;
184
+ clear: none;
185
+ }
186
+
187
+ body#checkout div[role='content'] ul.fields .half {
188
+ width: 254px;
189
+ float: left;
190
+ clear: none;
191
+ }
192
+
193
+ body#checkout div[role='content'] ul.fields .three-quart {
194
+ width: 381px;
195
+ float: left;
196
+ clear: none;
197
+ }
198
+
199
+
200
+ body#checkout div[role='content'] ul.fields .last {
201
+ margin-left: 20px;
202
+ }
203
+
204
+
205
+
206
+ body#checkout div[role='content'] ul.fields input[type='text'] {
207
+ width: 100%;
208
+ }
209
+
210
+ body#checkout div[role='content'] ul.fields select {
211
+ width: 100%;
212
+ }
213
+
214
+ body#checkout div[role='aside'] {
215
+ border: 3px solid #eceded;
216
+ width: 250px;
217
+ float: left;
218
+ margin: 100px 0px 0px 22px;
219
+ padding: 10px;
220
+ color: #7f7f7f;
221
+ font-size: 14px;
222
+ }
223
+
224
+ body#checkout div[role='aside'] h3 {
225
+ color: #0095da;
226
+ font: 24px Arvo;
227
+ margin: 10px 5px 10px 15px;
228
+ padding: 0 0 10px 0;
229
+ }
230
+
231
+ body#checkout div[role='aside'] div[role='order'] table td {
232
+ padding-right: 10px;
233
+ }
234
+
235
+ body#checkout div[role='aside'] div[role='order'] table.total {
236
+ margin-top:20px;
237
+ width: 100%;
238
+ text-align: right;
239
+ }
240
+
241
+ body#checkout div[role='aside'] div[role='order'] th {
242
+ font-weight: normal;
243
+ }
244
+
245
+ body#checkout div[role='aside'] div[role='order'] table.items td {
246
+ padding-bottom: 10px;
247
+ }
248
+
249
+ body#checkout div[role='aside'] div[role='order'] table.total td {
250
+ padding-bottom: 5px;
251
+ }
252
+
253
+
254
+ body#checkout div[role='aside'] div[role='order'] tr.total th, div[role='aside'] div[role='order'] tr.total td {
255
+ font-weight: bold;
256
+ }
257
+
258
+
259
+ body#checkout div[role='aside'] div[role='order'] tr td.qty {
260
+ width: 36px;
261
+ }
262
+
263
+ body#checkout div[role='aside'] div[role='order'] tr td.description {
264
+ width: 160px;
265
+ }
266
+
267
+
268
+ body#checkout div[role='aside'] div[role='order'] tr td.price {
269
+ width: 36px;
270
+ }
271
+
272
+ body#checkout .hidden{
273
+ display: none;
274
+ visibility: visible;
275
+ }
276
+
277
+ /* End Styles for Checkout page */
278
+
@@ -0,0 +1,225 @@
1
+ /* @override http://localhost:3000/stylesheets/screen.css */
2
+ body#product_list {
3
+ background: #fff url(<%= asset_path 'store/bg.png' %>) repeat-x;
4
+ }
5
+
6
+ body {
7
+ background: #fff url(<%= asset_path 'store/narrow_bg.png' %>) repeat-x;
8
+ }
9
+
10
+ #banner, #container, footer .inner {width: 960px; margin: 0 auto;}
11
+
12
+ header, footer {background-color: #000;}
13
+ header nav *, footer div#secondary * {display: inline-block;}
14
+ header {
15
+ position: relative;
16
+ z-index: 100;
17
+ height: 58px;
18
+ margin: 0 auto;
19
+ }
20
+
21
+ header form {
22
+ position: absolute;
23
+ left: 320px;
24
+ top: 23px;
25
+ padding: 0;
26
+ }
27
+ header form input {
28
+ background: #fff url(<%= asset_path 'store/search_bg_s1.gif' %>) no-repeat;
29
+ border: 0;
30
+ width: 146px;
31
+ height: 23px;
32
+ padding: 0 25px 0 10px;
33
+ color: #333;
34
+ line-height: 23px;
35
+ }
36
+ header form input.empty {
37
+ color: #aaa;
38
+ }
39
+
40
+
41
+ header #logo {
42
+ position: absolute;
43
+ left: 0; top: 11px;
44
+ }
45
+
46
+
47
+
48
+ header nav {
49
+ position: absolute;
50
+ right: 0;
51
+ top: 24px;
52
+ text-align: right;
53
+ }
54
+ header nav a, header nav a:visited,header nav a:hover {
55
+ margin: 0 0 0 12px;
56
+ text-align: right;
57
+ font: normal normal normal 1.1em/1.6em Arvo;
58
+ color: #fff;
59
+ }
60
+
61
+ header nav a.cart {color: #B30000;}
62
+
63
+ footer {
64
+ background: #fff url(<%= asset_path 'store/footer_bkgd.jpg' %>) repeat-x bottom left;
65
+ margin: 80px 0 0; clear: both;
66
+ font-family: Trebuchet MS;
67
+ }
68
+
69
+ footer .inner {
70
+ height: 520px;
71
+ position: relative;
72
+ }
73
+
74
+ footer #kid {
75
+ position: absolute;
76
+ bottom: 60px;
77
+ }
78
+ footer #about-railsdog-radio {
79
+ position: absolute;
80
+ width: 710px;
81
+ left: 250px;
82
+ bottom: 0px;
83
+ height: 390px;
84
+ font-size: 150%;
85
+ line-height: 150%;
86
+ color: #666;
87
+ }
88
+ #more-about-railsdog-radio {
89
+ text-align: right;
90
+ font-size: 70%;
91
+ }
92
+ #more-about-railsdog-radio a {
93
+ text-decoration: none;
94
+ }
95
+
96
+ footer #about-railsdog-radio strong { color: #000; }
97
+ footer #contact-us, footer #social, footer #menu {
98
+ width: 210px;
99
+ position: absolute;
100
+ bottom: 0;
101
+ height: 170px;
102
+ }
103
+ footer #contact-us a, footer #social a, footer #menu a { color: #797A7D; }
104
+ footer #contact-us p, footer #social p, footer #menu p {
105
+ color: #797A7D;
106
+ line-height: 2.0em;
107
+ font-size: 1.2em;
108
+ }
109
+ footer #contact-us h3, footer #social h3, footer #menu h3 {
110
+ color: #fff;
111
+ font-size: 1.5em;
112
+ margin-bottom: 0.5em;
113
+ }
114
+ footer #contact-us {
115
+ left: 250px;
116
+ }
117
+ footer #social {
118
+ left: 500px;
119
+ }
120
+ footer #menu {
121
+ left: 750px;
122
+ }
123
+ footer #social a {
124
+ display: block;
125
+ width: 25px;
126
+ height: 25px;
127
+ float: left;
128
+ margin-right: 10px;
129
+ background-repeat: no-repeat;
130
+ background-image: url(<%= asset_path 'store/social-icons.png' %>);
131
+ }
132
+ footer #social a:hover {
133
+ background-image: url(<%= asset_path 'store/social-icons-rollover.png' %>);
134
+ }
135
+ footer #social a span { display: none; }
136
+ footer #social #rss { background-position: -37px 0 }
137
+ footer #social #twitter { background-position: -75px 0 }
138
+
139
+
140
+ footer #copyright {
141
+ color: #797A7D;
142
+ position: absolute;
143
+ bottom: 20px;
144
+ right: 0;
145
+ }
146
+
147
+
148
+
149
+ #sidebar .list-box {
150
+ width: 230px;
151
+ float: left;
152
+ background-color: #F3F3F3;
153
+ border-radius: 10px;
154
+ -moz-border-radius: 10px;
155
+ -webkit-border-radius: 10px;
156
+ padding: 0px 30px 30px 30px;
157
+ color: #666;
158
+ font-family: Trebuchet MS;
159
+ }
160
+
161
+ .list-box {
162
+ padding-top: 30px; /* match #contact */
163
+ }
164
+ .list-box h2 {
165
+ color: #364D8C;
166
+ }
167
+ .list-box h2, #homepage #contact h2 {
168
+ font-family: Arvo;
169
+ font-size: 170%;
170
+ text-transform: uppercase;
171
+ font-weight: normal;
172
+ margin-bottom: 0.75em;
173
+ border-bottom: 1px solid #A3A3A3;
174
+ padding-bottom: 0.5em;
175
+ }
176
+ .list-box li {
177
+ font-size: 1.25em;
178
+ line-height: 1.5em;
179
+ }
180
+ .list-box a {
181
+ color: #666;
182
+ text-decoration: none;
183
+ }
184
+ .list-box a:hover {
185
+ text-decoration: underline;
186
+ }
187
+ #recent-products {
188
+ margin-top: 40px;
189
+ }
190
+
191
+ .breadcrumbs, .pagination {
192
+ font-size: 1.1em;
193
+ padding: 0 0 20px 0;
194
+ }
195
+ .breadcrumbs ul {
196
+ margin-left: 0px !important;
197
+ }
198
+ .breadcrumbs li {
199
+ float: left;
200
+ list-style: none;
201
+ }
202
+ .pagination {
203
+ text-align: right;
204
+ }
205
+
206
+ button, a.button, .button, input[type="submit"] {
207
+ border: none;
208
+ background-color: #0095DA;
209
+ color: #fff!important;
210
+ padding: 10px 18px 9px 18px;
211
+ font-size: 16px;
212
+ font-family: Arvo;
213
+ text-transform: uppercase;
214
+ border-radius: 4px;
215
+ -moz-border-radius: 4px;
216
+ -webkit-border-radius: 4px;
217
+ font-weight: normal;
218
+ }
219
+ a.button {
220
+ text-decoration: none;
221
+ line-height: 37px;
222
+ }
223
+ button:hover, a.button:hover {
224
+ background-color: #0068B8;
225
+ }
@@ -0,0 +1,37 @@
1
+ .yui-editor-container A {color: black !important;}
2
+ .editor-mask-container.active .editor-mask {
3
+ background-color: black;
4
+ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
5
+ -moz-opacity: 0.3; /* Mozilla 1.6 */
6
+ -webkit-opacity: 0.3; /* Mozilla 1.6 */
7
+ -khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
8
+ opacity: 0.3;
9
+ width: 100%;
10
+ height: 100%;
11
+ width: 100%;
12
+ z-index: 100;
13
+ position: fixed;
14
+ top: 0;
15
+ left: 0;
16
+ }
17
+ .editor-mask-container .editor-mask-label {display: none;}
18
+ .editor-mask-container.active .editor-mask-label {
19
+ background-color: black;
20
+ color: white;
21
+ font-weight: bold;
22
+ height: 25px;
23
+ left: 50%;
24
+ margin-left: -130px;
25
+ padding: 30px 50px;
26
+ position: fixed;
27
+ top: 250px;
28
+ width: 200px;
29
+ z-index: 101;
30
+ display: block !important;
31
+ }
32
+ .yui-toolbar-imageUpload {
33
+ background: url("/images/upload_image.png") no-repeat scroll 50% 50% transparent !important;
34
+ }
35
+ .yui-toolbar-fileUpload {
36
+ background: url("/images/upload_file.png") no-repeat scroll 50% 50% transparent !important;
37
+ }
@@ -0,0 +1,55 @@
1
+ .flash {
2
+ -moz-border-radius: 5px;
3
+ -webkit-border-radius: 5px;
4
+ border-radius: 5px;
5
+ font-size: 1.3em;
6
+ margin-bottom: 1em;
7
+ padding: 0.8em;
8
+ }
9
+ .flash.notice {
10
+ background: #ccddff url(<%= asset_path('store/shadow_top.png') %>) 0px -50px repeat-x;
11
+ color: #556699;
12
+ border: 1px solid #99aacc;
13
+ margin-top: 1em;
14
+ }
15
+ .flash.errors {
16
+ background: #f4b4b4 url(<%= asset_path('store/shadow_top.png') %>) 0px -50px repeat-x;
17
+ color: #000000;
18
+ border: 1px solid #000000;
19
+ margin-top: 1em;
20
+ }
21
+ .formError {
22
+ font-size: 1.3em;
23
+ margin-bottom: 1em;
24
+ padding: 0.8em;
25
+ -moz-border-radius: 5px;
26
+ -webkit-border-radius: 5px;
27
+ border-radius: 5px;
28
+ background: #f4b4b4 url(<%= asset_path('store/shadow_top.png') %>) 0px -50px repeat-x;
29
+ color: #000000;
30
+ border: 1px solid #000000;
31
+ }
32
+ .formError p { margin: 0px; }
33
+ .formError ul { margin-bottom: 0px; }
34
+ .formError h2 {
35
+ font-weight: bold;
36
+ font-size: 1em;
37
+ margin: 0px;
38
+ }
39
+ #errorExplanation {
40
+ font-size: 1.3em;
41
+ margin: 1em 0;
42
+ padding: 0.8em;
43
+ -moz-border-radius: 5px;
44
+ -webkit-border-radius: 5px;
45
+ border-radius: 5px;
46
+ background: #f4b4b4 url(<%= asset_path('store/shadow_top.png') %>) 0px -50px repeat-x;
47
+ color: #000000;
48
+ border: 1px solid #000000;
49
+ }
50
+ #errorExplanation p { margin: 0px; }
51
+ #errorExplanation ul { margin-bottom: 0px; }
52
+ #errorExplanation h2 {
53
+ font-size: 1em;
54
+ margin: 0px;
55
+ }