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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
/* GroboUtils website stylesheet
* version $Date: 2003/05/23 22:37:58 $
*/
/*
* Source Code Styles
*/
/* General Java code block */
.javaCode {
background: #000034;
width: 80c;
color: #ffffff;
}
.syntax0 {
color: #ffffff;
}
.syntax1 {
color: #b6ffff;
font-style: italic;
}
.syntax2 {
color: #ff699b;
font-style: italic;
}
.syntax3 {
color: #d6d5d5;
}
.syntax4 {
color: #66ff66;
}
.syntax5 {
color: #ff5890;
font-weight: bold;
font-style: italic;
}
.syntax6 {
color: #ffff00;
font-weight: bold;
}
.syntax7 {
color: #ff61ff;
font-weight: bold;
}
.syntax8 {
color: #7d7dff;
font-weight: bold;
}
.syntax9 {
color: #8b8bff;
}
.syntax10 {
color: #ffcc99;
font-weight: bold;
}
.syntax11 {
color: #99ffff;
font-weight: bold;
}
.syntax12 {
color: #ffff8f;
}
.syntax13 {
color: #ff0000;
}
.gutter {
background: #ffffff;
color: #000000;
}
.gutterH {
background: #ffa0a0;
color: #000066;
}
|