diff --git a/muni.css b/muni.css index 154c14c..cc3b275 100644 --- a/muni.css +++ b/muni.css @@ -71,4 +71,24 @@ textarea:disabled { .tooltip:hover .tooltiptext { visibility: visible; opacity: 1; +} + +.grid{ + display: grid; + grid-template-columns: 1fr 1fr; + grid-gap: 20px; +} + +.munigrid{ + border-left: 1px dotted #000; + border-right: 1px dotted #000; +} + +.munigrid:nth-child(1){ + border-left:none; +} + +.munigrid:nth-child(even){ + border-left:none; + border-right:none; } \ No newline at end of file diff --git a/parkingcalc.html b/parkingcalc.html index 6ec00c8..19cca4e 100644 --- a/parkingcalc.html +++ b/parkingcalc.html @@ -5,55 +5,72 @@ - D4DJ Parking Calculator | Powered by Muni + D4DJ Parking Calculator | Powered by Muni - -

D4DJ Event Parking Calculator

+

D4DJ Event Parking Calculator

- Parking Configuration + Parking Configuration - +     - +     - +    
- - -      - If turned on, calculates scoring options using lower % teams also. - -
-
- - The maximum score you can get from playing a song using Free Live.
- (Use 0 for Rehearsals Only)
+
+
+ + +      + If turned on, calculates scoring options using lower % teams also. + +
+
+ + The maximum score you can get from playing a song using Free Live.
+ (Use 0 for Rehearsals Only)
+
+
+ + Enable voltage & EP limits. + +
+

- + - +

@@ -79,7 +96,7 @@
  • When you get close to the score you need in Free Live, purposely fail the song. Notes are worth 10% their normal value when you have 0 health so you can finish easily.
  • The "Flexible Team" option gives you the fastest park, but at the expense of more voltage.
  • - +