diff options
| author | 2010-05-23 18:07:58 +0200 | |
|---|---|---|
| committer | 2010-05-23 18:07:58 +0200 | |
| commit | d2e95572c4f037eaf42d2af1805141a4d2fa8812 (patch) | |
| tree | ca958cddd1e9e5b838a27f3a3513248a0be6c7bc | |
| parent | Added blog search, added try 10 times to main stats, fixed progress logic. (diff) | |
| download | MovieStatistics-d2e95572c4f037eaf42d2af1805141a4d2fa8812.tar.xz MovieStatistics-d2e95572c4f037eaf42d2af1805141a4d2fa8812.zip | |
Style
| -rw-r--r-- | index.php | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |
