CSS Reference
This page contains the CSS selector names for styling RPGM within an application, by using custom CSS code in the project settings.
Main
#pgmis the whole container of an RPGM app;#pgm-contentis the current content of the app;#pgm-content-pastis the content while viewing a past step;.pgm-sidebar-onand.pgm-sidebar-offare applied to#pgm-contentand its past counterpart if the sidebar is shown or hidden.
Sidebar
#pgm-menuis the sidebar container;#pgm-menu-logois the logo in the sidebar;#pgm-menu-titleis the title of the app in the sidebar;#pgm-menu-contentis the content of the menu;.pgm-menu-itemis a single step in the sidebar menu;.pgm-menu-item-activeis the additional class for the currently active step in the app;.pgm-menu-item-selectedis the additional class for the step the user is looking at.
Script step
.pgm-scriptis the main container of the whole script sequence;.pgm-script-spinneris the rotating spinner;.pgm-script-labelis the label with the elapsed time and/or finished message;.pgm-script-progressis the main container of the custom progress display;.pgm-script-progress-baris the progress bar container;.pgm-script-progress-bar-inneris the inner bar of the progress bar;
.pgm-script-progress-labelis the custom text below the progress bar.
GUI step
.pgm-guiis the container of a GUI sequence;button[data-click="gui:submit"]is the submit button of a GUI.
See the Widgets CSS page for widget styling.
End step
.pgm-endis the container of the whole end sequence;.pgm-end-messageis the "finished" label;.pgm-end-filesis the output file cards;.pgm-end-files-titleis the "Output files:" title;.pgm-end-files-listis the files container;.pgm-end-fileis a single output file;
.pgm-end-buttonsis the container of the restart/quit button;.pgm-end-restartand.pgm-end-quitare the restart and quit button.
Toasts notifications
#toastis the notifications container;.toastis a single toast container;.toast-{type}is the type of the notification: success, info or error.