Files
roll20-character-sheets/Mythras/src/Mythras.css
T
Matthew Carpenter 5afa988338 Mythras v2.7 (#5502)
* Spanish translation and minor fixes

* Rounding movement measurements

* Adding linguistics option to campaign settings

* Removing NPC stuff from the json options

* Saving Mythras v2 progress

* Modify mythras sheet.json for new options

* stash

* Restored tranlastions and all but mook css

* Automation script added to help building Mythras sheets

* Autocalc migration up to skills, Mythras

* sheetwork autocalc for standard skills

* Auto calc up to passions

* Fix tenacity

* Finish migrating skills to shett workers

* Finished skills auto calc

* Half done with compat tab

* Stash work up to mostly finish mook skills

* Fixed percent symbol on Athletics mook btn

* Added up to psionic powers for mooks and added collapse to magic sections

* Stash mook sup to animism

* more stashed edits

* Stash commits

* v2 Mythras

* A few edits to Mythras changelog, typos and spelling

* Style adjustments for Firefox

* Small bugfixes for the Mythras v2 conversion scripts

* Small bugfixes for the Mythras v2 conversion scripts

* Some minor CSS adjustments to support Firefox better

* Mythras: fix styling issues with fetish tenacity

* v2.1 of Mythras sheet and reduce M-Space to a stub with notes to use the Mythras sheet

* Remove line from Mythras change log which wasn't meant for publishing

* v2.2 of Mythras sheet

* Added missing Worlds United setting from Default Sheet Settings

* v2.3 of Mythras Sheet

* Add missing v2.3 version update

* Mythras v2.4 and Odd Soot stub

* Update Odd Soot Logo

* Removing Odd Soot sheet per clevett's recommendation

* Restore M-Space to previous versions per clevett's recommendation

* Added deprecation notice to top of M-Space sheet

* Mythras v2.5

* Added equipment and money to compact/mook sheets

* Added Social Conflict Support

* Update changelop for v2.6

* Update de.json

* Mythras - switching over to gradle based build with automated uploading of srcs to roll20

* Mythras v2.7

* Updated Mythras Changlog
2019-09-30 14:01:10 -05:00

51 lines
1.6 KiB
CSS

/* Sheet Styles */
/* Generic Styles*/
${new File("src/sheet/generic/generic.css").getText()}
/* Logo Styles */
${new File("src/sheet/generic/logo.css").getText()}
/* Recalc Button Styles */
${new File("src/sheet/generic/recalc_button.css").getText()}
/* Campaign Settings Styles */
${new File("src/sheet/generic/campaign_settings.css").getText()}
/* Battle Unit Styles */
${new File("src/sheet/types/battle_unit.css").getText()}
/* Character Styles */
${new File("src/sheet/types/character/tabs.css").getText()}
/* Detailed Styles */
${new File("src/sheet/types/character/detailed.css").getText()}
/* Mook & Compact Styles */
${new File("src/sheet/types/character/compact.css").getText()}
/* Ship Styles */
${new File("src/sheet/types/ship.css").getText()}
/* Solar System Styles */
${new File("src/sheet/types/solar_system.css").getText()}
/* Vehicle Styles */
/* M-Space Vehicle Styles */
${new File("src/sheet/types/vehicle/m-space.css").getText()}
/* Mythras Vehicle Styles */
${new File("src/sheet/types/vehicle/mythras.css").getText()}
/* Footer Styles */
${new File("src/sheet/generic/footer.css").getText()}
/* Roll Templates */
${new File("src/roll_templates/default.css").getText()}
${new File("src/roll_templates/effect.css").getText()}
${new File("src/roll_templates/hit_location.css").getText()}
${new File("src/roll_templates/magic.css").getText()}
${new File("src/roll_templates/resolution_pool.css").getText()}
${new File("src/roll_templates/skill.css").getText()}
${new File("src/roll_templates/system.css").getText()}
${new File("src/roll_templates/weapon.css").getText()}