CPANXR

 view release on metacpan or  search on metacpan

lib/CPANXR/Apache/File.pm  view on Meta::CPAN

    $line =~ s/>/>/g;
    $line =~ s/\&lt;(a href=\"find\?.*?\" class=\"sym\")\&gt;/<$1>/g;
    $line =~ s/\&lt;\/a\&gt;/<\/a>/g;

    
    my $pre = sprintf("<a name=\"l%s\"<i>% 6d:</i></a> ", $line_no, $line_no);
    chomp $line;

    if($hl == $line_no) {
      $r->print($pre);
      $r->print("<span style=\"background-color: #ccccff; font-weight: bold;\">");
      $r->print($line);
      $r->print("</span>\n");
    } else {
      $r->print($pre);
      $r->print($line);
      $r->print("\n");
      }
    

  } continue {

setup/html/css/perl.css  view on Meta::CPAN

        color: #8B0000; /* dark red */
        }

TD	{
        font-size:14px;
	}

.SHADED {
        background-color: #d2b48c;
        font-size:14px;
        font-weight: bold;
        font-family:helvetica,sans-serif;
        }

/* Header */
.BANNER {
        font-weight: bold;
        font-size:18px;
	color: #fff;
        font-family:helvetica,sans-serif;
        background-color:#191970;
        padding-top: .5em;
        padding-left:.5em;
        padding-bottom:.5em;
        border-bottom: 4px solid #39f;
        border-top: 4px solid #39f; 
        letter-spacing: 2px;

setup/html/css/perl.css  view on Meta::CPAN

	width: 180px;
	}

.MENU  {
        padding-bottom:1em;
	width: 180px;
        border-bottom:1px solid #191970;
	}

.TOPIC {
        font-weight: bolder;
        font-size: 16px;
	color: #191970;
        font-family:helvetica,sans-serif;
        text-decoration: underline;
	padding-bottom: 4px;
        }

.NAVLINE  {
        font-size:12px;
	}

setup/html/css/perl.css  view on Meta::CPAN


.CAMEL  {
	float: right;
	/* margin-top: -5em; */
	}

H3     {
	color: #000;
        font-size: 14px;
        font-family:verdana,helvetica,sans-serif;
        font-weight: bolder;
	}
	
TR      {
	vertical-align: top;
	}

TD.NOVERTPAD {
	padding-top: 0;
	padding-bottom: 0;
	}

setup/html/css/perl.css  view on Meta::CPAN

        border-width: 1px;
        border-color: #191970;
        border-style: solid;
        padding: 4px;
        margin: 2px;
        background: white;
        }

A.sym {
	color: red;
	font-weight: bold;
}



( run in 2.303 seconds using v1.01-cache-2.11-cpan-5dc5da66d9d )