@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); } #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: absolute; 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: 251px;*/ padding-right: 5px; padding-top: 5px; } #linkCheck{ width: 187px; height: 55px; 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); } #linkPlayfile:///usr/share/ubuntu-artwork/home/index.htmlAgain: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: 0px auto; margin-top: 85px; height: 400px; } #section{ margin: 5px auto; width: 100%; height: 400px; text-align:center; } #topText{ margin: 20px auto; width: 500px; height: 25px; color: blue; font: 20px/25px Arial, Verdana, Geneva, Arial, Helvetica, sans-serif; } .drophover{ background-color: #FF9900; } .imgArea{ float:left; margin-right: 15px; margin-bottom: 20px; padding: 2px; width: 150px; height: 135px; text-align:center; } .monthsName{ cursor: pointer; text-align:center; font: 20px/25px Arial, Helvetica, sans-serif; } .imgBox{ margin-top:0.1em; text-align:center; } .dropMonthArea{ float:left; margin-right: 25px; margin-bottom: 20px; padding: 2px; width: 225px; height: 50px; text-align:center; } #dragMonthArea{ position:absolute; left: 10%; bottom: 16%; width: 80%; height: 90px; border: 1px solid #D0F692; } input.blankBox{ font: 15px Verdana, Geneva, Arial, Helvetica, sans-serif; height:20px; width: 20px; color:red; text-align:center; } .imgSmall{ float:left; } .orderTxt{ float: left; margin-right: 10px; width: 50px; height: 30px; font: 16px/20px Arial, Verdana, Geneva, Helvetica, sans-serif; } .imgDisplay{ float:left; margin: 0em; } .check{ float:right; width: 20px; height: 20px; } #gameOver{ display:none; position:absolute; width: 300px; text-align:center; top: 40%; left: 40%; font: 30px/35px Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:red; } #gameOverInfo{ margin-top: 35px; text-align:center; font: 20px/25px Helvetica, Geneva, Arial, Verdana, sans-serif; font-weight:bold; color:#06D946; }