Index: samples/pop_pop_win/web/resources/style.css |
diff --git a/samples/pop_pop_win/web/resources/style.css b/samples/pop_pop_win/web/resources/style.css |
index d2bd38ab76ec158ef8763a420e70c523f3088f93..953a525deb9b2ac1c9b46661e78dfc1351b00ea2 100644 |
--- a/samples/pop_pop_win/web/resources/style.css |
+++ b/samples/pop_pop_win/web/resources/style.css |
@@ -6,10 +6,6 @@ body { |
font-size: 16px; |
} |
-.container { |
- display: inline-block; |
-} |
- |
#popup { |
font-family: 'Josefin Sans', serif; |
position: relative; |
@@ -45,64 +41,6 @@ body { |
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; |
} |