diff --git a/css/corners.css b/css/corners.css index 9af2c3bd75dfd715cbe0bd4b0f3df67c94e0b2c4..23fa56590160d9990537ade6fb68992750476a6b 100755 --- a/css/corners.css +++ b/css/corners.css @@ -27,9 +27,6 @@ a.add, ul.primary { -webkit-border-radius: 5px 5px; -moz-border-radius: 5px / 5px; - -o-border-radius: 5px / 5px; - -ms-border-radius: 5px / 5px; - -khtml-border-radius: 5px / 5px; border-radius: 5px / 5px; } @@ -39,9 +36,6 @@ ul.primary { .views-field-edit-delete input.delete-line-item:hover { -webkit-border-radius: 10px 10px; -moz-border-radius: 10px / 10px; - -o-border-radius: 10px / 10px; - -ms-border-radius: 10px / 10px; - -khtml-border-radius: 10px / 10px; border-radius: 10px / 10px; } @@ -53,9 +47,6 @@ ul.action-links li a, article.node ul.links li a { -webkit-border-radius: 3px 3px; -moz-border-radius: 3px / 3px; - -o-border-radius: 3px / 3px; - -ms-border-radius: 3px / 3px; - -khtml-border-radius: 3px / 3px; border-radius: 3px / 3px; } @@ -65,27 +56,15 @@ article.node ul.links li a { #search-block-form .form-actions input.form-submit { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; - -o-border-top-right-radius: 3px; - -ms-border-top-right-radius: 3px; - -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; - -o-border-bottom-right-radius: 3px; - -ms-border-bottom-right-radius: 3px; - -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; - -o-border-top-left-radius: 0; - -ms-border-top-left-radius: 0; - -khtml-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; - -o-border-bottom-left-radius: 0; - -ms-border-bottom-left-radius: 0; - -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; } @@ -95,15 +74,9 @@ ul.primary li:last-child a, ul.primary li.active:last-child a { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; - -o-border-top-right-radius: 4px; - -ms-border-top-right-radius: 4px; - -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; - -o-border-bottom-right-radius: 4px; - -ms-border-bottom-right-radius: 4px; - -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; } @@ -114,15 +87,9 @@ ul.primary li:first-child a, ul.primary li.active:first-child a { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; - -o-border-top-left-radius: 4px; - -ms-border-top-left-radius: 4px; - -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; - -o-border-bottom-left-radius: 4px; - -ms-border-bottom-left-radius: 4px; - -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; } @@ -131,15 +98,9 @@ ul.primary li.active:first-child a { body.format-float #nav-wrapper { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; - -o-border-top-left-radius: 5px; - -ms-border-top-left-radius: 5px; - -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; - -o-border-top-right-radius: 5px; - -ms-border-top-right-radius: 5px; - -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; } @@ -149,15 +110,9 @@ body.format-float #nav-wrapper { body.format-float #content-wrapper { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; - -o-border-bottom-left-radius: 5px; - -ms-border-bottom-left-radius: 5px; - -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; - -o-border-bottom-right-radius: 5px; - -ms-border-bottom-right-radius: 5px; - -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; } @@ -173,8 +128,5 @@ body.format-float #content-wrapper { .checkout-buttons .checkout-back:focus { -webkit-border-radius: 0 0; -moz-border-radius: 0 / 0; - -o-border-radius: 0 / 0; - -ms-border-radius: 0 / 0; - -khtml-border-radius: 0 / 0; border-radius: 0 / 0; } diff --git a/css/gradients.css b/css/gradients.css index f2cc38c8d01c0c5424bb19bd57afd31e517cd49f..b8f64bbf87a31e09dde6f7563aa99d9cf6a284a1 100755 --- a/css/gradients.css +++ b/css/gradients.css @@ -19,7 +19,6 @@ fieldset.checkout-buttons, background-image: -webkit-linear-gradient(center top, #eeeeee, #cccccc); background-image: -moz-linear-gradient(center top, #eeeeee, #cccccc); background-image: -o-linear-gradient(center top, #eeeeee, #cccccc); - background-image: -ms-linear-gradient(center top, #eeeeee, #cccccc); background-image: linear-gradient(center top, #eeeeee, #cccccc); } @@ -29,7 +28,6 @@ ul.primary li a { background-image: -webkit-linear-gradient(center top, #eeeeee, #cccccc); background-image: -moz-linear-gradient(center top, #eeeeee, #cccccc); background-image: -o-linear-gradient(center top, #eeeeee, #cccccc); - background-image: -ms-linear-gradient(center top, #eeeeee, #cccccc); background-image: linear-gradient(center top, #eeeeee, #cccccc); } /* line 57, ../sass/_base.sass */ @@ -38,7 +36,6 @@ ul.primary li a:hover { background-image: -webkit-linear-gradient(center top, #cccccc, #eeeeee); background-image: -moz-linear-gradient(center top, #cccccc, #eeeeee); background-image: -o-linear-gradient(center top, #cccccc, #eeeeee); - background-image: -ms-linear-gradient(center top, #cccccc, #eeeeee); background-image: linear-gradient(center top, #cccccc, #eeeeee); } @@ -49,7 +46,6 @@ article.node ul.links li a { background-image: -webkit-linear-gradient(center top, #67d464, #44911e); background-image: -moz-linear-gradient(center top, #67d464, #44911e); background-image: -o-linear-gradient(center top, #67d464, #44911e); - background-image: -ms-linear-gradient(center top, #67d464, #44911e); background-image: linear-gradient(center top, #67d464, #44911e); border: 1px solid #44911e; } @@ -60,7 +56,6 @@ article.node ul.links li a:hover { background-image: -webkit-linear-gradient(center top, #44911e, #67d464); background-image: -moz-linear-gradient(center top, #44911e, #67d464); background-image: -o-linear-gradient(center top, #44911e, #67d464); - background-image: -ms-linear-gradient(center top, #44911e, #67d464); background-image: linear-gradient(center top, #44911e, #67d464); } @@ -82,7 +77,6 @@ input[type="submit"], background-image: -webkit-linear-gradient(center top, #ffffff, #eeeeee); background-image: -moz-linear-gradient(center top, #ffffff, #eeeeee); background-image: -o-linear-gradient(center top, #ffffff, #eeeeee); - background-image: -ms-linear-gradient(center top, #ffffff, #eeeeee); background-image: linear-gradient(center top, #ffffff, #eeeeee); } @@ -92,7 +86,6 @@ input[type="submit"], background-image: -webkit-linear-gradient(center top, #cccccc, #eeeeee); background-image: -moz-linear-gradient(center top, #cccccc, #eeeeee); background-image: -o-linear-gradient(center top, #cccccc, #eeeeee); - background-image: -ms-linear-gradient(center top, #cccccc, #eeeeee); background-image: linear-gradient(center top, #cccccc, #eeeeee); border: 1px solid #cccccc; } @@ -103,7 +96,6 @@ input[type="submit"], background-image: -webkit-linear-gradient(center top, #47c965, #006633); background-image: -moz-linear-gradient(center top, #47c965, #006633); background-image: -o-linear-gradient(center top, #47c965, #006633); - background-image: -ms-linear-gradient(center top, #47c965, #006633); background-image: linear-gradient(center top, #47c965, #006633); } @@ -114,7 +106,6 @@ form.commerce-add-to-cart input[type="submit"], background-image: -webkit-linear-gradient(center top, #ffff00, #ffcc00); background-image: -moz-linear-gradient(center top, #ffff00, #ffcc00); background-image: -o-linear-gradient(center top, #ffff00, #ffcc00); - background-image: -ms-linear-gradient(center top, #ffff00, #ffcc00); background-image: linear-gradient(center top, #ffff00, #ffcc00); border: 1px solid yellow; } @@ -125,7 +116,6 @@ form.commerce-add-to-cart input[type="submit"]:hover, background-image: -webkit-linear-gradient(center top, #ffcc00, #ffff00); background-image: -moz-linear-gradient(center top, #ffcc00, #ffff00); background-image: -o-linear-gradient(center top, #ffcc00, #ffff00); - background-image: -ms-linear-gradient(center top, #ffcc00, #ffff00); background-image: linear-gradient(center top, #ffcc00, #ffff00); } @@ -136,7 +126,6 @@ input[type="submit"] { background-image: -webkit-linear-gradient(center top, #eeeeee, #cccccc); background-image: -moz-linear-gradient(center top, #eeeeee, #cccccc); background-image: -o-linear-gradient(center top, #eeeeee, #cccccc); - background-image: -ms-linear-gradient(center top, #eeeeee, #cccccc); background-image: linear-gradient(center top, #eeeeee, #cccccc); border: 1px solid #eeeeee; padding: 3px 10px; @@ -148,7 +137,6 @@ input[type="submit"]:hover { background-image: -webkit-linear-gradient(center top, #cccccc, #eeeeee); background-image: -moz-linear-gradient(center top, #cccccc, #eeeeee); background-image: -o-linear-gradient(center top, #cccccc, #eeeeee); - background-image: -ms-linear-gradient(center top, #cccccc, #eeeeee); background-image: linear-gradient(center top, #cccccc, #eeeeee); } diff --git a/css/responsive/smartphone.css b/css/responsive/smartphone.css index a1e5a26f619f18a8289e5a3e373748cfbcb83daa..d25752127dd5d3685ec29dad1423ae75d88889f7 100755 --- a/css/responsive/smartphone.css +++ b/css/responsive/smartphone.css @@ -102,9 +102,6 @@ background-color: transparent; -webkit-border-radius: 0 0; -moz-border-radius: 0 / 0; - -o-border-radius: 0 / 0; - -ms-border-radius: 0 / 0; - -khtml-border-radius: 0 / 0; border-radius: 0 / 0; border: 0; padding: 5px 0; @@ -223,9 +220,8 @@ display: block !important; margin: 0; padding: 1px; - -moz-box-shadow: 0 0 0 transparent; -webkit-box-shadow: 0 0 0 transparent; - -o-box-shadow: 0 0 0 transparent; + -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; } diff --git a/css/shadows.css b/css/shadows.css index d0a0e6e7913eb604d1d2be8532f0de6a7c4b0c9e..a27ec7e444d4b764ee3f2ac382418ce96ddb8159 100755 --- a/css/shadows.css +++ b/css/shadows.css @@ -64,17 +64,15 @@ article.node ul.links li a { /* Box Shadows */ /* line 51, ../sass/shadows.sass */ body.format-framed #page { - -moz-box-shadow: 0 0 10px #333333; -webkit-box-shadow: 0 0 10px #333333; - -o-box-shadow: 0 0 10px #333333; + -moz-box-shadow: 0 0 10px #333333; box-shadow: 0 0 10px #333333; } /* line 54, ../sass/shadows.sass */ #block-commerce-cart-cart .cart-block-links ul.links li a { - -moz-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; -webkit-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; - -o-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; + -moz-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; } @@ -82,36 +80,32 @@ body.format-framed #page { #block-commerce-cart-cart tbody tr, #block-commerce-cart-cart .line-item-summary, ul.secondary li a { - -moz-box-shadow: 0 0 4px #cccccc inset, 0 1px 1px white; -webkit-box-shadow: 0 0 4px #cccccc inset, 0 1px 1px white; - -o-box-shadow: 0 0 4px #cccccc inset, 0 1px 1px white; + -moz-box-shadow: 0 0 4px #cccccc inset, 0 1px 1px white; box-shadow: 0 0 4px #cccccc inset, 0 1px 1px white; } /* line 62, ../sass/shadows.sass */ #search-form input[type="text"], #search-block-form input[type="text"] { - -moz-box-shadow: 0 1px 2px #cccccc inset; -webkit-box-shadow: 0 1px 2px #cccccc inset; - -o-box-shadow: 0 1px 2px #cccccc inset; + -moz-box-shadow: 0 1px 2px #cccccc inset; box-shadow: 0 1px 2px #cccccc inset; } /* line 66, ../sass/shadows.sass */ .region-sidebar-first ul.menu li a:hover, .region-sidebar-second ul.menu li a:hover { - -moz-box-shadow: 0 1px 3px #b2b2b2 inset; -webkit-box-shadow: 0 1px 3px #b2b2b2 inset; - -o-box-shadow: 0 1px 3px #b2b2b2 inset; + -moz-box-shadow: 0 1px 3px #b2b2b2 inset; box-shadow: 0 1px 3px #b2b2b2 inset; } /* line 70, ../sass/shadows.sass */ ul.primary li.active a, ul.secondary li.active a { - -moz-box-shadow: 0 1px 3px #1e5b91 inset; -webkit-box-shadow: 0 1px 3px #1e5b91 inset; - -o-box-shadow: 0 1px 3px #1e5b91 inset; + -moz-box-shadow: 0 1px 3px #1e5b91 inset; box-shadow: 0 1px 3px #1e5b91 inset; } @@ -120,9 +114,8 @@ ul.secondary li.active a { .checkout-pane-wrapper, .checkout-help, .page-user-orders #content { - -moz-box-shadow: 0 0 10px #b2b2b2 inset; -webkit-box-shadow: 0 0 10px #b2b2b2 inset; - -o-box-shadow: 0 0 10px #b2b2b2 inset; + -moz-box-shadow: 0 0 10px #b2b2b2 inset; box-shadow: 0 0 10px #b2b2b2 inset; } @@ -130,17 +123,15 @@ ul.secondary li.active a { .review-pane, .checkout-pane-wrapper fieldset, div.admin-panel { - -moz-box-shadow: 0 0 10px #e5e5e5 inset; -webkit-box-shadow: 0 0 10px #e5e5e5 inset; - -o-box-shadow: 0 0 10px #e5e5e5 inset; + -moz-box-shadow: 0 0 10px #e5e5e5 inset; box-shadow: 0 0 10px #e5e5e5 inset; } /* line 85, ../sass/shadows.sass */ #toggle { - -moz-box-shadow: 0 -10px 10px black inset; -webkit-box-shadow: 0 -10px 10px black inset; - -o-box-shadow: 0 -10px 10px black inset; + -moz-box-shadow: 0 -10px 10px black inset; box-shadow: 0 -10px 10px black inset; } @@ -152,17 +143,15 @@ input.title, textarea, select, select.error { - -moz-box-shadow: 0 1px 2px #cccccc inset, 0 1px 1px white; -webkit-box-shadow: 0 1px 2px #cccccc inset, 0 1px 1px white; - -o-box-shadow: 0 1px 2px #cccccc inset, 0 1px 1px white; + -moz-box-shadow: 0 1px 2px #cccccc inset, 0 1px 1px white; box-shadow: 0 1px 2px #cccccc inset, 0 1px 1px white; } /* line 97, ../sass/shadows.sass */ textarea { - -moz-box-shadow: 0 2px 2px #7f7f7f inset, 0 1px 1px white; -webkit-box-shadow: 0 2px 2px #7f7f7f inset, 0 1px 1px white; - -o-box-shadow: 0 2px 2px #7f7f7f inset, 0 1px 1px white; + -moz-box-shadow: 0 2px 2px #7f7f7f inset, 0 1px 1px white; box-shadow: 0 2px 2px #7f7f7f inset, 0 1px 1px white; } @@ -170,43 +159,38 @@ textarea { input[type="submit"], #edit-checkout, #edit-continue { - -moz-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; -webkit-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; - -o-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; + -moz-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; } /* line 105, ../sass/shadows.sass */ #quicktabs-browse_products .browse-grid-item img, #quicktabs-browse_products_full .browse-grid-item img { - -moz-box-shadow: 0 0 5px #b2b2b2; -webkit-box-shadow: 0 0 5px #b2b2b2; - -o-box-shadow: 0 0 5px #b2b2b2; + -moz-box-shadow: 0 0 5px #b2b2b2; box-shadow: 0 0 5px #b2b2b2; } /* line 109, ../sass/shadows.sass */ #views_slideshow_cycle_teaser_section_promos-block .promo-link a { - -moz-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; -webkit-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; - -o-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; + -moz-box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; box-shadow: 0 1px 1px white inset, 0 0 3px #b2b2b2; } /* line 112, ../sass/shadows.sass */ #block-views-promos-block .views-slideshow-controls-text-previous:hover, #block-views-promos-block .views-slideshow-controls-text-next:hover { - -moz-box-shadow: 0 0 5px #b2b2b2 inset; -webkit-box-shadow: 0 0 5px #b2b2b2 inset; - -o-box-shadow: 0 0 5px #b2b2b2 inset; + -moz-box-shadow: 0 0 5px #b2b2b2 inset; box-shadow: 0 0 5px #b2b2b2 inset; } /* line 116, ../sass/shadows.sass */ a.add { - -moz-box-shadow: 0 0 5px #cccccc inset; -webkit-box-shadow: 0 0 5px #cccccc inset; - -o-box-shadow: 0 0 5px #cccccc inset; + -moz-box-shadow: 0 0 5px #cccccc inset; box-shadow: 0 0 5px #cccccc inset; } @@ -243,8 +227,7 @@ a.add { a.add:hover, .ctools-button li a, .views-ui-display-tab-actions .ctools-button-processed input { - -moz-box-shadow: 0 0 0 transparent; -webkit-box-shadow: 0 0 0 transparent; - -o-box-shadow: 0 0 0 transparent; + -moz-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; }