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

Side by Side Diff: samples/pop_pop_win/lib/assets/style.css

Issue 786443002: Delete pop-pop-win from the repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 body {
2 font-family: 'Slackey', cursive;
3 text-align: center;
4 background: rgb(180,173,127);
5 margin: 0;
6 font-size: 16px;
7 }
8
9 #popup {
10 font-family: 'Josefin Sans', serif;
11 position: relative;
12 display: none;
13 text-align: center;
14 width: 400px;
15 background: rgb(247,235,203);
16 border: 12px solid rgb(221,212,173);
17 margin: 20px;
18 box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
19 }
20
21 #popup div {
22 margin: 10px;
23 }
24
25 #popup #help p {
26 text-align: left;
27 }
28
29 #popup #help img {
30 float: left;
31 margin-right: 10px;
32 }
33
34 canvas#gameCanvas {
35 position: absolute;
36 }
OLDNEW
« no previous file with comments | « samples/pop_pop_win/lib/assets/images/transparent_static.webp ('k') | samples/pop_pop_win/lib/platform_target.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698