remix icons
This commit is contained in:
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
+2515
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
+7429
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 2.0 MiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
+17437
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -4,7 +4,7 @@
|
|||||||
<link href="css/bootstrap-dark.min.css" rel="stylesheet" type="text/css" title="Automatique" />
|
<link href="css/bootstrap-dark.min.css" rel="stylesheet" type="text/css" title="Automatique" />
|
||||||
<link href="css/bootstrap.min.css" rel="alternate stylesheet" type="text/css" title="Clair">
|
<link href="css/bootstrap.min.css" rel="alternate stylesheet" type="text/css" title="Clair">
|
||||||
<link href="css/bootstrap-night.min.css" rel="alternate stylesheet" type="text/css" title="Sombre">
|
<link href="css/bootstrap-night.min.css" rel="alternate stylesheet" type="text/css" title="Sombre">
|
||||||
<link rel="stylesheet" type="text/css" href="css/bootstrap-icons.css" />
|
<link rel="stylesheet" type="text/css" href="fonts/remixicon.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||||
<link rel="apple-touch-icon" href="thumbnail.php?size=57" sizes="57x57">
|
<link rel="apple-touch-icon" href="thumbnail.php?size=57" sizes="57x57">
|
||||||
<link rel="apple-touch-icon" href="thumbnail.php?size=114" sizes="114x114">
|
<link rel="apple-touch-icon" href="thumbnail.php?size=114" sizes="114x114">
|
||||||
|
|||||||
+9
-9
@@ -13,38 +13,38 @@
|
|||||||
<div class='btn-group'>
|
<div class='btn-group'>
|
||||||
<input type='radio' id='inkPenRadio' class='btn-check' name='penRadioGroup' checked />
|
<input type='radio' id='inkPenRadio' class='btn-check' name='penRadioGroup' checked />
|
||||||
<label for='inkPenRadio' class='btn btn-primary' title='Écrire un chiffre'>
|
<label for='inkPenRadio' class='btn btn-primary' title='Écrire un chiffre'>
|
||||||
<i class="bi bi-pen-fill"></i>
|
<i class="ri-ball-pen-fill"></i>
|
||||||
</label>
|
</label>
|
||||||
<input type='radio' id='pencilRadio' class='btn-check' name='penRadioGroup' />
|
<input type='radio' id='pencilRadio' class='btn-check' name='penRadioGroup' />
|
||||||
<label for='pencilRadio' class='btn btn-primary' title='Prendre des notes'>
|
<label for='pencilRadio' class='btn btn-primary' title='Prendre des notes'>
|
||||||
<i class="bi bi-pencil-fill"></i>
|
<i class="ri-pencil-fill"></i>
|
||||||
</label>
|
</label>
|
||||||
<input type='radio' id='eraserRadio' class='btn-check' name='penRadioGroup' />
|
<input type='radio' id='eraserRadio' class='btn-check' name='penRadioGroup' />
|
||||||
<label for='eraserRadio' class='btn btn-primary' title='Effacer une case'>
|
<label for='eraserRadio' class='btn btn-primary' title='Effacer une case'>
|
||||||
<i class="bi bi-eraser-fill"></i>
|
<i class="ri-eraser-fill"></i>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class='btn-group'>
|
<div class='btn-group'>
|
||||||
<input type='checkbox' id='sightCheckbox' class='btn-check' onclick='highlighterCheckbox.checked = false; refreshUI()' />
|
<input type='checkbox' id='sightCheckbox' class='btn-check' onclick='highlighterCheckbox.checked = false; refreshUI()' />
|
||||||
<label for='sightCheckbox' class='btn btn-info' title='Surligner la ligne, la colonne et la région de la case survolée'>
|
<label for='sightCheckbox' class='btn btn-info' title='Surligner la ligne, la colonne et la région de la case survolée'>
|
||||||
<i class="bi bi-plus-square-fill"></i>
|
<i class="ri-focus-3-fill"></i>
|
||||||
</label>
|
</label>
|
||||||
<input type='checkbox' id='highlighterCheckbox' class='btn-check' onclick='sightCheckbox.checked = false; refreshUI()' />
|
<input type='checkbox' id='highlighterCheckbox' class='btn-check' onclick='sightCheckbox.checked = false; refreshUI()' />
|
||||||
<label for='highlighterCheckbox' class='btn btn-info' title='Surligner les lignes, colonnes et régions contenant déjà le chiffre sélectionné'>
|
<label for='highlighterCheckbox' class='btn btn-info' title='Surligner les lignes, colonnes et régions contenant déjà le chiffre sélectionné'>
|
||||||
<i class="bi bi-ui-checks-grid"></i>
|
<i class="ri-mark-pen-fill"></i>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<button id="hintButton" type="button" class='btn btn-info' onclick="showHint()" title="Montrer une case avec une seule possibilité" accesskey="H" disabled="">
|
<button id="hintButton" type="button" class='btn btn-info' onclick="showHint()" title="Montrer une case avec une seule possibilité" accesskey="H" disabled="">
|
||||||
<i class="bi bi-lightbulb"></i>
|
<i class="ri-lightbulb-line"></i>
|
||||||
</button>
|
</button>
|
||||||
<button id='restartButton' type='button' class='btn btn-primary' onclick='restart()' disabled title='Recommencer'>
|
<button id='restartButton' type='button' class='btn btn-primary' onclick='restart()' disabled title='Recommencer'>
|
||||||
<i class="bi bi-skip-start-fill"></i>
|
<i class="ri-restart-line"></i>
|
||||||
</button>
|
</button>
|
||||||
<button id='undoButton' type='button' class='btn btn-primary' onclick='undo()' disabled title='Annuler' accesskey='Z'>
|
<button id='undoButton' type='button' class='btn btn-primary' onclick='undo()' disabled title='Annuler' accesskey='Z'>
|
||||||
<i class="bi bi-arrow-left"></i>
|
<i class="ri-arrow-go-back-fill"></i>
|
||||||
</button>
|
</button>
|
||||||
<button id='saveButton' type='button' class='btn btn-primary' onclick='save()' disabled title='Sauvegarder' accesskey='S'>
|
<button id='saveButton' type='button' class='btn btn-primary' onclick='save()' disabled title='Sauvegarder' accesskey='S'>
|
||||||
<i class="bi bi-save-fill"></i>
|
<i class="ri-save-2-fill"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<form id='sudokuForm' class='needs-validation' novalidate>
|
<form id='sudokuForm' class='needs-validation' novalidate>
|
||||||
|
|||||||
Reference in New Issue
Block a user