.javascript .comment, .php .comment {
color: green;
}
.javascript .string, .php .string {
color: teal;
}
.javascript .keywords, .php .keywords {
color: navy;
}
.javascript .global {
color: blue;
}
.javascript .brackets, .php .brackets {
color: navy;
}
.css .comment {
color: gray;
}
.css .properties {
color: navy;
}
.css .selectors {
color: maroon;
font-weight: bold;
}
.css .units {
color: red;
}
.css .urls {
color: green;
}
.html .tag {
color: purple;
}
.html .comment {
color: gray;
font-style: italic;
}
.html .string {
color: navy;
}
.html .doctype {
color: teal;
}