summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2010-05-23 18:07:58 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2010-05-23 18:07:58 +0200
commitd2e95572c4f037eaf42d2af1805141a4d2fa8812 (patch)
treeca958cddd1e9e5b838a27f3a3513248a0be6c7bc
parentAdded blog search, added try 10 times to main stats, fixed progress logic. (diff)
downloadMovieStatistics-d2e95572c4f037eaf42d2af1805141a4d2fa8812.tar.xz
MovieStatistics-d2e95572c4f037eaf42d2af1805141a4d2fa8812.zip
Style
-rw-r--r--index.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4dccc42..6fca289 100644
--- a/index.php
+++ b/index.php
@@ -58,9 +58,16 @@ if (!$running && $_GET["action"] == "start" && $_POST["forreal"] == "yeah") {
<html>
<head>
<title>AnyClip Movie Statistics Generator</title>
+<style>
+@font-face { font-family: 'Myriad Pro'; src: local('Myriad Pro Regular'), local('Myriad Pro'), url('http://static2.anyclipimg.com/fonts/MyriadPro-Regular.otf') format('opentype'); }
+@font-face { font-family: 'Myriad Pro'; font-weight: bold; src: local('Myriad Pro Bold'), url('http://static2.anyclipimg.com/fonts/MyriadPro-Bold.otf') format('opentype'); }
+@font-face { font-family: 'Myriad Pro'; font-style: italic; src: local('Myriad Pro Italic'), url('http://static2.anyclipimg.com/fonts/MyriadPro-It.otf') format('opentype'); }
+@font-face { font-family: 'Myriad Pro'; font-weight: bold; font-style: italic; src: local('Myriad Pro Bold Italic'), url('http://static2.anyclipimg.com/fonts/MyriadPro-BoldIt.otf') format('opentype'); }
+body,input,textarea { font-family: "Myriad Pro", Myriad, "Myriad Web Pro", Helvetica, Arial, sans-serif; }
+</style>
</head>
<body>
-<img src="/labs-banner.png" align="right">
+<img src="/labs-logo.png" align="right">
<h2>AnyClip Movie Statistics Generator</h2>
<?php if ($running): ?>
<h4>Statistics are currently being generated. They will be e-mailed to you when complete. You may close this window, and statistics will continue to be generated; you may then return to this page at any time to check the progress.</h4>