@qooxdoo/framework
Version:
The JS Framework for Coders
40 lines (31 loc) • 567 B
CSS
#qx_srcview pre{
/* repeat it, needed to fix display in MSHTML */
font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", monospace ;
font-size: 11px ;
margin: 0;
margin: 8px;
}
#qx_srcview .keyword {
color : blue;
font-weight: bold;
}
#qx_srcview .atom {
color: orange;
}
#qx_srcview .qxkey {
font-weight: bold;
}
#qx_srcview .ident {
}
#qx_srcview .comment {
color: darkgray;
}
#qx_srcview .string {
color: green;
}
#qx_srcview .html-tag-name {
color: purple;
}
#qx_srcview .regexp {
color: darkred;
}