HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/root/home/awaldron/public_html/archive/demo/admin/gen_css.php
<?php
session_start();
dbconnect();

$css = "/* ----- BODY FORMATTING ----- */\n\n";
$css .= "body {\n";
$css .= "	font:11px Verdana, Arial, Tahoma;\n";
$css .= "	color: #000000;\n";
$css .= "	margin:8px;\n";
$css .= "   background:url('gui/bg2.gif') bottom left fixed no-repeat;\n";
$css .= "}\n\n";

$css .= "p { margin-top:12px }\n\n";

$css .= "ul { margin-top:0px; margin-bottom:0px;}\n";
$css .= "ol { margin-top:0px; margin-bottom:0px;}\n\n";

$css .= "input { font:10px Verdana, Arial, Tahoma #000000; }\n";
$css .= "input.button { background-color:#E7E7E7; color:#000000; font:bold 11px Verdana, Arial, Helvetica, sans-serif; }\n";
$css .= "select { font:10px Verdana, Arial, Tahoma #000000; }\n";
$css .= "textarea { font:10px Verdana, Arial, Tahoma #000000; }\n\n";

$css .= "table { font-size:11px; }\n";
$css .= "table.main { font-size:11px; }\n";
$css .= "table.calendar { font-size:11px; margin:4px; }\n";
$css .= "tr.header { background:#".$_POST["tbar"]."; font:bold 11px Verdana; color:#".$_POST["tfont"]."; }\n";
$css .= "td.calendar { cursor:hand; }\n";
$css .= "td.tbar { background:#".$_POST["tbar"]."; }\n";
$css .= "td.bg { background:#".alpha($_POST["tbar"],3)."; }\n\n";

$css .= "a { color:#".$_POST["tbar"]."; text-decoration:none; font-weight:bold; }\n";
$css .= "a:link, a:active, a:visited { font-color:#".$_POST["tbar"]."; text-decoration:underline; }\n";
$css .= "a:hover { color:#".$_POST["hover"]."; text-decoration:underline; }\n\n";

$css .= "a.notice { color:#000000; text-decoration:none; font-weight:normal; }\n";
$css .= "a.notice:link, a.notice:active, a.notice:visited { font-color:#000000; text-decoration:none; }\n";
$css .= "a.notice:hover { color:#".$_POST["hover"]."; text-decoration:underline; }\n\n";

$css .= "a.small { color:#".$_POST["tbar"]."; font-size:9px; text-decoration:underline; font-weight:normal; }\n";
$css .= "a.small:link, a.small:active, a.small:visited { color:#".$_POST["tbar"]."; font-size:9px; text-decoration:underline; font-weight:normal; }\n";
$css .= "a.small:hover { color:#".$_POST["hover"]."; font-size:9px; text-decoration:underline; font-weight:normal; }\n\n";

$css .= "a.calendar { font:11px Verdana; color:#000000; text-decoration:none; }\n";
$css .= "a.calendar:link, a.calendar:active, a.calendar:visited { font:11px Verdana; color:#000000; text-decoration:none; }\n";
$css .= "a.calendar:hover { font:11px Verdana; font-color:#000000; text-decoration:none; }\n\n";

$css .= ".invisible { visibility:hidden; }\n";
$css .= ".visible { visibility:visible; }\n\n";

$css .= ".disabled { background:url('gui/disbg.gif'); color:#999999; }\n";
$css .= ".enabled { font:10px Verdana, Arial, Tahoma #000000; }\n\n";

$css .= ".error { font:bold 11px Verdana, Arial, Tahoma; color:#DD0000; }\n";
$css .= ".headline { color:#".$_POST["tbar"]."; font:bold 22px Tahoma, Verdana, Arial; }\n";
$css .= ".subhead { font:bold 18px Tahoma, Verdana, Arial; font-size:16px; }\n\n";
$css .= ".bold { color:#".$_POST["tbar"]."; font-weight:bold; }\n\n";

$css .= "#header { margin:0px; font:32px Arial Black; color:#000000; font-variant:small-caps; font-style:italic; letter-spacing:-2; }\n";
$css .= "#header a { color:#000000; text-decoration:none; }\n";
$css .= "#header a.link, a.active, a.visited, a.hover { color:#000000; text-decoration:none; }\n\n";

$css .= "#footer { width:35%; border:0px; text-align:center; }\n\n";

$css .= "#boxhead { width:100%; height:20px; background:transparent url('gui/headerbg.gif') top right no-repeat; color:#".$_POST["tfont"]."; font-size:12px; }\n";
$css .= "#boxheadtext { color:#".$_POST["tfont"]."; font-size:12px; }\n\n";

$css .= "#stamp { width:100% margin:0px 0px 10px 0px; padding:0px 0px 3px 0px; border:solid #000000; border-width:0px 0px 1px 0px; }\n";
$css .= "#breadcrumb { width:100% margin:0px 0px 10px 0px; padding:0px 0px 3px 0px; border:solid #000000; border-width:0px 0px 1px 0px; }\n";
$css .= "#headcrumb { width:100% font-size:12px; margin:0px; padding:0px 0px 3px 0px; border:solid #000000; border-width:0px 0px 1px 0px; }\n";
$css .= "#pheader { width:100%; padding:0px 0px 1px 4px; font-weight:bold; border:solid 1px #999999; border-width:0px 0px 1px 1px;}\n\n";
$css .= "#para { margin:0px 10px 15px 10px; }\n";

$css .= "#orgbox-manager { width:120px; border-style:double; border-color:#000000; background:#FFECEC; text-align:center; padding:5px; }\n";
$css .= "#orgbox-teamlead { width:120px; border-style:dashed; border-width:1px; border-color:#000000; background:#E5FFE9; text-align:center; padding:5px; }\n";
$css .= "#orgbox { width:120px; border-style:solid; border-color:#000000; border-width:1px; background:#FCF1D2; text-align:center; padding:5px; }\n\n";

$css .= "#quote { width:100%; border:solid 1px #000000; background:#DDDDDD; padding:8px; }\n";
$css .= "#code { width:100%; border:solid 1px #000000; background:#DDDDDD; padding:8px; }\n";

$fp = fopen("../default.css", "w");
	fwrite($fp, $css);
fclose($fp);
$css_gen == TRUE;

?>