From 9b0bf2336b2fe40c03c548ee26ea86485b6fde0e Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Thu, 21 Feb 2019 23:10:19 -0500 Subject: [PATCH 1/3] Update 'tos.php' --- tos.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tos.php b/tos.php index f3d4aac..955b750 100644 --- a/tos.php +++ b/tos.php @@ -26,8 +26,8 @@
  • Storing/distributing content that defames any individual
  • Promoting racial, ethnic, religious, political and other forms of bigotry
  • Storing/distributing, promoting, or encouraging use of pirated/cracked software, license keys, license/registration circumvention programs, or any questionable programs/scripts that can risk causing unauthorized modifications, or disrupts network services for any programs or devices.
  • -
  • Mining cryptocurrencies
  • -
  • Spamming on any forums, mailing lists, irc channels, newsgroups, etc.
  • +
  • Mining cryptocurrencies
  • +
  • Spamming on any forums, mailing lists, irc channels, newsgroups, etc.
  • Items 4, 5, 6, 7, and 8 may also result in legal action against any offending users, depending on the severity of each case and any other individuals who may have been affected.

    Copyright infringement is not allowed on thunix, and we will not allow any illegal content to be distributed.

    From 34c09b6f135b963843cdcc61f3f7287dfd773355 Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Fri, 22 Feb 2019 01:45:27 -0500 Subject: [PATCH 2/3] Adjusted font size for menu headings --- site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.css b/site.css index fb3ae07..593cb3c 100644 --- a/site.css +++ b/site.css @@ -270,7 +270,7 @@ font-style: italic; height: 38px; padding-left: 30px; letter-spacing: -.5px; -font-size: 1.8em; +font-size: 1.5em; } #sidebar p { From 7ad17ed40f916a496f497ad73d48d04a0aa54b4b Mon Sep 17 00:00:00 2001 From: TechEmporium Date: Fri, 22 Feb 2019 02:04:57 -0500 Subject: [PATCH 3/3] Adjusted font size for menu headings --- site.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/site.css b/site.css index 593cb3c..05cf25f 100644 --- a/site.css +++ b/site.css @@ -4,14 +4,14 @@ padding: 0; background: #222222; font-family: Consolas, Arial, Helvetica, Sans-Serif; font-size: 12px; -color: #00FF00; +color: #00CD00; } h1, h2, h3 { margin: 0; padding: 0; font-weight: normal; -color: #00FF00; +color: #00CD00; } h1 { @@ -35,7 +35,7 @@ ul, ol { } a { -color: #00FFFF; +color: #00CDCD; text-decoration: none; } @@ -80,7 +80,7 @@ margin: 0; padding: 0px 0 0 2px; font: normal 14px Georgia, "Times New Roman", Times, serif; font-style: italic; -color: #00FF00; +color: #00CD00; } #logo a { @@ -124,7 +124,7 @@ text-decoration: none; text-align: center; font-size: 13px; font-weight: bold; -color: #00FFFF; +color: #00CDCD; border: none; } @@ -221,7 +221,7 @@ font-weight: bold; #sidebar { margin: 0px; padding: 0px 0px 0px 0px; -color: #00FF00; +color: #00CD00; } @media only screen and (orientation: landscape) and (min-width: 1024px){ @@ -230,7 +230,7 @@ float: left; width: 22%; margin: 0px; padding: 0px 20px 0px 0px; -color: #00FF00; +color: #00CD00; } } @@ -281,12 +281,12 @@ text-align: justify; #sidebar a { border: none; -color: #00FFFF; +color: #00CDCD; } #sidebar a:hover { text-decoration: underline; -color: #00FFFF; +color: #00CDCD; } /* Footer */ @@ -304,14 +304,14 @@ padding-top: 15px; line-height: normal; font-size: 9px; text-align: center; -color: #00FF00; +color: #00CD00; } #footer a { -color: #00FFFF; +color: #00CDCD; } #footer a:hover { text-decoration: underline; -color: #00FFFF; +color: #00CDCD; } \ No newline at end of file