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

Unified Diff: experimental/webtry/css/webtry.css

Issue 236193011: Add /recent (Closed) Base URL: https://skia.googlesource.com/skia.git@all
Patch Set: stray print Created 6 years, 8 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 | « no previous file | experimental/webtry/templates/index.html » ('j') | experimental/webtry/templates/recent.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/css/webtry.css
diff --git a/experimental/webtry/css/webtry.css b/experimental/webtry/css/webtry.css
new file mode 100644
index 0000000000000000000000000000000000000000..ee87b94daa6b6f09c016549f848fcabcb7a4196d
--- /dev/null
+++ b/experimental/webtry/css/webtry.css
@@ -0,0 +1,60 @@
+body {
+ font-family: helvetica arial sans-serif;
+ margin: 0;
+ padding: 0;
+}
+
+img {
+ box-shadow: 2px 2px 5px gray;
+}
+
+h1 {
+ font-size: 18px;
+}
+
+h2 {
+ font-size: 16px;
+}
+
+.waiting, .waiting * {
+ cursor: wait;
+}
+
+textarea {
+ margin-left: 0;
+ border: solid 1px #ccc;
+ color: green;
+}
+
+pre, code {
+ padding: 0;
+ color: green;
+}
+
+#output {
+ color: #333;
+}
+
+.tries {
+ margin: 1em;
+ float: left;
+}
+
+#title {
+ color: #ddd;
+ background: #444;
+ margin: 0;
+ padding: 0.5em;
+}
+
+#title a:link,
+#title a:visited,
+#title a:hover,
+#title a:active
+{
+ color: #ddd;
+}
+
+#content {
+ padding: 1em;
+}
« no previous file with comments | « no previous file | experimental/webtry/templates/index.html » ('j') | experimental/webtry/templates/recent.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698