diff --git a/docs/css/main.css b/docs/css/main.css index a37ebae..39fc33f 100755 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -133,7 +133,8 @@ pre { padding: 10px; margin-bottom: 10px; align-items: center; - width: calc(100vw - 20px) + width: var(--elem-width); + border-radius: var(--border-radius); } .header-link, @@ -157,10 +158,9 @@ pre { .header-img { border-left: none; - margin-left: 0; - padding-left: 0; - height: 1.5em; - width: 1.5em; + margin: 0; + padding-left: 0; + height: 2.5em; object-fit: cover; } @@ -184,3 +184,14 @@ iframe { height: 360px; border: none; } + +.header a { + text-decoration: none; + color: inherit; + font-weight: bold; + margin: 5px; +display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} diff --git a/docs/img/bgc.svg b/docs/img/bgc.svg new file mode 100644 index 0000000..76e371c --- /dev/null +++ b/docs/img/bgc.svg @@ -0,0 +1,87 @@ + + + + diff --git a/docs/img/home.svg b/docs/img/home.svg new file mode 100644 index 0000000..50d7ef8 --- /dev/null +++ b/docs/img/home.svg @@ -0,0 +1,130 @@ + + + + diff --git a/docs/img/logout.svg b/docs/img/logout.svg new file mode 100644 index 0000000..b651f9b --- /dev/null +++ b/docs/img/logout.svg @@ -0,0 +1,44 @@ + + + + diff --git a/docs/img/mail.svg b/docs/img/mail.svg new file mode 100644 index 0000000..3703b68 --- /dev/null +++ b/docs/img/mail.svg @@ -0,0 +1,66 @@ + + + + diff --git a/docs/img/pings.svg b/docs/img/pings.svg new file mode 100644 index 0000000..536f009 --- /dev/null +++ b/docs/img/pings.svg @@ -0,0 +1,130 @@ + + + + diff --git a/docs/index.php b/docs/index.php index f335e04..4549e5b 100755 --- a/docs/index.php +++ b/docs/index.php @@ -5,19 +5,21 @@ page_header(); ?> - + 1)) { ?> +
diff --git a/libs/page.php b/libs/page.php index eb7c825..bfb74ec 100755 --- a/libs/page.php +++ b/libs/page.php @@ -17,21 +17,20 @@ -