Sha256: f4fccb201420e5d5c0c25fb9d96070924f060e988d726b79520bb2c3f7ab3960
Contents?: true
Size: 1.36 KB
Versions: 8
Compression:
Stored size: 1.36 KB
Contents
/* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */ pre code { display: block; padding: 0.5em; background: white; color: black; } pre .string, pre .tag .value, pre .filter .argument, pre .addition, pre .change, pre .apache .tag, pre .apache .cbracket, pre .nginx .built_in, pre .tex .formula { color: #888; } pre .comment, pre .template_comment, pre .shebang, pre .doctype, pre .pi, pre .javadoc, pre .deletion, pre .apache .sqbracket { color: #CCC; } pre .keyword, pre .tag .title, pre .ini .title, pre .lisp .title, pre .clojure .title, pre .http .title, pre .nginx .title, pre .css .tag, pre .winutils, pre .flow, pre .apache .tag, pre .tex .command, pre .request, pre .status { font-weight: bold; } pre { counter-reset: lines; } pre .line { counter-increment: lines; } pre .line::before { content: counter(lines); text-align: right; display: inline-block; width: 2em; padding-right: 0.5em; margin-right: 0.5em; color: #eee8d5; } pre .line-callout::before { content: '\2192'; text-align: right; display: inline-block; width: 2em; padding-right: 0.5em; margin-right: 0.5em; color: #002b36; } .lines-callout { border-radius: 0.25em; padding-top: 0.15em; padding-bottom: 0.15em; } .lines-callout { padding-top: 0.1em; padding-bottom: 0.1em; /* Could not determine background for callouts */ }
Version data entries
8 entries across 8 versions & 1 rubygems