Sha256: d0737fd64a8fc0ce5e686b174412e7a0931f6c95ef1d05df204bf138e3fe628a

Contents?: true

Size: 1.33 KB

Versions: 6

Compression:

Stored size: 1.33 KB

Contents

@import url('https://maxcdn.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css');

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

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

@media screen {
  body {
    font-family: monospace;
    text-align: justify;
    max-width: 83ch; /* 80 chars, +3 for Bootstrap CSS */
    margin: auto;
  }

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

  h1:first-child > a.md2man-permalink {
    display: none;
  }

  a.md2man-permalink {
    float: left;
    margin-left: -1em;
    opacity: 0.25;
  }

  a.md2man-permalink:before {
    content: '\2665'; /* ♥ */
  }

  a.md2man-permalink:hover,
  *:target > a.md2man-permalink {
    opacity: initial
  }
}

@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

6 entries across 4 versions & 3 rubygems

Version Path
tork-20.0.0 man/style.css
md2man-4.0.0 lib/md2man/rakefile/style.css
md2man-4.0.0 man/style.css
binman-4.0.0 man/style.css
md2man-3.0.2 lib/md2man/rakefile/style.css
md2man-3.0.2 man/style.css