<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
|------------------------------------------------------------------------------|
style file "SDK_SudokuStyle-en_M.css"
for sudoku puzzle (SudokuInit-en.js, SDK_SudokuJeu-en.js et modulesudoku-en.php)
Tedheu, version 1 (en) , updated on february 18 2010
|------------------------------------------------------------------------------|
*/

/* global style  ( division #SDK_cadre ) */
div#SDK_cadre {
	border: 2px outset;
    font: 12px verdana,arial,sans-serif;
    height: 650px;
    margin: 30px auto;
    position: relative;
    width: 800px;
	padding: 10px;
	background-color: #ddd;
}
* html div#SDK_cadre {
	width: 450px;
	height: 370px;
}

/* grid style ( division #SDK_grille ) */
div#SDK_grille {
	float: left;
	width: 550px;
}
div#SDK_grille table {
    padding: 0;
    background-color: #dddddd;
}
div#SDK_grille td.region table {
    padding: 0;
    border: outset 1px;
    background-color: white;
}
div#SDK_grille td.region table td {
    padding: 0;
    border: inset 1px;
    width: 30px;
    height: 50px;
    text-align: center;
    font: bold 37px verdana, arial, sans-serif;
    cursor: crosshair;
    border-color: #aaa;
    font-family: monospace;
}
div#SDK_grille td.case0 {
    color: black;
    background-color: #cfcfcf;
}
div#SDK_grille td.case1 span {
    display: block;
    margin: 0;
    width: 100%;
    height: 48px;
    background-color: #efefef;
}
div#SDK_grille td.case1 span.c1 {
    color: blue;
	font: bold 37px verdana,arial,sans-serif
}
div#SDK_grille td.case1 span.c2 {
    color: red;
	font: bold 37px verdana,arial,sans-serif
}
div#SDK_grille td.case1 span.c3 {
    color: green;
}

/* style of vertical menu ( division #SDK_menuV ) */
div#SDK_menuV {
	float: right;
	position: relative;
	/*border: 1px solid #aaa;*/
	width: 180px;
	height: 500px;
}
* html div#SDK_menuV {
	width: 100px;
	height: 304px;
	text-align: center;
}
div#SDK_menuV input.menu {
    display: block;
    margin: 0 auto 0 auto;
    padding: 10px;
    width: 156px;
    font-size: 20px;
    cursor: pointer;
    height: 50px;
    border-radius: 10px;
    background-color: #faebd7;
    border: 1px solid #999;
}
div#SDK_status {
	position: absolute;
    bottom: 70px;
    right: 20px;
    border: inset 2px;
    width: 156px;
    height: 41px;
    text-align: center;
    vertical-align: middle;
    font: bold 25px arial, sans-serif;
    color: purple;
    background-color: #f0f8ff;
    padding-top: 5px;
}
* html div#SDK_status {
	width: 60px;
	height: 25px;
}
div#SDK_status span.fin {
    display: block;
    width: 100%;
    height: 100%;
    color: red;
    background-color: yellow;
}
div#SDK_chrono {
	position: absolute;
    bottom: 20px;
    right: 20px;
    border: inset 2px;
    width: 156px;
    height: 41px;
    text-align: center;
    vertical-align: middle;
    font: bold 25px arial, sans-serif;
    color: red;
    background-color: #f0f8ff;
    padding-top: 5px;
}
* html div#SDK_chrono {
  	width: 60px;
	height: 25px;
}

/* style of horizontal menu  ( division #SDK_menuH ) */
div#SDK_menuH {
    position: relative;
    clear: both;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 20px;
}
div#SDK_menuH fieldset {
    height: 62px;
}
* html div#SDK_menuH fieldset {
    position: relative;
    height: 60px;
}
div#SDK_menuH fieldset legend {
    color: blue;
}
div#SDK_menuH input {
   	padding: 0;
    width: 45px;
    font-weight: bold;
    font-size: 24px;
    color: navy;
    cursor: pointer;
    height: 40px;
    background-color: #faebd7;
    margin-right: 10px;
}
div#SDK_menuH input.gomme {
    width: 80px;
    height: 40px;
}
div#SDK_chx {
	position: absolute;
    top: 33px;
    right: 15px;
    border: inset 2px;
    width: 80px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: blue;
}
* html div#SDK_chx {
	top: 20px;
	right: 15px;
	width: 80px;
	height: 25px;
	vertical-align: middle;
}
div#SDK_chx span.gomme {
	text-align: center;
    font-size: 15px;
    vertical-align: middle;
}
div#SDK_chx span.joker {
	text-align: center;
	vertical-align: middle;
    font-size: 20px;
    color: green;
    vertical-align: middle;
}
/*----------------------------------------------------------------------------*/
</pre></body></html>