reorganisation des docs
|
Before Width: | Height: | Size: 57 MiB After Width: | Height: | Size: 57 MiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 220 KiB |
|
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 534 KiB After Width: | Height: | Size: 534 KiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 30 MiB After Width: | Height: | Size: 30 MiB |
BIN
docs/nav/kosmopolit_logo_mini.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 384 KiB |
|
Before Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 57 KiB |
@@ -13,7 +13,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<nav class="sticky">
|
<nav class="sticky">
|
||||||
<div class="nav_left">
|
<div class="nav_left">
|
||||||
<a class="nav_logo" href="index.html"><img src="./docs/kosmopolit_fond.png" alt="logo kosmopolit"></a>
|
<a class="nav_logo" href="index.html"><img src="./docs/nav/kosmopolit_logo_mini.png" alt="logo kosmopolit"></a>
|
||||||
<a href="./pages/kosmopolit.html"><p>kosmopolit</p></a>
|
<a href="./pages/kosmopolit.html"><p>kosmopolit</p></a>
|
||||||
<a href="./pages/litterall.html"><p>litterall</p></a>
|
<a href="./pages/litterall.html"><p>litterall</p></a>
|
||||||
<a href="./pages/lettredeeda.html"><p>l.e.a</p></a>
|
<a href="./pages/lettredeeda.html"><p>l.e.a</p></a>
|
||||||
|
|||||||
13
styles/skeleton.css
vendored
@@ -88,6 +88,14 @@ body nav .nav_left {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
/* special settings for the logo*/
|
||||||
|
body nav a.nav_logo {
|
||||||
|
padding: 0px;
|
||||||
|
width: var(--aside-left-width);
|
||||||
|
}
|
||||||
|
body nav a.nav_logo img {
|
||||||
|
height: calc(var(--nav-height) - 5px);
|
||||||
|
}
|
||||||
/* nav_right is used for actions such as connection, search or language*/
|
/* nav_right is used for actions such as connection, search or language*/
|
||||||
body nav .nav_right {
|
body nav .nav_right {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -103,11 +111,6 @@ body nav a {
|
|||||||
body nav a:hover, body nav a:focus {
|
body nav a:hover, body nav a:focus {
|
||||||
background-color: lightgrey;
|
background-color: lightgrey;
|
||||||
}
|
}
|
||||||
/* special settings for the logo*/
|
|
||||||
body nav a.nav_logo {
|
|
||||||
padding: 0px;
|
|
||||||
width: var(--aside-left-width);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*CONTAINER*/
|
/*CONTAINER*/
|
||||||
body .container_main {
|
body .container_main {
|
||||||
|
|||||||