|
@@ -133,6 +133,12 @@ a:link { color: $self->{cfg}->{link}; }
|
|
|
a:visited { color: $self->{cfg}->{vlink}; }
|
|
a:visited { color: $self->{cfg}->{vlink}; }
|
|
|
a:hover { text-decoration: underline; color: $self->{cfg}->{hlink} }
|
|
a:hover { text-decoration: underline; color: $self->{cfg}->{hlink} }
|
|
|
|
|
|
|
|
|
|
+/* Colors for links not in td's */
|
|
|
|
|
+a.background { text-decoration: none }
|
|
|
|
|
+a.background:link { color: $self->{cfg}->{bg_link}; }
|
|
|
|
|
+a.background:visited { color: $self->{cfg}->{bg_vlink}; }
|
|
|
|
|
+a.background:hover { text-decoration: underline; color: $self->{cfg}->{bg_hlink} }
|
|
|
|
|
+
|
|
|
body {
|
|
body {
|
|
|
background-color: $self->{cfg}->{bgcolor};
|
|
background-color: $self->{cfg}->{bgcolor};
|
|
|
font-family: verdana, arial, sans-serif;
|
|
font-family: verdana, arial, sans-serif;
|
|
@@ -222,8 +228,8 @@ sub _htmlfooter
|
|
|
my $self = shift;
|
|
my $self = shift;
|
|
|
print OUTPUT <<HTML;
|
|
print OUTPUT <<HTML;
|
|
|
<span class="small">
|
|
<span class="small">
|
|
|
-Stats generated by <a href="http://pisg.sourceforge.net/" title="Go to the pisg homepage">pisg</a> $self->{cfg}->{version}<br>
|
|
|
|
|
-pisg by <a href="http://www.wtf.dk/hp/" title="Go to the authors homepage">Morten Brix Pedersen</a> and others<br>
|
|
|
|
|
|
|
+Stats generated by <a href="http://pisg.sourceforge.net/" title="Go to the pisg homepage" class="background">pisg</a> $self->{cfg}->{version}<br>
|
|
|
|
|
+pisg by <a href="http://www.wtf.dk/hp/" title="Go to the authors homepage" class="background">Morten Brix Pedersen</a> and others<br>
|
|
|
Stats generated in $self->{stats}->{processtime}
|
|
Stats generated in $self->{stats}->{processtime}
|
|
|
</span>
|
|
</span>
|
|
|
</div>
|
|
</div>
|