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

Unified Diff: appengine_apps/chromium_status/stylesheets/cq_top_score.css

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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
Index: appengine_apps/chromium_status/stylesheets/cq_top_score.css
diff --git a/appengine_apps/chromium_status/stylesheets/cq_top_score.css b/appengine_apps/chromium_status/stylesheets/cq_top_score.css
deleted file mode 100644
index d5fe2d50ffc99d5ec96fff42c80f2a7f3a0ddb3f..0000000000000000000000000000000000000000
--- a/appengine_apps/chromium_status/stylesheets/cq_top_score.css
+++ /dev/null
@@ -1,94 +0,0 @@
-@font-face {
- font-family: press_start;
- src: local(press_start), url('/third_party/PressStart2P.ttf') format('opentype');
-}
-
-body {
- font-family: press_start;
- background: black;
- color: #888888;
- font-size: 10px;
-}
-
-h1 {
- font-family: press_start;
- text-align: center;
- font-size: 80px;
- color: white;
-}
-
-table.issue {
- table-layout: fixed;
- width: 100%;
- letter-spacing: 2px;
- font-size: 20px;
- margin-top: 10px;
- margin-left: 10%;
- margin-right: 10%;
- margin-bottom: 20px;
- border-spacing: 10px;
-}
-
-table.issue > tbody > tr:first-child {
- color: yellow;
-}
-
-table.issue > tbody > tr:nth-child(2) {
- color: white;
-}
-
-table.issue > tbody > tr:nth-child(3) {
- color: orange;
-}
-
-table.issue > tbody > tr:nth-child(4) {
- color: #888888;
-}
-
-table.issue > tbody > tr:nth-child(5) {
- color: #888888;
-}
-
-table.issue > tbody > tr:nth-child(6) {
- color: #888888;
-}
-
-table.issue > tbody > tr:nth-child(7) {
- color: #888888;
-}
-
-table.issue > tbody > tr:nth-child(8) {
- color: #888888;
-}
-
-table.issue > tbody > tr:nth-child(9) {
- color: #888888;
-}
-
-table.issue > tbody > tr:nth-child(10) {
- color: #888888;
-}
-
-table.issue > tbody > tr {
- color: #555555;
-}
-
-table.legend {
- /*position: relative;*/
- /*float: center;
- text-align: center;
- table-layout: fixed;
- vertical-align: baseline;*/
- width: 100%;
- color: white;
- letter-spacing: 2px;
- line-height: 150%;
-}
-
-table.legend > tbody td:first-child {
- width: 20%;
-}
-
-table.legend > tbody td:last-child {
- width: 20%;
-}
« no previous file with comments | « appengine_apps/chromium_status/stylesheets/cq.css ('k') | appengine_apps/chromium_status/stylesheets/style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698