form-cheatsheet/css/src/dlH.css

36 lines
845 B
CSS

/* Generics */
.DlHighlight pre { margin: 0; padding: 0; }
.DlHighlight .keyword { color: #d75f00; font-weight: bold; }
.DlHighlight .builtin { color: #2aa198; }
.DlHighlight .string { color: #af8700; }
.DlHighlight .string .before, .DlHighlight .string .after { color: #5f5faf; }
.DlHighlight .hashkey { color: #a51; }
.DlHighlight .hasharrow { color: #f00; }
.DlHighlight .paren { font-weight: bold; }
.DlHighlight .operator { color: #b58900; }
.DlHighlight .error { background-color: #c00; color: #fff; }
.DlHighlight .defun { font-weight: bold; }
.DLHighlight .undefined {
color: #268bd2;
}
/* XML */
.DlHighlight .xml-tagangle {
color: #268bd2;
}
.DlHighlight .xml-tag-close .before { color: #52a; }
.DlHighlight .xml-entity { color: #b2a; }
.DlHighlight .xml-entity .before, .DlHighlight .xml-entity .after { color: #607; }