Path: blob/master/docs/scripts/highlight/styles/docco.css
1214 views
/*1Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine (@thingsinjars)2*/34.hljs {5display: block;6overflow-x: auto;7padding: 0.5em;8color: #000;9background: #f8f8ff;10}1112.hljs-comment,13.hljs-quote {14color: #408080;15font-style: italic;16}1718.hljs-keyword,19.hljs-selector-tag,20.hljs-literal,21.hljs-subst {22color: #954121;23}2425.hljs-number {26color: #40a070;27}2829.hljs-string,30.hljs-doctag {31color: #219161;32}3334.hljs-selector-id,35.hljs-selector-class,36.hljs-section,37.hljs-type {38color: #19469d;39}4041.hljs-params {42color: #00f;43}4445.hljs-title {46color: #458;47font-weight: bold;48}4950.hljs-tag,51.hljs-name,52.hljs-attribute {53color: #000080;54font-weight: normal;55}5657.hljs-variable,58.hljs-template-variable {59color: #008080;60}6162.hljs-regexp,63.hljs-link {64color: #b68;65}6667.hljs-symbol,68.hljs-bullet {69color: #990073;70}7172.hljs-built_in,73.hljs-builtin-name {74color: #0086b3;75}7677.hljs-meta {78color: #999;79font-weight: bold;80}8182.hljs-deletion {83background: #fdd;84}8586.hljs-addition {87background: #dfd;88}8990.hljs-emphasis {91font-style: italic;92}9394.hljs-strong {95font-weight: bold;96}979899