mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update docs for UI resources path change
The "report" folder got renamed to "ui" a while ago.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 {
|
||||
</table>
|
||||
|
||||
<h2 id="themes">Themes</h2>
|
||||
<p>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 <code>resources/report/css</code> folder inside LOOT's installation folder, and rename the file to <code>theme.css</code>. LOOT will then load this file when it launches. A dark user interface theme is provided with LOOT: to use it, rename <code>dark-theme.css</code> in the <code>resources/report/css</code> folder to <code>theme.css</code>. Theme support is experimental because future updates to LOOT's user interface may break existing CSS selectors.</p>
|
||||
<p>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 <code>resources/ui/css</code> folder inside LOOT's installation folder, and rename the file to <code>theme.css</code>. LOOT will then load this file when it launches. A dark user interface theme is provided with LOOT: to use it, rename <code>dark-theme.css</code> in the <code>resources/ui/css</code> folder to <code>theme.css</code>. Theme support is experimental because future updates to LOOT's user interface may break existing CSS selectors.</p>
|
||||
|
||||
|
||||
<h2 id="contrib">Contributing & Support</h2>
|
||||
|
||||
Reference in New Issue
Block a user