App-Changelog2x

 view release on metacpan or  search on metacpan

ex/changelogml.css  view on Meta::CPAN

/*
    Core stylings for ChangeLogML files that have been rendered into XHTML

    $Id: changelogml.css 8 2009-01-19 06:46:50Z rjray $
 */

body {
  font-family:    DejaVu Sans, Bitstream Vera Sans, Helvetica, Arial;
}

hr {
  width:          100%;
  height:         1px;
}

ul {
  margin-left:    0;
  padding-left:   1em;
}

.changelog {
  font-family:    DejaVu Sans, Bitstream Vera Sans, Helvetica, Arial;
  font-size:      12pt;
  padding:        0 2em 0 2em;
}

h1.changelog-title {
  font-size:      160%;
  text-align:     center;
  width:          80%;
  margin-left:    auto;
  margin-right:   auto;
}

.changelog-abstract {
  width:          50%;
  margin-left:    auto;
  margin-right:   auto;
}

.changelog-toc-div {
  text-align:     center;
  font-family:    DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
  font-size:      80%;
  width:          70%;
  margin-left:    auto;
  margin-right:   auto;
}

.changelog-toc-link {
  font-family:    DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
  font-size:      80%;
}

.changelog-release-div {
  padding-left:   0.5em;
  padding-right:  0.5em;
  padding-top:    3px;
  padding-bottom: 3px;

  margin-top:     2px;
  margin-bottom:  2px;
}

.changelog-subproject-heading {
  font-size:      125%;
  font-weight:    bold;
  padding-bottom: 3px;
}

.changelog-release-heading {
  font-size:      115%;
  font-weight:    bold;
  padding-bottom: 3px;
}

.changelog-release-changes-container {
  padding:        none;
  margin:         none;
}

.changelog-release-change {
  padding-left:   2em;
  padding-right:  2em;
  padding-bottom: 3px;
}

.changelog-release-change-ul {
  list-style:     none;
  text-indent:    -1em;
  margin-top:     2px;
  margin-bottom:  2px;
}

.changelog-release-change-li:before {
  content:        "\00BB \0020";
}

.changelog-release-file-action {
  font-style:     italic;
}

.changelog-release-change-para {
  margin-top:     0.5em;
}



( run in 0.714 second using v1.01-cache-2.11-cpan-5735350b133 )