Apache-MP3

 view release on metacpan or  search on metacpan

MP3.pm  view on Meta::CPAN

 BODY                 General defaults
 H1                   Current directory path
 H2                   "CD Directories" and "Song List" headings
 TR.title             Style for the top line of the song listing
 TR.normal            Style for odd-numbered song listing lines
 TR.highlight         Style for even-numbered song listing lines
 .directory           Style for the title of the current directory
 .subdirectory        Style for the title of subdirectories
 P                    Ordinary paragraphs
 A                    Links
 INPUT                Fill-out form fields

=head2 Subclassing this Module

For more extensive customization, you can subclass this module.  The
Apache::MP3::Sorted module illustrates how to do this.  

Briefly, your module should inherit from Apache::MP3 (or
Apache::MP3::Sorted) either by setting the C<@ISA> package global or,
in Perl 5.6 and higher, with the C<use base> directive.  Your module
can then override existing methods and define new ones.

apache_mp3/apache_mp3.css  view on Meta::CPAN

P {
  /* font-family: sans-serif; */
  background-color: transparent;
}

A {
  /* font-family: sans-serif; */
  background-color: transparent;
}

INPUT {
  /* font-family: sans-serif; */
  background-color: white;
}

DIV  {
  /* font-family: sans-serif; */
  background-color: white;
}

ADDRESS {



( run in 0.819 second using v1.01-cache-2.11-cpan-4e96b696675 )