Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/lessons/6_English_namesOfColor/css/lesson.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lessons/6_English_namesOfColor/css/lesson.css')
-rwxr-xr-xexamples/lessons/6_English_namesOfColor/css/lesson.css340
1 files changed, 340 insertions, 0 deletions
diff --git a/examples/lessons/6_English_namesOfColor/css/lesson.css b/examples/lessons/6_English_namesOfColor/css/lesson.css
new file mode 100755
index 0000000..2eb386d
--- /dev/null
+++ b/examples/lessons/6_English_namesOfColor/css/lesson.css
@@ -0,0 +1,340 @@
+@CHARSET "UTF-8";
+/****** Page Styles ****/
+
+/* Designed for 1200*900 px screen resolution */
+
+body {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 10pt;
+ margin: 0px;
+ background-color: #FFFFCC;
+}
+#header {
+ background-image: url(../assets/image/bg_header.png);
+ background-repeat: repeat-x;
+ height: 75px;
+ width: 100%;
+ position: absolute;
+ left: 0px;
+ top: 0px;
+}
+#topbtn_left {
+ float: left;
+ height: 60px;
+ width: 60px;
+ padding-top: 6px;
+ padding-left: 15px;
+}
+
+
+ .linkBack{
+ width: 60px; height: 59px;
+ background:url(../assets/image/btn_back.png);
+ }
+ .linkBack:hover{
+ background:url(../assets/image/btn_back_hover.png);
+ }
+
+#lesson_title {
+ float: left;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 16pt;
+ font-weight: bold;
+ color: #FFFFFF;
+ margin-left: 10px;
+ background-image: url(../assets/image/bg_title_block.png);
+}
+#topbtn_right {
+ float: right;
+ height: 60px;
+ width: 60px;
+ padding-top: 6px;
+ padding-right: 15px;
+}
+ #linkHelp{
+ width: 60px; height: 60px;
+ background:url(../assets/image/btn_help.png);
+ }
+ #linkHelp:hover{
+ background:url(../assets/image/btn_help_hover.png);
+ }
+ #linkOle{
+ width: 60px; height: 60px;
+ background:url(../assets/image/btn_ole.png);
+ }
+ #linkOle:hover{
+ background:url(../assets/image/btn_ole_hover.png);
+ }
+ .linkNext{var bindImgCss = {
+ 'float':'left',
+ 'width': '450px',
+ 'height':'40px',
+ 'margin-top':'0.25em',
+ 'text-align':'center',
+ 'padding-bottom':'0.3em'
+ };
+ width: 60px; height: 60px;
+ background:url(../assets/image/btn_next.png);
+ }
+ .linkNext:hover{
+ background:url(../assets/image/btn_next_hover.png);
+ }
+#footer {
+ position:relative;
+ background-image: url(../assets/image/bg_footer.png);
+ background-repeat: repeat-x;
+ height: 75px;
+ width: 100%;
+ left: 0px;
+ bottom: 0px;
+}
+#score_box {
+ float: left;
+ padding-left: 5px;
+ padding-top: 0.7em;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ color: #FFFF00;
+ font-size: 16pt;
+ font-weight: bold;
+}
+#botbtn_right {
+ float: right;
+ height: 55px;
+ padding-right: 5px;
+ padding-top: 10px;
+}
+ #linkCheck{
+ margin: 1em 3em 0 0;
+ width: 101px; height: 30px;
+ background-image: url(../assets/image/check.png);
+ }
+
+ #linkStart{
+ width: 251px; height: 55px;
+ background:url(../assets/image/btn_start.png);
+ }
+ #linkStart:hover{
+ background:url(../assets/image/btn_start_hover.png);
+ }
+ #linkStart:active{
+ background:url(../assets/image/btn_start_mouse_down.png);
+ }
+ #linkPlayAgain{
+ width: 251px; height: 55px;
+ background:url(../assets/image/btn_play_again.png);
+ }
+ #linkPlayAgain:hover{
+ background:url(../assets/image/btn_play_again_hover.png);
+ }
+ #linkPlayAgain:active{
+ background:url(../assets/image/btn_play_again_mouse_down.png);
+ }
+#linkNextLesson{
+ position:absolute;
+ bottom: 75px;
+ right: 10px;
+}
+#linkPrevLesson{
+ position:absolute;
+ bottom: 75px;
+ left: 10px;
+}
+
+/**** End of the page style ****/
+
+/**** Game Styles ****/
+
+a{
+ color:#FFFFCC;
+}
+#currentTitle{
+ width: 150px;
+ height: 80xp;
+ font:25px/30px "Courier New", Courier, monospace;
+ font-weight: bold;
+ color: red;
+}
+#content{
+ margin: 0 auto;
+ margin-top: 75px;
+ width: 1198px;
+ height: 560px;
+ background-image: url(../assets/image/background.png);
+
+}
+ #namesOfColors{
+ position:absolute;
+ top: 15%;
+ right: 20%;
+ }
+
+ .clicktoChange{
+ float:left;
+ padding: 0.5em;
+ height: 30px;
+ font: 20px/25px sans-serif,Arial, Helvetica;
+ cursor:pointer;
+ text-align:center;
+ }
+ .default{
+ background-color: #A6E4FE;
+ }
+ .clicked{lesson5css
+ background-color: #FF9900;
+ }
+ .hoverClick{
+ background-color: #FFFFFF;
+ }
+ .Green,.green{
+ background-color: #3BBA00;
+ }
+ .Brown,.brown{
+ background-color: #B55316;
+ }
+ .Purple,.purple{
+ background-color: purple;
+ }
+ .Yellow,.yellow{
+ background-color: #F4FC88;
+ }
+ .red,.Red{
+ background-color: #FF0000;
+ }
+ .blue,.Blue{
+ background-color: lesson5css#0000FF;
+ }
+ .orange,.Orange{
+ background-color: #FF9900;
+ }
+ .white,.White{
+ background-color: #FFFFFF;
+ }
+ .black,.Black{
+ background-color: #000000;
+ color: #FFFFFF;
+ }
+ .pink,.Pink{
+ background-color: #FF00FF;
+ }
+ .gray,.Gray{
+ background-color: #CCC;
+ }
+
+
+ .large{
+ width: 180px;
+ }
+ .medium{
+ width: 100px;
+ }
+ .small{
+ width: 90px;
+ height: 25px;
+ padding: 0.1em;
+ }
+ .border{
+ border: 2px solid black;
+ }
+
+ .clickTextInfo{
+ float:left;
+ font: 25px/30px Verdana, Geneva, Arial, Helvetica, sans-serif;
+ color:#000;
+ margin: 0.15em 0.5em 0 5em;
+
+ }
+ .smallclickTextInfo{
+ float:left;
+ font: 25px/30px Verdana, Geneva, Arial, Helvetica, sans-serif;
+ color:#000;
+ margin: 0.15em 0.5em 0 1em;
+
+ }
+ .lesson3css{
+ float:left;
+ width: 450px;
+ height:40px;
+ margin-top:0.25em;
+ text-align:center;
+ padding-bottom:0.3em;
+ }
+ .lesson5css{
+ float:left;
+ width: 700px;
+ height:40px;
+ margin-top:0.5em;
+ text-align:center;
+ padding-bottom:1.5em;
+ }
+
+
+ .lesson5tree{
+ margin: 0.15em 0.5em 0 5em;
+
+ }
+
+ .lesson6css{
+ float:left;
+ width: 700px;
+ height:40px;
+ margin-top:0.5em;
+ text-align:center;
+ padding-bottom:.5em;
+ }
+ .lesson7css{
+ float:left;
+ width: 800px;
+ margin-top:0.5em;
+ text-align:left;
+ padding-bottom:.2em;
+ white-space:pre;
+ }
+ .marginSmall{
+ margin-left:-4em;
+ }
+ .marginMedium{
+ margin-left:10em;
+ }
+ .marginLarge{
+ margin-left:30em;
+ }
+ #bindImgGlasses{
+ margin-left: 10em;
+ }
+ #help{
+ display:none;
+ position:absolute;
+ right: 60px;
+ top: 75px;;
+ width: 256px;
+ height: 600px;
+ background:url(../assets/image/help.png);
+ z-index:40;
+ }
+
+ #gameOver{
+ opacity: 1;
+ display:none;
+ position:absolute;
+ top:45%;
+ left: 30%;
+ color: blue;
+ text-align:center;
+ font : bold 45px/65px Arial Black, Times New Roman;
+ }
+ #gameOverInfo{
+ margin-top: 35px;
+ text-align:center;
+ font: 20px/25px Helvetica, Geneva, Arial, Verdana, sans-serif;
+ font-weight:bold;
+ color:#FF0000;
+
+ }
+ .specialText{
+ margin-top: 1em;
+ font: 20px/25px Helvetica, Geneva, Arial, Verdana, sans-serif;
+ font-weight:bold;
+ color:#FF9900;
+ border-bottom: 2px dotted #CCC;
+
+ }