From 0e647aa5996ec6bff5b060972af4bf29c86da83a Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 4 Feb 2020 00:01:19 -0500 Subject: [PATCH] html --- src/gui/css/mainStyleSheet.css | 1 + src/uncategorized/brothelReport.tw | 30 ++++++++++++++++++------------ 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css index 1e009d593b4..a1ea72d1c37 100644 --- a/src/gui/css/mainStyleSheet.css +++ b/src/gui/css/mainStyleSheet.css @@ -338,6 +338,7 @@ div.double-indent { color: pink; font-weight: bold; text-decoration: underline; + text-decoration-color: white; } div.cheat-menu { diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index c6ddafdf541..dc4435fa099 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -53,20 +53,20 @@ As your loving $wife, $he does $his best to attract attention to your brothel. <</if>> <<if (_FLsFetish == 1)>> - $He isn't above sampling the merchandise $himself; before long it's obvious to $his girls that $he @@.lightcoral;really likes fucking them.@@ + $He isn't above sampling the merchandise $himself; before long it's obvious to $his girls that $he <span class="fetish-gain">really likes fucking them.</span> <<elseif (_FLsFetish == 2)>> - $He's careful that all of the whores under $his supervision are all warmed up and ready to get fucked every morning, and $he @@.lightsalmon;becomes more dominant.@@ + $He's careful that all of the whores under $his supervision are all warmed up and ready to get fucked every morning, and $he <span class="fetish-inc">becomes more dominant.</span> <</if>> <<if ($Madam.skill.whoring <= 10)>> Though $Madam.slaveName does $his best to manage the brothel, with $his lack of skill $he can do little. <<elseif ($Madam.skill.whoring <= 30)>> - $Madam.slaveName's basic skills marginally @@.yellowgreen;improve@@ business at $brothelName. + $Madam.slaveName's basic skills marginally <span class="cash-inc">improve</span> business at $brothelName. <<elseif ($Madam.skill.whoring <= 60)>> - $Madam.slaveName's skills @@.yellowgreen;improve@@ business at $brothelName. + $Madam.slaveName's skills <span class="cash-inc">improve</span> business at $brothelName. <<elseif ($Madam.skill.whoring < 100)>> - $Madam.slaveName's skills greatly @@.yellowgreen;improve@@ business at $brothelName. + $Madam.slaveName's skills greatly <span class="cash-inc">improve</span> business at $brothelName. <<else>> - $Madam.slaveName's mastery immensely @@.yellowgreen;improves@@ business at $brothelName. + $Madam.slaveName's mastery immensely <span class="cash-inc">improves</span> business at $brothelName. <</if>> <<if ($Madam.actualAge > 35)>> $His age and experience also contribute. @@ -168,14 +168,20 @@ <<run saWhore($slaves[$i])>> <</if>> <br> - $He whores $himself because $he doesn't have enough whores to manage to keep $him busy, and makes @@.yellowgreen;<<print cashFormat($Madam.lastWeeksCashIncome)>>.@@ $He can charge more for $his time, since many citizens find it erotic to fuck the Madam. + $He whores $himself because $he doesn't have enough whores to manage to keep $him busy, and makes <span class="cash-inc"><<print cashFormat($Madam.lastWeeksCashIncome)>>.</span> $He can charge more for $his time, since many citizens find it erotic to fuck the Madam. <<set _profits += $cash - _oldCash, _oldCash = $cash>> <</if>> <<if (_DL > 0)>><br><br><</if>> <</if>> <<if (_DL > 0)>> - <<if _DL != 1>>''There are _DL slave whores working out of $brothelName.''<<else>>''There is one slave whore working out of $brothelName.''<</if>> + <div class="indent" style="font-weight:bold"> + <<if _DL != 1>> + There are _DL slave whores working out of $brothelName. + <<else>> + There is one slave whore working out of $brothelName. + <</if>> + </div> <</if>> <<if $Madam != 0>> @@ -189,7 +195,7 @@ </div> <</if>> /* 000-250-006 */ - ''__@@.pink;<<= SlaveFullName($slaves[_FLs])>>@@__'' is serving as the Madam. + <span class="slave-name"><<= SlaveFullName($slaves[_FLs])>></span> is serving as the Madam. <br> <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> @@ -274,7 +280,7 @@ </div> <</if>> /* 000-250-006 */ - ''__@@.pink;<<= SlaveFullName($slaves[$i])>>@@__'' + <span class="slave-name"><<= SlaveFullName($slaves[$i])>></span> <<if $slaves[$i].choosesOwnAssignment == 2>> <<include "SA chooses own job">> <<else>> @@ -337,11 +343,11 @@ b.profit = b.totalIncome - b.totalExpenses; <</script>> - $brothelNameCaps makes you @@.yellowgreen;<<print cashFormat(_profits)>>@@ this week. + $brothelNameCaps makes you <span class="cash inc"><<print cashFormat(_profits)>></span> this week. <<if $brothelDecoration != "standard">> <p> - $brothelNameCaps's customers enjoyed @@.green;fucking whores in $brothelDecoration surroundings.@@ + $brothelNameCaps's customers enjoyed <span class="reputation.inc">fucking whores in $brothelDecoration surroundings.</span> </p> <</if>> -- GitLab