You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
3.4 KiB
136 lines
3.4 KiB
/* Pygments default style */ |
|
|
|
/*code {background-color: #f8f8f8} |
|
*/ |
|
code .comment {color: #408080; font-style: italic} |
|
code .comment {color: #408080; font-style: italic} |
|
|
|
code .comment.preproc {color: #bc7a00; font-style: normal} |
|
|
|
/*code .keyword {color: #008000; font-weight: bold} |
|
*/ |
|
code .keyword {color: #008000; font-weight: normal} |
|
code .keyword.pseudo {font-weight: normal} |
|
|
|
code .operator {color: #666} |
|
code .operator.word {color: #a2f} |
|
|
|
code .name.builtin {color: #008000} |
|
code .name.function {color: #00f} |
|
code .name.class {color: #00f; font-weight: bold} |
|
code .name.namespace {color: #00f; font-weight: bold} |
|
code .name.exception {color: #d2413a; font-weight: bold} |
|
code .name.variable {color: #19177c} |
|
code .name.constant {color: #800} |
|
code .name.label {color: #a0a000} |
|
code .name.entity {color: #999; font-weight: bold} |
|
code .name.attribute {color: #7d9029} |
|
code .name.tag {color: #008000; font-weight: bold} |
|
code .name.decorator {color: #a2f} |
|
|
|
code .string {color: #ba2121} |
|
code .string.doc {font-style: italic} |
|
code .string.interpol {color: #b68; font-weight: bold} |
|
code .string.escape {color: #b62; font-weight: bold} |
|
code .string.regex {color: #b68} |
|
code .string.symbol {color: #19177c} |
|
code .string.other {color: #008000} |
|
|
|
code .number {color: #666} |
|
|
|
/* Pygments simulating SyntaxHighlighter's styles */ |
|
|
|
/*code {background-color: #f8f8f8} |
|
*/ |
|
code .comment {color: #080; font-style: italic} |
|
code .comment.preproc {font-style: normal} |
|
code .comment.special {font-style: normal; font-weight: bold} |
|
|
|
/*code .keyword {color: #a2f; font-weight: bold} |
|
*/ |
|
code .keyword {color: #0000cc} |
|
code .keyword.pseudo {font-weight: normal} |
|
|
|
code .operator {color: #666} |
|
/*code .operator.word {color: #a2f; font-weight: bold} |
|
*/ |
|
code .operator.word {color: #0000cc; font-weight: normal} |
|
|
|
/*code .name.builtin {color: #a2f} |
|
*/ |
|
code .name.builtin {color: #0000cc; font-weight: normal} |
|
code .name.function {color: #00a000} |
|
code .name.class {color: #00f} |
|
code .name.namespace {color: #00f; font-weight: bold} |
|
code .name.exception {color: #d2413a; font-weight: bold} |
|
code .name.variable {color: #b8860b} |
|
code .name.constant {color: #800} |
|
code .name.label {color: #a0a000} |
|
code .name.entity {color: #999; font-weight: bold} |
|
code .name.attribute {color: #b44} |
|
/*code .name.tag {color: #008000; font-weight: bold} |
|
*/ |
|
code .name.tag {color: #006699; font-weight: normal} |
|
code .name.decorator {color: #a2f} |
|
|
|
/*code .string {color: #b44} |
|
*/ |
|
code .string {color: #b44} |
|
code .string.doc {font-style: italic} |
|
code .string.interpol {color: #b68; font-weight: bold} |
|
code .string.escape {color: #b62; font-weight: bold} |
|
code .string.regex {color: #b68} |
|
code .string.symbol {color: #b8860b} |
|
code .string.other {color: #008000} |
|
|
|
code .number {color: #666} |
|
|
|
pre { |
|
padding:0; |
|
margin:0; |
|
display:block; |
|
} |
|
code { |
|
background-color: #inherit; |
|
line-height:1.2em; |
|
display:block; |
|
} |
|
span.tab { padding-left:8px; } |
|
.formatted ol { |
|
margin-left:50px; |
|
padding:0; |
|
background-color:#fff; |
|
font-family: monospace; |
|
list-style-type: decimal-leading-zero; |
|
} |
|
|
|
.formatted ol li.even { |
|
background-color:#d0d0d0; |
|
border-left-style:solid; |
|
border-color: #6ce26c; |
|
color: #808080; |
|
} |
|
.formatted ol li.even pre { |
|
background-color:#fff; |
|
color: #000; |
|
padding-left: 4px; |
|
} |
|
.formatted ol li.odd { |
|
background-color:#d0d0d0; |
|
border-left-style:solid; |
|
border-color: #6ce26c; |
|
color: #808080; |
|
} |
|
.formatted ol li.odd pre { |
|
background-color:#f0f0f0; |
|
color: #000; |
|
padding-left: 4px; |
|
} |
|
|
|
#container { |
|
width:90%; |
|
margin:0 auto; |
|
} |
|
h1 { |
|
font-size:20pt; |
|
} |