diff --git a/src/003-assets/CSS/tabs.css b/src/003-assets/CSS/tabs.css new file mode 100644 index 0000000000000000000000000000000000000000..1e9db3744c9b3a583df93c38c9eaa72a267a1769 --- /dev/null +++ b/src/003-assets/CSS/tabs.css @@ -0,0 +1,51 @@ +div.tab { + overflow: hidden; + border: 1px solid #ccc; + background-color: transparent; +} + +div.tab button { + background-color: inherit; + float: left; + border: none; + outline: none; + cursor: pointer; + padding: 14px 16px; + transition: 0.3s; + font-size: 19px; +} + +div.tab button:hover { + background-color: #444; +} + +div.tab button.active { + background-color: #777; +} + +.tabcontent { + display: none; + padding: 6px 12px; + -webkit-animation: fadeEffect 1s; + animation: fadeEffect 1s; +} + +@-webkit-keyframes fadeEffect { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} + +@keyframes fadeEffect { + from { + opacity: 0; + } + + to { + opacity: 1; + } +} diff --git a/src/facilities/farmyard/farmyard.tw b/src/facilities/farmyard/farmyard.tw index 2e833adb8da53dc319fc1dd64485d6a2eb01f5f2..84c46326557d1a0e48a88b846e0610fedf7e9e83 100644 --- a/src/facilities/farmyard/farmyard.tw +++ b/src/facilities/farmyard/farmyard.tw @@ -469,7 +469,6 @@ $farmyardNameCaps is an oasis of growth in the midst of the jungle of steel and <</if>> <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index f127a210b575543b1a29b9009bc3402509e9c1d5..1e22165dcd53e4f23d3ac63f38292838d2c095df 100644 --- a/src/facilities/nursery/nursery.tw +++ b/src/facilities/nursery/nursery.tw @@ -126,7 +126,6 @@ $nurseryNameCaps <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> @@ -482,7 +481,6 @@ Target age for release: <<textbox "$targetAgeNursery" $targetAgeNursery "Nursery <<if $useSlaveSummaryTabs == 1>> <<set _j = "Back", _k = "AC Dump", _l = "Main">> - <<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw index f1aa702f304a274f677526fc7098b95d4695ae49..bdffa352370d8958bab98c7150fb41fbab1d3c87 100644 --- a/src/uncategorized/arcade.tw +++ b/src/uncategorized/arcade.tw @@ -132,7 +132,6 @@ $arcadeNameCaps <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index 415e56c6bd34903193351db628a93592e6dc5d21..52d7ed3e93413a8f7ca53a3609b03d3ac3b9e751 100644 --- a/src/uncategorized/brothel.tw +++ b/src/uncategorized/brothel.tw @@ -213,7 +213,6 @@ Last week this <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/cellblock.tw b/src/uncategorized/cellblock.tw index 1203af615546e6c528c81985da6a643e80ec006e..a84de2a4ef5e099663e3e7d30a8dd4bd2191fa25 100644 --- a/src/uncategorized/cellblock.tw +++ b/src/uncategorized/cellblock.tw @@ -120,7 +120,6 @@ $cellblockNameCaps <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw index 3e5aeaa1e4328d48c304797258448243e98ffb63..2d8fa676cdf558c6de10a774c9a4ebc77572e605 100644 --- a/src/uncategorized/clinic.tw +++ b/src/uncategorized/clinic.tw @@ -142,7 +142,6 @@ $clinicNameCaps <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index b68d1366a9a207e02922911c68903e1463e91d42..176af0c1d345f7515ddc7c728953b4de6f2d0894 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -257,7 +257,6 @@ $clubNameCaps <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw index 9d92e0538c3a48637fc0fe7761000ee0ed1aa274..2d9a8bc97337b0badd984a76b48b9cd55dec0553 100644 --- a/src/uncategorized/dairy.tw +++ b/src/uncategorized/dairy.tw @@ -532,7 +532,6 @@ $dairyNameCaps <</if>> <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw index 0ff50c41a7c93498e17848d7e2599a2d86b16af7..d4cad0118a67f176cf76ea6006b5f88c8d3841ba 100644 --- a/src/uncategorized/economics.tw +++ b/src/uncategorized/economics.tw @@ -53,7 +53,6 @@ <</if>> <<else>> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/headGirlSuite.tw b/src/uncategorized/headGirlSuite.tw index 4239b5368b286c34b27f6f4d607cb05f3b4e7ec4..474c4d5e2a49bc6f9e7888120cf185c477b4b2e2 100644 --- a/src/uncategorized/headGirlSuite.tw +++ b/src/uncategorized/headGirlSuite.tw @@ -46,7 +46,6 @@ <</if>> <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw index 5a40ad3045d9c035ae8ca2ebb61111910a957b95..fd47864c36e8fba13f99eee01cdea875e8c0221b 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -103,7 +103,6 @@ __''MAIN MENU''__ //[[Summary Options]]// <</if>> <<set _j = "Back", _k = "AS Dump", _l = "Main">> - <<CreateSimpleTabs>> <body> <div class="tab"> @@ -431,7 +430,7 @@ __''MAIN MENU''__ //[[Summary Options]]// <<else>> <script>document.getElementById("tab all").click();</script> <</if>> - + </body> <<if $positionMainLinks <= 0>> <br><<MainLinks>> diff --git a/src/uncategorized/masterSuite.tw b/src/uncategorized/masterSuite.tw index 8b5891a687f89e34668e47e2f7ff2cc71fba7116..b8289dc54a207f3bb043191d621744580ad40702 100644 --- a/src/uncategorized/masterSuite.tw +++ b/src/uncategorized/masterSuite.tw @@ -354,7 +354,6 @@ $masterSuiteNameCaps is furnished <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/pit.tw b/src/uncategorized/pit.tw index c6fff6e30cdf079f66a5abc09a5740de7f1298c4..a91ecfb7bfe103c97272216b2757a9ba436f0c60 100644 --- a/src/uncategorized/pit.tw +++ b/src/uncategorized/pit.tw @@ -333,7 +333,6 @@ $pitNameCaps is clean and ready, <</if>> <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> @@ -360,7 +359,7 @@ $pitNameCaps is clean and ready, <<showallAssignmentFilter>> <<set $Flag = 0>> <<include "Slave Summary">> - <<resetAssignmentFilter>> + <<resetAssignmentFilter>> <</if>> </div> </div> diff --git a/src/uncategorized/schoolroom.tw b/src/uncategorized/schoolroom.tw index 527f6de315d9c6d3ff87fbe73d78744c8b0a70e0..cb02ae48173967a840204402aec55c103ec4d4c9 100644 --- a/src/uncategorized/schoolroom.tw +++ b/src/uncategorized/schoolroom.tw @@ -124,7 +124,6 @@ $schoolroomNameCaps is well-equipped, with wallscreens to display lessons. These <</if>> <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/servantsQuarters.tw b/src/uncategorized/servantsQuarters.tw index 77325f894548abd47c4cc713ec68c1ffab625d0d..fd3f1420081f252f96cfd421f4a2d40590d2d394 100644 --- a/src/uncategorized/servantsQuarters.tw +++ b/src/uncategorized/servantsQuarters.tw @@ -121,7 +121,6 @@ $servantsQuartersNameCaps <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw index 58a0a1b897bf376ab95b80ab5893fbe98818eb42..14f313d0e4eff6c7f667ba5e521085e501ca8d74 100644 --- a/src/uncategorized/spa.tw +++ b/src/uncategorized/spa.tw @@ -128,7 +128,6 @@ $spaNameCaps <br><br> -<<CreateSimpleTabs>> <body> <div class="tab"> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index 35b44478e7ccd1838e5d42356578116979915bff..c8e91aa32319402d96a65b68b7b0fc2d14276b19 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -979,59 +979,8 @@ This experience */ <<widget "EventNameLink">><span id="name"><<print "[[SlaveFullName($args[0])|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span><</widget>> -/* - Call as <<EventNameDelink>> - $args[0]: Slave. -*/ -<<widget "EventNameDelink">><<replace "#name">><<= SlaveFullName($args[0])>><</replace>><</widget>> - -<<widget "CreateSimpleTabs">> - - <head> - <style> - - div.tab { - overflow: hidden; - border: 1px solid #ccc; - background-color: transparent; - } - - div.tab button { - background-color: inherit; - float: left; - border: none; - outline: none; - cursor: pointer; - padding: 14px 16px; - transition: 0.3s; - font-size: 19px; - } - - div.tab button:hover { - background-color: #444; - } - - div.tab button.active { - background-color: #777; - } - - .tabcontent { - display: none; - padding: 6px 12px; - -webkit-animation: fadeEffect 1s; - animation: fadeEffect 1s; - } - - @-webkit-keyframes fadeEffect { - from {opacity: 0;} - to {opacity: 1;} - } - - @keyframes fadeEffect { - from {opacity: 0;} - to {opacity: 1;} - } - </style> - </head> - -<</widget>> +-/* +- Call as <<EventNameDelink>> +- $args[0]: Slave. +-*/ +-<<widget "EventNameDelink">><<replace "#name">><<= SlaveFullName($args[0])>><</replace>><</widget>>