Version Notes
Simple FAQ Extension
Download this release
Release Info
| Developer | Tarun Vishnoi |
| Extension | tv_faq_new |
| Version | 0.1.7 |
| Comparing to | |
| See all releases | |
Code changes from version 0.1.5 to 0.1.7
app/design/frontend/base/default/template/faq/list.phtml
CHANGED
|
@@ -68,11 +68,11 @@
|
|
| 68 |
<?php foreach ($this->getFaqCollection() as $faqItem): ?>
|
| 69 |
|
| 70 |
<dt id="faq-que-<?php echo $faqItem->getId() ?>" onclick="slide1('faq-que-<?php echo $faqItem->getId() ?>','faq-ans-<?php echo $faqItem->getId() ?>')">
|
| 71 |
-
<?php echo $this->htmlEscape($faqItem->getQuestion())
|
| 72 |
</dt>
|
| 73 |
<dd id="faq-ans-<?php echo $faqItem->getId() ?>" style="display:none;">
|
| 74 |
<?php $_process = Mage::helper('cms')->getBlockTemplateProcessor();?>
|
| 75 |
-
<?php echo $_process->filter($faqItem->getAnswer());
|
| 76 |
</dd>
|
| 77 |
<?php endforeach; ?>
|
| 78 |
</dl></p>
|
|
@@ -91,11 +91,11 @@
|
|
| 91 |
<?php foreach ($this->getItemCollectionByCategory($category) as $faqItem): ?>
|
| 92 |
|
| 93 |
<dt id="faq-que2-<?php echo $faqItem->getId() ?>" onclick="slide2('faq-que2-<?php echo $faqItem->getId() ?>','faq-ans2-<?php echo $faqItem->getId() ?>')">
|
| 94 |
-
<?php echo $this->htmlEscape($faqItem->getQuestion())
|
| 95 |
</dt>
|
| 96 |
<dd id="faq-ans2-<?php echo $faqItem->getId() ?>" style="display:none;">
|
| 97 |
<?php $_process = Mage::helper('cms')->getBlockTemplateProcessor();?>
|
| 98 |
-
<?php echo $_process->filter($faqItem->getAnswer());
|
| 99 |
</dd>
|
| 100 |
<?php endforeach; ?>
|
| 101 |
</dl></p>
|
|
@@ -146,4 +146,4 @@ jQuery(document).ready(function(){
|
|
| 146 |
|
| 147 |
|
| 148 |
})
|
| 149 |
-
</script>
|
| 68 |
<?php foreach ($this->getFaqCollection() as $faqItem): ?>
|
| 69 |
|
| 70 |
<dt id="faq-que-<?php echo $faqItem->getId() ?>" onclick="slide1('faq-que-<?php echo $faqItem->getId() ?>','faq-ans-<?php echo $faqItem->getId() ?>')">
|
| 71 |
+
<?php echo $this->htmlEscape($faqItem->getQuestion()) ?><br>
|
| 72 |
</dt>
|
| 73 |
<dd id="faq-ans-<?php echo $faqItem->getId() ?>" style="display:none;">
|
| 74 |
<?php $_process = Mage::helper('cms')->getBlockTemplateProcessor();?>
|
| 75 |
+
<?php echo $_process->filter($faqItem->getAnswer()); ?><br>
|
| 76 |
</dd>
|
| 77 |
<?php endforeach; ?>
|
| 78 |
</dl></p>
|
| 91 |
<?php foreach ($this->getItemCollectionByCategory($category) as $faqItem): ?>
|
| 92 |
|
| 93 |
<dt id="faq-que2-<?php echo $faqItem->getId() ?>" onclick="slide2('faq-que2-<?php echo $faqItem->getId() ?>','faq-ans2-<?php echo $faqItem->getId() ?>')">
|
| 94 |
+
<?php echo $this->htmlEscape($faqItem->getQuestion()) ?><br>
|
| 95 |
</dt>
|
| 96 |
<dd id="faq-ans2-<?php echo $faqItem->getId() ?>" style="display:none;">
|
| 97 |
<?php $_process = Mage::helper('cms')->getBlockTemplateProcessor();?>
|
| 98 |
+
<?php echo $_process->filter($faqItem->getAnswer()); ?><br>
|
| 99 |
</dd>
|
| 100 |
<?php endforeach; ?>
|
| 101 |
</dl></p>
|
| 146 |
|
| 147 |
|
| 148 |
})
|
| 149 |
+
</script>
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>tv_faq_new</name>
|
| 4 |
-
<version>0.1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="https://opensource.org/licenses/osl-3.0.php">OSL</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
-
<summary>This extension allows admin to enter questions and answers and list them on front end
|
| 10 |
<description>This extension allows admin to enter questions and answers and list them on front end.</description>
|
| 11 |
<notes>Simple FAQ Extension</notes>
|
| 12 |
<authors><author><name>Tarun Vishnoi</name><user>tarun_ons</user><email>honeyvishnoi@gmail.com</email></author></authors>
|
| 13 |
-
<date>2017-
|
| 14 |
-
<time>
|
| 15 |
-
<contents><target name="magelocal"><dir name="TV"><dir name="Faq"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="Edit"><file name="Form.php" hash="92dff8a012206aae13e4c2ae3759c5f9"/><dir name="Tab"><file name="Form.php" hash="46d4ab06cbd0099a31e4ac99b6de39fc"/></dir><file name="Tabs.php" hash="69bd08df860a478ccf90fc9fa2c56ae7"/></dir><file name="Edit.php" hash="3b58bcd78038a5e943b90da796598d4c"/><file name="Grid.php" hash="319356af6e0e6329a42b779834456bc0"/></dir><file name="Category.php" hash="59a310d0fa62886828e9a53afcf35954"/><dir name="Item"><dir name="Edit"><file name="Form.php" hash="6ec7bc1dea4b127e65298a15ffbe3ee4"/><dir name="Tab"><file name="Form.php" hash="888a4e97344957faaa6e8eb2f87fe630"/></dir><file name="Tabs.php" hash="1fc1ab43dcf72b6e63bc785f4e83effb"/></dir><file name="Edit.php" hash="ee55af3d2c18c06d99c91f50bc38bce6"/><file name="Grid.php" hash="b172258c705c6ac5a10cd28fd513ac2a"/></dir><file name="Item.php" hash="de90e2d7348bf60db6cb0a852f4b558b"/></dir><dir name="Frontend"><file name="Detail.php" hash="2425432562d71949bb7bbc1166915b49"/><file name="List.php" hash="ca84aa33f29c6c817623cd42043cab5a"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b6c919e0c4d5e54e28779c389872f7c2"/><file name="Jumplist.php" hash="c6b5469ffddef4afbb9825787af363ae"/><file name="JumplistItem.php" hash="3323517e20c5db4c5b41caa17a56dd2e"/></dir><dir name="Model"><file name="Category.php" hash="9e928e4f26ac0ad1965b912bd43ff0d4"/><file name="Faq.php" hash="c93d162961776b7c1d4a887b12e15d98"/><dir name="Mysql4"><dir name="Category"><file name="Collection.php" hash="c6f262642e9a3558ef599582e402cf39"/></dir><file name="Category.php" hash="c084383e9031018b4bb93fed37bad39e"/><dir name="Faq"><file name="Collection.php" hash="909b63da3d8c1fb177a49855286ce951"/></dir><file name="Faq.php" hash="691c7c4015628e45671daa9f6a847daf"/></dir></dir><dir name="Wysiwyg"><dir name="Images"><dir name="Content"><file name="Files.php" hash="96ba466e162a5b304e05581a1b9981c2"/><file name="Newfolder.php" hash="e53addca9a2a2a705e97bd493c57833c"/><file name="Uploader.php" hash="d46965540d2986ff74f9c2c030f2dbb4"/></dir><file name="Content.php" hash="fa97cc6ae723a62eeb137dcb23851225"/><file name="Tree.php" hash="6de3fa85978962413118cfc15b5f8f82"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Faq"><file name="CategoryController.php" hash="f66c2305c654f36cb5dc8e2682e135f2"/></dir><file name="FaqController.php" hash="876b26440bb40188b38cfc7b98a38b21"/></dir><file name="IndexController.php" hash="3e8c7abb09eb92da75cf562eb8d3a890"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8a4d6da6397de73caad6d78cd433ed88"/><file name="config.xml" hash="42ecc7df781233659a4d274fa7b11e4b"/></dir><dir name="sql"><dir name="faq_setup"><file name="mysql4-install-0.1.0.php" hash="1a5a6fc58d62fb45706bd94a4c9073cf"/><file name="mysql4-install-1.0.7.php" hash="5914476063c2aef33bb3adb0bdc3effe"/><file name="mysql4-upgrade-1.0.6-1.0.7.php" hash="b63f7b5b2ff00f632b0be0582ef7a530"/></dir></dir></dir></dir></target><target name="
|
| 16 |
<compatible/>
|
| 17 |
-
<dependencies><required><php><min>5.1.0</min><max>
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>tv_faq_new</name>
|
| 4 |
+
<version>0.1.7</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="https://opensource.org/licenses/osl-3.0.php">OSL</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
+
<summary>This extension allows admin to enter questions and answers and list them on front end.</summary>
|
| 10 |
<description>This extension allows admin to enter questions and answers and list them on front end.</description>
|
| 11 |
<notes>Simple FAQ Extension</notes>
|
| 12 |
<authors><author><name>Tarun Vishnoi</name><user>tarun_ons</user><email>honeyvishnoi@gmail.com</email></author></authors>
|
| 13 |
+
<date>2017-02-25</date>
|
| 14 |
+
<time>10:28:57</time>
|
| 15 |
+
<contents><target name="magelocal"><dir name="TV"><dir name="Faq"><dir name="Block"><dir name="Adminhtml"><dir name="Category"><dir name="Edit"><file name="Form.php" hash="92dff8a012206aae13e4c2ae3759c5f9"/><dir name="Tab"><file name="Form.php" hash="46d4ab06cbd0099a31e4ac99b6de39fc"/></dir><file name="Tabs.php" hash="69bd08df860a478ccf90fc9fa2c56ae7"/></dir><file name="Edit.php" hash="3b58bcd78038a5e943b90da796598d4c"/><file name="Grid.php" hash="319356af6e0e6329a42b779834456bc0"/></dir><file name="Category.php" hash="59a310d0fa62886828e9a53afcf35954"/><dir name="Item"><dir name="Edit"><file name="Form.php" hash="6ec7bc1dea4b127e65298a15ffbe3ee4"/><dir name="Tab"><file name="Form.php" hash="888a4e97344957faaa6e8eb2f87fe630"/></dir><file name="Tabs.php" hash="1fc1ab43dcf72b6e63bc785f4e83effb"/></dir><file name="Edit.php" hash="ee55af3d2c18c06d99c91f50bc38bce6"/><file name="Grid.php" hash="b172258c705c6ac5a10cd28fd513ac2a"/></dir><file name="Item.php" hash="de90e2d7348bf60db6cb0a852f4b558b"/></dir><dir name="Frontend"><file name="Detail.php" hash="2425432562d71949bb7bbc1166915b49"/><file name="List.php" hash="ca84aa33f29c6c817623cd42043cab5a"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b6c919e0c4d5e54e28779c389872f7c2"/><file name="Jumplist.php" hash="c6b5469ffddef4afbb9825787af363ae"/><file name="JumplistItem.php" hash="3323517e20c5db4c5b41caa17a56dd2e"/></dir><dir name="Model"><file name="Category.php" hash="9e928e4f26ac0ad1965b912bd43ff0d4"/><file name="Faq.php" hash="c93d162961776b7c1d4a887b12e15d98"/><dir name="Mysql4"><dir name="Category"><file name="Collection.php" hash="c6f262642e9a3558ef599582e402cf39"/></dir><file name="Category.php" hash="c084383e9031018b4bb93fed37bad39e"/><dir name="Faq"><file name="Collection.php" hash="909b63da3d8c1fb177a49855286ce951"/></dir><file name="Faq.php" hash="691c7c4015628e45671daa9f6a847daf"/></dir></dir><dir name="Wysiwyg"><dir name="Images"><dir name="Content"><file name="Files.php" hash="96ba466e162a5b304e05581a1b9981c2"/><file name="Newfolder.php" hash="e53addca9a2a2a705e97bd493c57833c"/><file name="Uploader.php" hash="d46965540d2986ff74f9c2c030f2dbb4"/></dir><file name="Content.php" hash="fa97cc6ae723a62eeb137dcb23851225"/><file name="Tree.php" hash="6de3fa85978962413118cfc15b5f8f82"/></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Faq"><file name="CategoryController.php" hash="f66c2305c654f36cb5dc8e2682e135f2"/></dir><file name="FaqController.php" hash="876b26440bb40188b38cfc7b98a38b21"/></dir><file name="IndexController.php" hash="3e8c7abb09eb92da75cf562eb8d3a890"/></dir><dir name="etc"><file name="adminhtml.xml" hash="8a4d6da6397de73caad6d78cd433ed88"/><file name="config.xml" hash="42ecc7df781233659a4d274fa7b11e4b"/></dir><dir name="sql"><dir name="faq_setup"><file name="mysql4-install-0.1.0.php" hash="1a5a6fc58d62fb45706bd94a4c9073cf"/><file name="mysql4-install-1.0.7.php" hash="5914476063c2aef33bb3adb0bdc3effe"/><file name="mysql4-upgrade-1.0.6-1.0.7.php" hash="b63f7b5b2ff00f632b0be0582ef7a530"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="faq.xml" hash="d6d4c73235f8fec0b08f545f178db4eb"/></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="faq.xml" hash="9306a6a1548a87e27a41ce1802d78251"/></dir><dir name="template"><dir name="faq"><file name="detail.phtml" hash="945c73c968c7c980c1acc4bed4a4cc4a"/><file name="list.phtml" hash="b53d2bf9b23893a320993fc5e5bccc24"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TV_Faq.xml" hash="690d6d2c3226982e59507bfc619ceed2"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="tv"><file name="style.css" hash="b3d8c3aa6e12fb7de64140fb65c2b73f"/><file name="toggle-minus.png" hash="31d75504726b3f09a9e7af2115fb58c9"/><file name="toggle-plus.png" hash="c8b91476d2cf1c55b6e2010c02a96074"/></dir></dir></dir></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
+
<dependencies><required><php><min>5.1.0</min><max>7.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
skin/frontend/base/default/css/email-inline.css
DELETED
|
@@ -1,750 +0,0 @@
|
|
| 1 |
-
/**
|
| 2 |
-
* Magento
|
| 3 |
-
*
|
| 4 |
-
* NOTICE OF LICENSE
|
| 5 |
-
*
|
| 6 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
| 7 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
| 8 |
-
* It is also available through the world-wide-web at this URL:
|
| 9 |
-
* http://opensource.org/licenses/afl-3.0.php
|
| 10 |
-
* If you did not receive a copy of the license and are unable to
|
| 11 |
-
* obtain it through the world-wide-web, please send an email
|
| 12 |
-
* to license@magento.com so we can send you a copy immediately.
|
| 13 |
-
*
|
| 14 |
-
* DISCLAIMER
|
| 15 |
-
*
|
| 16 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 17 |
-
* versions in the future. If you wish to customize Magento for your
|
| 18 |
-
* needs please refer to http://www.magento.com for more information.
|
| 19 |
-
*
|
| 20 |
-
* @category design
|
| 21 |
-
* @package base_default
|
| 22 |
-
* @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
|
| 23 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 24 |
-
*/
|
| 25 |
-
/* ============================================ *
|
| 26 |
-
* General Styles
|
| 27 |
-
* ============================================ */
|
| 28 |
-
body, table.body, th, h1, h2, h3, h4, h5, h6, td, p, strong {
|
| 29 |
-
font-family: Verdana, Arial;
|
| 30 |
-
font-weight: normal;
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
body {
|
| 34 |
-
margin: 0;
|
| 35 |
-
padding: 0;
|
| 36 |
-
text-align: left;
|
| 37 |
-
color: #333333;
|
| 38 |
-
background-color: #ebebeb;
|
| 39 |
-
}
|
| 40 |
-
|
| 41 |
-
body {
|
| 42 |
-
-webkit-text-size-adjust: 100%;
|
| 43 |
-
-ms-text-size-adjust: 100%;
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
table {
|
| 47 |
-
mso-table-lspace: 0pt;
|
| 48 |
-
mso-table-rspace: 0pt;
|
| 49 |
-
}
|
| 50 |
-
|
| 51 |
-
img {
|
| 52 |
-
-ms-interpolation-mode: bicubic;
|
| 53 |
-
}
|
| 54 |
-
|
| 55 |
-
body {
|
| 56 |
-
background: #ebebeb;
|
| 57 |
-
font-size: 12px;
|
| 58 |
-
margin: 0;
|
| 59 |
-
padding: 0;
|
| 60 |
-
}
|
| 61 |
-
|
| 62 |
-
table,
|
| 63 |
-
table td {
|
| 64 |
-
border-collapse: collapse;
|
| 65 |
-
}
|
| 66 |
-
|
| 67 |
-
table td {
|
| 68 |
-
vertical-align: top;
|
| 69 |
-
}
|
| 70 |
-
|
| 71 |
-
a {
|
| 72 |
-
color: #3696c2;
|
| 73 |
-
}
|
| 74 |
-
|
| 75 |
-
.cell-content.product-info,
|
| 76 |
-
.bundle-item,
|
| 77 |
-
.bundle-item-parent.product-info,
|
| 78 |
-
.bill-ship-to,
|
| 79 |
-
.method-information {
|
| 80 |
-
text-align: left;
|
| 81 |
-
}
|
| 82 |
-
|
| 83 |
-
html,
|
| 84 |
-
#background-table {
|
| 85 |
-
background-color: #ebebeb;
|
| 86 |
-
}
|
| 87 |
-
|
| 88 |
-
#background-table {
|
| 89 |
-
font-size: 12px;
|
| 90 |
-
margin: 0 auto;
|
| 91 |
-
padding: 0;
|
| 92 |
-
}
|
| 93 |
-
|
| 94 |
-
.container-td {
|
| 95 |
-
width: 100%;
|
| 96 |
-
}
|
| 97 |
-
|
| 98 |
-
.container-table {
|
| 99 |
-
width: 600px;
|
| 100 |
-
margin: 0 auto;
|
| 101 |
-
}
|
| 102 |
-
|
| 103 |
-
/* ============================================ *
|
| 104 |
-
* Header Styles
|
| 105 |
-
* ============================================ */
|
| 106 |
-
.top-content {
|
| 107 |
-
border: 1px solid #ebebeb;
|
| 108 |
-
background: #FFF;
|
| 109 |
-
padding: 5px;
|
| 110 |
-
}
|
| 111 |
-
|
| 112 |
-
table.logo-container {
|
| 113 |
-
width: 100%;
|
| 114 |
-
}
|
| 115 |
-
|
| 116 |
-
td.logo {
|
| 117 |
-
padding: 15px 0px 10px 5px;
|
| 118 |
-
}
|
| 119 |
-
|
| 120 |
-
td.logo a {
|
| 121 |
-
float: left;
|
| 122 |
-
display: block;
|
| 123 |
-
}
|
| 124 |
-
|
| 125 |
-
td.logo img {
|
| 126 |
-
outline: none;
|
| 127 |
-
text-decoration: none;
|
| 128 |
-
}
|
| 129 |
-
|
| 130 |
-
td.email-heading {
|
| 131 |
-
padding: 0 1%;
|
| 132 |
-
background: #e1f0f8;
|
| 133 |
-
border-right: 1px dashed #c3ced4;
|
| 134 |
-
text-align: center;
|
| 135 |
-
width: 58%;
|
| 136 |
-
}
|
| 137 |
-
|
| 138 |
-
td.email-heading h1 {
|
| 139 |
-
font-weight: 700;
|
| 140 |
-
font-size: 16px;
|
| 141 |
-
margin: 1em 0;
|
| 142 |
-
line-height: 20px;
|
| 143 |
-
text-transform: uppercase;
|
| 144 |
-
}
|
| 145 |
-
|
| 146 |
-
td.email-heading p {
|
| 147 |
-
line-height: 20px;
|
| 148 |
-
margin: 1em 0;
|
| 149 |
-
}
|
| 150 |
-
|
| 151 |
-
td.store-info {
|
| 152 |
-
padding: 2%;
|
| 153 |
-
background: #e1f0f8;
|
| 154 |
-
width: 40%;
|
| 155 |
-
}
|
| 156 |
-
|
| 157 |
-
td.store-info h4 {
|
| 158 |
-
margin-bottom: 5px;
|
| 159 |
-
font-size: 11px;
|
| 160 |
-
}
|
| 161 |
-
|
| 162 |
-
td.store-info p {
|
| 163 |
-
font-size: 11px;
|
| 164 |
-
line-height: 17px;
|
| 165 |
-
margin: 1em 0;
|
| 166 |
-
}
|
| 167 |
-
|
| 168 |
-
td.store-info a {
|
| 169 |
-
text-decoration: underline;
|
| 170 |
-
color: #3696c2;
|
| 171 |
-
}
|
| 172 |
-
|
| 173 |
-
/* ============================================ *
|
| 174 |
-
* Content - Styles
|
| 175 |
-
* ============================================ */
|
| 176 |
-
td.order-details {
|
| 177 |
-
padding: 5px 15px;
|
| 178 |
-
text-align: center;
|
| 179 |
-
}
|
| 180 |
-
|
| 181 |
-
td.order-details h3 {
|
| 182 |
-
font-size: 17px;
|
| 183 |
-
margin-bottom: 10px;
|
| 184 |
-
margin-top: 15px;
|
| 185 |
-
font-weight: normal;
|
| 186 |
-
}
|
| 187 |
-
|
| 188 |
-
td.order-details p {
|
| 189 |
-
font-size: 11px;
|
| 190 |
-
margin: 1em 0 15px;
|
| 191 |
-
}
|
| 192 |
-
|
| 193 |
-
.items {
|
| 194 |
-
width: 100%;
|
| 195 |
-
padding: 10px 15px;
|
| 196 |
-
}
|
| 197 |
-
|
| 198 |
-
.cell-name {
|
| 199 |
-
padding: 10px 15px;
|
| 200 |
-
background: #f1f1f1;
|
| 201 |
-
font-weight: 700;
|
| 202 |
-
text-transform: uppercase;
|
| 203 |
-
text-align: left;
|
| 204 |
-
font-size: 11px;
|
| 205 |
-
}
|
| 206 |
-
|
| 207 |
-
.cell-name.align-center {
|
| 208 |
-
text-align: center;
|
| 209 |
-
}
|
| 210 |
-
|
| 211 |
-
.cell-name.align-right {
|
| 212 |
-
text-align: right;
|
| 213 |
-
}
|
| 214 |
-
|
| 215 |
-
.method-info,
|
| 216 |
-
.method-info h6,
|
| 217 |
-
.method-info p,
|
| 218 |
-
.method-info strong {
|
| 219 |
-
text-align: left;
|
| 220 |
-
}
|
| 221 |
-
|
| 222 |
-
.cell-content {
|
| 223 |
-
padding: 10px 15px;
|
| 224 |
-
border-top: 1px solid #ebebeb;
|
| 225 |
-
font-family: Verdana, Arial;
|
| 226 |
-
}
|
| 227 |
-
|
| 228 |
-
.product-info a.product-name {
|
| 229 |
-
font-weight: 700;
|
| 230 |
-
text-transform: uppercase;
|
| 231 |
-
color: #3696c2;
|
| 232 |
-
text-decoration: none;
|
| 233 |
-
vertical-align: middle;
|
| 234 |
-
float: left;
|
| 235 |
-
width: 100%;
|
| 236 |
-
display: block;
|
| 237 |
-
}
|
| 238 |
-
|
| 239 |
-
.table-totals {
|
| 240 |
-
width: 100%;
|
| 241 |
-
background: #e1f0f8;
|
| 242 |
-
}
|
| 243 |
-
|
| 244 |
-
.padding-totals {
|
| 245 |
-
padding: 20px 15px;
|
| 246 |
-
text-align: right;
|
| 247 |
-
line-height: 20px;
|
| 248 |
-
}
|
| 249 |
-
|
| 250 |
-
.padding-totals .last {
|
| 251 |
-
width: 1px;
|
| 252 |
-
white-space: nowrap;
|
| 253 |
-
}
|
| 254 |
-
|
| 255 |
-
.table-totals table {
|
| 256 |
-
width: 100%;
|
| 257 |
-
}
|
| 258 |
-
|
| 259 |
-
.shipping {
|
| 260 |
-
padding-bottom: 5px;
|
| 261 |
-
}
|
| 262 |
-
|
| 263 |
-
.grand-total {
|
| 264 |
-
border-top: 1px solid #c3ced4;
|
| 265 |
-
padding-top: 5px;
|
| 266 |
-
font-weight: 700;
|
| 267 |
-
font-size: 15px;
|
| 268 |
-
}
|
| 269 |
-
|
| 270 |
-
.shipping-information td {
|
| 271 |
-
padding: 0 15px;
|
| 272 |
-
}
|
| 273 |
-
|
| 274 |
-
.shipping-information > td > table {
|
| 275 |
-
width: 100%;
|
| 276 |
-
}
|
| 277 |
-
|
| 278 |
-
.address-details {
|
| 279 |
-
padding-top: 10px;
|
| 280 |
-
}
|
| 281 |
-
|
| 282 |
-
.address-details,
|
| 283 |
-
.method-info {
|
| 284 |
-
text-align: left;
|
| 285 |
-
padding: 10px 15px 0;
|
| 286 |
-
}
|
| 287 |
-
|
| 288 |
-
.address-details h6,
|
| 289 |
-
.method-info h6 {
|
| 290 |
-
font-size: 12px;
|
| 291 |
-
font-weight: 700;
|
| 292 |
-
margin-bottom: 0px;
|
| 293 |
-
margin-top: 5px;
|
| 294 |
-
text-transform: uppercase;
|
| 295 |
-
}
|
| 296 |
-
|
| 297 |
-
.address-details p {
|
| 298 |
-
font-size: 12px;
|
| 299 |
-
line-height: 18px;
|
| 300 |
-
margin-bottom: 15px;
|
| 301 |
-
margin-top: 2px;
|
| 302 |
-
}
|
| 303 |
-
|
| 304 |
-
.method-info {
|
| 305 |
-
padding-bottom: 10px;
|
| 306 |
-
}
|
| 307 |
-
|
| 308 |
-
.method-info p {
|
| 309 |
-
font-size: 12px;
|
| 310 |
-
margin-top: 2px;
|
| 311 |
-
margin-bottom: 30px;
|
| 312 |
-
line-height: 18px;
|
| 313 |
-
}
|
| 314 |
-
|
| 315 |
-
.closing-text {
|
| 316 |
-
text-align: center;
|
| 317 |
-
font-size: 22px;
|
| 318 |
-
line-height: 32px;
|
| 319 |
-
font-weight: normal;
|
| 320 |
-
margin-bottom: 75px;
|
| 321 |
-
margin-top: 30px;
|
| 322 |
-
}
|
| 323 |
-
|
| 324 |
-
.product-info > p,
|
| 325 |
-
.product-info > dl {
|
| 326 |
-
float: left;
|
| 327 |
-
width: 100%;
|
| 328 |
-
display: block;
|
| 329 |
-
}
|
| 330 |
-
|
| 331 |
-
.product-info > dl {
|
| 332 |
-
line-height: 20px;
|
| 333 |
-
}
|
| 334 |
-
|
| 335 |
-
.action-content {
|
| 336 |
-
padding: 10px 20px 15px;
|
| 337 |
-
line-height: 18px;
|
| 338 |
-
}
|
| 339 |
-
|
| 340 |
-
.action-content h1 {
|
| 341 |
-
font-size: 25px;
|
| 342 |
-
font-weight: bold;
|
| 343 |
-
margin-bottom: 25px;
|
| 344 |
-
margin-top: 5px;
|
| 345 |
-
line-height: 28px;
|
| 346 |
-
}
|
| 347 |
-
|
| 348 |
-
.line-separator {
|
| 349 |
-
height: 5px;
|
| 350 |
-
}
|
| 351 |
-
|
| 352 |
-
.method-info p, .method-info dl {
|
| 353 |
-
padding: 0;
|
| 354 |
-
}
|
| 355 |
-
|
| 356 |
-
/* ============================================ *
|
| 357 |
-
* Comments and Messages - Styles
|
| 358 |
-
* ============================================ */
|
| 359 |
-
.message-container {
|
| 360 |
-
margin: 15px 0;
|
| 361 |
-
width: 100%;
|
| 362 |
-
background-color: #fffdd9;
|
| 363 |
-
border: 1px solid #fff74c;
|
| 364 |
-
}
|
| 365 |
-
|
| 366 |
-
.message-container,
|
| 367 |
-
.order-information > td > table,
|
| 368 |
-
.top-content > table {
|
| 369 |
-
width: 100%;
|
| 370 |
-
}
|
| 371 |
-
|
| 372 |
-
.message-container td {
|
| 373 |
-
padding: 10px 15px;
|
| 374 |
-
margin: 0;
|
| 375 |
-
}
|
| 376 |
-
|
| 377 |
-
.highlighted-text {
|
| 378 |
-
border: 1px solid #c3ced4;
|
| 379 |
-
padding: 13px 18px;
|
| 380 |
-
background: #f1f1f1;
|
| 381 |
-
}
|
| 382 |
-
|
| 383 |
-
/* ============================================ *
|
| 384 |
-
* Bundle Products - Styles
|
| 385 |
-
* ============================================ */
|
| 386 |
-
.bundle-item {
|
| 387 |
-
padding: 0px 15px;
|
| 388 |
-
text-align: left;
|
| 389 |
-
}
|
| 390 |
-
|
| 391 |
-
.bundle-item-parent {
|
| 392 |
-
border-top: 1px solid #ebebeb;
|
| 393 |
-
padding: 10px 15px;
|
| 394 |
-
}
|
| 395 |
-
|
| 396 |
-
.bundle-item-parent.product-info {
|
| 397 |
-
text-align: left;
|
| 398 |
-
}
|
| 399 |
-
|
| 400 |
-
.bundle-item > div,
|
| 401 |
-
.bundle-item > strong {
|
| 402 |
-
float: left;
|
| 403 |
-
width: 100%;
|
| 404 |
-
display: block;
|
| 405 |
-
}
|
| 406 |
-
|
| 407 |
-
.bundle-item.bundle-details > div {
|
| 408 |
-
margin-bottom: 15px;
|
| 409 |
-
}
|
| 410 |
-
|
| 411 |
-
/* ============================================ *
|
| 412 |
-
* Buttons - Styles
|
| 413 |
-
* ============================================ */
|
| 414 |
-
.action-button {
|
| 415 |
-
width: 220px;
|
| 416 |
-
margin: 0 auto;
|
| 417 |
-
text-align: center;
|
| 418 |
-
}
|
| 419 |
-
|
| 420 |
-
.action-button td {
|
| 421 |
-
background-color: #3696c2;
|
| 422 |
-
color: #FFF;
|
| 423 |
-
width: 100%;
|
| 424 |
-
height: 40px;
|
| 425 |
-
display: block;
|
| 426 |
-
border: 0 none;
|
| 427 |
-
text-align: center;
|
| 428 |
-
text-transform: uppercase;
|
| 429 |
-
vertical-align: middle;
|
| 430 |
-
white-space: nowrap;
|
| 431 |
-
margin: 0 auto;
|
| 432 |
-
}
|
| 433 |
-
|
| 434 |
-
.action-button a {
|
| 435 |
-
width: 100%;
|
| 436 |
-
height: 100%;
|
| 437 |
-
line-height: 40px;
|
| 438 |
-
font-size: 15px;
|
| 439 |
-
display: inline-block;
|
| 440 |
-
text-decoration: none;
|
| 441 |
-
}
|
| 442 |
-
|
| 443 |
-
.action-button a span {
|
| 444 |
-
color: #FFF;
|
| 445 |
-
}
|
| 446 |
-
|
| 447 |
-
/* ============================================ *
|
| 448 |
-
* Newsletter - Default Template Styles
|
| 449 |
-
* ============================================ */
|
| 450 |
-
hr {
|
| 451 |
-
background-color: #D9D9D9;
|
| 452 |
-
border: medium none;
|
| 453 |
-
color: #D9D9D9;
|
| 454 |
-
height: 1px;
|
| 455 |
-
margin-left: 3%;
|
| 456 |
-
width: 94%;
|
| 457 |
-
}
|
| 458 |
-
|
| 459 |
-
td.email-heading h1 {
|
| 460 |
-
margin-top: 25px;
|
| 461 |
-
}
|
| 462 |
-
|
| 463 |
-
td.store-info h4 {
|
| 464 |
-
font-size: 12px;
|
| 465 |
-
margin-top: 13px;
|
| 466 |
-
font-weight: bold;
|
| 467 |
-
}
|
| 468 |
-
|
| 469 |
-
table, table td {
|
| 470 |
-
padding: 0;
|
| 471 |
-
margin: 0;
|
| 472 |
-
}
|
| 473 |
-
|
| 474 |
-
table.columns.heading {
|
| 475 |
-
margin-bottom: 3px;
|
| 476 |
-
}
|
| 477 |
-
|
| 478 |
-
.main-image {
|
| 479 |
-
width: 100%;
|
| 480 |
-
margin-bottom: 3px;
|
| 481 |
-
margin-top: 5px;
|
| 482 |
-
}
|
| 483 |
-
|
| 484 |
-
table.row {
|
| 485 |
-
padding: 0px;
|
| 486 |
-
width: 100%;
|
| 487 |
-
position: relative;
|
| 488 |
-
}
|
| 489 |
-
|
| 490 |
-
table.container table.row {
|
| 491 |
-
display: block;
|
| 492 |
-
margin: 5px;
|
| 493 |
-
}
|
| 494 |
-
|
| 495 |
-
td.wrapper {
|
| 496 |
-
padding: 10px 0 0;
|
| 497 |
-
position: relative;
|
| 498 |
-
}
|
| 499 |
-
|
| 500 |
-
.full {
|
| 501 |
-
width: 100%;
|
| 502 |
-
}
|
| 503 |
-
|
| 504 |
-
.half {
|
| 505 |
-
width: 50%;
|
| 506 |
-
}
|
| 507 |
-
|
| 508 |
-
.half.left {
|
| 509 |
-
padding-right: 5px;
|
| 510 |
-
padding-left: 10px;
|
| 511 |
-
}
|
| 512 |
-
|
| 513 |
-
.half.right {
|
| 514 |
-
padding-left: 5px;
|
| 515 |
-
}
|
| 516 |
-
|
| 517 |
-
.columns {
|
| 518 |
-
width: 100%;
|
| 519 |
-
}
|
| 520 |
-
|
| 521 |
-
td.expander {
|
| 522 |
-
visibility: hidden;
|
| 523 |
-
width: 0px;
|
| 524 |
-
padding: 0;
|
| 525 |
-
}
|
| 526 |
-
|
| 527 |
-
table.button {
|
| 528 |
-
width: 100%;
|
| 529 |
-
overflow: hidden;
|
| 530 |
-
}
|
| 531 |
-
|
| 532 |
-
table.button td,
|
| 533 |
-
table.social-button td {
|
| 534 |
-
display: block;
|
| 535 |
-
width: auto;
|
| 536 |
-
text-align: center;
|
| 537 |
-
color: #FFF;
|
| 538 |
-
padding: 8px 4%;
|
| 539 |
-
cursor: pointer;
|
| 540 |
-
}
|
| 541 |
-
|
| 542 |
-
.social-button {
|
| 543 |
-
width: 94%;
|
| 544 |
-
margin: 5px 3%;
|
| 545 |
-
}
|
| 546 |
-
|
| 547 |
-
table.button td {
|
| 548 |
-
background: #3696c2;
|
| 549 |
-
}
|
| 550 |
-
|
| 551 |
-
table.social-button td {
|
| 552 |
-
padding: 5px 4%;
|
| 553 |
-
}
|
| 554 |
-
|
| 555 |
-
table.button td a,
|
| 556 |
-
table.social-button td a {
|
| 557 |
-
color: #FFF;
|
| 558 |
-
font-size: 16px;
|
| 559 |
-
text-transform: uppercase;
|
| 560 |
-
text-decoration: none;
|
| 561 |
-
}
|
| 562 |
-
|
| 563 |
-
table.social-button td a {
|
| 564 |
-
font-size: 12px;
|
| 565 |
-
font-weight: normal;
|
| 566 |
-
}
|
| 567 |
-
|
| 568 |
-
.panel {
|
| 569 |
-
background-color: #F2F2F2;
|
| 570 |
-
border: 1px solid #D9D9D9;
|
| 571 |
-
}
|
| 572 |
-
|
| 573 |
-
.panel p {
|
| 574 |
-
margin: 10px;
|
| 575 |
-
}
|
| 576 |
-
|
| 577 |
-
.panel h6 {
|
| 578 |
-
font-size: 20px;
|
| 579 |
-
margin: 15px 10px;
|
| 580 |
-
}
|
| 581 |
-
|
| 582 |
-
.panel a {
|
| 583 |
-
color: #3696c2;
|
| 584 |
-
text-decoration: none;
|
| 585 |
-
}
|
| 586 |
-
|
| 587 |
-
.sidebar-links table {
|
| 588 |
-
width: 100%;
|
| 589 |
-
}
|
| 590 |
-
|
| 591 |
-
.sidebar-links td {
|
| 592 |
-
width: 100%;
|
| 593 |
-
}
|
| 594 |
-
|
| 595 |
-
.sidebar-links a {
|
| 596 |
-
margin: 8px 0;
|
| 597 |
-
float: left;
|
| 598 |
-
width: 100%;
|
| 599 |
-
text-align: left;
|
| 600 |
-
}
|
| 601 |
-
|
| 602 |
-
.sidebar-links table p {
|
| 603 |
-
margin: 0 10px;
|
| 604 |
-
}
|
| 605 |
-
|
| 606 |
-
.sidebar-links a span {
|
| 607 |
-
margin-left: 3%;
|
| 608 |
-
}
|
| 609 |
-
|
| 610 |
-
table.facebook td,
|
| 611 |
-
table.twitter td,
|
| 612 |
-
table.google-plus td,
|
| 613 |
-
table.facebook td a,
|
| 614 |
-
table.twitter td a,
|
| 615 |
-
table.google-plus td a {
|
| 616 |
-
text-align: center;
|
| 617 |
-
height: 17px;
|
| 618 |
-
}
|
| 619 |
-
|
| 620 |
-
table.facebook td {
|
| 621 |
-
background: #3B5998;
|
| 622 |
-
}
|
| 623 |
-
|
| 624 |
-
table.twitter td {
|
| 625 |
-
background: #00ACEE;
|
| 626 |
-
}
|
| 627 |
-
|
| 628 |
-
table.google-plus td {
|
| 629 |
-
background: #DB4A39;
|
| 630 |
-
}
|
| 631 |
-
|
| 632 |
-
/* ============================================ *
|
| 633 |
-
* Product Grid
|
| 634 |
-
* ============================================ */
|
| 635 |
-
h2.products {
|
| 636 |
-
padding-left: 10px;
|
| 637 |
-
padding-right: 10px;
|
| 638 |
-
}
|
| 639 |
-
|
| 640 |
-
.products-grid > tr > td {
|
| 641 |
-
width: 25%;
|
| 642 |
-
}
|
| 643 |
-
|
| 644 |
-
.products-grid > tr > td img {
|
| 645 |
-
width: 100%;
|
| 646 |
-
height: auto;
|
| 647 |
-
}
|
| 648 |
-
|
| 649 |
-
.products-grid .product-wrapper {
|
| 650 |
-
padding-left: 10px;
|
| 651 |
-
padding-right: 10px;
|
| 652 |
-
}
|
| 653 |
-
|
| 654 |
-
.product-name {
|
| 655 |
-
margin: 0 0 5px 0;
|
| 656 |
-
color: #636363;
|
| 657 |
-
font-style: normal;
|
| 658 |
-
text-rendering: optimizeLegibility;
|
| 659 |
-
text-transform: uppercase;
|
| 660 |
-
line-height: 1.4;
|
| 661 |
-
font-size: 14px;
|
| 662 |
-
}
|
| 663 |
-
|
| 664 |
-
p.product-name {
|
| 665 |
-
font-weight: bold;
|
| 666 |
-
}
|
| 667 |
-
|
| 668 |
-
p.sku {
|
| 669 |
-
margin: 0 0 5px;
|
| 670 |
-
}
|
| 671 |
-
|
| 672 |
-
/* ============================================ *
|
| 673 |
-
* Product Grid - Price Styles
|
| 674 |
-
* The price styles are copied directly from the _common.scss file
|
| 675 |
-
* ============================================ */
|
| 676 |
-
.price-box {
|
| 677 |
-
margin: 7px 0;
|
| 678 |
-
font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
|
| 679 |
-
}
|
| 680 |
-
|
| 681 |
-
.price-box p {
|
| 682 |
-
margin-bottom: 0;
|
| 683 |
-
}
|
| 684 |
-
|
| 685 |
-
.price-notice {
|
| 686 |
-
color: #a0a0a0;
|
| 687 |
-
}
|
| 688 |
-
|
| 689 |
-
.price-box .price {
|
| 690 |
-
color: #3399cc;
|
| 691 |
-
font-size: 16px;
|
| 692 |
-
}
|
| 693 |
-
|
| 694 |
-
.price-box .price,
|
| 695 |
-
.price {
|
| 696 |
-
font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
|
| 697 |
-
}
|
| 698 |
-
|
| 699 |
-
.price-box .price-label {
|
| 700 |
-
color: #a0a0a0;
|
| 701 |
-
white-space: nowrap;
|
| 702 |
-
font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
|
| 703 |
-
}
|
| 704 |
-
|
| 705 |
-
.price-box .minimal-price-link {
|
| 706 |
-
padding-left: 1em;
|
| 707 |
-
color: #3399cc;
|
| 708 |
-
display: block;
|
| 709 |
-
/* We want this to show on its own line, otherwise the layout looks funky */
|
| 710 |
-
}
|
| 711 |
-
.price-box .minimal-price-link .label {
|
| 712 |
-
color: #a0a0a0;
|
| 713 |
-
}
|
| 714 |
-
|
| 715 |
-
/* -------------------------------------------- *
|
| 716 |
-
* Price Box - Special
|
| 717 |
-
*/
|
| 718 |
-
.price-box .old-price,
|
| 719 |
-
.price-box .special-price {
|
| 720 |
-
display: inline-block;
|
| 721 |
-
}
|
| 722 |
-
.price-box .old-price .price-label,
|
| 723 |
-
.price-box .special-price .price-label {
|
| 724 |
-
display: none;
|
| 725 |
-
}
|
| 726 |
-
.price-box .old-price .price,
|
| 727 |
-
.price-box .special-price .price {
|
| 728 |
-
display: inline-block;
|
| 729 |
-
}
|
| 730 |
-
|
| 731 |
-
.price-box .old-price .price {
|
| 732 |
-
color: #a0a0a0;
|
| 733 |
-
text-decoration: line-through;
|
| 734 |
-
}
|
| 735 |
-
|
| 736 |
-
.price-box .special-price {
|
| 737 |
-
color: #3399cc;
|
| 738 |
-
padding-left: 1em;
|
| 739 |
-
}
|
| 740 |
-
.price-box .special-price .price-label {
|
| 741 |
-
color: #D84D3C;
|
| 742 |
-
}
|
| 743 |
-
|
| 744 |
-
/* -------------------------------------------- *
|
| 745 |
-
* Price Box - Taxes
|
| 746 |
-
*/
|
| 747 |
-
.price-box .price-excluding-tax,
|
| 748 |
-
.price-box .price-including-tax {
|
| 749 |
-
display: block;
|
| 750 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/base/default/css/email-non-inline.css
DELETED
|
@@ -1,170 +0,0 @@
|
|
| 1 |
-
/**
|
| 2 |
-
* Magento
|
| 3 |
-
*
|
| 4 |
-
* NOTICE OF LICENSE
|
| 5 |
-
*
|
| 6 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
| 7 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
| 8 |
-
* It is also available through the world-wide-web at this URL:
|
| 9 |
-
* http://opensource.org/licenses/afl-3.0.php
|
| 10 |
-
* If you did not receive a copy of the license and are unable to
|
| 11 |
-
* obtain it through the world-wide-web, please send an email
|
| 12 |
-
* to license@magento.com so we can send you a copy immediately.
|
| 13 |
-
*
|
| 14 |
-
* DISCLAIMER
|
| 15 |
-
*
|
| 16 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 17 |
-
* versions in the future. If you wish to customize Magento for your
|
| 18 |
-
* needs please refer to http://www.magento.com for more information.
|
| 19 |
-
*
|
| 20 |
-
* @category design
|
| 21 |
-
* @package base_default
|
| 22 |
-
* @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
|
| 23 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 24 |
-
*/
|
| 25 |
-
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,700);
|
| 26 |
-
/* Font Styles */
|
| 27 |
-
/* Media Queries */
|
| 28 |
-
/* Setting the Web Font inside a media query so that Outlook doesn't try to render the web font */
|
| 29 |
-
@media screen {
|
| 30 |
-
.email-heading h1,
|
| 31 |
-
.store-info h4,
|
| 32 |
-
th.cell-name,
|
| 33 |
-
a.product-name,
|
| 34 |
-
p.product-name,
|
| 35 |
-
.address-details h6,
|
| 36 |
-
.method-info h6,
|
| 37 |
-
h5.closing-text,
|
| 38 |
-
.action-button,
|
| 39 |
-
.action-button a,
|
| 40 |
-
.action-button span,
|
| 41 |
-
.action-content h1 {
|
| 42 |
-
font-family: 'Raleway', Verdana, Arial !important;
|
| 43 |
-
font-weight: normal;
|
| 44 |
-
}
|
| 45 |
-
}
|
| 46 |
-
@media screen and (max-width: 600px) {
|
| 47 |
-
body {
|
| 48 |
-
width: 94% !important;
|
| 49 |
-
padding: 0 3% !important;
|
| 50 |
-
display: block !important;
|
| 51 |
-
}
|
| 52 |
-
|
| 53 |
-
.container-table {
|
| 54 |
-
width: 100% !important;
|
| 55 |
-
max-width: 600px;
|
| 56 |
-
min-width: 300px;
|
| 57 |
-
}
|
| 58 |
-
|
| 59 |
-
td.store-info h4 {
|
| 60 |
-
margin-top: 8px !important;
|
| 61 |
-
margin-bottom: 0px !important;
|
| 62 |
-
}
|
| 63 |
-
|
| 64 |
-
td.store-info p {
|
| 65 |
-
margin: 5px 0 !important;
|
| 66 |
-
}
|
| 67 |
-
|
| 68 |
-
.wrapper {
|
| 69 |
-
width: 100% !important;
|
| 70 |
-
display: block;
|
| 71 |
-
padding: 5px 0 !important;
|
| 72 |
-
}
|
| 73 |
-
|
| 74 |
-
.cell-name,
|
| 75 |
-
.cell-content {
|
| 76 |
-
padding: 8px !important;
|
| 77 |
-
}
|
| 78 |
-
}
|
| 79 |
-
@media screen and (max-width: 450px) {
|
| 80 |
-
.email-heading,
|
| 81 |
-
.store-info {
|
| 82 |
-
float: left;
|
| 83 |
-
width: 98% !important;
|
| 84 |
-
display: block;
|
| 85 |
-
text-align: center;
|
| 86 |
-
padding: 10px 1% !important;
|
| 87 |
-
border-right: 0px !important;
|
| 88 |
-
}
|
| 89 |
-
|
| 90 |
-
.address-details, .method-info {
|
| 91 |
-
width: 85%;
|
| 92 |
-
display: block;
|
| 93 |
-
}
|
| 94 |
-
|
| 95 |
-
.store-info {
|
| 96 |
-
border-top: 1px dashed #c3ced4;
|
| 97 |
-
}
|
| 98 |
-
|
| 99 |
-
.method-info {
|
| 100 |
-
margin-bottom: 15px !important;
|
| 101 |
-
}
|
| 102 |
-
}
|
| 103 |
-
/* Remove link color on iOS */
|
| 104 |
-
.no-link a {
|
| 105 |
-
color: #333333 !important;
|
| 106 |
-
cursor: default !important;
|
| 107 |
-
text-decoration: none !important;
|
| 108 |
-
}
|
| 109 |
-
|
| 110 |
-
.method-info h6,
|
| 111 |
-
.address-details h6,
|
| 112 |
-
.closing-text {
|
| 113 |
-
color: #3696c2 !important;
|
| 114 |
-
}
|
| 115 |
-
|
| 116 |
-
td.order-details h3,
|
| 117 |
-
td.store-info h4 {
|
| 118 |
-
color: #333333 !important;
|
| 119 |
-
}
|
| 120 |
-
|
| 121 |
-
.method-info p,
|
| 122 |
-
.method-info dl {
|
| 123 |
-
margin: 5px 0 !important;
|
| 124 |
-
font-size: 12px !important;
|
| 125 |
-
}
|
| 126 |
-
|
| 127 |
-
td.align-center {
|
| 128 |
-
text-align: center !important;
|
| 129 |
-
}
|
| 130 |
-
|
| 131 |
-
td.align-right {
|
| 132 |
-
text-align: right !important;
|
| 133 |
-
}
|
| 134 |
-
|
| 135 |
-
/* Newsletter styles */
|
| 136 |
-
td.expander {
|
| 137 |
-
padding: 0 !important;
|
| 138 |
-
}
|
| 139 |
-
|
| 140 |
-
table.button td,
|
| 141 |
-
table.social-button td {
|
| 142 |
-
width: 92% !important;
|
| 143 |
-
}
|
| 144 |
-
|
| 145 |
-
table.facebook:hover td {
|
| 146 |
-
background: #2d4473 !important;
|
| 147 |
-
}
|
| 148 |
-
|
| 149 |
-
table.twitter:hover td {
|
| 150 |
-
background: #0087bb !important;
|
| 151 |
-
}
|
| 152 |
-
|
| 153 |
-
table.google-plus:hover td {
|
| 154 |
-
background: #CC0000 !important;
|
| 155 |
-
}
|
| 156 |
-
|
| 157 |
-
/* ============================================ *
|
| 158 |
-
* Product Grid
|
| 159 |
-
* ============================================ */
|
| 160 |
-
@media screen and (max-width: 600px) {
|
| 161 |
-
.products-grid tr td {
|
| 162 |
-
width: 50% !important;
|
| 163 |
-
display: block !important;
|
| 164 |
-
float: left !important;
|
| 165 |
-
}
|
| 166 |
-
}
|
| 167 |
-
.product-name a:hover {
|
| 168 |
-
color: #3399cc !important;
|
| 169 |
-
text-decoration: none !important;
|
| 170 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/base/default/css/lipscore.css
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
img.lipscore-rating-small-image { display: inline; }
|
| 2 |
-
.lipscore-reviews-single {
|
| 3 |
-
clear: both;
|
| 4 |
-
display: block;
|
| 5 |
-
margin-top: 15px;
|
| 6 |
-
}
|
| 7 |
-
.ls-demo-mode-label {
|
| 8 |
-
color: #e92631;
|
| 9 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
skin/frontend/base/default/css/widgets.css
DELETED
|
@@ -1,96 +0,0 @@
|
|
| 1 |
-
/**
|
| 2 |
-
* Magento
|
| 3 |
-
*
|
| 4 |
-
* NOTICE OF LICENSE
|
| 5 |
-
*
|
| 6 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
| 7 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
| 8 |
-
* It is also available through the world-wide-web at this URL:
|
| 9 |
-
* http://opensource.org/licenses/afl-3.0.php
|
| 10 |
-
* If you did not receive a copy of the license and are unable to
|
| 11 |
-
* obtain it through the world-wide-web, please send an email
|
| 12 |
-
* to license@magento.com so we can send you a copy immediately.
|
| 13 |
-
*
|
| 14 |
-
* DISCLAIMER
|
| 15 |
-
*
|
| 16 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 17 |
-
* versions in the future. If you wish to customize Magento for your
|
| 18 |
-
* needs please refer to http://www.magento.com for more information.
|
| 19 |
-
*
|
| 20 |
-
* @category design
|
| 21 |
-
* @package base_default
|
| 22 |
-
* @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
|
| 23 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 24 |
-
*/
|
| 25 |
-
|
| 26 |
-
/* Widgets =============================================================================== */
|
| 27 |
-
.widget { display:inline; }
|
| 28 |
-
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
|
| 29 |
-
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }
|
| 30 |
-
|
| 31 |
-
.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
|
| 32 |
-
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }
|
| 33 |
-
|
| 34 |
-
/* Widget: Catalog New Proructs List */
|
| 35 |
-
.widget-new-products { display:block; }
|
| 36 |
-
.col-main .widget-new-products { margin:7px 0; }
|
| 37 |
-
.widget-new-products .products-grid .product-image,
|
| 38 |
-
.widget-new-products .products-list .product-image { width:85px; height:85px; }
|
| 39 |
-
.widget-new-products .products-list .product-shop { margin-left:100px; }
|
| 40 |
-
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
|
| 41 |
-
.sidebar .widget-new-products .block-title strong { background:url(../images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }
|
| 42 |
-
|
| 43 |
-
/* Widget: Recently Viewed Proructs */
|
| 44 |
-
.widget-viewed { display:block; }
|
| 45 |
-
.col-main .widget-viewed { margin:7px 0; }
|
| 46 |
-
.widget-viewed .products-grid .product-image,
|
| 47 |
-
.widget-viewed .products-list .product-image { width:85px; height:85px; }
|
| 48 |
-
.widget-viewed .products-list .product-shop { margin-left:100px; }
|
| 49 |
-
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
|
| 50 |
-
.sidebar .widget-viewed .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }
|
| 51 |
-
|
| 52 |
-
/* Widget: Recently Compared Proructs */
|
| 53 |
-
.widget-compared { display:block;}
|
| 54 |
-
.col-main .widget-compared { margin:7px 0; }
|
| 55 |
-
.widget-compared .products-grid .product-image,
|
| 56 |
-
.widget-compared .products-list .product-image { width:85px; height:85px; }
|
| 57 |
-
.widget-compared .products-list .product-shop { margin-left:100px; }
|
| 58 |
-
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
|
| 59 |
-
.sidebar .widget-compared .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }
|
| 60 |
-
|
| 61 |
-
/* Widget: CMS Static Block */
|
| 62 |
-
.widget-static-block {}
|
| 63 |
-
.sidebar .widget-static-block { display:block; margin:0 0 15px; }
|
| 64 |
-
|
| 65 |
-
/* Widgets: Links Common Styles */
|
| 66 |
-
.top-container .widget a { padding:0 0 0 7px; }
|
| 67 |
-
|
| 68 |
-
.bottom-container .widget a { padding:0 3px; }
|
| 69 |
-
|
| 70 |
-
/* Widget: Catalog Product Link */
|
| 71 |
-
.widget-product-link-inline { display:inline; }
|
| 72 |
-
|
| 73 |
-
.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
|
| 74 |
-
.col-main .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }
|
| 75 |
-
|
| 76 |
-
.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
|
| 77 |
-
.sidebar .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
|
| 78 |
-
|
| 79 |
-
/* Widget: Catalog Category Link */
|
| 80 |
-
.widget-category-link-inline { display:inline; }
|
| 81 |
-
|
| 82 |
-
.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
|
| 83 |
-
.col-main .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }
|
| 84 |
-
|
| 85 |
-
.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
|
| 86 |
-
.sidebar .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
|
| 87 |
-
|
| 88 |
-
/* Widget: CMS Page Link */
|
| 89 |
-
.widget-cms-link-inline { display:inline; }
|
| 90 |
-
|
| 91 |
-
.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
|
| 92 |
-
.col-main .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }
|
| 93 |
-
|
| 94 |
-
.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
|
| 95 |
-
.sidebar .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
|
| 96 |
-
/* ======================================================================================= */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
