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/Sidebar.css
<style type="text/css">
<!--
/***  Page Defaults  ***/
body, p, h1, h2, h3, td, div, ol, ul, dl, input {
  font-family: [-- IF STORE.Font --][-- STORE.Font --][-- ELSE --]Verdana, Arial, Helvetica, sans-serif[-- END_IF --];
}
body {
  color: [-- VAR.TextColor --];
  background-color: [-- VAR.BackgroundColor --];
  font-size: [-- IF STORE.FontSize --][-- STORE.FontSize --][-- ELSE --]9pt[-- END_IF --];
  margin: 0px;
}
td {
  font-size: [-- IF STORE.FontSize --][-- STORE.FontSize --][-- ELSE --]9pt[-- END_IF --];
}
[-- IF MiniCart --]
  [-- INCLUDE Sidebar-MiniCart.css PROCESS --]
[-- END_IF --]
/***  Page Links  ***/
table.pagelink {
  border-width: 0px;
  text-align: left;
}
td.pagelink, td.pagelink a {
  color: [-- VAR.SidebarColor --];
  text-align: left;
  margin: 0px;
}
a.pagelink:link, td.pagelink a:link, a.giftcertlink:link, a.viewcart:link {
  text-decoration: underline;
  color: [-- VAR.PageLinkColor --];
}
a.pagelink:visited, td.pagelink a:visited, a.giftcertlink:visited, a.viewcart:visited, div.left_pagelinks a, div.left_pagelinks span {
  text-decoration: underline;
  color: [-- VAR.PageLinkColor --];
}
a.pagelink:hover, td.pagelink a:hover, a.giftcertlink:hover, a.viewcart:hover, div.left_pagelinks a:hover {
  text-decoration: underline;
  color: [-- VAR.PageLinkHoverColor --];
}
a.pagelink:active, td.pagelink a:active, a.giftcertlink:active, a.viewcart:active {
  text-decoration: underline;
  color: [-- VAR.ActiveLinkColor --];
}
[-- IF PAGE.NumProducts 0 --]
[-- ELSE --]
/***  Products   ***/
[-- INCLUDE Product.css PROCESS --]
[-- END_IF --]
 table.gcs_table {
	width: 100%;
	margin: 10px auto;
}
 table.gcs_table td {
	width: 33%;
	text-align: center;
}
 td#gcs_page, td#gcs_mi {
	padding: 8px;
	font-size: 1.5em;
	background-color: [-- VAR.SidebarColor --];
}
/***  Product Links  ***/
a:link {
  color: [-- VAR.LinkColor --];
}
a:visited {
  color: [-- VAR.VisitedLinkColor --];
}
a:hover {
  color: [-- VAR.HoverColor --];
}
a:active {
  color: [-- VAR.ActiveLinkColor --];
}
/***  Headings       ***/
h1 {
  font-size: 16pt;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  font-size: 14pt;
  margin-top: 0px;
  margin-bottom: 0px;
}
h3 {
  font-size: 12pt;
  margin-top: 0px;
  margin-bottom: 0px;
}
/***  Search  ***/
td.search {
  text-align: left;
  margin-top: 50px;
}
input.search {
  font-size: 9pt;
  width: 120px;
}
/*** Header ***/
td.header {
  text-align: center;
}
/*** Footer ***/
td.footer {
  text-align: center;
  margin-top: 10px;
}
/*** Multi Page Navigation ***/
span.currentpage, span.prevnext {
  padding-left: 1pt;
  padding-right: 1pt;
}
/***  Font Formatting  ***/
Big {
  font-size: larger;
}
tt {
  font-family: monospace;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {
  background-color: [-- PAGE.VisitedLinkColor --];
  width: 100%;
  height: 36px;
  clear: both;
  padding: 0px;
  margin: 0px;
}
.suckertreemenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.suckertreemenu ul li{
  position: relative;
  display: inline;
  float: left;
}
.suckertreemenu ul li a{
  display: block;
  min-width: 100px;
  padding: 0px 8px;
  border-right: 1px solid [-- PAGE.LinkColor --];
  text-decoration: none;
  color: [-- PAGE.ActiveLinkColor --];
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  white-space: nowrap;
}
.suckertreemenu ul li a:visited {
  color: [-- PAGE.ActiveLinkColor --];
}
.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: 159px;
  top: 0;
}
.suckertreemenu ul li ul li a{
  display: block;
  width: 160px;
  color: black;
  text-decoration: none;
  padding: 1px 5px;
  border-left: 1px solid [-- PAGE.VisitedLinkColor --];
  border-right: 1px solid [-- PAGE.VisitedLinkColor --];
  border-bottom: 1px solid [-- PAGE.VisitedLinkColor --];
  background-color: [-- PAGE.LinkColor --];
}
.suckertreemenu ul li ul li a:visited {
  color: black;
}
.suckertreemenu ul li a:hover{
  color: [-- PAGE.BackgroundColor --];
}
* html p#iepara{
padding-top: 1em;
}
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
div.reviews_stars_wrapper{overflow:hidden;height:16px;position:relative;max-height:16px;display:inline-block}
div.reviews_stars_background,div.reviews_stars_rating{position:absolute;top:0px;left:0px;}
div.reviews_stars_rating{overflow:hidden}
-->
</style>

[-- IF VAR.AddButtonGraphic --]
#do nothing
[-- ELSE --]
<!--[if!IE]> 
<style type="text/css">
/* underline for non-IE browsers */
input.add {
  border-bottom:1px solid [-- VAR.LinkColor --];
}
input.add:hover {
  color: [-- VAR.HoverColor --];
  border-bottom:1px solid [-- VAR.HoverColor --];
}
</style>
<![endif]--> 
[-- END_IF --]

haha - 2025