|
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 : |
#gradient1 Gift Certificates CSS
/* Gift Certificate Styles */
html {
background-color: #[-- STORE.GiftCert_BackgroundColor --];
[-- IF STORE.GiftCert_BackgroundImage --][-- IF STORE.GiftCert_BackgroundImage NE "none" --]
background-image: url("[-- STORE.GiftCert_BackgroundImage --]");
background-repeat: repeat-x;
[-- END_IF --][-- END_IF --]
}
body {
color: #[-- STORE.GiftCert_TextColor --];
background-color: #[-- STORE.GiftCert_BackgroundColor --];
}
a:link {
color: #[-- STORE.GiftCert_LinkColor --];
}
a:visited {
color: #[-- STORE.GiftCert_VisitedLinkColor --];
}
a:hover {
color: #[-- STORE.GiftCert_VisitedLinkColor --];
}
h1{
color: #[-- STORE.GiftCert_TextColor --];
}
h2{
color: #[-- STORE.GiftCert_TextColor --];
}
h3{
color: #[-- STORE.GiftCert_TextColor --];
}
h4{
color: #[-- STORE.GiftCert_TextColor --];
}
h5{
color: #[-- STORE.GiftCert_TextColor --];
}
label{
color: #[-- STORE.GiftCert_TextColor --];
}
/***********************************************/
/* Layout Divs */
/***********************************************/
#content {
text-align: center;
width: auto;
}
#globalNav{
color: #[-- STORE.GiftCert_TextColor --];
background-color: #[-- STORE.GiftCert_LinkColor --];
}
#globalNav a {
color: #[-- STORE.GiftCert_ActiveLinkColor --];
}
#footer{
color: #[-- STORE.GiftCert_TextColor --];
}
#footerContents {
border-color: #[-- STORE.GiftCert_ActiveLinkColor --];
}
form.gift_certificate {
padding: 0 1em;
}
form.gift_certificate table {
text-align: left;
margin-bottom: 1em;
margin-left: auto;
margin-right: auto;
}
.gc-div {
text-align: center;
padding-bottom: 2em;
}
.cert {
padding: 15px;
margin: 1em;
border: 1px dashed #[-- STORE.GiftCert_ActiveLinkColor --];
}
.cert_text {
text-align: right;
font-weight: bold;
font-style: normal;
padding-right: 1em;
}
.cert_value {
color: #[-- STORE.GiftCert_LinkColor --];
font-weight: bold;
padding-left: 1em;
}
.cert_message {
text-align: center;
padding: 1em;
font-weight: normal;
}
td.giftcert_type {
padding:0 2em;
}
.instructions {
margin: 0;
line-height: 1.5em;
}
.policy {
color: #[-- STORE.GiftCert_TextColor --];
clear: both;
font-size: 1em;
margin-top: 0em;
margin-bottom: 1em;
margin-left: auto;
margin-right: auto;
font-style: italic;
width: 80%;
line-height: 1.5em;
}
.gc-buttons {
text-align: center;
}
#gc-content {
text-align: center;
padding: 1em 3em;
border: 1px solid [-- STORE.GiftCert_TextColor --];
margin: 2em;
}
/* buy gift certificates button */
.button331 {
margin-left: 2em;
}
#pageName {
text-align: center;
}
div.MiniCart {
background-color: #[-- STORE.GiftCert_ActiveLinkColor --];
}
td.MiniCartQty, td.MiniCartProduct, td.MiniCartPrice {
border-bottom: 1px dotted #[-- STORE.GiftCert_BackgroundColor --];
}
.gc-buttons img, .gc-buttons input, gc-buttons a {
vertical-align: middle;
}
#image1, #image2 {
text-align: center;
}
#texta, #textb {
padding: 10px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
float: right;
}
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}
.suckertreemenu ul li a{
display: block;
width: 90px;
padding: 1px 8px;
text-decoration: none;
}
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em;
display: block;
visibility: hidden;
}
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background: #[-- STORE.GiftCert_LinkColor --];
border-left: 1px solid #[-- STORE.GiftCert_LinkColor --];
border-right: 1px solid #[-- STORE.GiftCert_LinkColor --];
border-bottom: 1px solid #[-- STORE.GiftCert_LinkColor --];
}
.suckertreemenu ul li ul li:hover{
background: #[-- STORE.SC_ShadeColor --];
}
.suckertreemenu ul li ul li ul{
left: 159px;
top: 0;
}
.suckertreemenu ul li ul li a{
display: block;
width: 160px;
text-decoration: none;
padding: 1px 5px;
text-align: left;
}
#globalNavLinks .suckertreemenu ul li a:hover{
color: #[-- STORE.GiftCert_BackgroundColor --];
}
#globalNavLinks .suckertreemenu ul li ul li a:hover{
color: #[-- STORE.GiftCert_TextColor --];
}
* html p#iepara{
padding-top: 1em;
}
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }