1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
pre.sh_sourceCode {
background-color: #ffffff;
color: #000000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode span.sh_keyword {
color: #7f0055;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCode span.sh_type {
color: #7f0055;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCode span.sh_string {
color: #0000ff;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode span.sh_specialchar {
color: #0000ff;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode span.sh_comment {
color: #717ab3;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode span.sh_number {
color: #000000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode span.sh_preproc {
color: #3f5fbf;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode span.sh_function {
color: #000000;
font-weight: normal;
font-style: normal;
}
|