|
|
/***** (ADDITIONAL) ADVANCE GAME SERVERSPY CODE | v0.2 *****/ |
/* LAYOUT */ |
// Uncomment the following line to arrange your stats |
// in a vertical layout. |
// var SSvertOn=1; |
/* STYLE SHEET */ |
var sspy1 = Array(); |
// Column Header |
sspy1[0] = "#CCCCCC"; // Background Color |
sspy1[1] = "#000000"; // Font Color |
sspy1[2] = "Verdana"; // Font |
sspy1[3] = "12px"; // Font Size |
// Odd Cell |
sspy1[4] = "#FFFFFF"; // Background Color |
sspy1[5] = "#000000"; // Font Color |
sspy1[6] = "Verdana"; // Font |
sspy1[7] = "12px"; // Font Size |
// Even Cell |
sspy1[8] = "#F4F4F4"; // Background Color |
sspy1[9] = "#000000"; // Font Color |
sspy1[10] = "Verdana"; // Font |
sspy1[11] = "12px"; // Font Size |
// Main Headers |
sspy1[12] = "#F4E7C1"; // Background Color |
sspy1[13] = "#000000"; // Font Color |
sspy1[14] = "Verdana"; // Font |
sspy1[15] = "12px"; // Font Size |
|
|
|
|
 |
|