Sha256: b6a38865449405a086c417a26969aacc8eb4f95692559b10a0753325d0bee6af
Contents?: true
Size: 1.99 KB
Versions: 6
Compression:
Stored size: 1.99 KB
Contents
/* Syntax highlighting */ .typocode_ruby .normal {} .typocode_ruby .comment { color: #005; font-style: italic; } .typocode_ruby .keyword { color: #A00; font-weight: bold; } .typocode_ruby .method { color: #077; } .typocode_ruby .class { color: #074; } .typocode_ruby .module { color: #050; } .typocode_ruby .punct { color: #447; font-weight: bold; } .typocode_ruby .symbol { color: #099; } .typocode_ruby .string { color: #944; background: #FFE; } .typocode_ruby .char { color: #F07; } .typocode_ruby .ident { color: #004; } .typocode_ruby .constant { color: #07F; } .typocode_ruby .regex { color: #B66; background: #FEF; } .typocode_ruby .number { color: #F99; } .typocode_ruby .attribute { color: #7BB; } .typocode_ruby .global { color: #7FB; } .typocode_ruby .expr { color: #227; } .typocode_ruby .escape { color: #277; } .typocode_xml .normal {} .typocode_xml .namespace { color: #B66; font-weight: bold; } .typocode_xml .tag { color: #F88; } .typocode_xml .comment { color: #005; font-style: italic; } .typocode_xml .punct { color: #447; font-weight: bold; } .typocode_xml .string { color: #944; } .typocode_xml .number { color: #F99; } .typocode_xml .attribute { color: #BB7; } .typocode_yaml .normal {} .typocode_yaml .document { font-weight: bold; color: #07F; } .typocode_yaml .type { font-weight: bold; color: #05C; } .typocode_yaml .key { color: #F88; } .typocode_yaml .comment { color: #005; font-style: italic; } .typocode_yaml .punct { color: #447; font-weight: bold; } .typocode_yaml .string { color: #944; } .typocode_yaml .number { color: #F99; } .typocode_yaml .time { color: #F99; } .typocode_yaml .date { color: #F99; } .typocode_yaml .ref { color: #944; } .typocode_yaml .anchor { color: #944; } .typocode { background-color:#eee; padding:2px; margin:5px; margin-left:1em; margin-bottom:1em; } .typocode pre { width: 625; padding: 0px; margin: 0px; background: transparent; font-family: monospace; overflow:auto; } .typocode .lineno { text-align: right; font-family: monospace; padding-right: 1em; }
Version data entries
6 entries across 6 versions & 1 rubygems