Skip to content

Instantly share code, notes, and snippets.

@vmasciotta
Created September 9, 2013 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmasciotta/6497982 to your computer and use it in GitHub Desktop.
Save vmasciotta/6497982 to your computer and use it in GitHub Desktop.
Magento blank default css rules
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category design
* @package default_default
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
/* Reset ================================================================================= */
* { }
body { }
img { }
a { }
a:hover { }
:focus { }
/* Headings */
h1,h2,h3,
h4,h5,h6 { }
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* Forms */
form { }
fieldset { }
legend { }
/* Table */
table { }
caption,th,td { }
/* Content */
p { }
strong { }
address { }
cite { }
q,
blockquote { }
q:before,
q:after { }
small,big { }
/*sup { }*/
/* Lists */
ul,ol { }
/* Tools */
.hidden { }
.nobr { }
.wrap { }
.a-left { }
.a-center { }
.a-right { }
.v-top { }
.v-middle { }
.f-left,
.left { }
.f-right,
.right { }
.f-none { }
.f-fix { }
.no-display { }
.no-margin { }
.no-padding { }
.no-bg { }
/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper { }
.page { }
.page-print { }
.page-empty { }
.page-popup { }
.main-container { }
.main { }
/* Base Columns */
.col-left { }
.col-main { }
.col-right { }
/* 1 Column Layout */
.col1-layout .col-main { }
/* 2 Columns Layout */
.col2-left-layout .col-main { }
.col2-right-layout .col-main { }
/* 3 Columns Layout */
.col3-layout .col-main { }
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main { }
/* Content Columns */
.col2-set .col-1 { }
.col2-set .col-2 { }
.col2-set .col-narrow { }
.col2-set .col-wide { }
.col3-set .col-1 { }
.col3-set .col-2 { }
.col3-set .col-3 { }
.col4-set .col-1 { }
.col4-set .col-2 { }
.col4-set .col-3 { }
.col4-set .col-4 { }
/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { }
input.input-text,select,textarea { }
input.input-text,textarea { }
select { }
select option { }
select.multiselect option { }
select.multiselect option:last-child { }
textarea { }
input.radio { }
input.checkbox { }
input.qty { }
button.button::-moz-focus-inner { } /* FF Fix */
button.button { } /* <- Safari & Google Chrome Fix */
button.button { }
button.button span { }
button.button span span { }
button.disabled span { }
button.btn-checkout span { }
button.btn-checkout span span { }
button.btn-checkout.no-checkout span { }
button.btn-checkout.no-checkout span span { }
p.control input.checkbox,
p.control input.radio { }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { }
/*.highlight { }*/
/* Form lists */
/* Grouped fields */
/*.form-list { }*/
.form-list li { }
.form-list label { }
.form-list label.required { }
.form-list label.required em { }
.form-list li.control label { }
.form-list li.control input.radio,
.form-list li.control input.checkbox { }
.form-list li.control .input-box { }
/*.form-list li.fields { }*/
.form-list .input-box { }
.form-list .field { }
.form-list input.input-text { }
.form-list textarea { }
.form-list select { }
.form-list li.wide .input-box { }
.form-list li.wide input.input-text { }
.form-list li.wide textarea { }
.form-list li.wide select { }
.form-list li.additional-row { }
.form-list li.additional-row .btn-remove { }
.form-list .input-range input.input-text { }
.form-list-narrow li { }
.form-list-narrow li .input-box { }
.form-list-narrow li.wide .input-box { }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { }
.form-list-narrow li.wide select { }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { }
.form-list .name-prefix { }
.form-list .name-prefix select { }
.form-list .name-prefix input.input-text { }
.form-list .name-suffix { }
.form-list .name-suffix select { }
.form-list .name-suffix input.input-text { }
.form-list .name-middlename { }
.form-list .name-middlename input.input-text { }
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { }
.form-list .customer-name-prefix-suffix .name-firstname { }
.form-list .customer-name-prefix-suffix .name-lastname { }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { }
.form-list .customer-name-prefix-suffix .name-firstname { }
.form-list .customer-name-prefix-suffix .name-lastname { }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { }
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { }
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { }
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { }
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { }
.form-list .customer-dob input.input-text { }
.form-list .customer-dob label { }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { }
.form-list .customer-dob .dob-year { }
.form-list .customer-dob .dob-year input.input-text { }
/* Independent fields */
/*.form-list li { }
.form-list li.fields { }
.form-list .field { }
.form-list li.control { }
.form-list label { }
.form-list label.required { }
.form-list label.required em { }
.form-list .input-box { }
.form-list input.input-text,
.form-list textarea { }
.form-list select { }
.form-list li.additional-row { }
.form-list li.additional-row .btn-remove { }
.form-list .input-range input.input-text { }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { }
.form-list .customer-dob input.input-text { }
.form-list .customer-dob label { }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { }
.form-list .customer-dob .dob-year { }
.form-list .customer-dob .dob-year input.input-text { }*/
.buttons-set { }
.buttons-set p.required { }
.buttons-set .back-link { }
.buttons-set button.button { }
.buttons-set-order { }
.buttons-set-order .please-wait { }
.fieldset { }
.fieldset .legend { }
/* Form Validation */
.validation-advice { }
.validation-failed { }
.validation-passed { }
p.required { }
/* Expiration date and CVV number validation fix */
.v-fix { }
.v-fix .validation-advice { }
/* Global Messages */
.success { }
.error { }
.notice { }
.messages,
.messages ul { }
.messages { }
.messages li { }
.messages li li { }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { }
.error-msg { }
.success-msg { }
.note-msg,
.notice-msg { }
/* BreadCrumbs */
.breadcrumbs { }
.breadcrumbs li { }
.breadcrumbs li strong { }
/* Page Heading */
.page-title { }
.page-title h1,
.page-title h2 { }
.page-title .separator { }
.page-title .link-rss { }
.title-buttons { }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { }
.subtitle,
.sub-title { }
/* Pager */
.pager { }
.pager .amount { }
.pager .limiter { }
.pager .limiter label { }
.pager .limiter select { }
.pager .pages { }
.pager .pages ol { }
.pager .pages li { }
.pager .pages .current { }
/* Sorter */
.sorter { }
.sorter .view-mode { }
.sorter .sort-by { }
.sorter .sort-by label { }
.sorter .sort-by select { }
.sorter .link-feed { }
/* Toolbar */
.toolbar { }
.toolbar .pager { }
.toolbar .sorter { }
.toolbar-bottom { }
/* Data Table */
.data-table { }
.data-table .odd { }
.data-table .even { }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { }*/
.data-table td.last,
.data-table th.last { }
.data-table tr.last th,
.data-table tr.last td { }
.data-table th { }
.data-table td { }
.data-table thead th { }
.data-table thead th.wrap { }
.data-table thead th a,
.data-table thead th a:hover { }
.data-table thead th { }
.data-table thead th .tax-flag { }
.data-table tfoot { }
.data-table tfoot tr.first td { }
.data-table tfoot tr { }
.data-table tfoot td { }
.data-table tfoot strong { }
.data-table tbody th,
.data-table tbody td { }
/* Bundle products tables */
.data-table tbody.odd tr { }
.data-table tbody.even tr { }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { }
.data-table tbody td .option-label { }
.data-table tbody td .option-value { }
/* Generic Info Box */
.info-box { }
.info-box h2 { }
.info-table th { }
.info-table td { }
/* Shopping cart total summary row expandable to details */
tr.summary-total { }
tr.summary-total td { }
tr.summary-total .summary-collapse { }
tr.show-details .summary-collapse { }
tr.show-details td { }
tr.summary-details td { }
tr.summary-details-first td { }
tr.summary-details-excluded { }
/* Shopping cart tax info */
.cart-tax-info { }
.cart-tax-info,
.cart-tax-info .cart-price { }
.cart-tax-total { }
.cart-tax-info .price,
.cart-tax-total .price { }
.cart-tax-total-expanded { }
/* Class: std - styles for admin-controlled content */
.std .subtitle { }
.std ol.ol { }
.std ul.disc { }
.std dl dt { }
.std dl dd { }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { }
.std ul { }
.std ol { }
.std ul ul { }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { }
.std dt { }
.std dd { }
.std blockquote { }
.std address { }
.std b,
.std strong { }
.std i,
.std em { }
/* Misc */
.links li { }
.links li.first { }
.links li.last { }
.link-cart { }
.link-wishlist { }
.link-reorder { }
.link-compare { }
.link-print { }
.link-rss { }
.btn-remove { }
.btn-previous { }
.btn-remove2 { }
.btn-edit { }
.cards-list dt { }
.cards-list .offset { }
.separator { }
.divider { }
/* Global site notices */
.global-site-notice { }
.global-site-notice .notice-inner { }
.global-site-notice .notice-inner p { }
.global-site-notice .notice-inner .actions { }
/* Cookie Notice */
.notice-cookie { }
/* Noscript Notice */
.noscript { }
/* Demo Notice */
.demo-notice { }
.demo-notice .notice-inner { }
.demo-notice .notice-inner p { }
/* ======================================================================================= */
/* Header ================================================================================ */
.logo { }
.header-container { }
.header { }
.header .logo { }
.header .logo strong { }
.header h1.logo { }
.header .quick-access { }
.header .welcome-msg { }
.header .welcome-msg a { }
.header .form-search { }
.header .form-search label { }
.header .form-search input.input-text { }
.header .form-search button.button { }
.header .form-search button.button span { }
.header .form-search button.button span span { }
.header .form-search .search-autocomplete { }
.header .form-search .search-autocomplete ul { }
.header .form-search .search-autocomplete li { }
.header .form-search .search-autocomplete li .amount { }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { }
.header .form-language { }
.header .form-language label { }
.header .form-language select { }
.header .form-language select.flags option { }
.header .links { }
.header .links li { }
.header .links a { }
.header-container .top-container { }
.header-container .top-container a { }
/********** < Navigation */
.nav-container { }
#nav { }
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { }
#nav li.over { }
#nav a,
#nav a:hover { }
#nav span { }
#nav li ul span { }
#nav ul li.parent a { }
#nav ul li.parent li a { }
/* 0 Level */
#nav li { }
#nav li.active a { }
#nav a { }
#nav li.over a,
#nav a:hover { }
/* 1st Level */
#nav ul li,
#nav ul li.active { }
#nav ul li.last { }
#nav ul a,
#nav ul a:hover { }
#nav ul li a { }
/* 2nd Level */
#nav ul,
#nav div { }
#nav div ul { }
/* 3rd+ Level */
#nav ul ul,
#nav ul div { }
#nav ul li a { }
#nav ul li a:hover { }
#nav ul li a,
#nav ul li a:hover { }
#nav ul span,
#nav ul li.last li span { }
/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { }
/********** Navigation > */
/* ======================================================================================= */
/* Sidebar =============================================================================== */
.block { }
.block .block-title { }
.block .block-title strong { }
.block .block-title strong span { }
.block .block-title a { }
.block .block-subtitle { }
.block .block-content { }
.block .block-content li.item { }
.block .block-content .product-name { }
.block .btn-remove,
.block .btn-edit { }
.block .actions { }
.block .actions a { }
.block .actions button.button { }
.block .empty { }
.block li.odd { }
.block li.even { }
/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong { }
/* Mini Products List */
.mini-products-list .product-image { }
.mini-products-list .product-details { }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { }
.block-cart .mini-products-list .product-details .nobr { }
/* Block: Account */
.block-account { }
.block-account .block-title { }
.block-account .block-title strong { }
.block-account .block-content { }
.block-account .block-content li a { }
.block-account .block-content li a:hover { }
.block-account .block-content li.last a { }
.block-account .block-content li.current { }
.block-account .block-content li.current.last { }
/* Block: Currency Switcher */
.block-currency { }
.block-currency .block-title { }
.block-currency .block-title strong { }
.block-currency .block-content { }
.block-currency .block-content select { }
/* Block: Layered Navigation */
.block-layered-nav { }
.block-layered-nav .block-title { }
.block-layered-nav .block-subtitle { }
.block-layered-nav .block-content { }
.block-layered-nav dt { }
.block-layered-nav dd { }
.block-layered-nav dd.last { }
.block-layered-nav .currently li { }
.block-layered-nav .currently .label { }
.block-layered-nav .currently .value { }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { }
.block-layered-nav .currently .btn-previous { }
.block-layered-nav .actions { }
.block-layered-nav .actions a { }
/* Block: Cart */
.block-cart .block-title { }
.block-cart .block-title strong { }
.block-cart .summary { }
.block-cart .amount { }
.block-cart .amount a { }
.block-cart .subtotal { }
.block-cart .subtotal .price { }
.block-cart .actions { }
.block-cart .actions .paypal-logo { }
.block-cart .actions .paypal-logo .paypal-or { }
/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { }
.block-wishlist .actions a { }
/* Block: Related */
.block-related .block-title strong { }
.block-related input.checkbox { }
.block-related .product { }
/* Block: Compare Products */
.block-compare .block-title strong { }
.block-compare button.button span { }
.page-popup .link-print { }
.compare-table { }
.compare-table thead tr.first th,
.compare-table thead tr.first td { }
.compare-table .btn-remove { }
.compare-table tbody th { }
.compare-table tbody th,
.compare-table tbody td { }
.compare-table tbody td.last { }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { }
.compare-table tr.add-to-row td { }
.compare-table tr.first td { }
.compare-table tr.first td .product-name { }
.compare-table tr.first td .product-name a { }
.compare-table tr.first td .ratings { }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { }
/* Block: Recently Viewed */
.block-viewed .block-title strong { }
/* Block: Recently Compared */
.block-compared .block-title strong { }
/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { }
.block-poll label { }
.block-poll input.radio { }
.block-poll .label { }
.block-poll li { }
.block-poll .actions { }
.block-poll button.button span { }
.block-poll .answer { }
.block-poll .votes { }
/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content .tags-list { }
.block-tags .block-content a { }
.block-tags .actions { }
.block-tags .actions a { }
/* Block: Subscribe */
.block-subscribe .block-content { }
.block-subscribe .block-title strong { }
.block-subscribe label { }
.block-subscribe input.input-text { }
.block-subscribe .actions { }
.block-subscribe .actions button.button { }
.block-subscribe .actions button.button span { }
/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { }
.block-reorder .product-name { }
.block-reorder .validation-advice { }
/* Block: Banner */
.block-banner { }
.block-banner .block-content { }
/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { }
.block-login label { }
.block-login input.input-text { }
.block-login .actions { }
.block-login .actions button.button span { }
/* Paypal */
.sidebar .paypal-logo { }
.sidebar .paypal-logo a { }
/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title { }
.category-image { }
.category-image img { }
.category-description { }
.category-products { }
/* View Type: Grid */
.products-grid { }
.products-grid.last { }
.products-grid li.item { }
.products-grid .product-image { }
.products-grid .product-name { }
.products-grid .product-name a { }
.products-grid .price-box { }
.products-grid .availability { }
.products-grid .actions { }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { }
.col1-layout .products-grid { }
/* View Type: List */
.products-list li.item { }
.products-list li.item.last { }
.products-list .product-image { }
.products-list .product-shop { }
.products-list .product-name { }
.products-list .product-name a { }
.products-list .price-box { }
.products-list .availability { }
.products-list .desc { }
.products-list .desc .link-learn { }
.products-list .add-to-links { }
.products-list .add-to-links li { }
.products-list .add-to-links .separator { }
/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating { }
.ratings { }
.ratings strong { }
.ratings .rating-links { }
.ratings .rating-links .separator { }
.ratings dt { }
.ratings dd { }
.rating-box { }
.rating-box .rating { }
.ratings .rating-box { }
.ratings .amount { }
.ratings-table th,
.ratings-table td { }
.ratings-table th { }
/* Availability */
.availability { }
.availability span { }
.availability.in-stock span { }
.availability.out-of-stock span { }
.availability-only { }
.availability-only span,
.availability-only a { }
.availability-only a { }
.availability-only .expanded { }
.availability-only strong { }
.availability-only-details { }
.availability-only-details th { }
.availability-only-details td { }
.availability-only-details tr.odd td.last { }
.product-view .product-shop .availability { }
.product-view .product-shop .availability span { }
/* Email to a Friend */
.email-friend { }
/* Alerts */
.alert-price { }
.alert-stock { }
/********** < Product Prices */
.price { }
.price-box { }
.price-box .price { }
/* Regular price */
.regular-price { }
.regular-price .price { }
.block .regular-price,
.block .regular-price .price { }
/* Old price */
.old-price { }
.old-price .price-label { }
.old-price .price { }
/* Special price */
.special-price { }
.special-price .price-label { }
.special-price .price { }
/* Minimal price (as low as) */
.minimal-price { }
.minimal-price .price-label { }
.minimal-price-link { }
.minimal-price-link .label { }
.minimal-price-link .price { }
/* Excluding tax */
.price-excluding-tax { }
.price-excluding-tax .label { }
.price-excluding-tax .price { }
/* Including tax */
.price-including-tax { }
.price-including-tax .label { }
.price-including-tax .price { }
/* Configured price */
.configured-price { }
.configured-price .price-label { }
.configured-price .price { }
/* FPT */
.weee { }
.weee .price { }
/* Excl tax (for order tables) */
.price-excl-tax { }
.price-excl-tax .label { }
.price-excl-tax .price { }
/* Incl tax (for order tables) */
.price-incl-tax { }
.price-incl-tax .label { }
.price-incl-tax .price { }
/* Price range */
.price-from { }
.price-from .price-label { }
.price-to { }
.price-to .price-label { }
/* Price notice next to the options */
.price-notice { }
.price-notice .price { }
/* Price as configured */
.price-as-configured { }
.price-as-configured .price-label { }
.price-box-bundle { }
.price-box-bundle .price-box { }
.price-box-bundle .price { }
/********** Product Prices > */
/* Tier Prices */
.product-pricing,
.tier-prices { }
.tier-prices li { }
.tier-prices .benefit { }
.tier-prices .price { }
.tier-prices-grouped li { }
.tier-prices-grouped li .price { }
/* Add to Links */
.add-to-links { }
.add-to-links .separator { }
/* Add to Cart */
.add-to-cart label { }
.add-to-cart .qty { }
.add-to-cart button.button { }
.add-to-cart .paypal-logo { }
.add-to-cart .paypal-logo .paypal-or { }
.product-view .add-to-cart .paypal-logo { }
/* Add to Links + Add to Cart */
.add-to-box { }
.add-to-box .add-to-cart { }
.add-to-box .or { }
.add-to-box .add-to-links { }
.add-to-box .add-to-links li { }
.add-to-box .add-to-links li .separator { }
.product-view { }
.product-essential { }
.product-essential h2 { }
.product-collateral { }
.product-collateral h2 { }
.product-collateral .box-collateral { }
/* Product Images */
.product-view .product-img-box { }
.col3-layout .product-view .product-img-box { }
.product-view .product-img-box .product-image { }
.product-view .product-img-box .product-image-zoom { }
.product-view .product-img-box .product-image-zoom img { }
.product-view .product-img-box .zoom-notice { }
.product-view .product-img-box .zoom { }
.product-view .product-img-box .zoom.disabled { }
.product-view .product-img-box .zoom #track { }
.product-view .product-img-box .zoom #handle { }
.product-view .product-img-box .zoom .btn-zoom-out { }
.product-view .product-img-box .zoom .btn-zoom-in { }
.product-view .product-img-box .more-views h2 { }
.product-view .product-img-box .more-views ul { }
.product-view .product-img-box .more-views li { }
.product-view .product-img-box .more-views li a { }
.product-image-popup { }
.product-image-popup .buttons-set { }
.product-image-popup .nav { }
.product-image-popup .image { }
.product-image-popup .image-label { }
/* Product Shop */
.product-view .product-shop { }
.col1-layout .product-view .product-shop { }
.col3-layout .product-view .product-shop { }
.product-view .product-shop .product-name { }
.product-view .product-shop .product-name h1 { }
.product-view .product-shop .availability { }
.product-view .product-shop .short-description { }
.product-view .product-shop .price-box { }
.product-view .product-shop .add-to-links { }
.product-view .product-shop .add-to-links { }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { }
.product-view .product-shop .add-to-links a { }
/* Product Options */
.product-options { }
.product-options dt { }
.product-options dt label { }
.product-options dt label.required em { }
.product-options dd .qty-holder { }
.product-options dd .qty-holder label { }
.product-options dt .qty-disabled { }
.product-options dd { }
.product-options dl.last dd.last { }
.product-options dd input.input-text { }
.product-options dd input.datetime-picker { }
.product-options dd .time-picker { }
.product-options dd textarea { }
.product-options dd select { }
.product-options dd .multiselect option { }
.product-options ul.options-list { }
.product-options ul.options-list li { }
.product-options ul.options-list input.radio { }
.product-options ul.options-list input.checkbox { }
.product-options ul.options-list .label { }
.product-options ul.options-list label { }
.product-options ul.validation-failed { }
.product-options p.note { }
.product-options p.required { }
.product-options-bottom { }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { }
.product-options-bottom .tier-prices li { }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { }
.product-options-bottom .price-box { }
.product-options-bottom .add-to-links { }
.col3-layout .product-options-bottom .price-box { }
.product-options-bottom .price-label { }
.product-options-bottom .price-tax { }
.product-options-bottom .add-to-cart { }
.product-shop .product-options-bottom { }
.product-shop .product-options-bottom .price-box { }
.product-shop .product-options-bottom .price-label { }
.product-shop .product-options-bottom .price-tax { }
.product-shop .product-options-bottom .add-to-cart-box { }
.product-shop .product-options-bottom .add-to-links { }
/* Grouped Product */
.product-view .grouped-items-table .price-box { }
/* Block: Description */
.product-view .box-description { }
/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { }
/* Block: Upsell */
.product-view .box-up-sell h2 { }
.product-view .box-up-sell .products-grid { }
.product-view .box-up-sell .products-grid td { }
.product-view .box-up-sell .products-grid tr.last td { }
.product-view .box-up-sell .products-grid td.last { }
.product-view .box-up-sell .products-grid td img { }
.product-view .box-up-sell .products-grid .product-image { }
.product-view .box-up-sell .products-grid td.empty { }
.product-view .box-up-sell .products-grid .ratings .rating-box { }
/* Block: Tags */
.product-view .box-tags { }
.product-view .box-tags h3 { }
.product-view .box-tags .product-tags { }
.product-view .box-tags .product-tags li { }
.product-view .box-tags .product-tags li.first { }
.product-view .box-tags .product-tags li.last { }
.product-view .box-tags .form-add label { }
.product-view .box-tags .form-add .input-box { }
.product-view .box-tags .form-add input.input-text { }
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { }
/* Block: Reviews */
.product-view .box-reviews dl { }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { }
.product-view .box-reviews dd { }
.product-view .box-reviews dd small { }
.product-view .box-reviews .form-add { }
.product-view .box-reviews .form-add h3 { }
.product-view .box-reviews .form-add h3 span { }
.product-view .box-reviews .form-add h4 { }
.product-view .box-reviews .form-add .data-table td { }
.product-view .box-reviews .form-add .form-list { }
.product-view .box-reviews .form-add .form-list .input-box { }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { }
/* Send a Friend */
.send-friend .form-list { }
.send-friend .form-list li { }
.send-friend .form-list li p { }
.send-friend .form-list .field { }
.send-friend .form-list .input-box { }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { }
.send-friend .form-list li.wide .input-box { }
.send-friend .form-list li.wide textarea { }
.send-friend .buttons-set .limit { }
/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name { }
.product-name a { }
/* Product Tags */
.tags-list { }
.tags-list li { }
.tags-list li a { }
/* Advanced Search */
.advanced-search .form-list label { }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { }
.advanced-search-amount { }
.advanced-search-summary { }
.advanced-search-summary ul { }
.advanced-search-summary strong { }
.advanced-search-summary p { }
/* CMS Home Page */
.cms-home .subtitle { }
.cms-index-index .subtitle { }
/* Sitemap */
.page-sitemap .links { }
.page-sitemap .links a { }
.page-sitemap .links a:hover { }
.page-sitemap .sitemap { }
.page-sitemap .sitemap a { }
.page-sitemap .sitemap li { }
.page-sitemap .sitemap li.level-0 { }
.page-sitemap .sitemap li.level-0 a { }
/* RSS */
.rss-title h1 { }
.rss-table .link-rss { }
/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .page-title { }
.cart .page-title h1 { }
/* Checkout Types */
.cart .page-title .checkout-types li { }
.cart .title-buttons .checkout-types { }
.cart .title-buttons .checkout-types li { }
.cart .checkout-types .paypal-or { }
.cart .totals .checkout-types .paypal-or { }
/* Shopping Cart Table */
.cart-table th { }
.cart-table td { }
.cart-table .product-name { }
.cart-table .item-msg { }
.cart-table tfoot td { }
.cart-table .btn-continue { }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { }
.cart-table .btn-update { }
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { }
.cart .cart-collaterals .col2-set { }
.cart .cart-collaterals .col2-set .col-2 { }
.cart .crosssell { }
.cart .crosssell h2 { }
.cart .crosssell .product-image { }
.cart .crosssell .product-details { }
.cart .crosssell .product-name { }
.cart .crosssell li.item { }
.cart .crosssell .link-compare { }
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { }
.cart .discount h2,
.cart .shipping h2 { }
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { }
.cart .discount h2 { }
.cart .discount .input-box { }
.cart .discount input.input-text { }
.cart .shipping h2 { }
.cart .shipping .sp-methods { }
/* Shopping Cart Totals */
.cart .totals { }
.cart .totals table { }
.cart .totals td { }
.cart .totals tr.last td { }
.cart .totals tfoot th { }
.cart .totals tfoot td { }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { }
.cart .totals .checkout-types { }
.cart .totals .checkout-types li { }
/* Options Tool Tip */
.item-options dt { }
.item-options dd { }
.truncated { }
.truncated a.dots { }
.truncated a.details { }
.truncated .truncated_full_value { }
.truncated .truncated_full_value .item-options { }
.truncated .truncated_full_value .item-options > p { }
.truncated .show .item-options { }
.col-left .truncated .show .item-options { }
.col-right .truncated .show .item-options { }
/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { }
.sp-methods dt { }
.sp-methods dd { }
.sp-methods dd li { }
.sp-methods label { }
.sp-methods .price { }
.sp-methods .form-list { }
.sp-methods .form-list li { }
.sp-methods select.month { }
.sp-methods select.year { }
.sp-methods input.cvv { }
.sp-methods .checkmo-list li { }
.sp-methods .checkmo-list label { }
.sp-methods .checkmo-list address { }
.sp-methods .centinel-logos a { }
.sp-methods .centinel-logos img { }
.sp-methods .release-amounts { }
.sp-methods .release-amounts button { }
.please-wait { }
.please-wait img { }
.cvv-what-is-this { }
/* Tooltip */
.tool-tip { }
.tool-tip .btn-close { }
.tool-tip .btn-close a { }
.tool-tip .tool-tip-content { }
/* Gift Messages */
.gift-messages h3 { }
.gift-messages p.control { }
.gift-messages-form { }
.gift-messages-form label { }
.gift-messages-form h4 { }
.gift-messages-form .whole-order { }
.gift-messages-form .item { }
.gift-messages-form .item .product-img-box { }
.gift-messages-form .item .product-image { }
.gift-messages-form .item .number { }
.gift-messages-form .item .details { }
.gift-messages-form .item .details .product-name { }
.gift-messages-form .item .details .form-list .field { }
.gift-messages-form .item .details .form-list .input-box { }
.gift-messages-form .item .details .form-list input.input-text { }
.gift-messages-form .item .details .form-list li.wide .input-box { }
.gift-messages-form .item .details .form-list li.wide textarea { }
.gift-message-link { }
.gift-message-link.expanded { }
.gift-message-row { }
.gift-message-row .btn-close { }
/* Checkout Agreements */
.checkout-agreements li { }
.checkout-agreements .agreement-content { }
.checkout-agreements .agree { }
.checkout-agreements .agree input.checkbox { }
.checkout-agreements .agree label { }
.opc .checkout-agreements { }
.opc .checkout-agreements li { }
.opc .checkout-agreements .agreement-content { }
.opc .checkout-agreements .agree { }
/* Centinel */
.centinel { }
.centinel .authentication { }
.centinel .authentication iframe { }
.opc .centinel { }
/* Generic Info Set */
.info-set { }
.info-set h2 { }
.info-set h3,
.info-set h4 { }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { }
.info-set h2.legend { }
.info-set h3.legend { }
.info-set .divider { }
.info-set .box { }
.info-set .box h2 { }
.info-set .data-table .product-name { }
.info-set .data-table .product-name a { }
.info-set .data-table .item-options { }
/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress { }
.block-progress .block-title { }
.block-progress .block-title strong { }
.block-progress .block-content { }
.block-progress dt { }
.block-progress dd { }
.block-progress dt.complete { }
.block-progress dd.complete { }
.block-progress p { }
.block-progress .cards-list dt { }
.block-progress .cards-list dd { }
.block-progress .cards-list .info-table th { }
.opc .buttons-set { }
.opc .buttons-set p.required { }
.opc .buttons-set .back-link small { }
.opc .buttons-set .back-link a { }
.opc .buttons-set.disabled button.button { }
.opc .buttons-set .please-wait { }
.opc .ul { }
.opc { }
.opc li.section { }
.opc .step-title { }
.opc .step-title .number { }
.opc .step-title h2 { }
.opc .step-title a { }
.opc .allow .step-title { }
.opc .allow .step-title .number { }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { }*/
.opc .active .step-title { }
.opc .active .step-title .number { }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { }*/
.opc .step { }
.opc .step .tool-tip { }
#opc-login .buttons-set { }
#opc-login h3 { }
#opc-login h4 { }
#opc-shipping_method .buttons-set { }
.opc .gift-messages-form { }
.opc .gift-messages-form .inner-box { }
#opc-review .step { }
#opc-review .product-name { }
#opc-review .item-options { }
#opc-review .buttons-set { }
#opc-review .buttons-set p { }
#opc-review .buttons-set .please-wait { }
#opc-review .authentication { }
#opc-review .warning-message { }
/* Multiple Addresses Checkout */
.checkout-progress { }
.checkout-progress li { }
.checkout-progress li.active { }
.multiple-checkout h2 { }
.multiple-checkout h3,
.multiple-checkout h4 { }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { }
.multiple-checkout .data-table .product-name { }
.multiple-checkout .data-table .product-name a { }
.multiple-checkout .data-table .item-options { }
.multiple-checkout .gift-messages { }
.multiple-checkout .tool-tip { }
.multiple-checkout .col2-set,
.multiple-checkout .col3-set { }
.multiple-checkout .col2-set h2.legend { }
.multiple-checkout .col2-set h3.legend { }
.multiple-checkout .col2-set .divider { }
.multiple-checkout .box { }
.multiple-checkout .box h2 { }
.multiple-checkout .place-order .please-wait { }
.multiple-checkout .place-order .grand-total { }
.multiple-checkout .place-order .grand-total .inner { }
.multiple-checkout .place-order .grand-total .inner div { }
.multiple-checkout .place-order .grand-total big { }
.multiple-checkout .place-order .grand-total .price { }
.multiple-checkout .place-order .grand-total button.button span { }
.multiple-checkout .place-order .grand-total button.button span span { }
/* Step 1 */
.multiple-checkout .title-buttons button.button span { }
#multiship-addresses-table td { }
#multiship-addresses-table tfoot td { }
#multiship-addresses-table tfoot button.button span { }
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { }
.multiple-checkout .gift-messages-form .item .details .form-list li { }
.multiple-checkout .gift-messages-form .item .details .form-list .field { }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { }
.checkout-multishipping-shipping .box-sp-methods { }
.checkout-multishipping-shipping .box-sp-methods .pointer { }
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { }
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content { }
.account-login .content h2 { }
.account-login .new-users h2 { }
.account-login .registered-users h2 { }
.account-login .buttons-set { }
.account-create { }
/* Captcha ================================================================================ */
.captcha-note { }
.captcha-image { }
.captcha-image .captcha-img { }
.registered-users .captcha-image { }
.captcha-reload { }
.captcha-reload.refreshing { }
@-webkit-keyframes rotate {
0% { }
0% { }
}
@-moz-keyframes rotate {
0% { }
0% { }
}
@keyframes rotate {
0% { }
0% { }
}
/* Remember Me Popup ===================================================================== */
.window-overlay { }
.remember-me label { }
.remember-me-popup { }
.remember-me-popup h3 { }
.remember-me-popup .remember-me-popup-head { }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { }
.remember-me-popup .remember-me-popup-body { }
.remember-me-popup .remember-me-popup-body a { }
/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { }
/********** < Dashboard */
.dashboard .welcome-msg { }
.dashboard .welcome-msg p { }
.dashboard .col2-set { }
/* General Box */
.box-account { }
.box-account .box-head { }
.box-account .box-head h2 { }
.dashboard .box .box-title { }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { }
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }
/* Block: Account Information */
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 { }
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number { }
.dashboard .box-reviews .details { }
.dashboard .box-reviews li.item { }
.dashboard .box-reviews li.item.last { }
.dashboard .box-reviews .ratings { }
/* Block: Tags */
.dashboard .box-tags .box-head h2 { }
.dashboard .box-tags .number { }
.dashboard .box-tags .details { }
.dashboard .box-tags li.item { }
.dashboard .box-tags li.item.last { }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { }
/********** Dashboard > */
/* Address Book */
.addresses-list h2 { }
.addresses-list h3 { }
.addresses-list address { }
.addresses-list p { }
.addresses-list a { }
.addresses-list .link-remove { }
.addresses-list .separator { }
.addresses-list li.item { }
.addresses-list li.empty { }
.addresses-list li.empty p { }
.addresses-list .addresses-additional li.item { }
/* Order View */
.order-info { }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { }
.order-info .current { }
.order-info li { }
.order-date { }
.order-info-box { }
.order-info-box h2 { }
.order-info-box .box-payment p { }
.order-info-box .box-payment th { }
.order-items { }
.order-items h2,
.order-items h3 { }
.order-items .product-name { }
.order-items .link-print { }
.order-items .order-links { }
.order-additional { }
/* Order Gift Message */
.gift-message dt strong { }
.gift-message dd { }
/* Order Comments */
.order-about dt { }
.order-about dd { }
.tracking-table { }
.tracking-table th { }
.tracking-table-popup { }
.tracking-table-popup th { }
.tracking-table-popup th,
.tracking-table-popup td { }
/* Order Print Pages */
.page-print .print-head { }
.page-print .print-head .logo { }
.page-print .print-head address { }
.page-print h1 { }
.page-print h2,
.page-print h3 { }
.page-print h2.h2 { }
.page-print .order-date { }
.page-print .col2-set { }
/* Price Rewrites */
.page-print .gift-message-link { }
.page-print .price-excl-tax,
.page-print .price-incl-tax { }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { }
/* My Wishlist */
.my-wishlist .data-table td { }
.my-wishlist .product-image { }
.my-wishlist textarea { }
.my-wishlist .buttons-set { }
.my-wishlist .buttons-set button.button { }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { }
/* My Tags */
.my-tag-edit { }
.my-tag-edit .btn-remove { }
#my-tags-table { }
#my-tags-table td { }
#my-tags-table .add-to-links { }
/* My Reviews */
#my-reviews-table td { }
.product-review .product-img-box { }
.product-review .product-img-box .product-image { }
.product-review .product-img-box .label { }
.product-review .product-img-box .ratings .rating-box { }
.product-review .product-details { }
.product-review .product-name { }
.product-review h3 { }
.product-review .ratings-table { }
.product-review dt { }
.product-review dd { }
/* Billing Agreements */
.billing-agreements .info-box{ }
.billing-agreements .form-list li select { }
.billing-agreements .form-list li button.button { }
.billing-agreements .table-caption { }
/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals { }
.map-cart-sidebar-total { }
.map-popup { }
.map-popup-heading { }
.map-popup-heading h2 { }
.map-popup-arrow { }
.map-popup-close { }
.map-popup-content { }
.map-popup-checkout { }
.map-popup-checkout span { }
.map-popup-checkout .paypal-logo { }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { }
.map-popup-price { }
.map-popup-text { }
.map-popup-only-text { }
/* ======================================================================================= */
/* Footer ================================================================================ */
.footer-container { }
.footer { }
.footer .store-switcher { }
.footer .store-switcher label { }
.footer .store-switcher select { }
.footer a { }
.footer a:hover { }
.footer .bugs { }
.footer .bugs a { }
.footer .bugs a:hover { }
.footer address { }
.footer address a { }
.footer address a:hover { }
.footer ul { }
.footer ul.links { }
.footer li { }
.footer li.last { }
.footer-container .bottom-container { }
/* ======================================================================================= */
/* Sample Data============================================================================ */
.home-callout { }
.home-callout img { }
.home-spot { }
.best-selling h3 { }
.best-selling table { }
.best-selling tr.odd { }
.best-selling tr.even { }
.best-selling td { }
.best-selling .product-img { }
.best-selling .product-description { }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { }
/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { }
/* ======================================================================================= */
.guest-select { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment