Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Vocabulary_Body_Parts/css/lesson.css
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-03-08 10:06:54 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-03-08 10:06:54 (GMT)
commit497483d790346d2f41d4ea765f1c6ff0436211c1 (patch)
tree2f4f91aff5c4e4ebd7165033ed32ea42a5dc1e2f /examples/Vocabulary_Body_Parts/css/lesson.css
parent89e3e330e27939ce7f428fecef3e6c932d388232 (diff)
minor changeHEADmaster
Diffstat (limited to 'examples/Vocabulary_Body_Parts/css/lesson.css')
-rwxr-xr-xexamples/Vocabulary_Body_Parts/css/lesson.css94
1 files changed, 94 insertions, 0 deletions
diff --git a/examples/Vocabulary_Body_Parts/css/lesson.css b/examples/Vocabulary_Body_Parts/css/lesson.css
new file mode 100755
index 0000000..b5955c1
--- /dev/null
+++ b/examples/Vocabulary_Body_Parts/css/lesson.css
@@ -0,0 +1,94 @@
+body {
+ background-color : #EEEEEE ;
+ background-image:url(../assets/images/background.png);
+ background-repeat: no-repeat;
+ background-position:top center;
+
+ }
+#vocabTitle{
+ position: absolute;
+ left:400px;
+ top:5px;
+ font: 30px Geneva, Helvetica, Verdana, Arial, sans-serif;
+ color: #FF9900;
+ font-weight:bold;
+}
+
+#gameArea{
+ float:left;
+ height: 450px; padding : 10px; margin-left: 100px; margin-top: 12px;
+
+}
+
+.vocabularyImg{
+ padding: 2px;
+ margin: 0.5em;
+ margin:50px 0px 10px 75px;
+}
+
+.imgNext{
+ position:absolute;
+ left: 950px;
+ top: 490px;
+ width: 40px;
+ height: 36px;
+
+}
+.imgPrev{
+ position:absolute;
+ left: 950px;
+ top: 10px;
+ width: 40px;
+ height: 36px;
+ padding:1px;
+ margin: 0.1em;
+
+}
+#vocabulary{
+ margin: 5px 50px;
+}
+
+#imageArea{
+ position:relative;
+ width: 185px;
+ height: 185px;
+ padding: 15px;
+ margin: 0.6em;
+ float: left;
+}
+
+.imgObject{
+ position: relative;
+ width: 150px;
+ height: 150px;
+ margin: 0.25em;
+ padding: 5px;
+}
+
+
+.dropBox{
+
+ background-image:url(../assets/images/drop_box.png) ;
+ width: 119px;
+ height: 33px;
+ margin: 0.25em;
+ padding: 2px;
+}
+
+
+
+#optionArea{
+ position: absolute;
+ width: 980px; height: 40px; padding : 2px; left: 75px; top: 520px;
+ border: 2px solid green;
+}
+.dragImg{
+ width: 110px; height: 33px; padding: 2px; margin: 0.1em; cursor: move;
+}
+#imgGameOver{
+ display:none;
+ width: 200px;
+ height: 36px;
+ padding: 2px;
+ margin-left : 350px;
+}