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

Unified Diff: samples/third_party/pop-pop-win/app_package/style.css

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed pkgbuild.status for rename Created 6 years, 9 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
Index: samples/third_party/pop-pop-win/app_package/style.css
diff --git a/samples/third_party/pop-pop-win/app_package/style.css b/samples/third_party/pop-pop-win/app_package/style.css
deleted file mode 100644
index d2bd38ab76ec158ef8763a420e70c523f3088f93..0000000000000000000000000000000000000000
--- a/samples/third_party/pop-pop-win/app_package/style.css
+++ /dev/null
@@ -1,108 +0,0 @@
-body {
- font-family: 'Slackey', cursive;
- text-align: center;
- background: rgb(180,173,127);
- margin: 0;
- font-size: 16px;
-}
-
-.container {
- display: inline-block;
-}
-
-#popup {
- font-family: 'Josefin Sans', serif;
- position: relative;
- display: none;
- text-align: center;
- width: 400px;
- background: rgb(247,235,203);
- border: 12px solid rgb(221,212,173);
- margin: 20px;
- box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
-}
-
-#popup div {
- margin: 10px;
-}
-
-#popup #help p {
- text-align: left;
-}
-
-#popup #help img {
- width: 140px;
- float: left;
- margin-right: 10px;
-}
-
-#loading {
- left: 0;
- top: 0;
- position: relative;
- margin: 150px auto;
- width: 504px;
- height: 88px;
-}
-
-.sprite {
- position: absolute;
- display: block;
- overflow: hidden;
- background-repeat: no-repeat;
- background-image:url(images/transparent_static.png);
-}
-
-.loading_background {
- width:504px;
- height:88px;
-}
-
-.loading_bar {
- display: none;
- left: 51px;
- top: 8px;
- width:398px;
- height:56px;
- background-position: 0 -184px;
-}
-
-.loading_text {
- left: 141px;
- top: 10px;
- width:218px;
- height:56px;
- background-position: -318px -94px;
-}
-
-.status {
- font-size: 15px;
- margin: 5px;
- font-family: inherit;
- font-weight: inherit;
-}
-
-button.status {
- width: 120px;
-}
-
-span.status {
- width: 80px;
- display: inline-block;
- text-align: left;
-}
-
-.help {
- margin: 0;
- display: inline-block;
- text-align: left;
- width: 540px;
-}
-
-.author {
- margin: 10px;
-}
-
-canvas#gameCanvas {
- position: absolute;
-}
« no previous file with comments | « samples/third_party/pop-pop-win/app_package/platform_app.dart ('k') | samples/third_party/pop-pop-win/lib/canvas.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698