diff --git a/Mongoose_Traveller2e/MongooseTraveller.css b/Mongoose_Traveller2e/MongooseTraveller.css index b621a51bb4..390d1a32ef 100644 --- a/Mongoose_Traveller2e/MongooseTraveller.css +++ b/Mongoose_Traveller2e/MongooseTraveller.css @@ -30,7 +30,9 @@ select[multiple]:focus option:checked { .sheet-speculative, .sheet-tradelog, .sheet-trade, -.sheet-vehicle { +.sheet-vehicle, +.sheet-vehicledetails, +.sheet-vehiclenotes { display: none; opacity: 0; } @@ -77,7 +79,7 @@ select[multiple]:focus option:checked { animation-duration: 1s; opacity: 1; } - +/* .sheet-shiptypetoggle[value="ship"] ~ .sheet-ship { display: block; animation-name: slide-in; @@ -91,7 +93,7 @@ select[multiple]:focus option:checked { animation-duration: 1s; opacity: 1; } - +*/ .sheet-shiptype[value="shipdetails"] ~ .sheet-shipdetails { display: block; animation-name: slide-in; @@ -120,6 +122,20 @@ select[multiple]:focus option:checked { opacity: 1; } +.sheet-vehicletype[value="vehicledetails"] ~ .sheet-vehicledetails { + display: block; + animation-name: slide-in; + animation-duration: 1s; + opacity: 1; +} + +.sheet-vehicletype[value="vehiclenotes"] ~ .sheet-vehiclenotes { + display: block; + animation-name: slide-in; + animation-duration: 1s; + opacity: 1; +} + .sheet-tradetoggle[value="passengers"] ~ .sheet-passengers { display: block; margin-left: 3px; @@ -1337,6 +1353,8 @@ input.sheet-typeshow[value="ship"] ~ .sheet-type-ship, input.sheet-shiptypeshow[value="shipdetails"] ~ .sheet-type-shipdetails, input.sheet-shiptypeshow[value="shipnotes"] ~ .sheet-type-shipnotes, input.sheet-typeshow[value="vehicle"] ~ .sheet-type-vehicle, +input.sheet-vehicletypeshow[value="vehicledetails"] ~ .sheet-type-vehicledetails, +input.sheet-vehicletypeshow[value="vehiclenotes"] ~ .sheet-type-vehiclenotes, input.sheet-tradetypeshow[value="passengers"] ~ .sheet-type-passengers, input.sheet-tradetypeshow[value="freight"] ~ .sheet-type-freight, input.sheet-tradetypeshow[value="speculative"] ~ .sheet-type-speculative, diff --git a/Mongoose_Traveller2e/MongooseTraveller.html b/Mongoose_Traveller2e/MongooseTraveller.html index 980a51717c..63d1e511f7 100644 --- a/Mongoose_Traveller2e/MongooseTraveller.html +++ b/Mongoose_Traveller2e/MongooseTraveller.html @@ -3316,184 +3316,235 @@
Add a mount then add the weapons below for that mount. Destructive weapons should have their damage in the form e.g.: 2DD
- -