Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/lesson.css
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-02-17 09:39:34 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-02-17 09:39:34 (GMT)
commit0aa48d0503c69c9ebc1d2bb209bfbec10e8bed64 (patch)
tree5008d89f95d62696440785a85c08949a7fd27c97 /css/lesson.css
initial commit. Lesson English_Animal_Identification is current template
Diffstat (limited to 'css/lesson.css')
-rwxr-xr-xcss/lesson.css67
1 files changed, 67 insertions, 0 deletions
diff --git a/css/lesson.css b/css/lesson.css
new file mode 100755
index 0000000..883b4c3
--- /dev/null
+++ b/css/lesson.css
@@ -0,0 +1,67 @@
+@CHARSET "UTF-8";
+#kMain {
+ background: url(../assets/image/background.png) no-repeat;
+ width: 1200px;
+ height: 900px;
+ -moz-background-size: 100% 100%;
+ -webkit-background-size: 100% 100%;
+ float: left;
+ clear: both;
+}
+
+#questionBox{
+ color: blue;
+ /*width: 300px; */
+ width: 30%;
+ font: "Helvetica", Verdana, Geneva, Arial, sans-serif;
+ font-weight: bold;
+ font-size: 2em;
+ margin-top: 10%;
+ margin-left: 15%;
+
+
+}
+.imageBox{
+ margin-top: 2%;
+ margin-left: 20%;
+ width: 220px;
+ height: 220px;
+}
+
+#options{
+ margin-left:5%;
+ margin-top:2%;
+ width:600px;
+ height:80px;
+}
+
+.optImg{
+ width:120px;
+ height: 40px;
+ background-color: yellow;
+ padding:5px;
+ border: 2px solid green;
+}
+
+.playAgain{
+ position:absolute;
+ top: 10px;
+ margin-left:220px;
+ width:115px;
+ height: 30px;
+ padding: 2px 2px 2px 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;
+}