diff --git a/assets/style.css b/assets/style.css index 48a228f..ed44688 100644 --- a/assets/style.css +++ b/assets/style.css @@ -31,6 +31,8 @@ nav { -moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2); height: 75px !important; + position: relative; + z-index: 500; } ul { @@ -154,7 +156,9 @@ header hr { overflow: hidden; max-height: 0; border: 0 solid transparent; - transition: max-height 0.1s ease, border 0.1s ease; + transition: max-height 0.3s ease, border 0.325s ease; + position: relative; + z-index: 999; } .navsite_item:hover .navpage_list { @@ -193,4 +197,14 @@ header ul li { .feature-list { margin: auto; width: fit-content; + display: block; +} + +.feature-list-ul { + margin: auto; +} + +.feature-list-ul ul { + margin-top: 5px; + margin-left: 20px; } \ No newline at end of file diff --git a/lib/navigation.php b/lib/navigation.php index f3084d2..a94bd1a 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -17,7 +17,12 @@ function generateNavigation() $site_name = "misc"; $site_dir = $routerConfig["default_site"]; } - $site_name = ucfirst($site_name); + + if ($site_name == "smp") { + $site_name = "SMP"; + } else{ + $site_name = ucfirst($site_name); + } $site_location = $routerConfig["protocol"] . $site_dir . "." . $routerRequest["domain"] . "." . $routerRequest["tld"] . "/" . $routerConfig["default_page"]; diff --git a/pages/smp/domov.html b/pages/smp/domov.html index c37072b..3a4f6e3 100644 --- a/pages/smp/domov.html +++ b/pages/smp/domov.html @@ -1,20 +1,34 @@

Vitaj na oficiálnej AdlerkaSMP stránke

-

Najlepší Minecraft™ server na Adlerke

+

Najlepší Minecraft®™ server na Adlerke


-

Čo u nás môžeš nájsť?

-
\ No newline at end of file diff --git a/templates/login.html b/templates/login.html index 535db55..305f9c6 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,7 +1,7 @@
-
+

-
+

\ No newline at end of file