Sha256: 81fe5f1230b95e7b1669609eff81d4851040e38761c119aee7db17e68cba290a

Contents?: true

Size: 919 Bytes

Versions: 1

Compression:

Stored size: 919 Bytes

Contents

@media all {
  div.sectionbody {
    line-height: 1.5em;
  }

  a:visited {
    color: #800080;
  }
}

@media screen {
  body {
    max-width: 50em; /* approximately 80 characters wide */
    margin-left: 15em; /* make room for TOC on the left */
  }

  body, div.sectionbody {
    font-family: sans-serif;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  #toc a {
    color: #083194 !important;
  }

  #toc .toclevel1 {
    margin-top: 1.25em;
  }
}

@media print {
  body {
    font-family: serif;
  }

  h1, h2, h3, h4, h5 {
    font-family: sans-serif;
  }

  #toc {
    display: none;
  }

  /* blend cross-reference hyperlinks as normal text */
  a[href^="#"] {
    color: inherit;
    text-decoration: none;
  }

  /* show URL of destination for external hyperlinks */
  a[href]:not([href^="#"]):after {
    content: " " attr(href);
    font-family: monospace;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inochi-6.1.0 lib/inochi/tasks/2-man.css