From 8778d5ac140fb0fa2b1d5f5a8ce69fc1c2d2fd0a Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Fri, 10 May 2024 08:03:39 +0800 Subject: [PATCH] Change style of code text --- _site/assets/css/main.css | 16 ++++------ _site/feed.xml | 30 ++++--------------- .../faq-same-gender-romance-mods/index.html | 28 ++++------------- src/assets/css/main.css | 16 ++++------ .../articles/faq-same-gender-romance-mods.md | 25 ++++------------ 5 files changed, 26 insertions(+), 89 deletions(-) diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 2cdc9227..a3f1f79a 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -228,20 +228,14 @@ figcaption { margin-top: 0.2em; } -:not(pre) > code, +:not(pre) > code { + color: var(--clr-bold-txt); + padding: 0 0.15em; +} + pre { border: 0.07em solid var(--clr-code-border); background: var(--clr-code-bg); -} - -:not(pre) > code { - font-family: monospace; - padding: 0.125em 0.3em; - margin: 0 0.125em; - background: var(--clr-code-bg); -} - -pre { max-width: 90vw; overflow: auto; padding: 1rem; diff --git a/_site/feed.xml b/_site/feed.xml index 49928702..64433f8a 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -4,7 +4,7 @@ Leilukin's personal website. - 2024-05-09T18:00:34Z + 2024-05-10T00:02:58Z https://leilukin.neocities.org Leilukin @@ -1914,30 +1914,12 @@ After discovering the static site generator <a href="https://www.11ty.de <p>If you cannot find those .mod files in your Modules folder, your issue might be caused by your computer registering two different installation locations for <cite>KotOR 2</cite>. I suggest you check out <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=779622644" target="_blank">this guide on how to make sure your computer recognize the version of <cite>KotOR 2</cite> game where you want to install KotOR 2 mods on</a>. While the guide focuses on Steam version of <cite>KotOR 2</cite>, you could edit the registry to make your computer properly recognise the installation location of your <cite>KotOR 2</cite> game.</p> <p>Here are the default installation locations of <cite>KotOR 2</cite> depending on the game version:</p> <ul> -<li>Steam (32-bit Windows):</li> +<li>Steam (32-bit Windows): <span style="word-break: break-word;"><code>C:\Program Files\Steam\steamapps\common\Knights of the Old Republic II</code></span></li> +<li>Steam (64-bit Windows): <span style="word-break: break-word;"><code>C:\Program Files (x86)\Steam\steamapps\common\Knights of the Old Republic II</code></span></li> +<li>Retail CD (32-bit Windows): <span style="word-break: break-word;"><code>C:\Program Files\LucasArts\SWKotOR2\</code></span></li> +<li>Retail CD (64-bit Windows): <span style="word-break: break-word;"><code>C:\Program Files (x86)\LucasArts\SWKotOR2\</code></span></li> +<li>Steam (32-bit Windows): <span style="word-break: break-word;"><code>C:\GOG Games\Star Wars - KotOR2</code></span></li> </ul> -<pre><code>C:\Program Files\Steam\steamapps\common\Knights of the Old Republic II -</code></pre> -<ul> -<li>Steam (64-bit Windows):</li> -</ul> -<pre><code>C:\Program Files (x86)\Steam\steamapps\common\Knights of the Old Republic II -</code></pre> -<ul> -<li>Retail CD (32-bit Windows):</li> -</ul> -<pre><code>C:\Program Files\LucasArts\SWKotOR2\ -</code></pre> -<ul> -<li>Retail CD (64-bit Windows):</li> -</ul> -<pre><code>C:\Program Files (x86)\LucasArts\SWKotOR2\ -</code></pre> -<ul> -<li>Steam (32-bit Windows):</li> -</ul> -<pre><code>C:\GOG Games\Star Wars - KotOR2 -</code></pre> <p>If you do not know if you have Windows 64-bit or 32-bit, <a href="https://www.lifewire.com/am-i-running-a-32-bit-or-64-bit-version-of-windows-2624475" target="_blank">refer this article to find out</a>.</p> <div class="heading-wrapper h3"> <h3 id="will-you-upload-your-mods-to-steam-workshop">Will you upload your mods to Steam Workshop?</h3> diff --git a/_site/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html b/_site/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html index 2133ee16..24d9cb5f 100644 --- a/_site/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html +++ b/_site/shrines/starwarskotor/articles/faq-same-gender-romance-mods/index.html @@ -487,30 +487,12 @@

If you cannot find those .mod files in your Modules folder, your issue might be caused by your computer registering two different installation locations for KotOR 2. I suggest you check out this guide on how to make sure your computer recognize the version of KotOR 2 game where you want to install KotOR 2 mods on. While the guide focuses on Steam version of KotOR 2, you could edit the registry to make your computer properly recognise the installation location of your KotOR 2 game.

Here are the default installation locations of KotOR 2 depending on the game version:

-
C:\Program Files\Steam\steamapps\common\Knights of the Old Republic II
-
- -
C:\Program Files (x86)\Steam\steamapps\common\Knights of the Old Republic II
-
- -
C:\Program Files\LucasArts\SWKotOR2\
-
- -
C:\Program Files (x86)\LucasArts\SWKotOR2\
-
- -
C:\GOG Games\Star Wars - KotOR2
-

If you do not know if you have Windows 64-bit or 32-bit, refer this article to find out.

Will you upload your mods to Steam Workshop?

diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 2cdc9227..a3f1f79a 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -228,20 +228,14 @@ figcaption { margin-top: 0.2em; } -:not(pre) > code, +:not(pre) > code { + color: var(--clr-bold-txt); + padding: 0 0.15em; +} + pre { border: 0.07em solid var(--clr-code-border); background: var(--clr-code-bg); -} - -:not(pre) > code { - font-family: monospace; - padding: 0.125em 0.3em; - margin: 0 0.125em; - background: var(--clr-code-bg); -} - -pre { max-width: 90vw; overflow: auto; padding: 1rem; diff --git a/src/shrines/starwarskotor/articles/faq-same-gender-romance-mods.md b/src/shrines/starwarskotor/articles/faq-same-gender-romance-mods.md index b9ebb0a8..9693fa7c 100644 --- a/src/shrines/starwarskotor/articles/faq-same-gender-romance-mods.md +++ b/src/shrines/starwarskotor/articles/faq-same-gender-romance-mods.md @@ -62,26 +62,11 @@ For example, for Handmaiden and Female Exile – Disciple and Male Exile Romance If you cannot find those .mod files in your Modules folder, your issue might be caused by your computer registering two different installation locations for {% cite "KotOR 2" %}. I suggest you check out [this guide on how to make sure your computer recognize the version of {% cite "KotOR 2" %} game where you want to install KotOR 2 mods on](https://steamcommunity.com/sharedfiles/filedetails/?id=779622644){target="_blank"}. While the guide focuses on Steam version of {% cite "KotOR 2" %}, you could edit the registry to make your computer properly recognise the installation location of your {% cite "KotOR 2" %} game. Here are the default installation locations of {% cite "KotOR 2" %} depending on the game version: -* Steam (32-bit Windows): -``` -C:\Program Files\Steam\steamapps\common\Knights of the Old Republic II -``` -* Steam (64-bit Windows): -``` -C:\Program Files (x86)\Steam\steamapps\common\Knights of the Old Republic II -``` -* Retail CD (32-bit Windows): -``` -C:\Program Files\LucasArts\SWKotOR2\ -``` -* Retail CD (64-bit Windows): -``` -C:\Program Files (x86)\LucasArts\SWKotOR2\ -``` -* Steam (32-bit Windows): -``` -C:\GOG Games\Star Wars - KotOR2 -``` +* Steam (32-bit Windows): [`C:\Program Files\Steam\steamapps\common\Knights of the Old Republic II`]{style="word-break: break-word;"} +* Steam (64-bit Windows): [`C:\Program Files (x86)\Steam\steamapps\common\Knights of the Old Republic II`]{style="word-break: break-word;"} +* Retail CD (32-bit Windows): [`C:\Program Files\LucasArts\SWKotOR2\`]{style="word-break: break-word;"} +* Retail CD (64-bit Windows): [`C:\Program Files (x86)\LucasArts\SWKotOR2\`]{style="word-break: break-word;"} +* Steam (32-bit Windows): [`C:\GOG Games\Star Wars - KotOR2`]{style="word-break: break-word;"} If you do not know if you have Windows 64-bit or 32-bit, [refer this article to find out](https://www.lifewire.com/am-i-running-a-32-bit-or-64-bit-version-of-windows-2624475){target="_blank"}.