From 71093a4c88ed41bd51a3387f1e91c7ee05f2203c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 4 Feb 2024 12:30:02 -0500 Subject: Almost finished implementing guestbook; More consistency in cards --- src/pages/downloads/osft-software-archive.astro | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) (limited to 'src/pages/downloads/osft-software-archive.astro') diff --git a/src/pages/downloads/osft-software-archive.astro b/src/pages/downloads/osft-software-archive.astro index 2074910..c106cef 100644 --- a/src/pages/downloads/osft-software-archive.astro +++ b/src/pages/downloads/osft-software-archive.astro @@ -1,20 +1,21 @@ --- import Page from "../../layouts/Page.astro"; +import '../../styles/cards.css'; ---
-

Content Warning

+

Content Warning

Some of the software in this pack contains a jumpscare. If you have epilepsy, please be cautious.

Disable your antivirus as it can detect false positive, feel free to use a VM in case this feels not safe.

-
-

Note

+
+

Note

There was a mention back in the AstralPhaser Chats that the Histacom 1.8.5 (2013) copy in IndieDB is not the original copy from Phil.

I have retrieved the original 2010 copy from Phil himself which has the original compile date of July 5th 2010, and I will be keeping both versions for the time being.

-

Minimal Requirements

-
+
+

Minimal Requirements

  • OS: Windows XP SP3/Vista SP2 (Depends on each program)
  • CPU: Intel/AMD x86 or x64 1 GHz Processor
  • @@ -23,8 +24,8 @@ import Page from "../../layouts/Page.astro";
  • Frameworks: Adobe Flash Player, .NET Framework 3.5, 4.0 and/or 4.5
-

Programs

-
+
+

Programs

  • Amazing Maze (Requires Flash Player)
  • Artpad (from ShiftOS)
  • @@ -82,9 +83,10 @@ import Page from "../../layouts/Page.astro"; padding: 1.2em; border-radius: 20px; gap: 0.5em; + margin: 0.5em; } - .content-warning h1 { + .content-warning h2 { margin-top: 0.2em; } @@ -96,13 +98,6 @@ import Page from "../../layouts/Page.astro"; margin-top: 0.2em; } - .box { - background-color: #3B513B; - padding: 1.2em; - border-radius: 20px; - gap: 0.5em; - } - a { font-size: 1.5em; } -- cgit v1.2.3