diff --git a/packages/mcp/www/ctf.css b/packages/mcp/www/ctf.css index 42e9902..c8e571e 100644 --- a/packages/mcp/www/ctf.css +++ b/packages/mcp/www/ctf.css @@ -1,14 +1,36 @@ /* green phosphor: #2a4 */ +/**** Color Scheme ****/ +html { + background: #112 url(smoke.jpg) no-repeat; + background-size: contain; +} + +body, h1:first-child:before { + color: #ddc; +} + +h1, h2, h3 { + color: #1dd; +} + +a { + color: #f80; +} + +a:hover { + color: #112; + background-color: #f80; +} + +.readme, pre { + background-color: #333; +} + /**** document ****/ -html { - background: #112 url(grunge.png) repeat-x; -} - body { font-family: sans-serif; - color: #ddc; padding: 10px; max-width: 700px; } @@ -23,7 +45,6 @@ h1:first-child { } h1:first-child:before { - color: #ddc; letter-spacing: -0.1em; content: "Capture The Flag: "; } @@ -36,27 +57,17 @@ a img { a { text-decoration: underline; - color: #84b; } -a:hover { - color: #2a4; - background: #333; -} - - h1, h2, h3 { - color: #b71; letter-spacing: -0.05em; } .readme { - background-color: #333; margin: 1em; } pre { - background-color: #333; border: solid #ddc 2px; padding: 0.25em; } @@ -123,10 +134,6 @@ nav li + li:before { text-align: center; } -#scoreboard { - background: #112; -} - #scoreboard td { height: 300px; } diff --git a/packages/mcp/www/grunge.png b/packages/mcp/www/grunge.png deleted file mode 100644 index 23e55fb..0000000 Binary files a/packages/mcp/www/grunge.png and /dev/null differ diff --git a/packages/mcp/www/index.html b/packages/mcp/www/index.html index 774e392..3ef18e1 100644 --- a/packages/mcp/www/index.html +++ b/packages/mcp/www/index.html @@ -27,7 +27,11 @@

Claim Token

-

Tokens look like foo:xabab-babab-babax.

+

+ If you find a token + (like example:xylep-radar-nanox), submit it here for + a point. +

team hash: diff --git a/packages/mcp/www/scoring.html b/packages/mcp/www/scoring.html index 9a4b4d7..a268508 100644 --- a/packages/mcp/www/scoring.html +++ b/packages/mcp/www/scoring.html @@ -36,13 +36,13 @@

-

Tokens

+

Tokens

Tokens are strings redeemable once for a single point each. A token for the "example" category might look like this:

-
example:xenon-codex
+
example:xylep-radar-nanox

Tokens are typically associated with "live" categories, such as a @@ -83,7 +83,7 @@

We want to focus on rewarding technical proficiency, allowing - skilled contestants to prove their worth independant of their + skilled contestants to prove their worth independent of their ability to hit F5 quickly. It is our hope that by providing enough things to work on, quick-moving teams will emerge with more points by solving lots of puzzles, while novice teams get a solid diff --git a/packages/mcp/www/smoke.jpg b/packages/mcp/www/smoke.jpg new file mode 100644 index 0000000..a158c93 Binary files /dev/null and b/packages/mcp/www/smoke.jpg differ