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

Unified Diff: src/site/codelabs/darrrt/darrrt.css

Issue 35913002: Try Dart 1 hour experience first draft (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: updated image of dart editor with new directory name Created 7 years, 1 month 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: src/site/codelabs/darrrt/darrrt.css
diff --git a/src/site/codelabs/darrrt/darrrt.css b/src/site/codelabs/darrrt/darrrt.css
new file mode 100644
index 0000000000000000000000000000000000000000..b765d239d9de0e29b6bbc37e389bfda3860b7e45
--- /dev/null
+++ b/src/site/codelabs/darrrt/darrrt.css
@@ -0,0 +1,35 @@
+/*
+body {
+ background-image: url('images/piratemappath.jpg');
+ background-repeat: repeat-y;
+ background-position: right 400px;
+ background-size: 300px 300px;
+}
+*/
+
+.piratemap {
+ background-image: url('images/piratemap.jpg');
+ background-repeat: no-repeat;
+ background-position: right;
+ background-size: 300px 300px;
+}
+
+.trydart-step-details {
+ margin-left: 20px;
+}
+
+.trydart-note {
+ background-color: LemonChiffon;
+ padding: 10px 10px 10px 10px;
+ margin-bottom: 10px;
+ border-radius: 3px;
+ border: 1px solid GoldenRod;
+}
+
+.trydart-filename {
+ text-align: right;
+ color: Silver;
+ margin-top: -45px;
+ margin-bottom: 10px;
+ margin-right: 5px;
+}
« no previous file with comments | « src/diagrams/codelabs/darrrt/textfieldscreenshot.png ('k') | src/site/codelabs/darrrt/examples/1-blankbadge/piratebadge.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698