From ba3a34cbe74a6011c8b94b85cc34809e78392bc6 Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Sun, 27 Nov 2022 21:15:55 +0200 Subject: Removed unneeded duplicate of .content_text in css file and changed width of div elements --- about.html | 6 ++++-- contact.php | 6 ++++-- css/voidnet.css | 10 +++------- flashrunner/index.html | 10 +++++++--- fonts/OpenSans-Regular.ttf | Bin 0 -> 217360 bytes index.html | 6 ++++-- server_status.php | 6 ++++-- servers.html | 6 ++++-- software.html | 6 ++++-- statsapiserver/index.html | 6 ++++-- wizardbot/index.html | 6 ++++-- wizardbotv2/index.html | 6 ++++-- 12 files changed, 46 insertions(+), 28 deletions(-) create mode 100644 fonts/OpenSans-Regular.ttf diff --git a/about.html b/about.html index d89ea93..a909e81 100644 --- a/about.html +++ b/about.html @@ -10,7 +10,7 @@ About - VoidNet - -
+
+

Contact


+
\ No newline at end of file diff --git a/css/voidnet.css b/css/voidnet.css index 8192115..406547f 100644 --- a/css/voidnet.css +++ b/css/voidnet.css @@ -1,6 +1,6 @@ @font-face{ - src: url("../fonts/FreeSans.ttf"); - font-family: "FreeSans"; + src: url("../fonts/OpenSans-Regular.ttf"); + font-family: "OpenSans-Regular"; } body{ @@ -8,7 +8,7 @@ body{ background-size: cover; background-attachment: fixed; background-repeat: no-repeat; - font-family: "FreeSans"; + font-family: "OpenSans-Regular"; } a{ @@ -34,10 +34,6 @@ a:hover{ color: #FFFFFF; } -.content_text{ - font-size: 16px; -} - .wtext{ color: #FFFFFF; } diff --git a/flashrunner/index.html b/flashrunner/index.html index f5be1a8..c9c08fd 100644 --- a/flashrunner/index.html +++ b/flashrunner/index.html @@ -10,7 +10,7 @@ FlashRunner - VoidNet -
-
+
+

- +
+ +

FlashRunner

@@ -61,5 +64,6 @@ Source code for latest release can be found at +
-
+
+

@@ -52,5 +53,6 @@ The
about page has information what VoidNet is about.

+
\ No newline at end of file diff --git a/server_status.php b/server_status.php index ff958aa..8737952 100644 --- a/server_status.php +++ b/server_status.php @@ -10,7 +10,7 @@ Server status - VoidNet -
-
+
+

Server status

@@ -46,5 +47,6 @@

+
\ No newline at end of file diff --git a/servers.html b/servers.html index 1188eb0..f69b571 100644 --- a/servers.html +++ b/servers.html @@ -10,7 +10,7 @@ Servers - VoidNet -
- -
+
+

Software

@@ -59,5 +60,6 @@ This page has list of software created by VoidNet owner or other people who want

+
\ No newline at end of file diff --git a/statsapiserver/index.html b/statsapiserver/index.html index f8dde2f..5b5355c 100644 --- a/statsapiserver/index.html +++ b/statsapiserver/index.html @@ -10,7 +10,7 @@ StatsAPIServer - VoidNet -
-
+
+

StatsAPIServer

@@ -56,5 +57,6 @@ The compiled output will be statsapiserver in the source code directory.

+
\ No newline at end of file diff --git a/wizardbot/index.html b/wizardbot/index.html index 40d7355..ac104f9 100644 --- a/wizardbot/index.html +++ b/wizardbot/index.html @@ -10,7 +10,7 @@ WizardBot - VoidNet -
-
+
+

WizardBot

@@ -136,5 +137,6 @@ Programming language the bot is written in: C

+
\ No newline at end of file diff --git a/wizardbotv2/index.html b/wizardbotv2/index.html index 255c5d9..b8cf945 100644 --- a/wizardbotv2/index.html +++ b/wizardbotv2/index.html @@ -10,7 +10,7 @@ WizardBot V2 - VoidNet -
-
+
+

WizardBot V2

@@ -75,5 +76,6 @@ Programming language the bot is written in: C

+
\ No newline at end of file -- cgit v1.2.3-86-g962b