jquery.syntax.core.css 930 Bytes
code.syntax-theme-paper {
  font-family: "Bitstream Vera Sans Mono", "Courier", monospace;
  line-height: 1.5em; }
  code.syntax-theme-paper .function {
    color: #33f; }
  code.syntax-theme-paper .keyword {
    color: #cb4b16; }
  code.syntax-theme-paper .access {
    color: #ffb600;
    font-weight: bold; }
  code.syntax-theme-paper .type {
    color: #268bd2; }
  code.syntax-theme-paper .comment {
    color: #998;
    font-style: italic; }
  code.syntax-theme-paper .string {
    color: #2aa198; }
  code.syntax-theme-paper .string .escape {
    color: #2ab1a8; }
  code.syntax-theme-paper .operator {
    color: #268bd2; }
  code.syntax-theme-paper .href {
    color: #00f;
    text-decoration: underline; }
  code.syntax-theme-paper .variable {
    color: #b58900; }
  code.syntax-theme-paper .constant {
    color: #099; }

pre code.syntax-theme-paper > span:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05); }