summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-04 16:10:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-04 16:10:52 +0000
commite8a43ebe9ed95db045672ecbb90baf481893bbb6 (patch)
tree38eb64d608a38797f0cc386994a82b6ef778b77f /devtools
parent183f68b851ad80860ae773cd249e2d218f3bfb9c (diff)
downloadMPC-e8a43ebe9ed95db045672ecbb90baf481893bbb6.tar.gz
ChangeLogTag: Thu Jan 4 16:08:51 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/document_template.pl10
1 files changed, 9 insertions, 1 deletions
diff --git a/devtools/document_template.pl b/devtools/document_template.pl
index 329233e4..21ce5e99 100755
--- a/devtools/document_template.pl
+++ b/devtools/document_template.pl
@@ -89,10 +89,18 @@ sub display_template {
print $fh '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">', "\n",
"<head>\n",
" <title>$input</title>\n",
+ " <style type=\"text/css\">\n",
+ " h1 {font: 36pt verdana, lucida; width: 800px; color: darkcyan;}\n",
+ " td {font: 12pt verdana, lucida; color: white; padding: 3px; background-color: cadetblue;}\n",
+ " td.sub {font: 12pt verdana, lucida; color: white; padding: 3px; background-color: darkcyan;}\n",
+ " td.subsub {font: 12pt verdana, lucida; color: white; padding: 3px; padding-left: 12px; background-color: darkcyan;}\n",
+ " thead tr td {font: 16pt \"trebuchet ms\", helvetica; color: white; padding: 3px; background-color: teal;}\n",
+ " th {font: 14pt bold verdana, lucida; background-color: teal; color: white; padding: 3px;}\n",
+ " </style>\n",
"</head>\n",
"<body>\n",
" <h1>$input</h1>\n",
- " <table border=2 cellspacing=1>\n",
+ " <table>\n",
" <tr>\n",
" <th>Template Variable</th>\n",
" <th>Default Value</th>\n",