From b5f589c323f415bb42ea7069cb4d1a8a2233dd69 Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 31 Aug 2022 22:03:07 +0200 Subject: Update I guess - Stuffie --- includes/header.php | 73 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 67 insertions(+), 6 deletions(-) (limited to 'includes/header.php') diff --git a/includes/header.php b/includes/header.php index 8ce8389..1f71aa5 100644 --- a/includes/header.php +++ b/includes/header.php @@ -29,6 +29,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php"; global $isLogg require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/banner.php"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/rainbow.php"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php"; +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/ical/main.php"; ?> @@ -230,12 +231,33 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php"; grid-template-columns: 1fr !important; text-align: left; } + + #member-icon-mobile { + display: inline-block !important; + } + + #system-info { + grid-template-columns: 1fr !important; + } + + #member-icon, #member-icon-outer { + display: none !important; + } + + #member-relations { + grid-template-columns: 1fr !important; + text-align: left; + } } #page-content a { color: #afd0ff; } + #page-content .btn-outline-light:hover { + color: black !important; + } + #page-content a:hover { opacity: .75; } @@ -616,7 +638,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php"; } .navbar-collapse.show { - z-index: 999; + z-index: 99999; } @media (max-width: 991px) { @@ -637,6 +659,25 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php"; text-align: left; } } + + .linked-card { + opacity: 1 !important; + color: white !important; + text-decoration: none !important; + } + + .linked-card:hover { + opacity: .75 !important; + } + + .linked-card:active { + opacity: .5 !important; + } + + .navbar-brand { + position: relative; + z-index: 9999; + } @@ -712,28 +753,48 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php";
  • +
  • + + Dashboard +
  • Front planner
  • +
  • System travels manager
  • -
  • - -
  • -
  • + +
  • + +
  • +
  • + + Data updater debugging
  • -- cgit