Sha256: 2dc2bf728c1cb95ebd88356c6ec2731d0ae9244921510c72d62eb2711d3ce5ba

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

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

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

  /* deactivate external manual page cross-references */
  a.md2man-xref: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;
  }

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

@media print {
  .navbar:first-child {
    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

5 entries across 4 versions & 3 rubygems

Version Path
tork-19.3.1 man/style.css
binman-3.3.1 man/style.css
binman-3.3.0 man/style.css
md2man-2.0.0 lib/md2man/rakefile/style.css
md2man-2.0.0 man/style.css