mirror of
https://github.com/86Box/docs.git
synced 2026-02-21 17:15:33 -07:00
Improve the settings index icon stylesheet
This commit is contained in:
@@ -10,37 +10,37 @@ If any changes were made to the settings, you will be asked whether or not you w
|
||||
.. raw:: html
|
||||
|
||||
<style>
|
||||
div.toctree-wrapper > ul > li:nth-child(1) {
|
||||
div.toctree-wrapper li:has(a[href^="machine"]) {
|
||||
list-style: url('../_images/machine_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(2) {
|
||||
div.toctree-wrapper li:has(a[href^="display"]) {
|
||||
list-style: url('../_images/display_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(3) {
|
||||
div.toctree-wrapper li:has(a[href^="input"]) {
|
||||
list-style: url('../_images/input_devices_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(4) {
|
||||
div.toctree-wrapper li:has(a[href^="sound"]) {
|
||||
list-style: url('../_images/sound_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(5) {
|
||||
div.toctree-wrapper li:has(a[href^="network"]) {
|
||||
list-style: url('../_images/network_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(6) {
|
||||
div.toctree-wrapper li:has(a[href^="ports"]) {
|
||||
list-style: url('../_images/ports_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(7) {
|
||||
div.toctree-wrapper li:has(a[href^="storage"]) {
|
||||
list-style: url('../_images/storage_controllers_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(8) {
|
||||
div.toctree-wrapper li:has(a[href^="hdd"]) {
|
||||
list-style: url('../_images/hard_disk_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(9) {
|
||||
div.toctree-wrapper li:has(a[href^="floppycdrom"]) {
|
||||
list-style: url('../_images/floppy_and_cdrom_drives_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(10) {
|
||||
div.toctree-wrapper li:has(a[href^="removable"]) {
|
||||
list-style: url('../_images/other_removable_devices_small.png');
|
||||
}
|
||||
div.toctree-wrapper > ul > li:nth-child(11) {
|
||||
div.toctree-wrapper li:has(a[href^="peripherals"]) {
|
||||
list-style: url('../_images/other_peripherals_small.png');
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -105,7 +105,7 @@ View
|
||||
|
||||
.. note:: If HiDPI scaling is disabled on a host with a HiDPI display, the emulated display's size may be off by one pixel due to an integer scaling limitation.
|
||||
|
||||
* **Fullscreen:** enter full screen mode. You can press :kbd:`Ctrl`\ +\ :kbd:`Alt`\ +\ :kbd:`Page Up` (:ref:`customizable <settings/input:Key bindings>`) to enter full screen mode or go back to windowed mode, or :kbd:`Ctrl`\ +\ :kbd:`Alt`\ +\ :kbd:`Page Down` (also :ref:`customizable <settings/input:Key bindings>`) to show or hide the user interface while in full screen mode.
|
||||
* **Fullscreen:** enter full screen mode. You can press :kbd:`Ctrl`\ +\ :kbd:`Alt`\ +\ :kbd:`Page Up` (:ref:`customizable <settings/input:Key bindings>`) to enter full screen mode or go back to windowed mode. The menu bar, :doc:`toolbar <toolbar>` and :doc:`status bar <statusbar>` are hidden by default in full screen mode; press :kbd:`Ctrl`\ +\ :kbd:`Alt`\ +\ :kbd:`Page Down` (also :ref:`customizable <settings/input:Key bindings>`) to show or hide them.
|
||||
* **Fullscreen stretch mode:** select the picture mode to use when in full screen mode.
|
||||
|
||||
* **Full screen stretch:** stretch the emulated display to completely fill the host display.
|
||||
|
||||
Reference in New Issue
Block a user