Add icons to settings pages

This commit is contained in:
RichardG867
2021-11-28 01:08:47 -03:00
parent c3533e8ec3
commit 648b567b2a
15 changed files with 94 additions and 22 deletions

View File

@@ -13,6 +13,8 @@
.. |floppy_35_small| image:: /usage/images/floppy_35_small.png
.. |floppy_525| image:: /usage/images/floppy_525.png
.. |floppy_525_small| image:: /usage/images/floppy_525_small.png
.. |floppy_and_cdrom_drives| image:: /usage/images/floppy_and_cdrom_drives.png
.. |floppy_and_cdrom_drives_small| image:: /usage/images/floppy_and_cdrom_drives_small.png
.. |hard_disk| image:: /usage/images/hard_disk.png
.. |hard_disk_small| image:: /usage/images/hard_disk_small.png
.. |input_devices| image:: /usage/images/input_devices.png
@@ -35,3 +37,11 @@
.. |storage_controllers_small| image:: /usage/images/storage_controllers_small.png
.. |zip| image:: /usage/images/zip.png
.. |zip_small| image:: /usage/images/zip_small.png
.. raw:: html
<style>
div.section > h1 > img {
padding-right: 3px;
}
</style>

View File

@@ -1,5 +1,7 @@
Display
=======
.. include:: /include.rst
|display| Display
=================
The *Display* page contains settings related to the emulated machine's 2D and 3D video cards.

View File

@@ -1,5 +1,7 @@
Floppy & CD-ROM drives
======================
.. include:: /include.rst
|floppy_and_cdrom_drives| Floppy & CD-ROM drives
================================================
The *Floppy & CD-ROM drives* page contains settings related to the emulated machine's base removable storage drives.

View File

@@ -1,5 +1,7 @@
Hard disks
==========
.. include:: /include.rst
|hard_disk| Hard disks
======================
The *Hard disks* page contains settings related to the emulated machine's fixed disks.

View File

@@ -1,3 +1,5 @@
.. include:: /include.rst
Settings
========
@@ -5,6 +7,44 @@ The *Settings* window allows you to configure the emulated machine.
If any changes were made to the settings, you will be asked whether or not you want to save the changes upon pressing *OK* or closing the window. Saving changes will hard reset the emulated machine. Press *Cancel* to immediately discard all changes.
.. raw:: html
<style>
div.toctree-wrapper > ul > li:nth-child(1) {
list-style: url('../_images/machine_small.png');
}
div.toctree-wrapper > ul > li:nth-child(2) {
list-style: url('../_images/display_small.png');
}
div.toctree-wrapper > ul > li:nth-child(3) {
list-style: url('../_images/input_devices_small.png');
}
div.toctree-wrapper > ul > li:nth-child(4) {
list-style: url('../_images/sound_small.png');
}
div.toctree-wrapper > ul > li:nth-child(5) {
list-style: url('../_images/network_small.png');
}
div.toctree-wrapper > ul > li:nth-child(6) {
list-style: url('../_images/ports_small.png');
}
div.toctree-wrapper > ul > li:nth-child(7) {
list-style: url('../_images/storage_controllers_small.png');
}
div.toctree-wrapper > ul > li:nth-child(8) {
list-style: url('../_images/hard_disk_small.png');
}
div.toctree-wrapper > ul > li:nth-child(9) {
list-style: url('../_images/floppy_and_cdrom_drives_small.png');
}
div.toctree-wrapper > ul > li:nth-child(10) {
list-style: url('../_images/other_removable_devices_small.png');
}
div.toctree-wrapper > ul > li:nth-child(11) {
list-style: url('../_images/other_peripherals_small.png');
}
</style>
.. toctree::
:maxdepth: 1
:caption: Settings pages

View File

@@ -1,5 +1,7 @@
Input devices
=============
.. include:: /include.rst
|input_devices| Input devices
=============================
The *Input devices* page contains settings related to the emulated machine's mouse, joysticks and other input devices.

View File

@@ -1,5 +1,7 @@
Machine
=======
.. include:: /include.rst
|machine| Machine
=================
The *Machine* page contains settings related to the emulated machine as a whole, such as the machine type, CPU type and amount of memory.

View File

@@ -1,5 +1,7 @@
Network
=======
.. include:: /include.rst
|network| Network
=================
The *Network* page contains settings related to the emulated machine's network connectivity.

View File

@@ -1,5 +1,7 @@
Other peripherals
=================
.. include:: /include.rst
|other_peripherals| Other peripherals
=====================================
The *Other peripherals* page contains settings related to disk drive controllers, memory expansions and other expansion cards.

View File

@@ -1,5 +1,7 @@
Ports (COM & LPT)
=================
.. include:: /include.rst
|ports| Ports (COM & LPT)
=========================
The *Ports (COM & LPT)* page contains settings related to the emulated machine's I/O ports.

View File

@@ -1,5 +1,7 @@
Other removable devices
=======================
.. include:: /include.rst
|other_removable_devices| Other removable devices
=================================================
The *Other removable devices* page contains settings related to the emulated machine's additional removable storage drives.

View File

@@ -1,5 +1,7 @@
Sound
=====
.. include:: /include.rst
|sound| Sound
=============
The *Sound* page contains settings related to the emulated machine's audio hardware.

View File

@@ -1,5 +1,7 @@
Storage controllers
===================
.. include:: /include.rst
|storage_controllers| Storage controllers
=========================================
The *Storage controllers* page contains settings related to the emulated machine's disk drive controllers.

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B