The JOBAD CSS consists of two files, both of which can be found in the css
directory.
The file JOBAD.css
contains essential styles which should not be changed by the user. The file JOBAD.theme.css
contains colors and other design elements which may be changed by the user.
The following css classes are available.
JOBAD
- a class applied to all JOBAD elementsJOBAD_Ignore
- add this class to any element to make JOBAD ignore it (even if it is visible).JOBAD_Notice
- add this class to any element to make JOBAD notice it (even if it is hidden).JOBAD_InlineIcon
- an inline icon.
JOBAD_Hover
- applied to Hover TooltipsJOBAD_Sidebar_Hover
- applied to Hover Tooltips generated by the sidebar
JOBAD_Contextmenu
- applied to the context menu.JOBAD_ContextMenu_Radial
- applied to the radial context menuJOBAD_ContextMenu_RadialItem
- applied to applied to radial context menu items
JOBAD_Sidebar_Wrapper
- wraps the element that has a sidebarJOBAD_Sidebar_Container
- contains all sidebar notificationsJOBAD_Sidebar_right
- applied to the JOBAD Sidebar aligned to the rightJOBAD_Sidebar_left
- applied to the JOBAD Sidebar aligned to the leftJOBAD_Sidebar_Group
- applied to sidebar groupsJOBAD_Sidebar_Single
- applied to elements in the sidebar which are not groupedJOBAD_Sidebar_group_element
- applied to elements of a sidebar groupJOBAD_Notification_$CLASS
- applied to the notification class given by $CLASS. Available by default are:error
,warning
,info
.
JOBAD_Folding_Wrapper
- wraps the element that is being foldedJOBAD_Folding_Container
- contains the folding barJOBAD_Folding_folded
- applied to the JOBAD Folding container when it is foldedJOBAD_Folding_unfolded
- applied to the JOBAD Folding container when it is unfoldedJOBAD_Folding_right
- applied to all Foldings which are aligned to the rightJOBAD_Folding_left
- applied to all Foldings which are aligned to the leftJOBAD_Folding_Spacing
- a spacing element inserted after every folded element to create some space
JOBAD_ConfigUI
- applied to the JOBAD Config UIJOBAD_ConfigUI_tablemain
- The main table of the configuration UIJOBAD_ConfigUI_infobox
- The box containing all information about a moduleJOBAD_ConfigUI_ModEntry
- An entry in the table containing a moduleJOBAD_ConfigUI_MetaConfigTitle
- The title of a configuration setting.JOBAD_ConfigUI_MetaConfigDesc
- The description of a configuration setting.JOBAD_ConfigUI_validateFail
- a configuration setting that failed validationJOBAD_ConfigUI_validateOK
- a configuration setting that passed validation
JOBAD_Repo
- applied to JOBAD repo pagesJOBAD_Repo_Body
- applied to an element which contains the JOBAD repo body.JOBAD_Repo_MsgBox
- applied to the message box on repo pages.JOBAD_Repo_Title
- applied to the repo title on repo pages.JOBAD_Repo_Desc
- applied to the description on repo pages.JOBAD_Repo_Table
- applied to the table of all modules on repo pages.JOBAD_Repo_NA
- a span element which shoudl be filled with not available textJOBAD_Repo_Dependency
- a JOBAD repo dependency entry.JOBAD_Repo_Dependency_Found
- applied to dependencies which are found in the current repository.JOBAD_Repo_Dependency_NotFound
- applied to dependencies which are not found in the current repository.JOBAD_Sort_Ascend
- applied to a span element which should be filled with a sorted ascending text.JOBAD_Sort_Descend
- applied to a span element which should be filled with a sorted descending text.