This commit is contained in:
FluorescentCIAAfricanAmerican
2020-04-22 12:56:21 -04:00
commit 3bf9df6b27
15370 changed files with 5489726 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

View File

@@ -0,0 +1,14 @@
res2c awards.gif binResources CTFStatsReport::gifAwards
res2c bgleft.jpg binResources CTFStatsReport::jpgBgLeft
res2c bgtop.jpg binResources CTFStatsReport::jpgBgTop
res2c boxscore.gif binResources CTFStatsReport::gifBoxScore
res2c game.dialog.off.gif binResources CTFStatsReport::gifGameDialogOff
res2c game.dialog.on.gif binResources CTFStatsReport::gifGameDialogOn
res2c match.statistics.off.gif binResources CTFStatsReport::gifMatchStatsOff
res2c match.statistics.on.gif binResources CTFStatsReport::gifMatchStatsOn
res2c scores.gif binResources CTFStatsReport::gifScores
res2c server.settings.off.gif binResources CTFStatsReport::gifServerSettingsOff
res2c server.settings.on.gif binResources CTFStatsReport::gifServerSettingsOn
res2c player.statistics.off.gif binResources CTFStatsReport::gifPlayerStatsOff
res2c player.statistics.on.gif binResources CTFStatsReport::gifPlayerStatsOn
res2c detailed.gif binResources CTFStatsReport::gifDetailedScores

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

View File

@@ -0,0 +1,165 @@
A:link
{
TEXT-DECORATION: none
}
A:hover
{
TEXT-DECORATION: underline
}
.nav
{
MARGIN-LEFT: 20px;
MARGIN-RIGHT: 20px;
MARGIN-TOP: 24px
}
.headline
{
COLOR: #ffffff;
FONT: bold 18pt arial,helvetica;
MARGIN-RIGHT: 20px;
MARGIN-TOP: 20px
}
.awards
{
COLOR: #818358;
FONT: bold 9pt arial,helvetica;
MARGIN-LEFT: 10px;
MARGIN-RIGHT: 20px
}
.awards2
{
COLOR: #818358;
FONT: bold 9pt arial,helvetica;
}
.scores
{
COLOR: #ffffff;
FONT: bold 8pt arial,helvetica;
MARGIN-LEFT: 10px
}
.header
{
BACKGROUND: #646464;
COLOR: #ffffff;
FONT: bold 10pt arial,helvetica
}
.playerblue
{
COLOR: #7c9fd9;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
}
.playerred
{
COLOR: #a95d26;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
}
.scores HR
{
COLOR: #646464;
HEIGHT: 1px
}
.server
{
COLOR: #ffffff;
FONT: 22pt impact,arial,helvetica;
MARGIN-LEFT: 211px;
MARGIN-RIGHT: 20px;
MARGIN-TOP: 10px
}
.match
{
COLOR: #ffffff;
FONT: 13pt impact,arial,helvetica;
MARGIN-LEFT: 211px;
MARGIN-RIGHT: 20px
}
.dialog
{
FONT-FAMILY: Arial;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
MARGIN-LEFT: 10px
}
.cvar
{
COLOR: #857e59;
FONT-FAMILY: Arial;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
}
.boardcell_br
{
BORDER-BOTTOM: gray 2px solid;
BORDER-LEFT: gray 2px;
BORDER-RIGHT: gray 2px solid;
BORDER-TOP: gray 2px
}
.boardcell_r
{
BORDER-RIGHT: gray 2px solid
}
.boardcell_b
{
BORDER-BOTTOM: gray 2px solid
}
.boardtext
{
COLOR: white;
FONT-FAMILY: Arial;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
}
BODY
{
BACKGROUND-COLOR: black
}
.whitetext
{
COLOR: white;
FONT-FAMILY: Arial;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
}
.playerblue2
{
COLOR: #7c9fd9;
FONT-WEIGHT: bold;
}
.playerred2
{
COLOR: #a95d26;
FONT-WEIGHT: bold;
}
.header2
{
BACKGROUND-COLOR: #646464;
COLOR: #ffffff;
FONT-FAMILY: Arial;
FONT-STYLE: normal;
FONT-VARIANT: normal;
FONT-WEIGHT: bold;
}
.playeryellow2
{
COLOR: #dfc500;
FONT-WEIGHT: bold;
}
.playergreen2
{
COLOR: #4d8a58;
FONT-WEIGHT: bold;
}
.playeryellow
{
COLOR: #dfc500;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
}
.playergreen
{
COLOR: #4d8a58;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
}

View File

@@ -0,0 +1,55 @@
function SuperImage(imgName,onsrc,offsrc)
{
this.HTMLimgName=imgName;
this.onSrc=onsrc;
this.offSrc=offsrc;
this.selected=false;
this.hover=false;
// alert(this.HTMLimgName.toString());
// alert(this.offSrc.toString());
// alert(this.onSrc.toString());
}
new SuperImage("crap","crapon.gif","crapoff.gif");
function SuperImage_over()
{
this.hover=true;
// alert("blap");
this.update();
}
SuperImage.prototype.over=SuperImage_over;
function SuperImage_on()
{
this.selected=true;
this.update();
}
SuperImage.prototype.on=SuperImage_on;
function SuperImage_off()
{
this.selected=false;
this.update();
}
SuperImage.prototype.off=SuperImage_off;
function SuperImage_out()
{
this.hover=false;
this.update();
}
SuperImage.prototype.out=SuperImage_out;
function SuperImage_update()
{
if (document.images)
{
if (this.hover == true || this.selected == true)
document[this.HTMLimgName].src = this.onSrc;
else
document[this.HTMLimgName].src = this.offSrc;
}
}
SuperImage.prototype.update=SuperImage_update;