ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/shared/title.inc.php
(Generate patch)

Comparing projects/cms/source/reports/php/shared/title.inc.php (file contents):
Revision 1.16 by pjm2, Tue Apr 24 13:36:45 2001 UTC vs.
Revision 1.17 by pjm2, Sun May 6 10:30:37 2001 UTC

# Line 41 | Line 41
41      }
42   ?>
43  
44 + <style type="text/css">
45 + <!--
46 + body {
47 +    scrollbar-face-color: #9999ff;
48 +    scrollbar-highlight-color: #eeeeff;
49 +    scrollbar-shadow-color: #333366;
50 +    scrollbar-arrow-color: #000033;
51 +    scrollbar-base-color: #eeeeff;
52 +    scrollbar-3d-light-color: #ccccff;
53 +    scrollbar-dark-shadow-color: #333333;
54 + }
55 + input {
56 +    color: #ff0000;
57 +    font-weight: bold;
58 +    font-family: Arial, Helvetica, sans-serif;
59 + }
60 + a:hover {
61 +    color: #ff0000;
62 + }
63 + -->
64 + </style>
65 +
66   </head>
67  
68   <body bgcolor="#ffffff" text="#000000"<? if (preg_match("/^[1-9]$/", $scroll)) echo ' onload="javascript:pScroll();"'; ?>>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines