diff --git a/docs/dev/LOOT Metadata Syntax.html b/docs/dev/LOOT Metadata Syntax.html index 44b9aa9..1ab4455 100644 --- a/docs/dev/LOOT Metadata Syntax.html +++ b/docs/dev/LOOT Metadata Syntax.html @@ -77,9 +77,7 @@ html { font-size: 1.429rem; /*letter-spacing: 0.005em;*/ } -.subhead, h4, -#summary > h1, -html /deep/ paper-item { +.subhead, h4 { font-weight: 400; font-size: 1.143rem; line-height: 1.75; @@ -87,9 +85,7 @@ html /deep/ paper-item { /* line-height: 1.5; */ /*letter-spacing: 0.01em;*/ } -.button, -html /deep/ paper-tab, -html /deep/ paper-button { +.button { font-weight: 500; font-size: 1rem; text-transform: uppercase; @@ -105,17 +101,17 @@ a:hover { text-decoration: underline; } /* Tables */ -html /deep/ table { +table { border-collapse: collapse; width: 100%; background-color: #E8EAF6; } -html /deep/ table td, table th { +table td, table th { vertical-align: top; text-align: left; padding: 8px 16px; } -html /deep/ table th { +table th { border-bottom: 1px solid rgba(0, 0, 0, 0.12); } @@ -436,14 +432,14 @@ nav: 0
For example, priority: 153000352 and priority: 352 have equal values when compared, but a plugin with the first priority will be compared against all others, while a (non-empty) plugin with the second priority will be compared against only those it conflicts with.
-
A plugin with a higher priority value will load after a plugin with a lower priority value. Value can be anything in the range -2000000000 to 2000000000, and if unspecified defaults to 0.
+
A plugin with a higher priority value will load after a plugin with a lower priority value. The value can be anything in the range -2000000000 to 2000000000, and if unspecified defaults to 0.
afterreqincmsgtagurldirtydirtyEach plugin must have only one matching non-regex entry. If multiple non-regex entries exist with the same name value, all but the first will be ignored. A plugin may match any number of regex entries though, and their metadata will be merged, with later entries being merged into earlier entries as detailed in the table below. Merging only takes place if both entries have their enabled value set to true (which is the default if unspecified).
diff --git a/docs/dev/LOOT Readme.html b/docs/dev/LOOT Readme.html
index 0523b72..a662b8c 100644
--- a/docs/dev/LOOT Readme.html
+++ b/docs/dev/LOOT Readme.html
@@ -77,9 +77,7 @@ html {
font-size: 1.429rem;
/*letter-spacing: 0.005em;*/
}
-.subhead, h4,
-#summary > h1,
-html /deep/ paper-item {
+.subhead, h4 {
font-weight: 400;
font-size: 1.143rem;
line-height: 1.75;
@@ -87,9 +85,7 @@ html /deep/ paper-item {
/* line-height: 1.5; */
/*letter-spacing: 0.01em;*/
}
-.button,
-html /deep/ paper-tab,
-html /deep/ paper-button {
+.button {
font-weight: 500;
font-size: 1rem;
text-transform: uppercase;
@@ -105,17 +101,17 @@ a:hover {
text-decoration: underline;
}
/* Tables */
-html /deep/ table {
+table {
border-collapse: collapse;
width: 100%;
background-color: #E8EAF6;
}
-html /deep/ table td, table th {
+table td, table th {
vertical-align: top;
text-align: left;
padding: 8px 16px;
}
-html /deep/ table th {
+table th {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@@ -394,7 +390,7 @@ var {
If a message's condition determines that it should not be displayed, then it will not be displayed, no matter the language. However, if a message's condition determines that it should be displayed, but the language is specified and doesn't match the language LOOT is running in, the message will not be displayed. -
As LOOT can suggest Bash Tags be added or removed, it is possible for the same Tag to appear twice, being suggested for addition and removal. In such cases, removal overrides addition.
Each Bash Tag has three fields: