1
0
Fork 0
intro-to-vagrant/bower_components/reveal-highlight-themes/styles/arta.css

142 lines
2.1 KiB
CSS
Raw Normal View History

2015-02-11 14:37:10 -05:00
/*
Date: 17.V.2011
Author: pumbur <pumbur@pumbur.net>
*/
pre code {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #222;
-webkit-text-size-adjust: none;
}
pre .profile .header *,
pre .ini .title,
pre .nginx .title {
color: #fff;
}
pre .comment,
pre .javadoc,
pre .preprocessor,
pre .preprocessor .title,
pre .pragma,
pre .shebang,
pre .profile .summary,
pre .diff,
pre .pi,
pre .doctype,
pre .tag,
pre .template_comment,
pre .css .rules,
pre .tex .special {
color: #444;
}
pre .string,
pre .symbol,
pre .diff .change,
pre .regexp,
pre .xml .attribute,
pre .smalltalk .char,
pre .xml .value,
pre .ini .value,
pre .clojure .attribute,
pre .coffeescript .attribute {
color: #ffcc33;
}
pre .number,
pre .addition {
color: #00cc66;
}
pre .built_in,
pre .literal,
pre .type,
pre .typename,
pre .go .constant,
pre .ini .keyword,
pre .lua .title,
pre .perl .variable,
pre .php .variable,
pre .mel .variable,
pre .django .variable,
pre .css .funtion,
pre .smalltalk .method,
pre .hexcolor,
pre .important,
pre .flow,
pre .inheritance,
pre .parser3 .variable {
color: #32aaee;
}
pre .keyword,
pre .tag .title,
pre .css .tag,
pre .css .class,
pre .css .id,
pre .css .pseudo,
pre .css .attr_selector,
pre .winutils,
pre .tex .command,
pre .request,
pre .status {
color: #6644aa;
}
pre .title,
pre .ruby .constant,
pre .vala .constant,
pre .parent,
pre .deletion,
pre .template_tag,
pre .css .keyword,
pre .objectivec .class .id,
pre .smalltalk .class,
pre .lisp .keyword,
pre .apache .tag,
pre .nginx .variable,
pre .envvar,
pre .bash .variable,
pre .go .built_in,
pre .vbscript .built_in,
pre .lua .built_in,
pre .rsl .built_in,
pre .tail,
pre .avrasm .label,
pre .tex .formula,
pre .tex .formula * {
color: #bb1166;
}
pre .yardoctag,
pre .phpdoc,
pre .dartdoc,
pre .profile .header,
pre .ini .title,
pre .apache .tag,
pre .parser3 .title {
font-weight: bold;
}
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
opacity: 0.6;
}
pre code,
pre .subst,
pre .diff .chunk,
pre .css .value,
pre .css .attribute {
color: #aaa;
}