<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
|------------------------------------------------------------------------------|
fichier de style "SDK_SudokuStyle_M.css"
pour jeu de sudoku ( SudokuInit.js, SDK_SudokuJeu.js et modulesudoku.php )
Tedheu, version 1 (fr) , mise à jour le 18 février 2010
|------------------------------------------------------------------------------|
*/

/* style général  ( division #SDK_cadre ) */
div#SDK_cadre {
	position: relative;
	border: inset 2px;
	width: 446px;
	height: 366px;
    font: 12px verdana,arial,sans-serif;
}
* html div#SDK_cadre {
	width: 450px;
	height: 370px;
}

/* style de la grille  ( division #SDK_grille ) */
div#SDK_grille {
	float: left;
}
div#SDK_grille table {
    padding: 0;
    border: outset 1px;
    background-color: #efefef;
}
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: 30px;
    text-align: center;
    font: bold 20px verdana,arial,sans-serif;
    cursor: crosshair;
}
div#SDK_grille td.case0 {
    color: black;
    background-color: #cfcfcf;
}
div#SDK_grille td.case1 span {
    display: block;
    margin: 0;
    width: 100%;
    height: 28px;
    background-color: #efefef;
}
div#SDK_grille td.case1 span.c1 {
    color: blue;
}
div#SDK_grille td.case1 span.c2 {
    color: red;
}
div#SDK_grille td.case1 span.c3 {
    color: green;
}

/* style du menu vertical  ( division #SDK_menuV ) */
div#SDK_menuV {
	float: right;
	position: relative;
	border: outset 3px;
	width: 104px;
	height: 298px;
}
* html div#SDK_menuV {
	width: 100px;
	height: 304px;
	text-align: center;
}
div#SDK_menuV input.menu {
    display: block;
   	margin: 0 auto 0 auto;
   	padding: 0;
    width: 100px;
    font-size: 15px;
    cursor: pointer;
}
div#SDK_status {
	position: absolute;
	bottom: 70px;
	right: 20px;
	border: inset 2px;
	width: 56px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
    font: bold 15px arial,sans-serif;
    color: purple;
}
* 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: 56px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
    font: bold 15px arial,sans-serif;
    color: red;
}
* html div#SDK_chrono {
  	width: 60px;
	height: 25px;
}

/* style du menu horizontal  ( division #SDK_menuH ) */
div#SDK_menuH {
    position: relative;
    clear: both;
    margin-left: 2px;
    margin-right: 2px;
}
div#SDK_menuH fieldset {
    height: 42px;
}
* html div#SDK_menuH fieldset {
    position: relative;
    height: 60px;
}
div#SDK_menuH fieldset legend {
    color: blue;
}
div#SDK_menuH input {
   	padding: 0;
    width: 25px;
    font-weight: bold;
    font-size: 14px;
    color: navy;
    cursor: pointer;
}
div#SDK_menuH input.gomme {
    width: 40px
}
div#SDK_chx {
	position: absolute;
	top: 20px;
	right: 15px;
	border: inset 2px;
	width: 80px;
	height: 25px;
	text-align: center;
	font-weight: bold;
    font-size: 22px;
    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;
    font-size: 20px;
    color: green;
 	vertical-align: middle;
}
/*----------------------------------------------------------------------------*/
</pre></body></html>