Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/Vocabulary_Birds/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Vocabulary_Birds/css/lesson.css')
-rwxr-xr-xexamples/Vocabulary_Birds/css/lesson.css94
1 files changed, 0 insertions, 94 deletions
diff --git a/examples/Vocabulary_Birds/css/lesson.css b/examples/Vocabulary_Birds/css/lesson.css
deleted file mode 100755
index ab4a328..0000000
--- a/examples/Vocabulary_Birds/css/lesson.css
+++ /dev/null
@@ -1,94 +0,0 @@
-body {
- background-color : #EEEEEE ;
- background-image:url(../assets/images/background.png);
- background-repeat: no-repeat;
- background-position:top center;
-
- }
-#vocabTitle{
- position: absolute;
- left:450px;
- 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: 70px; 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;
-}