Sha256: 174cf9e884af4c8d19abc6b4270797aaf4590d0b3958270207db1a1b32b0ec43

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

@import url('http://twitter.github.com/bootstrap/assets/css/bootstrap.css');

@media all {
  .manpage h1,
  .manpage h2,
  .manpage h3,
  .manpage h4,
  .manpage h5,
  .manpage h6 {
    margin-top: 1em;
  }

  /* deactivate external manual page cross-references */
  a.manpage-reference:not([href]) {
    color: inherit;
    text-decoration: none;
  }
}

@media screen {
  body {
    font-family: monospace;
    text-align: justify;
    max-width: 83ex; /* allots 78ex width for manpage */
    margin: auto;
  }

  .manpage > h1:first-child {
    margin-top: -5em;
    font-weight: normal;
    font-size: smaller;
    text-align: right;
  }
}

@media print {
  .navbar {
    display: none;
  }

  /* improve readability of revealed hyperlink URLs */
  a:after {
    font-family: monospace;
  }

  /* internal links and manual page cross-references */
  a[href^='#'], a[href^='../man'] {
    color: inherit;
    font-weight: bolder;
    text-decoration: none;
  }

  /* undo bootstrap's revealing of those hyperlinks */
  a[href^='#']:after, a[href^='../man']:after {
    content: none;
  }
}

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
md2man-1.6.2 lib/md2man/rakefile/style.css
md2man-1.6.2 man/style.css