diff --git a/docs/LOOT Metadata Syntax.html b/docs/LOOT Metadata Syntax.html index c6a1ee99..db32cd2d 100644 --- a/docs/LOOT Metadata Syntax.html +++ b/docs/LOOT Metadata Syntax.html @@ -9,49 +9,49 @@ font-family: 'Roboto'; font-style: normal; font-weight: 300; - src: url('../resources/report/fonts/Roboto-Light.ttf'); + src: url('../resources/ui/fonts/Roboto-Light.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; - src: url('../resources/report/fonts/Roboto-LightItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-LightItalic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; - src: url('../resources/report/fonts/Roboto-Regular.ttf'); + src: url('../resources/ui/fonts/Roboto-Regular.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; - src: url('../resources/report/fonts/Roboto-Italic.ttf'); + src: url('../resources/ui/fonts/Roboto-Italic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; - src: url('../resources/report/fonts/Roboto-Medium.ttf'); + src: url('../resources/ui/fonts/Roboto-Medium.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; - src: url('../resources/report/fonts/Roboto-MediumItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-MediumItalic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; - src: url('../resources/report/fonts/Roboto-Bold.ttf'); + src: url('../resources/ui/fonts/Roboto-Bold.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; - src: url('../resources/report/fonts/Roboto-BoldItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-BoldItalic.ttf'); } /* Typography */ diff --git a/docs/LOOT Readme.html b/docs/LOOT Readme.html index c5dd9996..44fa718b 100644 --- a/docs/LOOT Readme.html +++ b/docs/LOOT Readme.html @@ -9,49 +9,49 @@ font-family: 'Roboto'; font-style: normal; font-weight: 300; - src: url('../resources/report/fonts/Roboto-Light.ttf'); + src: url('../resources/ui/fonts/Roboto-Light.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; - src: url('../resources/report/fonts/Roboto-LightItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-LightItalic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; - src: url('../resources/report/fonts/Roboto-Regular.ttf'); + src: url('../resources/ui/fonts/Roboto-Regular.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; - src: url('../resources/report/fonts/Roboto-Italic.ttf'); + src: url('../resources/ui/fonts/Roboto-Italic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; - src: url('../resources/report/fonts/Roboto-Medium.ttf'); + src: url('../resources/ui/fonts/Roboto-Medium.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 500; - src: url('../resources/report/fonts/Roboto-MediumItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-MediumItalic.ttf'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; - src: url('../resources/report/fonts/Roboto-Bold.ttf'); + src: url('../resources/ui/fonts/Roboto-Bold.ttf'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; - src: url('../resources/report/fonts/Roboto-BoldItalic.ttf'); + src: url('../resources/ui/fonts/Roboto-BoldItalic.ttf'); } /* Typography */ @@ -472,7 +472,7 @@ var {

Themes

-

LOOT's user interface has experimental support for the use of alternative and custom CSS themes. To use a theme, place its CSS file into the resources/report/css folder inside LOOT's installation folder, and rename the file to theme.css. LOOT will then load this file when it launches. A dark user interface theme is provided with LOOT: to use it, rename dark-theme.css in the resources/report/css folder to theme.css. Theme support is experimental because future updates to LOOT's user interface may break existing CSS selectors.

+

LOOT's user interface has experimental support for the use of alternative and custom CSS themes. To use a theme, place its CSS file into the resources/ui/css folder inside LOOT's installation folder, and rename the file to theme.css. LOOT will then load this file when it launches. A dark user interface theme is provided with LOOT: to use it, rename dark-theme.css in the resources/ui/css folder to theme.css. Theme support is experimental because future updates to LOOT's user interface may break existing CSS selectors.

Contributing & Support