From 9c1dc76bb4298da1ed7037549889fb2e3f0dc2c8 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 30 Jan 2020 00:28:58 -0500 Subject: [PATCH] start css --- src/gui/mainMenu/AlphaDisclaimer.tw | 45 ++++++++++++++++++++++------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/src/gui/mainMenu/AlphaDisclaimer.tw b/src/gui/mainMenu/AlphaDisclaimer.tw index 755263505a4..db1bf7062d5 100644 --- a/src/gui/mainMenu/AlphaDisclaimer.tw +++ b/src/gui/mainMenu/AlphaDisclaimer.tw @@ -1,17 +1,42 @@ -:: Alpha disclaimer +:: Alpha disclaimer [nobr] -//version: $ver, mod version: $pmodVer, build: $releaseID// -@@.green;//Mod: expanded age ranges and other tweaks 2016-08-30//@@ @@.darkred;+SV@@ -@@.green;//Mod: extra preg content and other crap//@@ +<div class="note"> + version: $ver, mod version: $pmodVer, build: $releaseID +</div> +<div> + <span class="green note"> + Mod: expanded age ranges and other tweaks 2016-08-30 + </span> + <span class="darkred"> + +SV + </span> +</div> +<div> + <span class="green note"> + Mod: extra preg content and other crap + </span> +</div> -@@.yellow;This is a text-based game that includes descriptions of sexual activity, graphic violence, drug use, and other subjects not suitable for persons under the age of 18. This is a work of fiction; any resemblance to actual persons, places, or events is unintended.@@ +<p class="yellow"> + This is a text-based game that includes descriptions of sexual activity, graphic violence, drug use, and other subjects not suitable for persons under the age of 18. This is a work of fiction; any resemblance to actual persons, places, or events is unintended. +</p> -''This is an alpha.'' That means the game is missing content, is full of bugs, is imbalanced, and is generally in an incomplete state. The game will keep a start of turn autosave. If you encounter a bug, we strongly recommend you reload your start of turn autosave immediately. Please submit your feedback and bug reports at https://gitgud.io/pregmodfan/fc-pregmod/issues/. Consider attaching a save file and screenshot of the problem. Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/. +<p> + ''This is an alpha.'' That means the game is missing content, is full of bugs, is imbalanced, and is generally in an incomplete state. The game will keep a start of turn autosave. If you encounter a bug, we strongly recommend you reload your start of turn autosave immediately. Please submit your feedback and bug reports at https://gitgud.io/pregmodfan/fc-pregmod/issues/. Consider attaching a save file and screenshot of the problem. Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/. +</p> -An in-game encyclopedia is available from the sidebar, with answers to most basic gameplay questions. +<p> + An in-game encyclopedia is available from the sidebar, with answers to most basic gameplay questions. +</p> -__Important note for new players, and a reminder for FC veterans:__ when the player is offered a set of choices, the ''Continue'' button at the top of the left sidebar will almost always remain available. Using this to decline all the options presented is //not cheating.// If it's available, it's supposed to be available. It represents the player character politely bowing out of the situation. +<p> + __Important note for new players, and a reminder for FC veterans:__ when the player is offered a set of choices, the ''Continue'' button at the top of the left sidebar will almost always remain available. Using this to decline all the options presented is //not cheating.// If it's available, it's supposed to be available. It represents the player character politely bowing out of the situation. +</p> -''Saves from versions prior to 0.6 are not compatible.'' +<p style="font-weight:Bold"> + Saves from versions prior to 0.6 are not compatible. +</p> -[[I am 18 or more years of age, I understand, and I wish to continue|Economy Intro]] \ No newline at end of file +<p> + [[I am 18 or more years of age, I understand, and I wish to continue|Economy Intro]] +</p> \ No newline at end of file -- GitLab