Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Direction_of_Arrows/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/English_Direction_of_Arrows/css/lesson.css
parent89e3e330e27939ce7f428fecef3e6c932d388232 (diff)
minor changeHEADmaster
Diffstat (limited to 'examples/English_Direction_of_Arrows/css/lesson.css')
-rwxr-xr-xexamples/English_Direction_of_Arrows/css/lesson.css88
1 files changed, 88 insertions, 0 deletions
diff --git a/examples/English_Direction_of_Arrows/css/lesson.css b/examples/English_Direction_of_Arrows/css/lesson.css
new file mode 100755
index 0000000..82c0654
--- /dev/null
+++ b/examples/English_Direction_of_Arrows/css/lesson.css
@@ -0,0 +1,88 @@
+@CHARSET "UTF-8";
+body {
+ background: url(../assets/image/background.jpg) no-repeat;
+}
+
+
+#gameArea{
+ margin-top: 10px auto;
+ margin-left: 5%;
+ float: left;
+ width: 800px;
+ padding:10px;
+}
+
+#questionBox{
+ width:174px;
+ height:176px;
+ margin-top: 100px;
+ margin-left: 20px;
+ background-image: url(../assets/image/questionBox.png);
+
+}
+.imageBox{
+ margin: 50px;
+
+}
+
+.checkedOption{
+ position: absolute;
+ top: 60%;
+ left: 60%;
+ width:120px;
+ height:120px;
+ padding: 5px;
+
+}
+
+#options{
+ width:564px;
+ height:176px;
+ background-image: url(../assets/image/optionBox.png);
+ position: absolute;
+ left:400px;
+ top: 115px;
+
+}
+
+.optImg{
+
+ margin: 35px 0px 5px 40px;
+
+}
+
+#scoreArea{
+ position:absolute;
+ margin-left:5%;
+ top: 520px;
+ color: red;
+ width: 175px;
+ padding: 5px;
+ background: #FFFFFF;
+ border: 2px solid red;
+ background: black;
+ padding: 10px;
+}
+
+.playAgain{
+ position:absolute;
+ top: 520px;
+ left: 75%;
+ width:115px;
+ height: 30px;
+ padding: 2px;
+ }
+input{
+ color:green;
+
+}
+#gameOver{
+ margin-left:300px;
+ width: 180px;
+ height: 20px;
+ display: none;
+ font: 25px "Rockwell Extra Bold", Geneva, Arial, Helvetica, sans-serif,Times New Roman;
+ font-weight: bold;
+ background-color: #ccc;
+ padding: 10px;
+}