Skip to content

Commit

Permalink
Change to the yellow colour for Alistair
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSmith-LT committed Oct 24, 2013
1 parent 6937301 commit 704c54b
Showing 1 changed file with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,42 +80,42 @@
// **************************

// *** General ***
styles.push(['.filter_boy body', 'color:black; background:yellow;']);
styles.push(['.filter_boy #x_headerBlock', 'color:yellow; background:black; filter:none;']);
styles.push(['.filter_boy #x_footerBlock', 'color:yellow; background:black; filter:none;']);
styles.push(['.filter_boy .panel', 'background:yellow;']);
styles.push(['.filter_boy body', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy #x_headerBlock', 'color:#ffff99; background:black; filter:none;']);
styles.push(['.filter_boy #x_footerBlock', 'color:#ffff99; background:black; filter:none;']);
styles.push(['.filter_boy .panel', 'background:#ffff99;']);
styles.push(['.filter_boy #x_footerBg', 'visibility:hidden;']);
styles.push(['.filter_boy #x_mainBg', 'visibility:hidden;']);
styles.push(['.filter_boy div#thumbHolder a.thumbBox', 'color:black; background:yellow;']);
styles.push(['.filter_boy #x_colourChanger', 'color:black; background:yellow;']);
styles.push(['.filter_boy .paneInfo', 'color:black; background:yellow;']);
styles.push(['.filter_boy .paneContents', 'color:black; background:yellow;']);
styles.push(['.filter_boy tr.shaded', 'color:yellow; background:black;']);
styles.push(['.filter_boy table.header.shaded tr:first-child', 'color:yellow; background:black;']);
styles.push(['.filter_boy div#thumbHolder a.thumbBox', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy #x_colourChanger', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy .paneInfo', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy .paneContents', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy tr.shaded', 'color:#ffff99; background:black;']);
styles.push(['.filter_boy table.header.shaded tr:first-child', 'color:#ffff99; background:black;']);
styles.push(['.filter_boy a', 'color:black; text-decoration: underline; cursor: auto;']);
styles.push(['.filter_boy #infoHolder .highlight', 'color:yellow; background:black;']);
styles.push(['.filter_boy textarea#initText', 'color:black; background:yellow;']);
styles.push(['.filter_boy textarea#answerTxt', 'color:black; background:yellow;']);
styles.push(['.filter_boy textarea#modelTxt', 'color:black; background:yellow;']);
styles.push(['.filter_boy div#questionGroup .question input', 'color:black; background:yellow;']);
styles.push(['.filter_boy div#rssHolder div#resultsHolder .shadedDiv', 'color:yellow; background:black;']);
styles.push(['.filter_boy div#rssHolder div#resultsHolder .shadedDiv a', 'color:yellow; background:black;']);
styles.push(['.filter_boy div#youtuberssHolder div#resultsHolder .shadedDiv', 'color:yellow; background:black;']);
styles.push(['.filter_boy div#youtuberssHolder div#resultsHolder .shadedDiv a', 'color:yellow;']);
styles.push(['.filter_boy div#deliciousHolder div#resultsHolder .shadedDiv', 'color:yellow; background:black;']);
styles.push(['.filter_boy div#deliciousHolder div#resultsHolder .shadedDiv a', 'color:yellow; background:black;']);
styles.push(['.filter_boy div#cardBottomHolder div.card', 'color:yellow; background:black;']);
styles.push(['.filter_boy div#dragDropHolder div#targetHolder .target', 'color:black; background:yellow; border: 1px black solid;']);
styles.push(['.filter_boy div#dragDropHolder div#targetHolder .target h3', 'color:black; background:yellow;']);
styles.push(['.filter_boy div#dragDropHolder div#categoryHolder .category', 'color:black; background:yellow; border: 1px black solid;']);
styles.push(['.filter_boy div#dragDropHolder div#categorytHolder .category h3', 'color:black; background:yellow;']);
styles.push(['.filter_boy #infoHolder .highlight', 'color:#ffff99; background:black;']);
styles.push(['.filter_boy textarea#initText', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy textarea#answerTxt', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy textarea#modelTxt', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy div#questionGroup .question input', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy div#rssHolder div#resultsHolder .shadedDiv', 'color:#ffff99; background:black;']);
styles.push(['.filter_boy div#rssHolder div#resultsHolder .shadedDiv a', 'color:#ffff99; background:black;']);
styles.push(['.filter_boy div#youtuberssHolder div#resultsHolder .shadedDiv', 'color:#ffff99; background:black;']);
styles.push(['.filter_boy div#youtuberssHolder div#resultsHolder .shadedDiv a', 'color:#ffff99;']);
styles.push(['.filter_boy div#deliciousHolder div#resultsHolder .shadedDiv', 'color:#ffff99; background:black;']);
styles.push(['.filter_boy div#deliciousHolder div#resultsHolder .shadedDiv a', 'color:#ffff99; background:black;']);
styles.push(['.filter_boy div#cardBottomHolder div.card', 'color:#ffff99; background:black;']);
styles.push(['.filter_boy div#dragDropHolder div#targetHolder .target', 'color:black; background:#ffff99; border: 1px black solid;']);
styles.push(['.filter_boy div#dragDropHolder div#targetHolder .target h3', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy div#dragDropHolder div#categoryHolder .category', 'color:black; background:#ffff99; border: 1px black solid;']);
styles.push(['.filter_boy div#dragDropHolder div#categorytHolder .category h3', 'color:black; background:#ffff99;']);
styles.push(['.filter_boy div#dragDropHolderLabelling div#targetHolder .target', 'border: 1px black solid;']);

// *** Glossary Terms ***
styles.push(['.filter_boy a.x_glossary', 'color:black;']);

// *** Thumbnail Navigator ***
styles.push(['.filter_boy div#mainInfoHolder div#mainPanel a#panelLink div#panelTxt p', 'color:black; background:yellow;']);
styles.push(['.filter_boy div#mainInfoHolder div#mainPanel a#panelLink div#panelTxt p', 'color:black; background:#ffff99;']);


//if (!document.createElement('canvas').getContext) { // <IE9 - Do we need this??
Expand Down

0 comments on commit 704c54b

Please sign in to comment.