diff --git a/css/defaultstyle.css b/css/defaultstyle.css index 0bc1c9a..6aa149f 100644 --- a/css/defaultstyle.css +++ b/css/defaultstyle.css @@ -16,6 +16,11 @@ article { border-bottom: 2px solid #fcc600; } +/* Article for website info on the Home page */ +article.HomepageInfo { + padding: 1px; +} + /* Articles for the current page's name */ article.PageName { padding: 1px; @@ -173,6 +178,16 @@ button.Nav:active { width: 100px; } +/* Style for the Modal Form */ +#ModalForm { + background-color: rgba(0, 0, 0, 0.5); + height: 100%; + position: absolute; + top: 0%; + left: 0%; + width: 100%; +} + /* Other Styles */ /* Preview images for mods and tools */ img.Preview { diff --git a/css/screensize.css b/css/screensize.css index 47ef568..2279182 100644 --- a/css/screensize.css +++ b/css/screensize.css @@ -1,6 +1,14 @@ /* Styles for screens 640px or larger */ @media (min-width: 640px) { /* Container Styles */ + /* Article for website info on the Home page */ + article.HomepageInfo { + border-left: 2px solid #fcc600; + border-right: 2px solid #fcc600; + margin: auto; + max-width: 758px; + } + /* Articles for mods and tools */ article.ModTool { border-left: 2px solid #fcc600; diff --git a/index.html b/index.html index 2aa0dfc..a68b7c8 100644 --- a/index.html +++ b/index.html @@ -33,24 +33,11 @@
Oops! Looks like this is just ...
-Looks like this is just a ...
-like this is just a layout ...
-this is just a layout test...
-Oops! is just a layout test...
-Oops! Looks just a layout test...
-Oops! Looks like a layout test...
-Oops! Looks like this layout test...
-Oops! Looks like this is test...
-Oops! Looks like this is just ...
-Looks like this is just a ...
-like this is just a layout ...
-Oops! is just a layout test...
-Oops! Looks just a layout test...
-Oops! Looks like a layout test...
-Oops! Looks like this layout test...
-Oops! Looks like this is test...
-Huh, I guess there's still nothing here... perhaps a modal from will do...
+Welcome to the InsaniModding website! It's not a forum like Insaniquarium Guide was, and it's not editable freely like Fandom is.
+But it's much nicer to look at than Fandom (no ads here!), and aims to gives a little bit more info on mods and modding tools.
+