App-Changelog2x

 view release on metacpan or  search on metacpan

bin/changelog2x  view on Meta::CPAN

The only distinction between this parameter and the next one, is that this one
will occur first in the C<< <head> >> block, and thus be first in the CSS
cascade model.

=item --color URL [ html ]

As above, but this parameter is used to allow a second URL to be specified,
one that will follow the previous one in the CSS cascade order. This allows
the user to have a "main" stylesheet with font, spacing, etc. declarations
while also using this option to select between color schemes for text,
backgrounds, etc. (hence the choice of C<color> as the option name).

=item --javascript URL [ html ]

Like the two CSS-related options above, this allows the specification of a URL
to be included in the document head-section. Unlike the previous, this URL is
assumed to refer to a Javascript resource. As such, it triggers the generation
of a C<< <script> >> element with a C<type> attribute set to C<text/javascript>
and a C<href> attribute set to the value of this parameter.

This element occurs I<after> any content specified in the C<headcontent> (or

ex/README  view on Meta::CPAN

    Deja Vu Sans Mono, falling back to Bitstream Vera Sans Mono, Courier New
    and finally monospace. The <ul> containers used for listing filenames have
    the <li> tags styled to use the "»" character in place of the traditional
    bullet.

black-white.css
    This is a very short set of styles that augment the above sheet by
    specifying a black-text-on-white color scheme. All other colors are
    grey-tones (the annotation of file actions and the hover-color over
    hyperlinks). Lastly, a hovor-color is set for the release-container to
    highlight it with a slightly darker background.

# $Id: README 17 2009-01-24 10:38:38Z rjray $

ex/black-white.css  view on Meta::CPAN

/*
    Black & white color scheme for XHMTL ChangeLog rendition
    $Id: black-white.css 2 2009-01-07 11:54:42Z rjray $
 */

body {
  color:      black;
  background: white;
}

hr {
  color:      black;
  background: black;
}

div.changelog-release-div:hover {
  background: #f0f0f0;
}

.changelog-toc-link {
  color:      #a0a0a0;
}

.changelog-toc-link:hover {
  color:      black;
  background: #d0d0d0;
}

.changelog-html-a:hover {
  background: #d0d0d0;
}

.changelog-release-file-action {
  color:      #a0a0a0;
}



( run in 2.900 seconds using v1.01-cache-2.11-cpan-d8267643d1d )