You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
716 B
CSS
46 lines
716 B
CSS
/*
|
|
|
|
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
|
|
|
*/
|
|
|
|
.highlight {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
background: white;
|
|
color: black;
|
|
}
|
|
|
|
.highlight .string,
|
|
.highlight .variable,
|
|
.highlight .template-variable,
|
|
.highlight .symbol,
|
|
.highlight .bullet,
|
|
.highlight .section,
|
|
.highlight .addition,
|
|
.highlight .attribute,
|
|
.highlight .link {
|
|
color: #888;
|
|
}
|
|
|
|
.highlight .comment,
|
|
.highlight .quote,
|
|
.highlight .meta,
|
|
.highlight .deletion {
|
|
color: #ccc;
|
|
}
|
|
|
|
.highlight .keyword,
|
|
.highlight .selector-tag,
|
|
.highlight .section,
|
|
.highlight .name,
|
|
.highlight .type,
|
|
.highlight .strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.highlight .emphasis {
|
|
font-style: italic;
|
|
}
|