Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: infra/tools/antibody/static/leaderboard_arcade.css

Issue 1235373004: Added script to generate stats on a git checkout (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@new_antibody_db_schema
Patch Set: Rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/tools/antibody/static/leaderboard.js ('k') | infra/tools/antibody/static/stats.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/antibody/static/leaderboard_arcade.css
diff --git a/infra/tools/antibody/static/leaderboard_arcade.css b/infra/tools/antibody/static/leaderboard_arcade.css
new file mode 100644
index 0000000000000000000000000000000000000000..4d3a6cf170e5f078296c1f394991f717f0b07c0e
--- /dev/null
+++ b/infra/tools/antibody/static/leaderboard_arcade.css
@@ -0,0 +1,34 @@
+@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
+
+body {
+ height: 100%;
+ font-family: 'Press Start 2P', sans-serif;
+}
+
+.nav {
+ padding: 15px 0px 0px 0px;
+ background: #333;
+}
+
+.nav li {
+ display: inline;
+}
+
+.nav a {
+ color: #A3A3A3;
+ font-size: 18px;
+ padding: 14px 10px;
+ text-transform: uppercase;
+}
+
+.nav .gen_time {
+ color: #A3A3A3;
+}
+
+.leaderboard {
+ margin-top: 90px;
+}
+
+table {
+ width: 100%;
+}
« no previous file with comments | « infra/tools/antibody/static/leaderboard.js ('k') | infra/tools/antibody/static/stats.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698