diff canvas3d/demo1/test/style2.css @ 0:b67b790dcf4f

upload All File
author e085711@nobuyasuoshiro.local
date Mon, 24 May 2010 21:38:02 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/canvas3d/demo1/test/style2.css	Mon May 24 21:38:02 2010 +0900
@@ -0,0 +1,50 @@
+#app {
+	margin-top: 15px;
+}
+#holder {
+	position: relative;
+	width: 400px;
+	height:300px;
+	left: 100px;
+	border: 2px solid #333;
+}
+#sky {
+	position: absolute;
+	left: 0;
+	top: 0;
+	height: 150px;
+	width: 400px;
+	background-color: #CCD;
+	background-image: url(sky.jpg);
+
+}
+#floor {
+	position: absolute;
+	left: 0;
+	top: 150px;
+	height: 150px;
+	width: 400px;
+	background-color: #565;
+	background-image: url(floor.png);
+
+}
+#canvas {
+	position: absolute;
+	top: 0;
+	left: 0;
+}
+#overlay {
+	position: absolute;
+	top: 0;
+	left: 0;
+	width: 400px;
+	height: 300px;
+	background-image: url(overlay.gif);
+}
+#map, #underMap {
+	position: absolute;
+}
+#code {
+	position: absolute;
+	top: 140px;
+}
\ No newline at end of file