summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jj_game/designs
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/jj_game/designs
Initial commit
Diffstat (limited to 'macros/latex/contrib/jj_game/designs')
-rw-r--r--macros/latex/contrib/jj_game/designs/design_bahamas.def72
-rw-r--r--macros/latex/contrib/jj_game/designs/design_florida.def60
-rw-r--r--macros/latex/contrib/jj_game/designs/design_germany.def72
-rw-r--r--macros/latex/contrib/jj_game/designs/design_hornet.def63
-rw-r--r--macros/latex/contrib/jj_game/designs/design_iceland.def72
-rw-r--r--macros/latex/contrib/jj_game/designs/design_jeopardy.def82
-rw-r--r--macros/latex/contrib/jj_game/designs/design_norway.def70
-rw-r--r--macros/latex/contrib/jj_game/designs/design_qatar.def70
-rw-r--r--macros/latex/contrib/jj_game/designs/design_spain.def72
9 files changed, 633 insertions, 0 deletions
diff --git a/macros/latex/contrib/jj_game/designs/design_bahamas.def b/macros/latex/contrib/jj_game/designs/design_bahamas.def
new file mode 100644
index 0000000000..98157e1b64
--- /dev/null
+++ b/macros/latex/contrib/jj_game/designs/design_bahamas.def
@@ -0,0 +1,72 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %%
+%% JEOPARDY DESIGNS %%
+%% %%
+%% The AcroTeX Software Development Team (Copyright 2007) %%
+%% %%
+%% The Bahamas Color Scheme %%
+%% %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%% Diverse Color Definitions
+
+\definecolor{APBdarkgreen}{rgb}{0.00,0.33,0.28}
+\definecolor{jj_banner_bg}{named}{APBdarkgreen}
+\definecolor{jj_banner_txt}{named}{white}
+\definecolor{jj_bg}{named}{OliveGreen}
+\DeclareColors
+{
+ fillCells: lightgray,
+ fillBanner: jj_banner_bg,
+ textBanner: jj_banner_txt,
+ textBoard: jj_banner_txt,
+ fillInstructions: jj_bg,
+ fillGameBoard: jj_bg,
+ fillQuestions: jj_bg,
+ linkColor: Turquoise,
+ dollarColor: Turquoise,
+}
+
+\APDollar
+{
+ Font: Helv,
+ TextColor: 0 0 0, % color of text for the gameboard cells
+ BorderColor: 0 0 0, % color of border for the gameboard cells
+ FillColor: .55 0.98 0.2, % the fill color for the gameboard cells
+}
+
+\APHidden
+{
+ Font: Helv,
+ TextColor: 0 0 1,
+ BorderColor: 0 0 0,
+ FillColor: 0 1 0,
+}
+
+\APRight
+{
+ Font: Helv,
+ TextColor: .996 .133 .133,
+}
+
+\APWrong
+{
+ Font: Helv,
+ TextColor: 0 0 0,
+}
+
+\APScore
+{
+ Font: Arial,
+ CellWidth: 2.25in,
+ FillColor: .827 .827 .827,
+}
+
+% ------------------- graphical backgrounds ------------------------
+\jjgdesigngraphics
+\defineInstructionPageGraphic{jjg_bg_3}
+\defineGameboardPageGraphic{jjg_bg_3}
+\defineQuestionPagesGraphic{}
+
diff --git a/macros/latex/contrib/jj_game/designs/design_florida.def b/macros/latex/contrib/jj_game/designs/design_florida.def
new file mode 100644
index 0000000000..0e3c1fc8f9
--- /dev/null
+++ b/macros/latex/contrib/jj_game/designs/design_florida.def
@@ -0,0 +1,60 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %%
+%% JEOPARDY DESIGNS %%
+%% %%
+%% The AcroTeX Software Development Team (Copyright 2007) %%
+%% %%
+%% The FLORIDA Color Scheme %%
+%% %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%% Diverse Color Definitions
+
+\definecolor{jj_banner_bg}{named}{PineGreen}
+\definecolor{jj_banner_txt}{named}{Yellow}
+
+\DeclareColors
+{
+ fillCells: lightgray,
+ fillBanner: jj_banner_bg,
+ textBanner: jj_banner_txt,
+ textBoard: jj_banner_txt,
+ fillInstructions: cornsilk,
+ fillGameBoard: cornsilk,
+ fillQuestions: cornsilk,
+}
+
+\APDollar
+{
+ Font: Helv,
+ TextColor: 0.9 .8 .9, % color of text for the gameboard cells
+ BorderColor: 0.2 0.2 0.2, % color of border for the gameboard cells
+ FillColor: .25 0.51 .31 % the fill color for the gameboard cells
+}
+\APHidden
+{
+ Font: Helv,
+ TextColor: 0 0 1,
+ BorderColor: 0 0 0,
+ FillColor: .827 .827 .827
+}
+\APRight
+{
+ Font: Helv,
+ TextColor: .996 .133 .133
+}
+
+\APWrong
+{
+ Font: Helv,
+ TextColor: .286 .533 .433
+}
+
+\APScore
+{
+ Font: Arial,
+ CellWidth: 2.25in,
+ FillColor: .827 .827 .827
+}
diff --git a/macros/latex/contrib/jj_game/designs/design_germany.def b/macros/latex/contrib/jj_game/designs/design_germany.def
new file mode 100644
index 0000000000..2e8e5f7d38
--- /dev/null
+++ b/macros/latex/contrib/jj_game/designs/design_germany.def
@@ -0,0 +1,72 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %%
+%% JEOPARDY DESIGNS %%
+%% %%
+%% The AcroTeX Software Development Team (Copyright 2007) %%
+%% %%
+%% The Germany Color Scheme %%
+%% %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%% Diverse Color Definitions
+
+\definecolor{APBdarkred}{rgb}{0.73,0.00,0.00}
+\definecolor{APBdarkgray}{rgb}{0.35,0.36,0.44}
+
+\definecolor{jj_banner_bg}{named}{APBdarkred}
+\definecolor{jj_banner_txt}{named}{white}
+\definecolor{jj_bg}{named}{Yellow}
+
+\definecolor{APBdarkred}{rgb}{0.73,0.00,0.00}
+\definecolor{APBdarkgray}{rgb}{0.35,0.36,0.44}
+
+\DeclareColors
+{
+ fillCells: APBdarkgray,
+ fillBanner: APBdarkred,
+ textBanner: jj_banner_txt,
+ textBoard: jj_banner_txt,
+ fillInstructions: jj_bg,
+ fillGameBoard: jj_bg,
+ fillQuestions: jj_bg,
+ linkColor: APBdarkred,
+ dollarColor: APBdarkred,
+}
+
+\APDollar
+{
+ Font: Helv,
+ TextColor: 0 0 0, % color of text for the gameboard cells
+ BorderColor: 0 0 0, % color of border for the gameboard cells
+ FillColor: 0.97 0.65 0.00, % the fill color for the gameboard cells
+}
+
+\APHidden
+{
+ Font: Helv,
+ TextColor: 0 0 1,
+ BorderColor: 0 0 0,
+ FillColor: 0 1 0,
+}
+
+\APRight
+{
+ Font: Helv,
+ TextColor: .996 .133 .133,
+ FillColor: 0 1 0,
+}
+
+\APWrong
+{
+ Font: Helv,
+ TextColor: 0 0 0,
+}
+
+\APScore
+{
+ Font: Arial,
+ CellWidth: 2.25in,
+}
+
diff --git a/macros/latex/contrib/jj_game/designs/design_hornet.def b/macros/latex/contrib/jj_game/designs/design_hornet.def
new file mode 100644
index 0000000000..edb03c482a
--- /dev/null
+++ b/macros/latex/contrib/jj_game/designs/design_hornet.def
@@ -0,0 +1,63 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %%
+%% JEOPARDY DESIGNS %%
+%% %%
+%% The AcroTeX Software Development Team (Copyright 2007) %%
+%% %%
+%% The HORNET Color Scheme %%
+%% %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\definecolor{jj_banner_bg}{named}{Yellow}
+\definecolor{jj_banner_txt}{named}{black}
+\definecolor{jj_bg}{rgb}{0.922, 0.973, 0.98}
+
+\DeclareColors
+{
+ fillCells: SkyBlue,
+ fillBanner: jj_banner_bg,
+ textBanner: jj_banner_txt,
+ textBoard: jj_banner_txt,
+ fillInstructions: jj_bg,
+ fillGameBoard: jj_bg,
+ fillQuestions: jj_bg,
+ linkColor: red,
+ dollarColor: red,
+}
+
+\APDollar
+{
+ Font: Helv,
+ TextColor: 0 0 0, % color of text for the gameboard cells
+ BorderColor: 0 0 0, % color of border for the gameboard cells
+ FillColor: .235 0.718 .149, % the fill color for the gameboard cells
+}
+
+\APHidden
+{
+ Font: Helv,
+ TextColor: 0 0 1,
+ BorderColor: 0 0 0,
+ FillColor: 0 1 0,
+}
+
+\APRight
+{
+ Font: Helv,
+ TextColor: .996 .133 .133,
+}
+
+\APWrong
+{
+ Font: Helv,
+ TextColor: 0 0 0,
+}
+
+\APScore
+{
+ Font: Arial,
+ CellWidth: 2.25in,
+ FillColor: .827 .827 .827,
+}
diff --git a/macros/latex/contrib/jj_game/designs/design_iceland.def b/macros/latex/contrib/jj_game/designs/design_iceland.def
new file mode 100644
index 0000000000..9873d7e05e
--- /dev/null
+++ b/macros/latex/contrib/jj_game/designs/design_iceland.def
@@ -0,0 +1,72 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %%
+%% JEOPARDY DESIGNS %%
+%% %%
+%% The AcroTeX Software Development Team (Copyright 2007) %%
+%% %%
+%% The ICELAND Color Scheme %%
+%% %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\definecolor{jj_banner_bg}{named}{ProcessBlue}
+\definecolor{jj_banner_txt}{named}{white}
+\definecolor{jj_bg}{named}{lightgray}
+
+
+\DeclareColors
+{
+ fillCells: SkyBlue,
+ fillBanner: ProcessBlue,
+ textBanner: jj_banner_txt,
+ textBoard: jj_banner_txt,
+ fillInstructions: jj_bg,
+ fillGameBoard: jj_bg,
+ fillQuestions: jj_bg,
+ linkColor: webblue,
+ dollarColor: webblue,
+}
+
+\APDollar
+{
+ Font: Helv,
+ Size: 20,
+ TextColor: 0.95 .95 .95, % color of text for the gameboard cells
+ BorderColor: 0.2 0.2 0.2, % color of border for the gameboard cells
+ FillColor: .204 0.671 .753, % the fill color for the gameboard cells
+}
+
+\APHidden
+{
+ Font: Helv,
+ TextColor: 0 0 1,
+ BorderColor: 0 0 0,
+}
+
+\APRight
+{
+ Font: Helv,
+ TextColor: .996 .133 .133,
+}
+
+\APWrong
+{
+ Font: Helv,
+ TextColor: .286 .533 .433,
+}
+
+\APScore
+{
+ Font: Arial,
+ CellWidth: 2.25in,
+ FillColor: .827 .827 .827,
+}
+
+% ------------------- graphical backgrounds ------------------------
+\jjgdesigngraphics
+\defineInstructionPageGraphic{jjg_bg_2}
+\defineGameboardPageGraphic{jjg_bg_2}
+\defineQuestionPagesGraphic{}
+
+
diff --git a/macros/latex/contrib/jj_game/designs/design_jeopardy.def b/macros/latex/contrib/jj_game/designs/design_jeopardy.def
new file mode 100644
index 0000000000..7e0dad4efd
--- /dev/null
+++ b/macros/latex/contrib/jj_game/designs/design_jeopardy.def
@@ -0,0 +1,82 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %%
+%% JEOPARDY DESIGNS %%
+%% %%
+%% The AcroTeX Software Development Team (Copyright 2007) %%
+%% %%
+%% The JEOPARDY Color Scheme %%
+%% %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+%% Diverse Color Definitions
+
+\definecolor{jj_bg}{rgb}{0.92,0.67,0.1}
+\definecolor{jj_banner_bg}{rgb}{0.067,0.325,0.62}
+\definecolor{jj_banner_txt}{rgb}{0.92,0.67,0.1}
+\definecolor{jj_instr_blue}{rgb}{0.1,0.48,0.922}
+\definecolor{jj_instr_red}{rgb}{0.96,0.38,0.1}
+\definecolor{jj_instr_author}{rgb}{0.38,0.38,0.38}
+
+\definecolor{jj_gb_title_bg}{rgb}{0.067,0.325,0.62}
+\definecolor{jj_gb_title_txt}{rgb}{0.92,0.67,0.1}
+\definecolor{jj_gb_cell_bg}{rgb}{0.1,0.48,0.922}
+\definecolor{jj_gb_cell_bg_hidden}{rgb}{0.92,0.67,0.1}
+\definecolor{jj_gb_cell_txt}{rgb}{0,0,0}
+\definecolor{jj_gb_cell_txt_right}{rgb}{0.62,0.55,0.067}
+\definecolor{jj_gb_cell_txt_wrong}{rgb}{0.96,0.38,0.12}
+\definecolor{jj_gb_score_bg}{rgb}{0.87,0.87,0.87}
+
+
+\DeclareColors
+{
+ fillCells: lightgray,
+ fillBanner: jj_banner_bg,
+ textBanner: jj_banner_txt,
+ textBoard: jj_banner_txt,
+ fillInstructions: jj_bg,
+ fillGameBoard: jj_bg,
+ fillQuestions: jj_bg,
+ dollarColor: red,
+ linkColor: red,
+}
+
+
+\APDollar
+{
+ Font: Helv,
+ TextColor: 0 0 0, % color of text for the gameboard cells
+ BorderColor: 0 0 0, % color of border for the gameboard cells
+ FillColor: 0.1 0.48 0.922 % the fill color for the gameboard cells
+}
+\APHidden
+{
+ Font: Helv,
+ TextColor: 0 0 0,
+ BorderColor: 0 0 0,
+ FillColor: 0.92 0.67 0.1
+}
+\APRight
+{
+ Font: Helv,
+ TextColor: 0.62 0.55 0.067
+}
+\APWrong
+{
+ Font: Helv,
+ TextColor: 0.96 0.38 0.12
+}
+\APScore
+{
+ Font: Arial,
+ CellWidth: 2.25in,
+ FillColor: .87 .87 .87
+}
+
+% ------------------- graphical backgrounds ------------------------
+\jjgdesigngraphics
+\defineInstructionPageGraphic{jeopardy_bg}
+\defineGameboardPageGraphic{jeopardy_bg}
+\defineQuestionPagesGraphic{}
diff --git a/macros/latex/contrib/jj_game/designs/design_norway.def b/macros/latex/contrib/jj_game/designs/design_norway.def
new file mode 100644
index 0000000000..6cb1b6a39b
--- /dev/null
+++ b/macros/latex/contrib/jj_game/designs/design_norway.def
@@ -0,0 +1,70 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %%
+%% JEOPARDY DESIGNS %%
+%% %%
+%% The AcroTeX Software Development Team (Copyright 2007) %%
+%% %%
+%% The Norway Color Scheme %%
+%% %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%% Diverse Color Definitions
+
+\definecolor{jj_banner_bg}{named}{Blue}
+\definecolor{jj_banner_txt}{named}{white}
+\definecolor{jj_bg}{named}{Emerald}
+
+\DeclareColors
+{
+ fillCells: lightgray,
+ fillBanner: jj_banner_bg,
+ textBanner: jj_banner_txt,
+ textBoard: jj_banner_txt,
+ fillInstructions: jj_bg,
+ fillGameBoard: jj_bg,
+ fillQuestions: jj_bg,
+ linkColor: webblue,
+ dollarColor: webblue,
+}
+
+\APDollar
+{
+ Font: Helv,
+ TextColor: 1 1 1, % color of text for the gameboard cells
+ BorderColor: 0 0 0, % color of border for the gameboard cells
+ FillColor: .25 0.38 .77, % the fill color for the gameboard cells
+}
+
+\APHidden
+{
+ Font: Helv,
+ BorderColor: 0 0 0,
+ FillColor: 0 1 0,
+}
+
+\APRight
+{
+ Font: Helv,
+ TextColor: .996 .133 .133,
+}
+
+\APWrong
+{
+ Font: Helv,
+ TextColor: 0 0 0,
+}
+
+\APScore
+{
+ Font: Arial,
+ CellWidth: 2.25in,
+ FillColor: .827 .827 .827,
+}
+
+% ------------------- graphical backgrounds ------------------------
+\jjgdesigngraphics
+\defineInstructionPageGraphic{jjg_bg_4}
+\defineGameboardPageGraphic{jjg_bg_4}
+\defineQuestionPagesGraphic{}
diff --git a/macros/latex/contrib/jj_game/designs/design_qatar.def b/macros/latex/contrib/jj_game/designs/design_qatar.def
new file mode 100644
index 0000000000..7f3e9e96f4
--- /dev/null
+++ b/macros/latex/contrib/jj_game/designs/design_qatar.def
@@ -0,0 +1,70 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %%
+%% JEOPARDY DESIGNS %%
+%% %%
+%% The AcroTeX Software Development Team (Copyright 2007) %%
+%% %%
+%% The Qatar Color Scheme %%
+%% %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%% Diverse Color Definitions
+
+\definecolor{qatar_moccasin}{rgb}{1,0.894,0.71}
+\definecolor{qatar_golden}{rgb}{0.98,0.98,0.824}
+\definecolor{qatar_blue}{rgb}{0.098,0.098,0.439}
+
+\definecolor{jj_banner_bg}{named}{Maroon}
+\definecolor{jj_banner_txt}{named}{white}
+
+\DeclareColors
+{
+ fillCells: lightgray,
+ fillBanner: jj_banner_bg,
+ textBanner: jj_banner_txt,
+ textBoard: qatar_golden,
+ fillInstructions: qatar_moccasin,
+ fillGameBoard: qatar_golden,
+ fillQuestions: qatar_moccasin,
+ linkColor: qatar_blue,
+ dollarColor: qatar_blue,
+}
+
+\APDollar
+{
+ Font: Helv,
+ TextColor: 0 0 0, % color of text for the gameboard cells
+ BorderColor: 0 0 0, % color of border for the gameboard cells
+ FillColor: 1 0.894 0.71, % the fill color for the gameboard cells
+}
+
+
+\APHidden
+{
+ Font: Helv,
+ TextColor: 0 0 1,
+ BorderColor: 0 0 0,
+ FillColor: 0 1 0,
+}
+
+\APRight
+{
+ Font: Helv,
+ TextColor: 0.682 0.341 0,
+}
+
+\APWrong
+{
+ Font: Helv,
+ TextColor: 0 0 0,
+}
+
+\APScore
+{
+ Font: Helv,
+ CellWidth: 2.25in,
+ FillColor: .827 .827 .827,
+}
+
diff --git a/macros/latex/contrib/jj_game/designs/design_spain.def b/macros/latex/contrib/jj_game/designs/design_spain.def
new file mode 100644
index 0000000000..e90dfa7cf2
--- /dev/null
+++ b/macros/latex/contrib/jj_game/designs/design_spain.def
@@ -0,0 +1,72 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% %%
+%% JEOPARDY DESIGNS %%
+%% %%
+%% The AcroTeX Software Development Team (Copyright 2007) %%
+%% %%
+%% The SPAIN Color Scheme %%
+%% %%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\definecolor{jj_banner_bg}{named}{Green}
+\definecolor{jj_banner_txt}{named}{white}
+\definecolor{jj_bg}{named}{GreenYellow}
+
+
+\DeclareColors
+{
+ fillCells: lightgray,
+ fillBanner: jj_banner_bg,
+ textBanner: jj_banner_txt,
+ textBoard: jj_banner_txt,
+ fillInstructions: jj_bg,
+ fillGameBoard: jj_bg,
+ fillQuestions: jj_bg,
+ linkColor: Green,
+ dollarColor: Green,
+}
+
+\APDollar
+{
+ Font: Helv,
+ Size: 20,
+ TextColor: 0 0 0, % color of text for the gameboard cells
+ BorderColor: 0 0 0, % color of border for the gameboard cells
+ FillColor: .465 0.818 .049, % the fill color for the gameboard cells
+}
+
+\APHidden
+{
+ Font: Helv,
+ Champion: You are FuncTerrific!,
+ Size: 20,
+ TextColor: 0 0 1,
+ BorderColor: 0 0 0,
+ FillColor: 0 1 0,
+}
+
+\APRight
+{
+ Font: Helv,
+ Size: 20,
+ TextColor: .996 .133 .133,
+}
+
+\APWrong
+{
+ Font: Helv,
+ Size: 20,
+ TextColor: 0 0 0,
+}
+
+\APScore
+{
+ Font: Arial,
+ Size: 20,
+ CellWidth: 2.25in,
+ Score: "Score: ",
+ FillColor: .827 .827 .827,
+}
+