Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/6_Maths_matchingAnglesAndShapes/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/6_Maths_matchingAnglesAndShapes/css/lesson.css')
-rwxr-xr-xexamples/6_Maths_matchingAnglesAndShapes/css/lesson.css98
1 files changed, 93 insertions, 5 deletions
diff --git a/examples/6_Maths_matchingAnglesAndShapes/css/lesson.css b/examples/6_Maths_matchingAnglesAndShapes/css/lesson.css
index e66e314..fdd6726 100755
--- a/examples/6_Maths_matchingAnglesAndShapes/css/lesson.css
+++ b/examples/6_Maths_matchingAnglesAndShapes/css/lesson.css
@@ -1,7 +1,97 @@
-@CHARSET "ISO-8859-1";
@CHARSET "UTF-8";
+
/****** Page Styles ****/
+
+#clickBox{
+ margin-top: -5px;
+ padding:4px;
+ border:2px dashed blue;
+ background-color:white;
+ color:black;
+}
+
+/**** End of the page style ****/
+
+/**** Game Styles ****/
+
+#content a{
+ float:left;
+ width: 9em;
+ height: 9em;
+ padding: 0;
+ background-color: #99E6FF;
+ margin: 0 0.6em 0.6em 0;
+ text-align:center;
+ font-size: 6em/8em;
+ font-weight:bold;
+ color:black;
+
+}
+
+#content a>div{
+ margin: auto auto auto auto;
+ line-height: 9em;
+}
+
+#content{
+ margin-top: 2em;
+ margin-right: auto;
+ margin-bottom: 0;
+ margin-left:auto;
+ width: 78%;
+ height: 100%;
+}
+
+
+#gameOver{
+ margin-top:150px;
+ text-align:center;
+ font: 30px/35px Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-weight:bold;
+ color:red;
+}
+#gameOverInfo{
+ margin-top: 35px;
+ text-align:center;
+ font: 30px/35px Helvetica, Geneva, Arial, Verdana, sans-serif;
+ font-weight:bold;
+ color:blue;
+
+}
+.specialText{
+ font: 30px/35px Helvetica, Geneva, Arial, Verdana, sans-serif;
+ font-weight:bold;
+ color:#FF9900;
+ border-bottom: 2px dotted #CCC;
+
+}
+
+
+.default{
+ float:left;
+ width: 90px;
+ height: 90px;
+ background-color: #99E6FF;
+ margin: 0.2em;
+ text-align:center;
+ font: 15px/85px Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-weight:bold;
+ color:black;
+}
+
+.matched{
+ float:left;
+ width: 9.6em;
+ height: 9.6em;
+ background-color: blue;
+}
+
+
+
+
+
+/* OLD styles
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
@@ -117,9 +207,7 @@ body {
background:url(../assets/image/btn_play_again_mouse_down.png);
}
-/**** End of the page style ****/
-/**** Game Styles ****/
a{
color:white;
@@ -203,7 +291,7 @@ a{
height: 35px;
}
-.timerBoxes{ /* Show the timer running after the game has began.... */
+.timerBoxes{
float:right;
margin: 0.5em 0 0 0.1em;
width: 35px;
@@ -246,5 +334,5 @@ font : bold 25px Arial Black, Times New Roman;
background: #ACC;
}
-
+*/