Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/English_Animal_Identification/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/English_Animal_Identification/css/lesson.css')
-rwxr-xr-xexamples/English_Animal_Identification/css/lesson.css79
1 files changed, 0 insertions, 79 deletions
diff --git a/examples/English_Animal_Identification/css/lesson.css b/examples/English_Animal_Identification/css/lesson.css
deleted file mode 100755
index d3f1795..0000000
--- a/examples/English_Animal_Identification/css/lesson.css
+++ /dev/null
@@ -1,79 +0,0 @@
-@CHARSET "UTF-8";
-#kMain {
- background: url(../assets/image/background.png) no-repeat;
- -moz-background-size: 100% 100%;
- -webkit-background-size: 100% 100%;
-}
-
-#questionBox{
- color: blue;
- width: 40%;
- font-weight: bold;
- font-size: 3em;
- margin-top: 10%;
- margin-left: 15%;
-}
-
-#imageBox{
- width: 220px;
- height: 220px;
-}
-
-.imageBox{
- margin-top: 2%;
- margin-left: 20%;
- width: 220px;
- height: 220px;
- visibility: hidden;
-}
-
-#options{
- margin-left:5%;
- margin-top:2%;
- width: 70%;
- height: 2em;
-}
-
-.option{
- width: 22%;
- height: 40px;
- display:inline-block;
- background-color: yellow;
- padding:5px;
- border: 2px solid green;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- cursor: pointer;
- font-size: 3em;
- text-align: center;
-}
-
-.option:hover{
- background-color: rgba(0, 255, 255, 1);
-}
-
-/*.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;
-}
-
-*/ \ No newline at end of file