diff --git a/directory.html b/directory.html new file mode 100644 index 0000000..05a12ec --- /dev/null +++ b/directory.html @@ -0,0 +1,91 @@ + + + + Directory + + + + + + + + + + + + + + + + + +
+ +

Directory

+

Here is a list of all of the pages currently hosted on the Doom 64 Compendium.

+ +
+ +
+ +
+ +
+ +
+ + + + + diff --git a/index.html b/index.html index 2cbebba..e136631 100644 --- a/index.html +++ b/index.html @@ -24,66 +24,24 @@

Welcome to the Doom 64 Compendium!

This is a project to document the Doom 64 engine, its ports, and how to build content for them. It is a continuation of projects such as the Doom 64 EX Wiki, Doom 64 Tech Bible, and other modding guides. Doom 64 Compendium is hosted on GitHub where you can contribute to it, mirror it, and download it here: https://github.com/Immorpher/doom64/.

-

Full Directory

+ A graphic depicting the Doom 64 Compendium as a book with fire on the horizon and a pentagrammed Mars in view. + +

A list of planned updates to the compendium can be found here.

+ +

Affiliate Communities

-
+
+ +
-
+
+ +
-

A list of planned updates to the compendium can be found here.

- diff --git a/scripts.js b/scripts.js index 45ff749..c383e48 100644 --- a/scripts.js +++ b/scripts.js @@ -4,8 +4,8 @@ function layout(depth) { // Navigation html let navdata = '\ - Doom 64 Compendium\ - Directory\ + Main Page\ + Directory\ Engines\ Structures\ Maps\ diff --git a/style.css b/style.css index 9f72b80..a0ef79b 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ --color-bg: #fff; --color-bg-secondary: #d0d0d0; --color-bg-tertiary: #e0e0e0; - --color-footer: #555; + --color-footer: #999; --color-link: #118bee; --color-link-accent: #54a97f; --color-link-tertiary: #a0904f; @@ -26,7 +26,6 @@ --width-card: 285px; --width-card-medium: 460px; --width-card-wide: 800px; - --width-content: 1080px; } @media (prefers-color-scheme: dark) { @@ -71,7 +70,6 @@ footer, header, main { margin: 0 auto; - max-width: var(--width-content); padding: 3rem 1rem; } @@ -406,13 +404,6 @@ blockquote footer { border-radius: 2rem; } -/* Navigation image */ -#navigation img { - margin: 0.5rem 0.5rem 0rem 0.5rem; - width: 10rem; - height: 9.5rem; -} - /* navigation links */ #navigation a { display: block; @@ -456,6 +447,17 @@ blockquote footer { font-weight: normal; } +/* Navigation image */ + +#navgraphic a { + margin: 0; + padding: 0.5rem 0.5rem 0rem 0.5rem; +} + +#navgraphic img { + width: 10rem; + height: 9.5rem; +} /* Vertical orientation */ @@ -470,14 +472,6 @@ blockquote footer { padding: 0; } - #navigation img { - display: block; - width: 6rem; - height: 5.7rem; - float: left; - margin: 0.5rem 0rem 0rem 0.5rem; - } - #navigation a { display: inline-block; } @@ -494,6 +488,16 @@ blockquote footer { overflow: hidden; } + #navgraphic a { + display: block; + float: left; + } + + #navgraphic img { + width: 6rem; + height: 5.7rem; + } + .sidestack { display: inline; }