Prv8 Shell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/jackjohn/public_html/cgi-bin/sc/templates/includes/tabbed_giftcert_styles.css
#/* Tabbed Theme Giftcert Style Sheet */

#/* Gift Certificate Style Variables */
/* Start GC Vars

[-- VAR.gc_background_image STORE.GiftCert_BackgroundColor --]

  # Color Bar Colors
[-- IF STORE.GiftCert_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.GiftCert_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.GiftCert_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.GiftCert_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.GiftCert_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.GiftCert_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.GiftCert_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 --]

End GC Vars */  

/* ************* */
/* Global Styles */
/* ************* */
body {
  margin: 0px;
  color: #[-- STORE.GiftCert_TextColor --];
  background-color:  #[-- STORE.GiftCert_BackgroundColor --];
  [-- IF VAR.gc_background_image --]background-image: url([-- VAR.gc_background_image --]);
[-- END_IF --]
  text-align: center;
}
body, textarea, select, option, input, td, table, div, th {
  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.GiftCert_TextColor --];
  background-color:  transparent;
}

table {
  color: #[-- STORE.GiftCert_TextColor --];
  background-color:  transparent;
}

th {
  text-align: center;
}

td {
  text-align: left;
}

/* Image Styles */
img {
  border: 0px none;
}

/* Anchor Styles */
a {
  color: #[-- STORE.GiftCert_LinkColor --];
  background-color: transparent;
}

a:active {
  color: #[-- STORE.GiftCert_ActiveLinkColor --];
  background-color: transparent;
}

a:hover {
  color: #[-- STORE.GiftCert_ActiveLinkColor --];
  background-color: transparent;
}

a:visited {
  color: #[-- STORE.GiftCert_VisitedLinkColor --];
  background-color: transparent;
}

/* Special Input Types.  Not Supported by IE */
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;
}

input[type=radio], input[type=checkbox] {
}

/* *********************** */
/* Gift Certificate Styles */
/* *********************** */
table.header {
  width: 100%;
  text-align: center;
}

td.gc_messages {
  text-align: center;
}

table.gc_content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

td.container_hdr {
  text-align: center;
  font-weight: bold;
}

td.container {
  text-align: center;
}

div.footer {
}

/* Messages */
table.cert_err {
  width: 50%;
  max-width: 80%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

td.cert_err {
  color: #[-- VAR.color_bar_text_color --];
  background-color: #[-- VAR.color_bar_bg_color --];
  font-weight: bold;
  font-size: 12pt;
}

/* The Color Bar */
table.color_bar {
  color: #[-- VAR.color_bar_text_color --];
  background-color: #[-- VAR.color_bar_bg_color --];
  width: 100%;
  height: 24px;
}

tr.color_bar {
}

td.color_bar {
  color: #[-- VAR.color_bar_text_color --];
  background-color: #[-- VAR.color_bar_bg_color --];
  text-align: center;
  font-weight: bold;
}

/* Everything Else */
table.cert_num_amount, table.giftcert_type, table.cert_to_from_msg {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

td.cert_num_amount, td.giftcert_type {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

td.cert_to_from_msg {
  text-align: right;
  vertical-align: top;
}

td.cert_to_from_msg_val {
  text-align: left;
}

td.cert_text {
  text-align: right;
  font-weight: bold;
}

td.cert_value {
  text-align: left;
}


 #image1, #image2, #textA, #textB {
  text-align: center;
  vertical-align: top;
  padding: 5px;
  width: 25%;
}
 a.giftcertlink {
  text-decoration: none;
  font-weight: bold;
}
 a.giftcertlink:hover {
  text-decoration: underline;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

.suckertreemenu ul li{
  position: relative;
  display: inline;
  float: left;
}

.suckertreemenu ul li a{
  display: block;
  width: 120px;
  line-height: 20px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: [-- VAR.PageLinkColor --];
  font-weight: bold;
  white-space: nowrap;
[-- IF STORE.SC_ActiveLinkColor "0000FF" --]
  background-image: url([-- ShopSite_Images --]/backgrounds/tab_blue_nav.gif);
[-- ELSE_IF STORE.SC_ActiveLinkColor "990000" --]
  background-image: url([-- ShopSite_Images --]/backgrounds/tab_burgundy_nav.gif);
[-- ELSE_IF STORE.SC_ActiveLinkColor "FFCC33" --]
  background-image: url([-- ShopSite_Images --]/backgrounds/tab_gold_nav.gif);
[-- ELSE_IF STORE.SC_ActiveLinkColor "666666" --]
  background-image: url([-- ShopSite_Images --]/backgrounds/tab_gray_nav.gif);
[-- ELSE_IF STORE.SC_ActiveLinkColor "006600" --]
  background-image: url([-- ShopSite_Images --]/backgrounds/tab_green_nav.gif);
[-- ELSE_IF STORE.SC_ActiveLinkColor "FF6600" --]
  background-image: url([-- ShopSite_Images --]/backgrounds/tab_orange_nav.gif);
[-- ELSE_IF STORE.SC_ActiveLinkColor "6600CC" --]
  background-image: url([-- ShopSite_Images --]/backgrounds/tab_purple_nav.gif);
[-- ELSE_IF STORE.SC_ActiveLinkColor "CC3333" --]
  background-image: url([-- ShopSite_Images --]/backgrounds/tab_red_nav.gif);
[-- ELSE --]
  background-image: url([-- ShopSite_Images --]/backgrounds/tab_blue_nav.gif);
[-- END_IF --]
}
.suckertreemenu ul li a:visited, .tab a.giftcertlink, .tab a.giftcertlink:visited, .tab a.giftcertlink:hover {
  color: [-- VAR.PageLinkColor --];
}
.suckertreemenu ul li ul li a:visited {
  background-color: #[-- STORE.SC_ShadeColor --];
}
.suckertreemenu ul li ul{
  left: 0;
  position: absolute;
  top: 1em;
  display: block;
  visibility: hidden;
}

.suckertreemenu ul li ul li{
  display: list-item;
  float: none;
}

.suckertreemenu ul li ul li ul{ 
  left: 115px;
  top: 0;
}

.suckertreemenu ul li ul li a{
  display: block;
  width: 116px;
  color: #[-- STORE.GiftCert_LinkColor --];
  text-decoration: none;
  padding: 0px;
  background-image: none;
  background-color: #[-- STORE.SC_ShadeColor --];
[-- IF STORE.SC_ActiveLinkColor "CC3333" --]
  border-top: 1px solid #[-- STORE.GiftCert_LinkColor --];
  border-left: 2px solid #[-- STORE.GiftCert_LinkColor --];
  border-right: 2px solid #[-- STORE.GiftCert_LinkColor --];
  border-bottom: 1px solid #[-- STORE.GiftCert_LinkColor --];
[-- ELSE_IF STORE.SC_ActiveLinkColor "FFCC33" --]
  border-top: 1px solid #[-- STORE.GiftCert_LinkColor --];
  border-left: 2px solid #[-- STORE.GiftCert_LinkColor --];
  border-right: 2px solid #[-- STORE.GiftCert_LinkColor --];
  border-bottom: 1px solid #[-- STORE.GiftCert_LinkColor --];
[-- ELSE --]
  border-top: 1px solid #[-- STORE.GiftCert_ActiveLinkColor --];
  border-left: 2px solid #[-- STORE.GiftCert_ActiveLinkColor --];
  border-right: 2px solid #[-- STORE.GiftCert_ActiveLinkColor --];
  border-bottom: 1px solid #[-- STORE.GiftCert_ActiveLinkColor --];
[-- END_IF --]
  font-size: 90%;
}

.suckertreemenu ul li a:hover {
  text-decoration: underline;
}

.suckertreemenu ul li ul li a:hover{
  background-color: #[-- STORE.GiftCert_ActiveLinkColor --];
  color: #[-- STORE.GiftCert_BackgroundColor --];
}

* html p#iepara{
  padding-top: 1em;
}
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

haha - 2025