diff --git a/assets/themes/default/index.css b/assets/themes/default/index.css index e1dc376..1c4761c 100644 --- a/assets/themes/default/index.css +++ b/assets/themes/default/index.css @@ -1,21 +1,35 @@ h1 { text-align: center; margin-top: 15%; - font-size: 14vw; + font-size: 11vw; } div { white-space: nowrap; width: auto; display: block; - margin-left: 30%; - margin-right: 30%; +/*margin-left: 30%; + margin-right: 30%; */ line-height: 1.5; } +div.quotebox { + width: fit-content; + display: block; + color: slateblue; + text-align: center; + border: 3px solid darkblue; +} +div.quotebox p#qoti{ + margin: 0; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} input[type="submit"]{ /*margin: 0;*/ margin-right: 30; text-align: center; } input[type="text"]{ - width: 85%; + width: 43vw; } \ No newline at end of file diff --git a/data/locale/en_US.ini b/data/locale/en_US.ini index c1984ab..f29de9a 100644 --- a/data/locale/en_US.ini +++ b/data/locale/en_US.ini @@ -1,3 +1,4 @@ +alerts_privacy_instance = "Despite %s being geared towards user privacy, this instance might not respect such values..." interactions_adv_aboutx = "About $" interactions_basic_about = "About" interactions_basic_cancel = "Cancel" diff --git a/dynamicGen.php b/dynamicGen.php index 2bb396c..6abda4a 100644 --- a/dynamicGen.php +++ b/dynamicGen.php @@ -5,7 +5,7 @@ die; } if($_GET['content']=='aboutserver'){ - require 'src/pages/aboutPage.php'; + require 'src/pages/modern/dynamic/aboutPage.php'; echo ''; echo ""; echo ''; diff --git a/src/debug/dumpSuperGlobals.php b/src/debug/dumpSuperGlobals.php index e3bce20..120087d 100644 --- a/src/debug/dumpSuperGlobals.php +++ b/src/debug/dumpSuperGlobals.php @@ -56,7 +56,7 @@ // echo "\n"; if($key!="GLOBALS"){ row($kn."/$".$key,$val); - if(gettype($val)=="array"){ + if(gettype($val)=="array" or gettype($val)=="object"){ loop($kn."/\$".$key,$val); } }else{ diff --git a/src/pages/modern/index.php b/src/pages/modern/index.php index ef97e9e..f78770a 100644 --- a/src/pages/modern/index.php +++ b/src/pages/modern/index.php @@ -1,14 +1,28 @@ -".file_get_contents("data/misc/icon/html.html")."
"; -?> -
\n"; - echo ""; - echo "\n"; - echo "
" +".file_get_contents("data/misc/icon/html.html")."
"; ?> +
+ +
+

+ +

+
+
- +