|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /home/jackjohn/public_html/cgi-bin/sc/templates/includes/ |
Upload File : |
#/* Tabbed Theme Giftcert Style Sheet */
[-- VAR.cr_background_image STORE.SC_BackgroundColor --]
# Color Bar Colors
[-- IF STORE.SC_ActiveLinkColor "990000" --]
# Burgundy
[-- VAR.color_bar_text_color "FFCC66" --][-- VAR.color_bar_bg_color "9C0000" --][-- VAR.cart_content_text_color "333333" --][-- VAR.cart_content_bg_color "DDDDCC" --]
[-- ELSE_IF STORE.SC_ActiveLinkColor "FFCC33" --]
# Gold
[-- VAR.color_bar_text_color "000000" --][-- VAR.color_bar_bg_color "FAD862" --][-- VAR.cart_content_text_color "FDFD77" --][-- VAR.cart_content_bg_color "000000" --]
[-- ELSE_IF STORE.SC_ActiveLinkColor "666666" --]
# Gray
[-- VAR.color_bar_text_color "FFFFFF" --][-- VAR.color_bar_bg_color "666666" --][-- VAR.cart_content_text_color "000000" --][-- VAR.cart_content_bg_color "CCCCCC" --]
[-- ELSE_IF STORE.SC_ActiveLinkColor "006600" --]
# Green
[-- VAR.color_bar_text_color "FFFFFF" --][-- VAR.color_bar_bg_color "006600" --][-- VAR.cart_content_text_color "000000" --][-- VAR.cart_content_bg_color "FEFECC" --]
[-- ELSE_IF STORE.SC_ActiveLinkColor "FF6600" --]
# Orange
[-- VAR.color_bar_text_color "000000" --][-- VAR.color_bar_bg_color "FF6600" --][-- VAR.cart_content_text_color "FFFFFF" --][-- VAR.cart_content_bg_color "660000" --]
[-- ELSE_IF STORE.SC_ActiveLinkColor "6600CC" --]
# Purple
[-- VAR.color_bar_text_color "FFFFFF" --][-- VAR.color_bar_bg_color "6600CC" --][-- VAR.cart_content_text_color "FFFFFF" --][-- VAR.cart_content_bg_color "9966FE" --]
[-- ELSE_IF STORE.SC_ActiveLinkColor "CC3333" --]
# Red
[-- VAR.color_bar_text_color "F3C500" --][-- VAR.color_bar_bg_color "B51515" --][-- VAR.cart_content_text_color "F3C500" --][-- VAR.cart_content_bg_color "323232" --]
[-- ELSE --]
# Blue
[-- VAR.color_bar_text_color "FFFFFF" --][-- VAR.color_bar_bg_color "0000FF" --][-- VAR.cart_content_text_color "000000" --][-- VAR.cart_content_bg_color "99CCFF" --]
[-- END_IF --]
body {margin: 0px; color: #[-- STORE.SC_TextColor --]; background-color: #[-- STORE.SC_BackgroundColor --]; [-- IF VAR.cr_background_image --]background-image: url([-- VAR.cr_background_image --]); [-- END_IF --]text-align: center;}
body, textarea, select, option, input, td, table, div {font-family: [-- IF STORE.Font --][-- STORE.Font --][-- ELSE --]Arial, Verdana, Helvetica, sans-serif[-- END_IF --]; font-size: [-- IF STORE.FontSize --][-- STORE.FontSize --][-- ELSE --]10pt[-- END_IF --];}
div {margin: 0px; color: #[-- STORE.SC_TextColor --]; background-color: transparent;}
table {color: #[-- STORE.SC_TextColor --]; background-color: transparent;}
th {text-align: center;}
td {text-align: left;}
img {border: 0px none;}
a {color: #[-- STORE.SC_LinkColor --]; background-color: transparent;}
a:active {color: #[-- STORE.SC_ActiveLinkColor --]; background-color: transparent;}
a:hover {color: #[-- STORE.SC_ActiveLinkColor --]; background-color: transparent;}
a:visited {color: #[-- STORE.SC_VisitedLinkColor --]; background-color: transparent;}
input[type=text], input[type=password] {text-align: left;}
input[type=image], input[type=button], input[type=submit], input[type=reset] {border: 0px none; cursor: pointer;}
table.header {width: 100%; text-align: center;}
td.gc_messages {text-align: center;}
table.cr_content {width: 90%; margin-left: auto; margin-right: auto; text-align: center;}
td.container_hdr {text-align: center; font-weight: bold;}
td.container, td.view_edit {text-align: center;}
table.container {margin-left: auto; margin-right: auto; text-align: center;}
table.ups_err {width: 50%; max-width: 80%; text-align: center; margin-right: auto; margin-left: auto;}
td.ups_err {color: #[-- VAR.color_bar_text_color --]; background-color: #[-- VAR.color_bar_bg_color --]; font-weight: bold;}
table.color_bar {color: #[-- VAR.color_bar_text_color --]; background-color: #[-- VAR.color_bar_bg_color --]; width: 100%; height: 24px;}
td.color_bar {color: #[-- VAR.color_bar_text_color --]; background-color: #[-- VAR.color_bar_bg_color --]; text-align: center; font-weight: bold;}
table.addr, table.payment {margin-right: auto; margin-left: auto; text-align: center;}
table.cart {width: 100%; padding-top: 1em; border-collapse: collapse; border-spacing: 0px; border-bottom: 4px solid #[-- VAR.color_bar_bg_color --];}
th.cart_delete, th.cart_quantity, th.cart_name, th.cart_sku {color: #[-- VAR.color_bar_text_color --]; background-color: #[-- VAR.color_bar_bg_color --];}
th.cart_price, th.cart_total {color: #[-- VAR.color_bar_text_color --]; background-color: #[-- VAR.color_bar_bg_color --]; text-align: right; padding-right: 5px;}
td.cart_delete, td.cart_quantity, td.cart_name, td.cart_sku {color: #[-- VAR.cart_content_text_color --]; background-color: #[-- VAR.cart_content_bg_color --]; text-align: center; border-top: 2px solid #[-- VAR.color_bar_bg_color --];}
td.cart_price, td.cart_total {color: #[-- VAR.cart_content_text_color --]; background-color: #[-- VAR.cart_content_bg_color --]; text-align: right; padding-right: 5px; border-top: 2px solid #[-- VAR.color_bar_bg_color --];}
td.cart_cp_delete, td.cart_cp_quantity, td.cart_cp_name, td.cart_cp_sku {color: #[-- VAR.cart_content_text_color --]; background-color: #[-- VAR.cart_content_bg_color --]; text-align: center; border-top: 2px solid #[-- VAR.color_bar_bg_color --];}
td.cart_cp_price, td.cart_cp_total {color: #[-- VAR.cart_content_text_color --]; background-color: #[-- VAR.cart_content_bg_color --]; text-align: right; padding-right: 5px; border-top: 2px solid #[-- VAR.color_bar_bg_color --];}
td.cart_op1, td.cart_op2 {color: #[-- VAR.cart_content_text_color --]; background-color: #[-- VAR.cart_content_bg_color --];}
td.cart_op {color: #[-- VAR.cart_content_text_color --]; background-color: #[-- VAR.cart_content_bg_color --]; text-align: center;}
a.cart_name {color: #[-- VAR.cart_content_text_color --]; background-color: transparent;}
table.sc_totals {width: 100%; text-align: right;}
td.sc_totals {text-align: right;}
table.totals {border-collapse: collapse; border-spacing: 0px; border-bottom: 4px solid #[-- VAR.color_bar_bg_color --]; text-align: right; margin-left: auto; margin-right: 0px;}
td.totals_txt, td.totals_all_txt, td.totals_saved_txt {color: #[-- VAR.color_bar_text_color --]; background-color: #[-- VAR.color_bar_bg_color --]; text-align: right; padding-right: 15px; border-top: 2px solid #[-- VAR.color_bar_bg_color --];}
td.totals, td.totals_all, td.totals_saved {color: #[-- VAR.cart_content_text_color --]; background-color: #[-- VAR.cart_content_bg_color --]; text-align: right; padding-left: 5px; padding-right: 5px; border-top: 2px solid #[-- VAR.color_bar_bg_color --];}
td.totals_all_txt, td.totals_all {font-weight: bold;}
td.totals_blank {color: #[-- VAR.color_bar_text_color --]; background-color: #[-- VAR.color_bar_bg_color --];}
table.email_pw, table.addr_name, table.email_type, table.save_payment {text-align: center; margin-left: auto; margin-right: auto;}
table.pw, table.challenge {text-align: center; margin-left: auto; margin-right: auto;}
.clear {clear: both;}
#wishlist-container {[-- IF STORE.BackgroundColor "FFFFFF" --]border: 1px solid #EFEFEF; [-- END_IF --]width: 100%; max-width: [-- STORE.PageWidth --]; margin: 0px auto; padding: 20px; text-align: center; background: #FFFFFF; clear: both;}
#create_wishlist {display: inline-block; font-size: 90%; text-align: left; line-height: 150%; margin: 20px auto;}
div#wishlist-page {padding: 10px 20px; margin: 0px auto; text-align: center;}
div.ss_wl_sort {display: inline-block; float: left; clear: none; padding: 30px 10px 30px 0px; margin: 0px; line-height: 150%;} div.ss_wl_sort input {position: relative; top: -5px;}
div.wishlist-product {border-top: 1px solid #EFEFEF; padding: 10px 0px 30px 0px; margin: 0px; clear: both;}
div.wishlist-product:last-child {border-bottom: 1px solid #EFEFEF;}
div.wishlist-product-image {width: 20%; float: left; clear: none; padding: 0px; margin: 0px; text-align: center;}
div.wishlist-product-info {width: 46%; float: left; clear: none; padding: 0px; margin: 0px 1.9%; text-align: left;}
div.wishlist-product-options {width: 30%; float: left; clear: none; padding: 0px; margin: 0px; text-align: left;}
div.wishlist-lists {display: inline-block; clear: both; padding: 10px; margin: 0px auto;}
span.wl-privacy {display: block; position: relative; top: -5px; font-size: 90%; opacity: 0.7; filter:alpha(opacity=70); font-style: italic;}
span.wl-comment {display: block; position: relative; top: -5px;}
span.loop-wishlist {white-space: nowrap; display: block; font-size: 90%; color: gray; text-align: left; padding: 10px 0px; margin: 0px;}
span.loop-wishlist a {display: block; clear: both;}
form.wl_prod_info input[type="submit"] {margin-right: 10px;} div.ss_wl_comment a {font-size: 90%;}
div.wl-form-box {display: inline-block; margin: 0px auto; padding: 10px 0px; text-align: left;}
div.wishlist_search {padding: 30px 0px 0px 0px;}
span.date-added {display: block; opacity:0.8; filter:alpha(opacity=80); font-size: 96%;}
div.ss_wl_edit_info, span.review_product_name, span.reviews_stars_text {display: none;}
div#wishlist-share {display: inline-block; float: right; clear: none;}
div.ss_wl_fbshare, div.ss_wl_twshare, div.ss_wl_gpshare {display: inline-block;}
div.ss_wl_Box {text-align:left; white-space: nowrap; padding: 0px; margin: 5px 0px; width: 200px; max-width: 250px; position: relative; outline: none; cursor: pointer; clear: both; display: none; z-index: 200;}
div.ss_wl_Lists {overflow: hidden; clear: both; cursor: default; position: absolute; display: none;}
span.ss_wl_List {display: block;} span.ss_wl_Label {cursor: pointer;}
span.ss_wl_Label {display: inline-block; clear: none; padding: 6px 0px; text-align: left; color: #[-- STORE.LinkColor --]; background: transparent; overflow: hidden; font-size: 90%;}
span.ss_wl_Button img, span.ss_wl_Button {z-index: 2;}
div.ss_wl_Box div.ss_wl_Lists {top: 28px; left: 0px; width: 100%; overflow: visible;}
div.ss_wl_ChooseLists {border-bottom: 1px solid #CCC;}
span.ss_wl_List {padding: 4px 8px; margin: 0px; font-size: 90%; text-align: left; background: #FEFEFE; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #CCC;}
span.wl_priv {margin-left: 4px; padding-right: 8px; font-size: 70%; opacity:0.8; filter:alpha(opacity=80);}
span.ss_wl_List:hover {background: #EFEFEF;}
div.ss_wl_Lists span.ss_wl_List:last-child {border-bottom: 1px solid #CCC; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; -moz-border-bottom-left-radius: 8px; -moz-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;}
div.ss_wl_Lists span.ss_wl_List:first-child {border-top-right-radius: 8px; -moz-border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px;}
.unused-text-button {display: block; padding-top: 40px; font-size: 90%;}
.basic-text-link a, form.wl_prod_info a {font-size: 80%;}
.ss_wl_view_info a {font-size: 90%;}
.ss_wl_view_info {font-size: 90%;}
div.ss_wl_priority option[value="2"], .wishlist-Medium .ss_wl_view_info, .yellow {color: orange;}
div.ss_wl_priority option[value="3"], .wishlist-High .ss_wl_view_info, .red {color: red;}
div.ss_wl_priority option[value="1"], .wishlist-Low .ss_wl_view_info, .green {color: green;}
.wishlist-Medium .ss_wl_view_info span.ss_wl_info_text, .wishlist-High .ss_wl_view_info span.ss_wl_info_text, .wishlist-Low .ss_wl_view_info span.ss_wl_info_text {color: #[-- STORE.TextColor --];}
form.wl_prod_info a {display: block; padding-top: 8px;}
######## Error Messages ##################
table.ups_error, table.inv_err {margin: 0px auto; padding: 0px; border-collapse: collapse; border-spacing: 0px; border: 1px solid #CCC; background: #[-- STORE.FieldWarnShadeColor --];}
table.ups_error td, table.inv_err td {vertical-align: middle; text-align: left; padding: 10px; background: #[-- STORE.FieldWarnShadeColor --]; color: #[-- STORE.FieldWarnHighlightColor --];}
table.ups_error td:first-child, table.inv_err td:first-child {border-right: 1px solid #CCC;}
.notice {display: block; width: 80%; text-align: center; padding: 20px 0px; margin: 0px auto; border: 1px solid #CCC; background: #[-- STORE.FieldWarnShadeColor --]; color: #[-- STORE.FieldWarnHighlightColor --];}