From 8174f1bf0475d7c9dbb016d14835aad96a5ef855 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 12 Aug 2017 20:13:19 -0400 Subject: [PATCH] fixes --- src/gui/css/accordianStyleSheet.tw | 32 ++++++++++++++++++++++++++++++ src/pregmod/electiveSurgery.tw | 10 +++++----- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/src/gui/css/accordianStyleSheet.tw b/src/gui/css/accordianStyleSheet.tw index fffecaaa22c..4a311c6a293 100644 --- a/src/gui/css/accordianStyleSheet.tw +++ b/src/gui/css/accordianStyleSheet.tw @@ -28,6 +28,38 @@ button.accordion:before { margin-right: 5px; } +.unStaffed { + background-color: transparent; + padding: .5em .2em; + margin-bottom: 1em; + border-bottom: thin inset grey; +} + +.unStaffed:before { + content: '\00D7'; + color: #777; + font-weight: bold; + color: red; + float: left; + margin-right: 5px; +} + +.unStaffed:after { + content: attr(data-after); + float: right; + margin-left: 2em; + font-weight: strong; + color: green; +} + +button.accordion:after { + content: attr(data-after); + float: right; + margin-left: 2em; + font-weight: normal; + color: green; +} + button.accordion.active:before { content: "\2212"; } diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw index 74a9f893a93..4e4c82f07b0 100644 --- a/src/pregmod/electiveSurgery.tw +++ b/src/pregmod/electiveSurgery.tw @@ -138,31 +138,31 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original "My god! What happened to you? You might now want to hit the fertility drugs so hard next time. Then again, I don't think you'll see us complaining when you come in for a tummy tuck to get everything back where it used to be." She says with a wink as she uses both hands to massage your <<if $PC.preg > 40>>overdue octuplet-bursting belly, enjoying the kicks from your children within. "If you go into labor, we have everything you'll need, so don't worry." <<else>>over-crowded belly. - </if>> + <</if>> <br> <<elseif $PC.preg >= 64000>> Oh wow! You're immense! Are you sure you want to have surgery in this state? Things start to get complicated when you're this pregnant." She says as she uses both hands to massage your <<if $PC.preg > 40>>overdue quadruplet-filled belly, enjoying the kicks from your children within. "If you go into labor, we have everything you'll need, so don't worry." <<else>>crowded belly. - </if>> + <</if>> <br> <<elseif $PC.preg >= 48000>> "Oh wow! You're gigantic! Are you sure you want to have surgery in this state? Things start to get complicated when you're this pregnant." She says as she uses both hands to massage your <<if $PC.preg > 40>>overdue triplet-filled belly, enjoying the kicks from your children within. "If you go into labor, we have everything you'll need, so don't worry." <<else>>crowded belly. - </if>> + <</if>> <br> <<elseif $PC.preg >= 32000>> "My word, are you sure you want to have surgery in this state? You're gigantic! Plus things start to get complicated when you're this pregnant." She says as she uses both hands to massage your <<if $PC.preg > 40>>overdue twin-filled belly, enjoying the kicks from your children within. "If you go into labor, we have everything you'll need, so don't worry." <<else>>crowded belly. - </if>> + <</if>> <br> <<elseif $PC.preg >= 16000>> "My word, are you sure you want to have surgery in this state? You're giant!" She says as she uses both hands to massage your <<if $PC.preg > 40>>overdue belly, enjoying the kicks from your child within. "If you go into labor, we have everything you'll need, so don't worry." <<else>>belly, taking note of the extra occupents. - </if>> + <</if>> <br> <<elseif $PC.belly >= 14000>> "Wow, are you going to be ok? That looks really heavy." She says as she uses both hands to grope your massive belly, paying extra attention to your navel. "Are you sure you don't want to take a seat?"<br> -- GitLab