Path: blob/master/docs/scripts/highlight/styles/idea.css
1214 views
/*12Intellij Idea-like styling (c) Vasily Polovnyov <[email protected]>34*/56.hljs {7display: block;8overflow-x: auto;9padding: 0.5em;10color: #000;11background: #fff;12}1314.hljs-subst,15.hljs-title {16font-weight: normal;17color: #000;18}1920.hljs-comment,21.hljs-quote {22color: #808080;23font-style: italic;24}2526.hljs-meta {27color: #808000;28}2930.hljs-tag {31background: #efefef;32}3334.hljs-section,35.hljs-name,36.hljs-literal,37.hljs-keyword,38.hljs-selector-tag,39.hljs-type,40.hljs-selector-id,41.hljs-selector-class {42font-weight: bold;43color: #000080;44}4546.hljs-attribute,47.hljs-number,48.hljs-regexp,49.hljs-link {50font-weight: bold;51color: #0000ff;52}5354.hljs-number,55.hljs-regexp,56.hljs-link {57font-weight: normal;58}5960.hljs-string {61color: #008000;62font-weight: bold;63}6465.hljs-symbol,66.hljs-bullet,67.hljs-formula {68color: #000;69background: #d0eded;70font-style: italic;71}7273.hljs-doctag {74text-decoration: underline;75}7677.hljs-variable,78.hljs-template-variable {79color: #660e7a;80}8182.hljs-addition {83background: #baeeba;84}8586.hljs-deletion {87background: #ffc8bd;88}8990.hljs-emphasis {91font-style: italic;92}9394.hljs-strong {95font-weight: bold;96}979899