From 91204321f9db57fb2b7a138c16cd24297cd0b439 Mon Sep 17 00:00:00 2001 From: Taka Date: Wed, 8 Jul 2020 08:00:36 +0000 Subject: [PATCH] Tweaked the styling of some extras templates. --- .../default-template-pack/extras/hip-guns.j2 | 20 ++++++++----------- .../extras/kakazu-ridge-cave-complexes.j2 | 17 ++++++++-------- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/vasl_templates/webapp/data/default-template-pack/extras/hip-guns.j2 b/vasl_templates/webapp/data/default-template-pack/extras/hip-guns.j2 index 47b60f2..64c22d1 100644 --- a/vasl_templates/webapp/data/default-template-pack/extras/hip-guns.j2 +++ b/vasl_templates/webapp/data/default-template-pack/extras/hip-guns.j2 @@ -8,8 +8,9 @@ @@ -17,12 +18,7 @@ td.status { font-weight: bold ; text-align: left ; } - @@ -31,10 +27,10 @@ td.status { font-weight: bold ; text-align: left ; }
+
Hidden Guns
Possible
  - Fires - Flip - Fires - Remove + Fires + Flip + Fires + Remove
H H H diff --git a/vasl_templates/webapp/data/default-template-pack/extras/kakazu-ridge-cave-complexes.j2 b/vasl_templates/webapp/data/default-template-pack/extras/kakazu-ridge-cave-complexes.j2 index e547da0..66bd5e1 100644 --- a/vasl_templates/webapp/data/default-template-pack/extras/kakazu-ridge-cave-complexes.j2 +++ b/vasl_templates/webapp/data/default-template-pack/extras/kakazu-ridge-cave-complexes.j2 @@ -14,6 +14,7 @@ color: #404040 ; } .header { background: #fff200 ; padding: 2px 5px ; } +.header .name { font-size: 105% ; font-weight: bold ; } .hexes { font-size: 90% ; font-style: italic ; color: #606060 ; } @@ -21,28 +22,28 @@
{% if CAVE_COMPLEX == "Kakazu West" %} - {{CAVE_COMPLEX}} (15) + {{CAVE_COMPLEX}} (15)
E10, F10-12, G10-14, H10-14, I11-12
{% elif CAVE_COMPLEX == "Kakazu Saddle" %} - {{CAVE_COMPLEX}} (12) + {{CAVE_COMPLEX}} (12)
J11-12, K11-14, L10-14, M9-13, N8-12
{% elif CAVE_COMPLEX == "Kakazu Center" %} - {{CAVE_COMPLEX}} (20) + {{CAVE_COMPLEX}} (20)
N13, O9-13, P8-12, Q8-13, R7-9
{% elif CAVE_COMPLEX == "Kakazu Front" %} - {{CAVE_COMPLEX}} (20) + {{CAVE_COMPLEX}} (20)
R10-11, S8-12, T8-12, U9-12, V8-12, W9-12, X9-11
{% elif CAVE_COMPLEX == "Kakazu Reverse" %} - {{CAVE_COMPLEX}} (15) + {{CAVE_COMPLEX}} (15)
R12-13, S13-15, T13-15, U13-15, V13
{% elif CAVE_COMPLEX == "Kakazu East" %} - {{CAVE_COMPLEX}} (15) + {{CAVE_COMPLEX}} (15)
W13, X12-13, Y11-14, Z11-14, AA11-14, BB13
{% elif CAVE_COMPLEX == "Kakazu Village" %} - {{CAVE_COMPLEX}} (12) + {{CAVE_COMPLEX}} (12)
L15-17, M14-18, N14-18, O15-19, P15-19, Q16-20, R16-19, S17-19
{% else %} - Cave Complex + Cave Complex {%endif%}