diff --git a/client/homebrew/pages/homePage/homePage.less b/client/homebrew/pages/homePage/homePage.less index c3ec1815c..b89c2c7dd 100644 --- a/client/homebrew/pages/homePage/homePage.less +++ b/client/homebrew/pages/homePage/homePage.less @@ -34,13 +34,15 @@ } .navItem.save { - .fadeInRight(); - .transition(opacity); background-color : @orange; + transition:all 0.2s; &:hover { background-color : @green; } + &.neverSaved { - .fadeOutRight(); + translate:-100%; opacity: 0; + background-color :#333; + cursor:auto; } } } diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index b8cade2e6..4abd4a8ef 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -227,26 +227,6 @@ module.exports = [ } ] }, - { - name : 'Forged in the Dark', - subsnippets : [ - { - name : 'Logo', - icon : 'fas fa-image', - gen : LicenseGen.bladesDarkLogo - }, - { - name : 'Logo Attribution', - icon : 'fas fa-legal', - gen : LicenseGen.bladesDarkLogoAttribution - }, - { - name : 'Attribution Statement', - icon : 'fas fa-legal', - gen : LicenseGen.bladesDarkNotice - }, - ], - }, { name : 'Creative Commons', icon : 'fab fa-creative-commons', @@ -400,11 +380,6 @@ module.exports = [ ] }, - { - name : "Hall of Champions Colophon", - gen : LicenseDTTRPGGCC.dojHallofChampionsColophon, - }, - { name : "Hero Kid\'s Creators Guild", subsnippets : [ @@ -442,10 +417,6 @@ module.exports = [ } ] }, - { - name : "Starforgers Guild Colophon", - gen : LicenseDTTRPGGCC.alligatorAlleyEntertainmentStarforgersGuildColophon, - }, { name : "Super-Powered by M&M", subsnippets : [ @@ -508,6 +479,38 @@ module.exports = [ }, ] }, + { + name : 'Icons', + icon : 'fas fa-i', + subsnippets : [ + { + name : 'Text Declarations', + icon : null, + subsnippets : [ + { + name : 'Compatibility', + icon : 'fas fa-i', + gen : LicenseGen.iconsCompatibility, + }, + { + name : 'Section 15', + icon : 'fas fa-i', + gen : LicenseGen.icondsSection15, + }, + { + name : 'Trademark', + icon : 'fas fa-i', + gen : LicenseGen.iconsTrademark, + }, + ] + }, + { + name : 'Compatibility Logo', + icon : 'fas fa-i', + gen : LicenseGen.iconsCompatibilityLogo + } + ] + }, { name : 'MIT License', @@ -527,7 +530,7 @@ module.exports = [ icon : 'fab fa-shadowdark', subsnippets : [ { - name : 'Icons', + name : 'Logos', icon : 'fas fa-image', subsnippets : [ { diff --git a/themes/V3/Blank/snippets/license.gen.js b/themes/V3/Blank/snippets/license.gen.js index c17d5b12a..dfc67880a 100644 --- a/themes/V3/Blank/snippets/license.gen.js +++ b/themes/V3/Blank/snippets/license.gen.js @@ -1,5 +1,4 @@ /* eslint-disable max-lines */ -const _ = require('lodash'); const dedent = require('dedent'); // Small and one-off licenses @@ -50,10 +49,14 @@ module.exports = { ccbyncsaBadge : `![CC BY-NC-SA](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-sa.svg)`, ccbyndBadge : `![CC BY-ND](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nd.svg)`, ccbyncndBadge : `![CC BY-NC-ND](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc-nd.svg)`, - shadowDarkNotice : `\[Product Name]\ is an independent product published under the Shadowdark RPG Third-Party License and is not affiliated with The Arcane Library, LLC. Shadowdark RPG © 2023 The Arcane Library, LLC.`, - shadowDarkBlack : `![Shadowdark Black Logo](/assets/license_logos/Third_Party_Shadowdark_Logo_Black.png){width:200px}`, - shadowDarkWhite : `![Shadowdark White Logo](/assets/license_logos/Third_Party_Shadowdark_Logo_White.png){width:200px}`, - bladesDarkNotice : `This work is based on Blades in the Dark \(found at (http://www.bladesinthedark.com/)\), product of One Seven Design, developed and authored by John Harper, and licensed for our use under the Creative Commons Attribution 3.0 Unported license \(http://creativecommons.org/licenses/by/3.0/\).`, - bladesDarkLogo : `![Forged in the Dark](/assets/license_logos/forged_in_the_dark_logo2_0.png)`, - bladesDarkLogoAttribution : `*Blades in the Dark^tm^ is a trademark of One Seven Design. The Forged in the Dark Logo is © One Seven Design, and is used with permission.*` + shadowDarkNotice : `\[Product Name]\ is an independent product published under the Shadowdark RPG Third-Party License and is not affiliated with The Arcane Library, LLC. Shadowdark RPG © 2023 The Arcane Library, LLC.\n`, + shadowDarkBlack : `![Shadowdark Black Logo](/assets/license_logos/The-Arcane-Library_Third-Party-License_Black.png){width:200px}`, + shadowDarkWhite : `![Shadowdark White Logo](/assets/license_logos/The-Arcane-Library_Third-Party-License_White.png){width:200px}`, + bladesDarkNotice : `This work is based on Blades in the Dark \(found at (http://www.bladesinthedark.com/)\), product of One Seven Design, developed and authored by John Harper, and licensed for our use under the Creative Commons Attribution 3.0 Unported license \(http://creativecommons.org/licenses/by/3.0/\).\n`, + bladesDarkLogo : `![Forged in the Dark](/assets/license_logos/Evil-Hat_Forged-In-The-Dark_Logo-V2.png)`, + bladesDarkLogoAttribution : `*Blades in the Dark^tm^ is a trademark of One Seven Design. The Forged in the Dark Logo is © One Seven Design, and is used with permission.*`, + iconsCompatibility : 'Compatibility with Icons requires Icons Superpowered Roleplaying from Ad Infinitum Adventures. Ad Infinitum Adventures does not guarantee compatibility, and does not endorse this product.', + iconsTrademark : 'Icons Superpowered Roleplaying is a trademark of Steve Kenson, published exclusively by Ad Infinitum Adventures. The Icons Superpowered Roleplaying Compatibility Logo is a trademark of Ad Infinitum Adventures and is used under the Icons Superpowered Roleplaying Compatibility License.', + icondsSection15 : 'Open Game License v 1.0, Copyright 2000, Wizards of the Coast, Inc.\n::\nFudge System Reference Document, Copyright 2005, Grey Ghost Press, Inc.; Authors Steffan O\’Sullivan and Ann Dupuis, with additional material by Peter Bonney, Deird’Re Brooks, Reimer Behrends, Shawn Garbett, Steven Hammond, Ed Heil, Bernard Hsiung, Sedge Lewis, Gordon McCormick, Kent Matthewson, Peter Mikelsons, Anthony Roberson, Andy Skinner, Stephan Szabo, John Ughrin, Dmitri Zagidulin\n::\nFATE (Fantastic Adventures in Tabletop Entertainment), Copyright 2003 by Evil Hat Productions LLC; Authors Robert Donoghue and Fred Hicks\n::\nSpirit of the Century, Copyright 2006, Evil Hat Productions LLC. Authors Robert Donoghue, Fred Hicks, and Leonard Balsera.\n::\nIcons, Copyright 2010, Ad Infinitum Adventures; Author Steve Kenson.\n', + iconsCompatibilityLogo : '![Icons Compatibility Logo](/assets/license_logos/Ad-Infinitum-Adventures_Icons-Compatibility-License_Logo.png){width:200px}' }; \ No newline at end of file diff --git a/themes/V3/Blank/snippets/licenseAELF.js b/themes/V3/Blank/snippets/licenseAELF.js index d8101b808..2844ff731 100644 --- a/themes/V3/Blank/snippets/licenseAELF.js +++ b/themes/V3/Blank/snippets/licenseAELF.js @@ -1,5 +1,4 @@ /* eslint-disable max-lines */ -const _ = require('lodash'); const dedent = require('dedent'); // AELF License diff --git a/themes/V3/Blank/snippets/licenseGNU.gen.js b/themes/V3/Blank/snippets/licenseGNU.gen.js index 3fcd2e614..a3abd0818 100644 --- a/themes/V3/Blank/snippets/licenseGNU.gen.js +++ b/themes/V3/Blank/snippets/licenseGNU.gen.js @@ -1,5 +1,4 @@ /* eslint-disable max-lines */ -const _ = require('lodash'); const dedent = require('dedent'); // GNU Licenses diff --git a/themes/V3/Blank/snippets/licenseWotC.gen.js b/themes/V3/Blank/snippets/licenseWotC.gen.js index 8e3368ab2..cb023b66d 100644 --- a/themes/V3/Blank/snippets/licenseWotC.gen.js +++ b/themes/V3/Blank/snippets/licenseWotC.gen.js @@ -1,5 +1,4 @@ /* eslint-disable max-lines */ -const _ = require('lodash'); const dedent = require('dedent'); module.exports = { diff --git a/themes/assets/license_logos/Ad-Infinitum-Adventures_Icons-Compatibility-License_Logo.png b/themes/assets/license_logos/Ad-Infinitum-Adventures_Icons-Compatibility-License_Logo.png new file mode 100644 index 000000000..509936a72 Binary files /dev/null and b/themes/assets/license_logos/Ad-Infinitum-Adventures_Icons-Compatibility-License_Logo.png differ diff --git a/themes/assets/license_logos/forged_in_the_dark_logo2_0.png b/themes/assets/license_logos/Evil-Hat_Forged-In-The-Dark_Logo-V2.png similarity index 100% rename from themes/assets/license_logos/forged_in_the_dark_logo2_0.png rename to themes/assets/license_logos/Evil-Hat_Forged-In-The-Dark_Logo-V2.png diff --git a/themes/assets/license_logos/Third_Party_Shadowdark_Logo_Black.png b/themes/assets/license_logos/The-Arcane-Library_Third-Party-License_Black.png similarity index 100% rename from themes/assets/license_logos/Third_Party_Shadowdark_Logo_Black.png rename to themes/assets/license_logos/The-Arcane-Library_Third-Party-License_Black.png diff --git a/themes/assets/license_logos/Third_Party_Shadowdark_Logo_White.png b/themes/assets/license_logos/The-Arcane-Library_Third-Party-License_White.png similarity index 100% rename from themes/assets/license_logos/Third_Party_Shadowdark_Logo_White.png rename to themes/assets/license_logos/The-Arcane-Library_Third-Party-License_White.png