2010-10-28 14:18:54 +02:00
|
|
|
.sh_sourceCode {
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
2012-08-23 17:54:12 +02:00
|
|
|
.sh_sourceCode .sh_symbol,
|
|
|
|
.sh_sourceCode .sh_cbracket {
|
2010-10-28 14:18:54 +02:00
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sh_sourceCode .sh_keyword {
|
2015-01-12 06:40:45 +01:00
|
|
|
color: #338;
|
2010-10-28 14:18:54 +02:00
|
|
|
}
|
|
|
|
|
2012-08-23 17:54:12 +02:00
|
|
|
.sh_sourceCode .sh_string,
|
|
|
|
.sh_sourceCode .sh_regexp,
|
|
|
|
.sh_sourceCode .sh_number,
|
|
|
|
.sh_sourceCode .sh_specialchar {
|
2015-01-12 06:40:45 +01:00
|
|
|
color: #E54305;
|
2010-10-28 14:18:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.sh_sourceCode .sh_comment {
|
|
|
|
color: #666;
|
2015-01-12 06:40:45 +01:00
|
|
|
font-weight: lighter;
|
2010-10-28 14:18:54 +02:00
|
|
|
}
|