remix icons
This commit is contained in:
parent
176e72c465
commit
f53e09b52e
0
fonts/.keep
Normal file
0
fonts/.keep
Normal file
Binary file not shown.
Binary file not shown.
156
fonts/index.html
Normal file
156
fonts/index.html
Normal file
File diff suppressed because one or more lines are too long
2515
fonts/remixicon.css
Normal file
2515
fonts/remixicon.css
Normal file
File diff suppressed because it is too large
Load Diff
BIN
fonts/remixicon.eot
Normal file
BIN
fonts/remixicon.eot
Normal file
Binary file not shown.
1
fonts/remixicon.glyph.json
Normal file
1
fonts/remixicon.glyph.json
Normal file
File diff suppressed because one or more lines are too long
2517
fonts/remixicon.less
Normal file
2517
fonts/remixicon.less
Normal file
File diff suppressed because it is too large
Load Diff
2499
fonts/remixicon.module.less
Normal file
2499
fonts/remixicon.module.less
Normal file
File diff suppressed because it is too large
Load Diff
4967
fonts/remixicon.scss
Normal file
4967
fonts/remixicon.scss
Normal file
File diff suppressed because it is too large
Load Diff
2486
fonts/remixicon.styl
Normal file
2486
fonts/remixicon.styl
Normal file
File diff suppressed because it is too large
Load Diff
7429
fonts/remixicon.svg
Normal file
7429
fonts/remixicon.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 2.0 MiB |
11
fonts/remixicon.symbol.svg
Normal file
11
fonts/remixicon.symbol.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.3 MiB |
BIN
fonts/remixicon.ttf
Normal file
BIN
fonts/remixicon.ttf
Normal file
Binary file not shown.
BIN
fonts/remixicon.woff
Normal file
BIN
fonts/remixicon.woff
Normal file
Binary file not shown.
BIN
fonts/remixicon.woff2
Normal file
BIN
fonts/remixicon.woff2
Normal file
Binary file not shown.
17437
fonts/symbol.html
Normal file
17437
fonts/symbol.html
Normal file
File diff suppressed because it is too large
Load Diff
175
fonts/unicode.html
Normal file
175
fonts/unicode.html
Normal file
File diff suppressed because one or more lines are too long
2
head.php
2
head.php
@ -4,7 +4,7 @@
|
||||
<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-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="apple-touch-icon" href="thumbnail.php?size=57" sizes="57x57">
|
||||
<link rel="apple-touch-icon" href="thumbnail.php?size=114" sizes="114x114">
|
||||
|
18
sudoku.php
18
sudoku.php
@ -13,38 +13,38 @@
|
||||
<div class='btn-group'>
|
||||
<input type='radio' id='inkPenRadio' class='btn-check' name='penRadioGroup' checked />
|
||||
<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>
|
||||
<input type='radio' id='pencilRadio' class='btn-check' name='penRadioGroup' />
|
||||
<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>
|
||||
<input type='radio' id='eraserRadio' class='btn-check' name='penRadioGroup' />
|
||||
<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>
|
||||
</div>
|
||||
<div class='btn-group'>
|
||||
<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'>
|
||||
<i class="bi bi-plus-square-fill"></i>
|
||||
<i class="ri-focus-3-fill"></i>
|
||||
</label>
|
||||
<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é'>
|
||||
<i class="bi bi-ui-checks-grid"></i>
|
||||
<i class="ri-mark-pen-fill"></i>
|
||||
</label>
|
||||
</div>
|
||||
<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 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 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 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>
|
||||
</div>
|
||||
<form id='sudokuForm' class='needs-validation' novalidate>
|
||||
|
Loading…
x
Reference in New Issue
Block a user