@CHARSET "UTF-8"; /****** Page Styles ****/ 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: 89px; width: 100%; position: absolute; left: 0px; top: 0px; } #topbtn_left { float: left; height: 60px; width: 60px; padding-top: 13px; padding-left: 5px; } #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: 13px; padding-right: 5px; } #linkHelp{ width: 60px; height: 60px; background:url(../assets/image/btn_help.png); }bgCalculation #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{ width: 60px; height: 60px; background:url(../assets/image/btn_next.png); } #linkNext:hover{ background:url(../assets/image/btn_next_hover.png); } #footer { background-image: url(../assets/image/bg_footer.png); background-repeat: repeat-x; position: abbgCalculationsolute; height: 69px; width: 100%; left: 0px; bottom: 0px; } #score_box { float: left; padding-left: 5px; padding-top: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFF00; font-size: 16pt; font-weight: bold; } #botbtn_right { float: right; height: 55px; /*width: 25bgCalculation1px;*/ padding-right: 5px; padding-top: 5px; } #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); } /**** 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: 85px; width: 95%; padding: 0.5em; height: 375px; } #section{ width: 900px; height: 400px; margin: 0 auto; } #left-side{ float:left; width: 360px; height: 365px; border: 2px solid black; } .bgQuesMain{ margin: 0em auto; width: 360px; height: 115px; text-align:center; background: #D2D77E; } .bgQuesAns{ margin: 0em auto; padding-top: 10px; width: 360px; height: 240px; text-align:center; background: #A5FFFE; } #right-side{ float:right; width: 360px; height: 365px; border: 2px solid black; } .bgQuestion{ margin: 0em auto; padding-top: 25px; width: 360px; height: 90px; text-align:center; background: #FED67E; } .bgCalculation{ margin: 0em auto; padding-top: 5px; width: 360px; height: 245px; text-align:center; background: #6DFFD5; } #textQues1{ float:right; margin-top: 20px; width: 300px; height:30px; letter-spacing: 5px; font: 20px/25px Verdana, Geneva, Arial, Helvetica, sans-serif; padding-right: 20px; text-align:right; } #textQues2{ float:right; margin-top: 10px; width: 350px; height:30px; letter-spacing: 5px; text-align:right; font: 20px/25px Verdana, Geneva, Arial, Helvetica, sans-serif; padding-right: 15px; } #textQues3{ float:right; text-align:right; margin-top: 20px; width: 300px; height: 30px; padding-right: 15px; } #textQues4{ float:right; text-align:right; margin-top: 20px; width: 300px; height: 30px; padding-right: 20px; } .blankBoxes{ padding-left: 15px; width: 35px; height: 40px; border-bottom : 2px solid black; font: 20px/25px Verdana, Geneva, Arial, Helvetica, sans-serif; } .quesText{ font: 20px/25px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #000000; } input.textBox{ size:3; font: 15px/20px Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; height:25px; width: 30px; text-align:center; } .focus { background-color: #FFEEAA; } .correct{ background-color: #C0F9F3; } .incorrect{ background-color: #FFFF00; } #help{ display:none; position:absolute; right: 20%; top: 1%; width: 224px; height: 525px; background:url(../assets/image/help.png); z-index:40; } .backOpaque{ background-color: #A4A4A4; opacity: 0.2; } #gameOver{ display:none; position:absolute; top: 40%; left: 25%; width: 432px; height: 68px; background: url('../assets/image/gameOver.png'); }