Compare commits
32 commits
Author | SHA1 | Date | |
---|---|---|---|
|
7a53e96c12 | ||
d71d6b6892 | |||
9fbba0d0ef | |||
6e86eca538 | |||
36aaa0940b | |||
6394182511 | |||
62ba603891 | |||
b839f88e5b | |||
dc9eb87cff | |||
aa2544e79f | |||
1647663c0b | |||
7f6ac4c587 | |||
024f966148 | |||
3e42adb59c | |||
1a58f70769 | |||
5e1ee3a0a9 | |||
4ec26cd3a0 | |||
050c0152b6 | |||
102a7600e5 | |||
c28c54f6d9 | |||
341ff8bb4c | |||
341a876ca2 | |||
f5e295b5a7 | |||
6a083b5a00 | |||
bb6e327a1e | |||
8061173cb8 | |||
35a3f4b499 | |||
795d647232 | |||
0037b4db8d | |||
3f13eca1d4 | |||
|
6400aabdb6 | ||
5b31a7259e |
213
CHANGELOG.md
|
@ -4,26 +4,144 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
You can read this changelog in french or in english. English is translated with Deepl.
|
||||
I am french, I speak french better than english, so I write in french to be sure to say the good things. English in first ;)
|
||||
|
||||
## [2.1.4] - 2022-08-06
|
||||
### EN
|
||||
#### Added
|
||||
- Added SVG icons for the right menu.
|
||||
#### Changed
|
||||
- Changed the display of the search in the desktop menu
|
||||
- Reorganization of the menu and changes to be able to close/open it on hover. A big piece!
|
||||
### Fixed
|
||||
- Fixed the width of the connection field, which made the button jump when hovering
|
||||
- Test to know if translation is installed; avoids errors
|
||||
### FR
|
||||
#### Added
|
||||
- Ajout d'icônes en SVG pour le menu de droite.
|
||||
|
||||
#### Changed
|
||||
- Modification de l'affichage de la recherche dans le menu en mode desktop
|
||||
- Réorganisation du menu et modifications pour pouvoir le fermer/ouvrir au survol. Un gros morceau !
|
||||
### Fixed
|
||||
- Correction de la largeur du champ de connexion, qui rendait le bouton tressautant lors du survol
|
||||
- Test pour savoir si translation est installé ; évite des erreurs
|
||||
|
||||
## [2.1.3] - 2022-07-29
|
||||
### EN
|
||||
#### Added
|
||||
- Not added
|
||||
#### Changed
|
||||
- Improved right menu: php class with modern dokuwiki method, display svg, prevent display of childrenpages here.
|
||||
- Display of a title in the menu (sidebar) in mobile mode
|
||||
### Fixed
|
||||
- The login menu remains accessible even when scrolling (sticky)
|
||||
- Items on tool's menu aligned on the left.
|
||||
|
||||
### FR
|
||||
#### Added
|
||||
- Pas d'ajout
|
||||
#### Changed
|
||||
- Amélioration du menu droit : classe php avec la méthode moderne de dokuwiki, affichage des svg, empêcher l'affichage de childrenpages ici.
|
||||
- Affichage d'un titre au menu (sidebar) en mode mobile
|
||||
### Fixed
|
||||
- Le menu de connexion reste accessible même en scrollant (sticky)
|
||||
- Éléments du menu des outils alignés à gauche.
|
||||
|
||||
|
||||
## [2.1.2] - 2020-10-06
|
||||
### EN
|
||||
Minor modifications: fixed a few bugs, etc.
|
||||
|
||||
#### Added
|
||||
|
||||
- Added a CSS rule to prevent titles from being underlined when they are links (case of the blog where it is included in a page).
|
||||
|
||||
#### Changed
|
||||
- Close #12: Default logo changed to "Dokuwiki", in svg as well.
|
||||
- Minor change: default color of titles in Khaganat purple instead of Khanat blue.
|
||||
- File _edit.css renamed to _edit.less and cleaned up for more consistency in this part of the css.
|
||||
- Modification of the Changelog presentation to read more easily : part EN then part FR.
|
||||
|
||||
|
||||
### Fixed
|
||||
- Close #18: Fixed the margin bug on the preview and cleaned up the code on this part.
|
||||
- Fixed an error on the TOC declaration, generating a bug with the tagalert plugin (and probably others): double alert.
|
||||
|
||||
### FR
|
||||
Modifications mineures : corrections de quelques bugs, etc.
|
||||
|
||||
#### Added
|
||||
|
||||
- Ajout d'une règle CSS pour éviter que les titres soient soulignés lorsque ce sont des liens (cas du blog où c'est inclus dans une page).
|
||||
|
||||
#### Changed
|
||||
- Close #12 : Logo par défaut changé en "Dokuwiki", en svg en plus.
|
||||
- Modif mineur : couleur par défaut des titres en violet Khaganat et non en bleu Khanat.
|
||||
- Fichier _edit.css renommé en _edit.less et nettoyage pour plus de cohérence dans cette partie du css.
|
||||
- Modification de la présentation du Changelog pour lire plus facilement : partie EN puis partie FR.
|
||||
|
||||
|
||||
### Fixed
|
||||
- Close #18 : Correction du bug de marge sur la prévisualisation et nettoyage du code sur cette partie.
|
||||
- Correction d'une erreur sur la déclaration du TOC, générant un bug avec le plugin tagalert (et probablement d'autres) : alerte en double.
|
||||
|
||||
|
||||
## [2.1.1] - 2020-08-30
|
||||
|
||||
### EN
|
||||
This version corrects many small bugs.
|
||||
|
||||
#### Changed
|
||||
- Addition of a margin to the items on the computer. #7
|
||||
- Change in the layout of the tables. #8
|
||||
- Various small colour changes here and there, including buttons ( #11 ).
|
||||
- For the wrap plugin ( #2 ) :
|
||||
- background colour of the default box more sober
|
||||
- modified border for "round" value
|
||||
- responsive: forces the boxes 100% mobile
|
||||
- Special pages (revisions, administration, editing, etc.) take up the entire screen size, the reading mode remains adapted for comfortable reading. #16
|
||||
- The search results are more readable. #9
|
||||
|
||||
#### Fixed
|
||||
- There was a concern about page width when comparing the differences between two versions of the history AND that some "words" were long. #15
|
||||
- Even if the title levels are poorly designed, the summary remains legible. #17
|
||||
- Changing the way the minimum size of the editing area for articles is taken into account, to avoid having such a high size in other forms.
|
||||
-
|
||||
### FR
|
||||
Cette version corrige de nombreux petits soucis.
|
||||
|
||||
#### Changed
|
||||
- Ajout d'une marge aux articles sur ordiphone. #7
|
||||
- Changement sur la mise en page des tableaux. #8
|
||||
- Divers petits changements de couleurs ici et là, dont les boutons ( #11).
|
||||
- Pour le plugin wrap ( #2 ) :
|
||||
- couleur de fond de la box par défaut plus sobre
|
||||
- bordure modifiée pour la valeur "round"
|
||||
- responsive : force les box à 100% en mobile
|
||||
- Les pages spéciales (révisions, administration, édition, etc) prennent toute la taille de l'écran, le mode lecture reste adapté pour une lecture confortable. #16
|
||||
- Les résultats de recherche sont plus lisibles. #9
|
||||
|
||||
#### Fixed
|
||||
- Il y avait un souci de largeur de page quand on comparait les différences entre deux versions de l'historique ET que certaines "mots" étaient longs. #15
|
||||
- Même si les niveaux de titre sont mals conçus, le sommaire reste lisible. #17
|
||||
- Modification de la façon dont la taille minimale de la zone d'édition des articles est prise en compte, afin d'éviter d'avoir une aussi haute taille dans d'autres formulaires.
|
||||
|
||||
|
||||
|
||||
## [2.1.0] - 2020-06-03
|
||||
|
||||
EN: This version is considered acceptable for production, it meets the requests listed so far.
|
||||
### EN
|
||||
This version is considered acceptable for production, it meets the requests listed so far.
|
||||
|
||||
FR : Cette version est considérée comme acceptable pour la prod, elle répond aux demandes listées jusque là.
|
||||
|
||||
### Added
|
||||
#### EN
|
||||
#### Added
|
||||
- Inclusion of footer and general menu header. Just add a symbolic link to the real files :)
|
||||
#### FR
|
||||
- Inclusion d'un pied de page et d'un menu d'en-tête général. Il suffit d'ajouter un lien symbolique vers les fichiers réels :)
|
||||
|
||||
### Removed
|
||||
#### EN
|
||||
#### Removed
|
||||
- Removal of a css file for testing.
|
||||
#### FR
|
||||
- Enlèvement d'un fichier css pour les tests.
|
||||
|
||||
### Changed
|
||||
#### EN
|
||||
#### Changed
|
||||
- "childpage" plugin updated , finishing of its cosmetics
|
||||
- Improved integration of the "translation" plugin.
|
||||
- Homogenization of colors. All css colors are variables in the ini file.
|
||||
|
@ -32,7 +150,24 @@ FR : Cette version est considérée comme acceptable pour la prod, elle répond
|
|||
- Modification of the display of links: more consistency, everything is "underlined" (no underlining via borders).
|
||||
- The buttons to fold/unfold the sidebar and the table of contents are bigger and better placed: more visible, easier to handle.
|
||||
- Modification of the default height of the editing area (80% of the screen height).
|
||||
#### FR
|
||||
|
||||
#### Fixed
|
||||
- Fixed a bug on the tabs when the loaded fonts are not the right ones.
|
||||
- The table of contents is displayed again when previewing articles.
|
||||
- The articles take all the width when previewing, there is no more strange margin on the right.
|
||||
- The "article" part keeps the same width between reading and editing.
|
||||
|
||||
### FR
|
||||
|
||||
Cette version est considérée comme acceptable pour la prod, elle répond aux demandes listées jusque là.
|
||||
|
||||
#### Added
|
||||
- Inclusion d'un pied de page et d'un menu d'en-tête général. Il suffit d'ajouter un lien symbolique vers les fichiers réels :)
|
||||
|
||||
#### Removed
|
||||
- Enlèvement d'un fichier css pour les tests.
|
||||
|
||||
#### Changed
|
||||
- Plugin "childpage" mis à jour, finition de sa cosmétique
|
||||
- Amélioration de l'intégration du plugin "translation".
|
||||
- Homogénéisation des couleurs. Toutes les couleurs css sont des variables dans le fichier ini.
|
||||
|
@ -42,50 +177,48 @@ FR : Cette version est considérée comme acceptable pour la prod, elle répond
|
|||
- Les boutons pour plier/déplier la sidebar et le sommaire sont plus grosses et mieux placées : plus visibles, plus faciles à manipuler.
|
||||
- Modification de la hauteur par défaut de la zone d'édition (80% de la hauteur de l'écran).
|
||||
|
||||
### Fixed
|
||||
#### EN
|
||||
- Fixed a bug on the tabs when the loaded fonts are not the right ones.
|
||||
- The table of contents is displayed again when previewing articles.
|
||||
- The articles take all the width when previewing, there is no more strange margin on the right.
|
||||
- The "article" part keeps the same width between reading and editing.
|
||||
|
||||
#### FR
|
||||
#### Fixed
|
||||
- Correction d'un bug sur les onglets lorsque les polices chargées ne sont pas les bonnes.
|
||||
- Le sommaire s'affiche à nouveau lors de la prévisualisation des articles.
|
||||
- Les articles prennent toutes la largeur lors de la prévisualisation, il n'y a plus de marge étrange à droite.
|
||||
- La partie "article" garde la même largeur entre la lecture et l'édition.
|
||||
|
||||
## [2.0.0] - 2020-04-09
|
||||
### EN
|
||||
This version reaches a certain maturity but needs some fine-tuning before being put into production.
|
||||
|
||||
EN : This version reaches a certain maturity but needs some fine-tuning before being put into production.
|
||||
|
||||
FR : Cette version atteint une certaine maturité mais a besoin de peaufinage avant d'être mise en prod.
|
||||
|
||||
### Added
|
||||
#### EN
|
||||
#### Added
|
||||
- Consideration of accessibility. Navigation seems acceptable with a screen reader, contrasts are good enough.
|
||||
- Work on the responsive aspect. The site should be readable on all monitors.
|
||||
#### FR
|
||||
|
||||
#### Changed
|
||||
- General design reviewed, several times.
|
||||
|
||||
#### Removed
|
||||
- Removed tab management (vv222 create a dedicated plugin).
|
||||
|
||||
### FR
|
||||
Cette version atteint une certaine maturité mais a besoin de peaufinage avant d'être mise en prod.
|
||||
|
||||
#### Added
|
||||
- Prise en compte de l'accessibilité. La navigation semble acceptable avec un lecteur d'écran, les contrastes suffisament bons.
|
||||
- Travail sur l'aspect responsive. Le site devrait être lisible sur tous les moniteurs.
|
||||
|
||||
### Changed
|
||||
#### EN
|
||||
- General design reviewed, several times.
|
||||
#### FR
|
||||
#### Changed
|
||||
- Design général revu, plusieurs fois.
|
||||
|
||||
### Removed
|
||||
#### EN
|
||||
- Removed tab management (vv222 create a dedicated plugin).
|
||||
#### FR
|
||||
#### Removed
|
||||
- Suppression de la gestion des onglets ( vv222 a créé un plugin dédié).
|
||||
|
||||
|
||||
|
||||
## [1.0.0] - 2018-02-17 [YANKED]
|
||||
### Added
|
||||
#### EN
|
||||
### EN
|
||||
|
||||
#### Added
|
||||
- First implementation of Khum1. It seemed functional, but it had a lot of bugs in production. It was abandoned after a few months of testing.
|
||||
#### FR
|
||||
|
||||
### FR
|
||||
#### Added
|
||||
|
||||
- Première implémentation de Khum1. Il semblait fonctionnel, mais il avait beaucoup de bug en prod. Il a été abandonné après quelques mois de test.
|
203
CHANGELOG.md.backup
Normal file
|
@ -0,0 +1,203 @@
|
|||
# Changelog
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
You can read this changelog in french or in english. English is translated with Deepl.
|
||||
I am french, I speak french better than english, so I write in french to be sure to say the good things. English in first ;)
|
||||
|
||||
## [2.1.3] - 2022-07-29
|
||||
### EN
|
||||
#### Added
|
||||
- Not added
|
||||
#### Changed
|
||||
- Improved right menu: php class with modern dokuwiki method, display svg, prevent display of childrenpages here.
|
||||
- Display of a title in the menu (sidebar) in mobile mode
|
||||
### Fixed
|
||||
- The login menu remains accessible even when scrolling (sticky)
|
||||
- Items on menu on the left.
|
||||
|
||||
### FR
|
||||
#### Added
|
||||
- Pas d'ajout
|
||||
#### Changed
|
||||
- Amélioration du menu droit : classe php avec la méthode moderne de dokuwiki, affichage des svg, empêcher l'affichage de childrenpages ici.
|
||||
- Affichage d'un titre au menu (sidebar) en mode mobile
|
||||
### Fixed
|
||||
- Le menu de connexion reste accessible même en scrollant (sticky)
|
||||
- Éléments du menu des outils on menu on the left.
|
||||
|
||||
|
||||
## [2.1.2] - 2020-10-06
|
||||
### EN
|
||||
Minor modifications: fixed a few bugs, etc.
|
||||
|
||||
#### Added
|
||||
|
||||
- Added a CSS rule to prevent titles from being underlined when they are links (case of the blog where it is included in a page).
|
||||
|
||||
#### Changed
|
||||
- Close #12: Default logo changed to "Dokuwiki", in svg as well.
|
||||
- Minor change: default color of titles in Khaganat purple instead of Khanat blue.
|
||||
- File _edit.css renamed to _edit.less and cleaned up for more consistency in this part of the css.
|
||||
- Modification of the Changelog presentation to read more easily : part EN then part FR.
|
||||
|
||||
|
||||
### Fixed
|
||||
- Close #18: Fixed the margin bug on the preview and cleaned up the code on this part.
|
||||
- Fixed an error on the TOC declaration, generating a bug with the tagalert plugin (and probably others): double alert.
|
||||
|
||||
### FR
|
||||
Modifications mineures : corrections de quelques bugs, etc.
|
||||
|
||||
#### Added
|
||||
|
||||
- Ajout d'une règle CSS pour éviter que les titres soient soulignés lorsque ce sont des liens (cas du blog où c'est inclus dans une page).
|
||||
|
||||
#### Changed
|
||||
- Close #12 : Logo par défaut changé en "Dokuwiki", en svg en plus.
|
||||
- Modif mineur : couleur par défaut des titres en violet Khaganat et non en bleu Khanat.
|
||||
- Fichier _edit.css renommé en _edit.less et nettoyage pour plus de cohérence dans cette partie du css.
|
||||
- Modification de la présentation du Changelog pour lire plus facilement : partie EN puis partie FR.
|
||||
|
||||
|
||||
### Fixed
|
||||
- Close #18 : Correction du bug de marge sur la prévisualisation et nettoyage du code sur cette partie.
|
||||
- Correction d'une erreur sur la déclaration du TOC, générant un bug avec le plugin tagalert (et probablement d'autres) : alerte en double.
|
||||
|
||||
|
||||
## [2.1.1] - 2020-08-30
|
||||
|
||||
### EN
|
||||
This version corrects many small bugs.
|
||||
|
||||
#### Changed
|
||||
- Addition of a margin to the items on the computer. #7
|
||||
- Change in the layout of the tables. #8
|
||||
- Various small colour changes here and there, including buttons ( #11 ).
|
||||
- For the wrap plugin ( #2 ) :
|
||||
- background colour of the default box more sober
|
||||
- modified border for "round" value
|
||||
- responsive: forces the boxes 100% mobile
|
||||
- Special pages (revisions, administration, editing, etc.) take up the entire screen size, the reading mode remains adapted for comfortable reading. #16
|
||||
- The search results are more readable. #9
|
||||
|
||||
#### Fixed
|
||||
- There was a concern about page width when comparing the differences between two versions of the history AND that some "words" were long. #15
|
||||
- Even if the title levels are poorly designed, the summary remains legible. #17
|
||||
- Changing the way the minimum size of the editing area for articles is taken into account, to avoid having such a high size in other forms.
|
||||
-
|
||||
### FR
|
||||
Cette version corrige de nombreux petits soucis.
|
||||
|
||||
#### Changed
|
||||
- Ajout d'une marge aux articles sur ordiphone. #7
|
||||
- Changement sur la mise en page des tableaux. #8
|
||||
- Divers petits changements de couleurs ici et là, dont les boutons ( #11).
|
||||
- Pour le plugin wrap ( #2 ) :
|
||||
- couleur de fond de la box par défaut plus sobre
|
||||
- bordure modifiée pour la valeur "round"
|
||||
- responsive : force les box à 100% en mobile
|
||||
- Les pages spéciales (révisions, administration, édition, etc) prennent toute la taille de l'écran, le mode lecture reste adapté pour une lecture confortable. #16
|
||||
- Les résultats de recherche sont plus lisibles. #9
|
||||
|
||||
#### Fixed
|
||||
- Il y avait un souci de largeur de page quand on comparait les différences entre deux versions de l'historique ET que certaines "mots" étaient longs. #15
|
||||
- Même si les niveaux de titre sont mals conçus, le sommaire reste lisible. #17
|
||||
- Modification de la façon dont la taille minimale de la zone d'édition des articles est prise en compte, afin d'éviter d'avoir une aussi haute taille dans d'autres formulaires.
|
||||
|
||||
|
||||
|
||||
## [2.1.0] - 2020-06-03
|
||||
|
||||
### EN
|
||||
This version is considered acceptable for production, it meets the requests listed so far.
|
||||
|
||||
#### Added
|
||||
- Inclusion of footer and general menu header. Just add a symbolic link to the real files :)
|
||||
|
||||
#### Removed
|
||||
- Removal of a css file for testing.
|
||||
|
||||
#### Changed
|
||||
- "childpage" plugin updated , finishing of its cosmetics
|
||||
- Improved integration of the "translation" plugin.
|
||||
- Homogenization of colors. All css colors are variables in the ini file.
|
||||
- "Back to Top" transformed into an icon, without sacrificing accessibility if all is good.
|
||||
- Various modifications of details on the css (height, width, margins, etc).
|
||||
- Modification of the display of links: more consistency, everything is "underlined" (no underlining via borders).
|
||||
- The buttons to fold/unfold the sidebar and the table of contents are bigger and better placed: more visible, easier to handle.
|
||||
- Modification of the default height of the editing area (80% of the screen height).
|
||||
|
||||
#### Fixed
|
||||
- Fixed a bug on the tabs when the loaded fonts are not the right ones.
|
||||
- The table of contents is displayed again when previewing articles.
|
||||
- The articles take all the width when previewing, there is no more strange margin on the right.
|
||||
- The "article" part keeps the same width between reading and editing.
|
||||
|
||||
### FR
|
||||
|
||||
Cette version est considérée comme acceptable pour la prod, elle répond aux demandes listées jusque là.
|
||||
|
||||
#### Added
|
||||
- Inclusion d'un pied de page et d'un menu d'en-tête général. Il suffit d'ajouter un lien symbolique vers les fichiers réels :)
|
||||
|
||||
#### Removed
|
||||
- Enlèvement d'un fichier css pour les tests.
|
||||
|
||||
#### Changed
|
||||
- Plugin "childpage" mis à jour, finition de sa cosmétique
|
||||
- Amélioration de l'intégration du plugin "translation".
|
||||
- Homogénéisation des couleurs. Toutes les couleurs css sont des variables dans le fichier ini.
|
||||
- "Retour en Haut de page" transformé en icone, sans sacrifier à l'accessibilité en principe.
|
||||
- Diverses modifications de détails sur le css (hauteur, largeur, marges, etc).
|
||||
- Modification de l'affichage des liens : plus de cohérence, tout est "souligné" (pas de soulignement via des bordures).
|
||||
- Les boutons pour plier/déplier la sidebar et le sommaire sont plus grosses et mieux placées : plus visibles, plus faciles à manipuler.
|
||||
- Modification de la hauteur par défaut de la zone d'édition (80% de la hauteur de l'écran).
|
||||
|
||||
#### Fixed
|
||||
- Correction d'un bug sur les onglets lorsque les polices chargées ne sont pas les bonnes.
|
||||
- Le sommaire s'affiche à nouveau lors de la prévisualisation des articles.
|
||||
- Les articles prennent toutes la largeur lors de la prévisualisation, il n'y a plus de marge étrange à droite.
|
||||
- La partie "article" garde la même largeur entre la lecture et l'édition.
|
||||
|
||||
## [2.0.0] - 2020-04-09
|
||||
### EN
|
||||
This version reaches a certain maturity but needs some fine-tuning before being put into production.
|
||||
|
||||
#### Added
|
||||
- Consideration of accessibility. Navigation seems acceptable with a screen reader, contrasts are good enough.
|
||||
- Work on the responsive aspect. The site should be readable on all monitors.
|
||||
|
||||
#### Changed
|
||||
- General design reviewed, several times.
|
||||
|
||||
#### Removed
|
||||
- Removed tab management (vv222 create a dedicated plugin).
|
||||
|
||||
### FR
|
||||
Cette version atteint une certaine maturité mais a besoin de peaufinage avant d'être mise en prod.
|
||||
|
||||
#### Added
|
||||
- Prise en compte de l'accessibilité. La navigation semble acceptable avec un lecteur d'écran, les contrastes suffisament bons.
|
||||
- Travail sur l'aspect responsive. Le site devrait être lisible sur tous les moniteurs.
|
||||
|
||||
#### Changed
|
||||
- Design général revu, plusieurs fois.
|
||||
|
||||
#### Removed
|
||||
- Suppression de la gestion des onglets ( vv222 a créé un plugin dédié).
|
||||
|
||||
|
||||
|
||||
## [1.0.0] - 2018-02-17 [YANKED]
|
||||
### EN
|
||||
|
||||
#### Added
|
||||
- First implementation of Khum1. It seemed functional, but it had a lot of bugs in production. It was abandoned after a few months of testing.
|
||||
|
||||
### FR
|
||||
#### Added
|
||||
|
||||
- Première implémentation de Khum1. Il semblait fonctionnel, mais il avait beaucoup de bug en prod. Il a été abandonné après quelques mois de test.
|
34
README.md
|
@ -19,42 +19,36 @@ Khum1 is designed to integrate certain plugins in particular. They have special
|
|||
It work well with a lot of plugin too, without hack :)
|
||||
|
||||
## Installation
|
||||
When this template is ready:
|
||||
Install it like any other template. Do "search and install" in the extension manager, find "Khum1", select and install it.
|
||||
|
||||
Manually :
|
||||
Download the folder, rename it "khum1" if it has another name, and put it in 'dokuwki/lib/tpl/'.
|
||||
Alternatively and manually :
|
||||
Download the folder, unzip it, rename it "khum1" if it has another name, and put it in 'dokuwki/lib/tpl/'.
|
||||
|
||||
And after, choose it in admin configuration.
|
||||
|
||||
Refer to [template](https://www.dokuwiki.org/template) on how to install and use templates in Dokuwiki.
|
||||
|
||||
## Support and contributing
|
||||
Please consider that I'm not a real developper. I accept merge request, but probably I can't debug issue.
|
||||
Please consider that I'm not a real developper. I accept merge request, but probably I can't debug big issue.
|
||||
|
||||
If you see a bug, please create an issue on [my depot](https://git.khaganat.net/khaganat/web/dokuwiki/khum1/-/issues) or send me a mail to [zatalyz.khum1@liev.re](zatalyz.khum1@liev.re). I try to resolve when I can, or find people who can resolve it.
|
||||
|
||||
I am really happy if you know how make it better. Contribute as you can, I integrate it if I understand !
|
||||
|
||||
**Special Git tricks (because I always forgot)**
|
||||
And if you speak french, you are welcome to contribute in this language. I understand french better than english...
|
||||
|
||||
git clone ssh://git@git.khaganat.net:3543/zatalyz/khum1-doku.git
|
||||
cd khum1-doku
|
||||
|
||||
And after
|
||||
|
||||
git pull ssh://git@git.khaganat.net:3543/zatalyz/khum1-doku.git
|
||||
git add *
|
||||
git commit -m "Blabla"
|
||||
git push -u origin master
|
||||
|
||||
**Changelog**
|
||||
Try to follow [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/). Changelog ar in an other file.
|
||||
## Changelog
|
||||
I try to follow [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/). Changelog are in an other file.
|
||||
|
||||
## Credits
|
||||
All real work has made by Anika Henke and Clarence Lee (see [Dokuwiki default template credits](https://www.dokuwiki.org/template:dokuwiki)).
|
||||
|
||||
Change on this template :
|
||||
|
||||
* Zatalyz (design, hack, css)
|
||||
* help of a lot of people on Khaganat to test, find good idea, explain how code work.
|
||||
* Help of a lot of people on Khaganat to test, find good idea, explain how code work.
|
||||
* YannK (background images and advices)
|
||||
|
||||
## License
|
||||
Dokuwiki is on GPL, so this plugin too. More easy and legal.
|
||||
Share is an act of love, so feel you free.
|
||||
Dokuwiki is on GPL, so this template too. More easy and legal.
|
||||
Share is an act of love, so feel you free.
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
.dokuwiki table.diff {
|
||||
width: 100%;
|
||||
border-width: 0;
|
||||
word-break: break-all;
|
||||
}
|
||||
.dokuwiki table.diff th,
|
||||
.dokuwiki table.diff td {
|
||||
|
|
|
@ -11,9 +11,7 @@
|
|||
|
||||
/*____________ toolbar ____________*/
|
||||
|
||||
.dokuwiki div.toolbar {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
#draft__status {
|
||||
float: right;
|
||||
color: @ini_text_alt;
|
||||
|
@ -32,11 +30,51 @@
|
|||
/* buttons inside of toolbar */
|
||||
.dokuwiki div.toolbar button.toolbutton {
|
||||
}
|
||||
|
||||
.dokuwiki div.toolbar {
|
||||
margin-bottom: .5em;
|
||||
|
||||
button.toolbutton {
|
||||
border-radius: 0;
|
||||
border-left-width: 0;
|
||||
padding: .1em .35em;
|
||||
}
|
||||
|
||||
button.toolbutton:first-child {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
button.toolbutton:last-child {
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] .dokuwiki div.toolbar {
|
||||
button.toolbutton:last-child {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
button.toolbutton:first-child {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-left-width: 0;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
}
|
||||
/* picker popups (outside of .dokuwiki) */
|
||||
div.picker {
|
||||
width: 300px;
|
||||
border: 1px solid @ini_border;
|
||||
background-color: @ini_background_alt;
|
||||
background-color: @ini_neutral4;
|
||||
color: inherit;
|
||||
}
|
||||
/* picker for headlines */
|
||||
|
@ -53,10 +91,14 @@ div.picker button.toolbutton {
|
|||
|
||||
/*____________ edit textarea ____________*/
|
||||
|
||||
.dokuwiki textarea.edit {
|
||||
#wiki__text {
|
||||
width: 100% !important;
|
||||
margin-bottom: .5em;
|
||||
min-height: 70vh !important;
|
||||
min-height: 70vh;
|
||||
}
|
||||
|
||||
.dokuwiki textarea.edit {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace;
|
||||
}
|
||||
|
||||
/*____________ below the textarea ____________*/
|
||||
|
@ -115,7 +157,14 @@ div.picker button.toolbutton {
|
|||
border: dotted @ini_border;
|
||||
border-width: .2em 0;
|
||||
padding: 1.4em 0;
|
||||
margin-bottom: 1.4em;
|
||||
margin: 0 -2em;
|
||||
padding: 0 2em;
|
||||
width: 80vw;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dokuwiki div.preview div.pad {
|
||||
padding: 1.556em 0 2em;
|
||||
}
|
||||
|
||||
/* section edit buttons
|
||||
|
@ -139,3 +188,10 @@ div.picker button.toolbutton {
|
|||
border: solid @ini_background_alt;
|
||||
border-width: 0 .5em;
|
||||
}
|
||||
/*
|
||||
.dokuwiki div.section_highlight {
|
||||
margin: 0 -2em;
|
||||
padding: 0 1em;
|
||||
border-width: 0 1em;
|
||||
}*/
|
||||
|
|
@ -21,6 +21,20 @@
|
|||
font-size: 100%;
|
||||
cursor: pointer;
|
||||
margin: 1px 1px 5px;
|
||||
color: @ini_neutraldark;
|
||||
background-color: @ini_neutral4;
|
||||
border: outset @ini_neutral4;
|
||||
padding: 0.1em 0.5em;
|
||||
}
|
||||
|
||||
.qq-upload-button:hover {
|
||||
border-color: @ini_neutraldark;
|
||||
font-weight: bold;
|
||||
}
|
||||
.qq-upload-button:active {
|
||||
color: @ini_neutral4;
|
||||
background-color: @ini_neutraldark;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.qq-upload-button-focus {
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
|
||||
.dokuwiki fieldset {
|
||||
width: 400px;
|
||||
width: 410px;
|
||||
text-align: center;
|
||||
border: 1px solid @ini_border;
|
||||
padding: 0.5em;
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
|
||||
/* search heading */
|
||||
.dokuwiki dl.search_results dt {
|
||||
font-weight: normal;
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
/* search snippet */
|
||||
|
@ -48,6 +47,10 @@
|
|||
background-color: inherit;
|
||||
margin: 0 0 1.2em 0;
|
||||
}
|
||||
.dokuwiki dl.search_results dd.meta {
|
||||
background-color: @ini_neutral4;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* search hit in normal text */
|
||||
.dokuwiki .search_hit {
|
||||
|
@ -74,7 +77,10 @@
|
|||
********************************************************************/
|
||||
|
||||
.dokuwiki form.search div.no {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
/* .JSpopup */
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
font-size:3em;
|
||||
}
|
||||
|
||||
.toc .level2 .li {
|
||||
.toc .level2 .li, .toc .level3 .li, .toc .level4 .li, .toc .level5 .li {
|
||||
text-align: inherit !important;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
|
|
@ -190,9 +190,7 @@ video,
|
|||
audio {
|
||||
max-width: 100%;
|
||||
}
|
||||
button img {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
|
||||
hr {
|
||||
border: 1px solid @ini_neutral2;
|
||||
|
@ -298,7 +296,6 @@ label {
|
|||
|
||||
input,
|
||||
textarea,
|
||||
button,
|
||||
select,
|
||||
optgroup,
|
||||
option,
|
||||
|
@ -376,3 +373,28 @@ textarea[readonly] {
|
|||
opacity: .5;
|
||||
background-color: @ini_neutral4;
|
||||
}
|
||||
|
||||
button img {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
button {
|
||||
font: inherit;
|
||||
font-weight: normal;
|
||||
color: @ini_neutraldark;
|
||||
background-color: @ini_neutral4;
|
||||
line-height: normal;
|
||||
margin: 0;
|
||||
vertical-align: middle;
|
||||
box-sizing: border-box;
|
||||
border: outset @ini_neutral4;
|
||||
}
|
||||
button:hover {
|
||||
border-color: @ini_neutraldark;
|
||||
font-weight: bold;
|
||||
}
|
||||
button:active {
|
||||
color: @ini_neutral4;
|
||||
background-color: @ini_neutraldark;
|
||||
font-weight: bold;
|
||||
}
|
|
@ -147,6 +147,11 @@ th {
|
|||
background-color: @ini_border;
|
||||
}
|
||||
|
||||
/* More space between line in table with list */
|
||||
div.dokuwiki table.ul th, div.dokuwiki table.ul td {
|
||||
padding: 0 0.5em 1em 0;
|
||||
}
|
||||
|
||||
/*____________ code ____________*/
|
||||
|
||||
/* fix if background-color hides underlining */
|
||||
|
@ -253,66 +258,6 @@ th {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
/*____________ changes to _edit ____________*/
|
||||
|
||||
.dokuwiki div.toolbar {
|
||||
button.toolbutton {
|
||||
border-radius: 0;
|
||||
border-left-width: 0;
|
||||
padding: .1em .35em;
|
||||
}
|
||||
|
||||
button.toolbutton:first-child {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
button.toolbutton:last-child {
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] .dokuwiki div.toolbar {
|
||||
button.toolbutton:last-child {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
button.toolbutton:first-child {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-left-width: 0;
|
||||
border-right-width: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.dokuwiki div.section_highlight {
|
||||
margin: 0 -2em;
|
||||
padding: 0 1em;
|
||||
border-width: 0 1em;
|
||||
}
|
||||
|
||||
.dokuwiki textarea.edit {
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace;
|
||||
}
|
||||
|
||||
.dokuwiki div.preview {
|
||||
margin: 0 -2em;
|
||||
padding: 0 2em;
|
||||
}
|
||||
|
||||
.dokuwiki div.preview div.pad {
|
||||
padding: 1.556em 0 2em;
|
||||
}
|
||||
|
||||
|
||||
/*____________ changes to _imgdetail ____________*/
|
||||
|
||||
#dokuwiki__detail {
|
||||
|
|
|
@ -54,11 +54,16 @@
|
|||
|
||||
#dokuwiki__sidebar h3.toggle {
|
||||
font-size: 1em;
|
||||
display:flex;
|
||||
flex-direction: row-reverse;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
&.closed {
|
||||
margin: 0;
|
||||
padding-bottom: 0;
|
||||
background-color: @ini_background;
|
||||
|
||||
}
|
||||
&.open {
|
||||
border-bottom: 1px solid @ini_border;
|
||||
|
@ -68,6 +73,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.showSidebar #dokuwiki__content, #dokuwiki__content {
|
||||
float: none;
|
||||
margin-left: 0;
|
||||
|
@ -190,6 +196,9 @@
|
|||
margin:0;
|
||||
}
|
||||
|
||||
.kharticle {
|
||||
margin:0.3em;
|
||||
}
|
||||
/* form elements */
|
||||
#config__manager fieldset td.value,
|
||||
#config__manager td .input,
|
||||
|
@ -218,6 +227,10 @@
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
tbody tr td ul, tbody tr td ul li {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
/* _edit */
|
||||
.dokuwiki div.section_highlight {
|
||||
margin: 0;
|
||||
|
@ -227,6 +240,7 @@
|
|||
.dokuwiki div.preview {
|
||||
margin: 0 -.5em;
|
||||
padding: .5em;
|
||||
width: initial;
|
||||
}
|
||||
|
||||
/* to top */
|
||||
|
@ -235,13 +249,19 @@
|
|||
right:1em;
|
||||
}
|
||||
|
||||
/* plugin */
|
||||
/** Plugin **/
|
||||
/* Translation */
|
||||
.dokuwiki div.plugin_translation {
|
||||
display: block !important;
|
||||
float:none;
|
||||
margin-bottom:1em;
|
||||
text-align:center;
|
||||
}
|
||||
/* Wrap */
|
||||
.dokuwiki div.wrap_box {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
} /* /@media */
|
||||
|
||||
|
|
|
@ -4,16 +4,18 @@
|
|||
**/
|
||||
|
||||
/*____________ Translation ____________*/
|
||||
/* some stuff on mobile.less too */
|
||||
|
||||
.plugin_translation {
|
||||
/*display: inline;*/
|
||||
}
|
||||
.dokuwiki div.plugin_translation {
|
||||
margin: 0 ;
|
||||
float: none;
|
||||
margin-bottom: 1em;
|
||||
text-align: inherit;
|
||||
/*margin-bottom: 1em;
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
flex-direction: column;*/
|
||||
}
|
||||
|
||||
.dokuwiki div.plugin_translation ul li a.wikilink1:link, .dokuwiki div.plugin_translation ul li a.wikilink1:hover, .dokuwiki div.plugin_translation ul li a.wikilink1:active, .dokuwiki div.plugin_translation ul li a.wikilink1:visited {
|
||||
|
@ -36,7 +38,52 @@
|
|||
background-color: @ini_neutral4;
|
||||
}
|
||||
|
||||
.kh_translate {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height:1em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
/*____________ Config manager ____________*/
|
||||
#config__manager fieldset {
|
||||
background-color: @ini_background;
|
||||
}
|
||||
|
||||
/*____________ Pagelist ____________*/
|
||||
|
||||
div.dokuwiki th.page,
|
||||
div.dokuwiki th.date,
|
||||
div.dokuwiki th.user,
|
||||
div.dokuwiki th.desc,
|
||||
div.dokuwiki th.comments,
|
||||
div.dokuwiki th.linkbacks,
|
||||
div.dokuwiki th.tags,
|
||||
div.dokuwiki th.diff,
|
||||
div.dokuwiki td.date,
|
||||
div.dokuwiki td.user,
|
||||
div.dokuwiki td.desc,
|
||||
div.dokuwiki td.comments,
|
||||
div.dokuwiki td.linkbacks,
|
||||
div.dokuwiki td.tags,
|
||||
div.dokuwiki td.diff {
|
||||
font-size: 95% !important ;
|
||||
}
|
||||
|
||||
/*____________ Wrap ____________*/
|
||||
/* some stuff on mobile.less too */
|
||||
/* basic box */
|
||||
.dokuwiki .wrap_box {
|
||||
background: #d1c7ff !important;
|
||||
}
|
||||
/* Never round box... But Outset ! */
|
||||
.dokuwiki div.wrap_round {
|
||||
border-radius: inherit !important;
|
||||
border: outset #d1c7ff;
|
||||
}
|
||||
|
||||
/*____________ Blog ____________*/
|
||||
/* Don't underline when it's a title... */
|
||||
.plugin_include_content h1 a, .plugin_include_content h2 a, .plugin_include_content h3 a, .plugin_include_content h4 a {
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
|
|
@ -49,6 +49,12 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
/*____________ dokuwiki__content not in "read" mode ____________*/
|
||||
|
||||
#dokuwiki__content {
|
||||
max-width: 100% ;
|
||||
}
|
||||
|
||||
/*____________ dokuwiki__site ____________*/
|
||||
/* Sidebar+Article+tools */
|
||||
|
||||
|
@ -75,7 +81,7 @@
|
|||
}
|
||||
|
||||
/* If sidebar or not sidebar, content make same width */
|
||||
.showSidebar #dokuwiki__content, #dokuwiki__content {
|
||||
.showSidebar .mode_show #dokuwiki__content, .mode_show #dokuwiki__content {
|
||||
max-width: @ini_article_width;
|
||||
min-width:30em;
|
||||
}
|
||||
|
|
115
css/tools.less
|
@ -4,19 +4,83 @@ So, navbar too, and breadcrumbs.
|
|||
**/
|
||||
/*____________ Navtool ____________*/
|
||||
|
||||
.navtoolwrap {
|
||||
width: @ini_navtool_width;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.navtool {
|
||||
width: @ini_navtool_width;
|
||||
max-width:@ini_navtool_width;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 3.5em;
|
||||
font-size: .875em;
|
||||
position: sticky;
|
||||
align-self: flex-start;
|
||||
top: 1em;
|
||||
|
||||
img {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
/* Afficher/cacher le détail du menu au survol */
|
||||
.navtool {
|
||||
#qsearch__in {
|
||||
display:none;
|
||||
}
|
||||
.no {
|
||||
flex-direction: row;
|
||||
justify-content: end !important;
|
||||
}
|
||||
span {
|
||||
display:none;
|
||||
}
|
||||
.plugin_translation {
|
||||
display:none ;
|
||||
}
|
||||
.cur {
|
||||
display:none;
|
||||
}
|
||||
.user a {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
||||
.navtool:hover {
|
||||
width: @ini_navtool_width;
|
||||
#qsearch__in {
|
||||
display:inline;
|
||||
max-width: 90%;
|
||||
}
|
||||
span {
|
||||
margin-left: 3px;
|
||||
display:inline;
|
||||
}
|
||||
.plugin_translation {
|
||||
display:flex ;
|
||||
}
|
||||
.plugin_translation span {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.cur {
|
||||
display:inline;
|
||||
}
|
||||
.trace {
|
||||
display:inline;
|
||||
}
|
||||
form.search div.no {
|
||||
}
|
||||
.user a {
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
||||
.bartool {
|
||||
background-color: @ini_background;
|
||||
padding: 0 1em;
|
||||
|
||||
hr {
|
||||
margin:1em 0;
|
||||
}
|
||||
|
@ -26,13 +90,43 @@ So, navbar too, and breadcrumbs.
|
|||
/*____________ Usertools ____________*/
|
||||
/* Link to Connexion, userpage, administration, profil */
|
||||
|
||||
.dokuwiki__tools ul, {
|
||||
.dokuwiki__tools ul {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
color: @ini_link;
|
||||
|
||||
}
|
||||
|
||||
.dokuwiki__tools {
|
||||
li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
justify-content: end;
|
||||
/* add height to prevent jumping on hover */
|
||||
height:1.5em;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.user {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* add height to prevent jumping on hover */
|
||||
height:1.5em;
|
||||
span {
|
||||
margin: 0 0.3em;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* highlight selected tool */
|
||||
.mode_admin a.action.admin,
|
||||
.mode_login a.action.login,
|
||||
|
@ -50,28 +144,23 @@ So, navbar too, and breadcrumbs.
|
|||
/*____________ Search ____________*/
|
||||
/* juste the tool in navbar ; result search are in _search.css */
|
||||
|
||||
.dokuwiki div.searchtool {
|
||||
/*float: right;*/
|
||||
/*width: 29%;*/
|
||||
}
|
||||
|
||||
form.search {
|
||||
display: block;
|
||||
margin-bottom: 0.5em;
|
||||
height: 3em;
|
||||
input {
|
||||
padding: .35em;
|
||||
max-width: 100%;
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
button {
|
||||
background: transparent url(images/search.png) no-repeat 0 0;
|
||||
border-width: 0;
|
||||
width: 19px;
|
||||
width: 1.2em;
|
||||
height: 14px;
|
||||
text-indent: -99999px;
|
||||
margin-left: -20px;
|
||||
box-shadow: none;
|
||||
padding: 0;
|
||||
margin: 0.6em 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -102,4 +191,4 @@ form.search {
|
|||
max-width : 1.5em;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
98
images/compass.svg
Normal file
|
@ -0,0 +1,98 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
sodipodi:docname="menu_khum1.svg"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
id="svg1101"
|
||||
version="1.1"
|
||||
viewBox="0 0 14.111084 14.111099"
|
||||
height="14.111099mm"
|
||||
width="14.111084mm"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs1095">
|
||||
<rect
|
||||
id="rect835-3-6-3-3"
|
||||
height="303.83588"
|
||||
width="372.11261"
|
||||
y="52.104076"
|
||||
x="20.339798" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
inkscape:snap-global="false"
|
||||
showgrid="false"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:cy="-128.95832"
|
||||
inkscape:cx="508.73083"
|
||||
inkscape:zoom="0.49497475"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1" />
|
||||
<metadata
|
||||
id="metadata1098">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Calque 1"
|
||||
transform="translate(-283.25361,176.90289)">
|
||||
<g
|
||||
aria-label="
|
||||
|
||||
|
||||
|
||||
|
||||
"
|
||||
transform="translate(262.91377,-291.69543)"
|
||||
id="text833-6-2-6-6"
|
||||
style="font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-3);display:inline;fill:#8530bf;stroke-width:0.264583px">
|
||||
<path
|
||||
d="m 28.371832,76.82357 q 1.039433,-1.039434 1.039433,-2.496216 0,-1.456782 -1.039433,-2.488341 -1.03156,-1.039434 -2.488342,-1.039434 -1.456782,0 -2.496216,1.039434 -1.031559,1.031559 -1.031559,2.488341 0,1.456782 1.031559,2.496216 1.039434,1.031559 2.496216,1.031559 1.456782,0 2.488342,-1.031559 z m 5.071176,4.055367 q 0,0.409473 -0.299231,0.708704 -0.299231,0.299231 -0.708705,0.299231 -0.425222,0 -0.708704,-0.299231 l -2.700953,-2.693078 q -1.409535,0.976438 -3.141925,0.976438 -1.126053,0 -2.157612,-0.433098 -1.023685,-0.440971 -1.771762,-1.181174 -0.740203,-0.748078 -1.181175,-1.771762 -0.433097,-1.031559 -0.433097,-2.157613 0,-1.126053 0.433097,-2.149738 0.440972,-1.031559 1.181175,-1.771762 0.748077,-0.748077 1.771762,-1.181174 1.031559,-0.440972 2.157612,-0.440972 1.126053,0 2.149738,0.440972 1.031559,0.433097 1.771762,1.181174 0.748077,0.740203 1.181175,1.771762 0.440972,1.023685 0.440972,2.149738 0,1.73239 -0.976438,3.141925 l 2.700953,2.700953 q 0.291356,0.291356 0.291356,0.708705 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3465"
|
||||
inkscape:export-filename="search.svg"
|
||||
inkscape:export-xdpi="96.0026"
|
||||
inkscape:export-ydpi="96.0026" />
|
||||
<path
|
||||
d="m 33.789486,85.786754 q 0.07875,0.07874 0.07875,0.181114 0,0.102368 -0.07875,0.181113 l -1.110304,1.110305 q -0.220486,0.220485 -0.535466,0.220485 H 21.560391 q -0.204737,0 -0.354352,-0.149615 -0.149616,-0.149615 -0.149616,-0.354352 v -2.015872 q 0,-0.204737 0.149616,-0.354352 0.149615,-0.149616 0.354352,-0.149616 h 4.535711 v -0.503968 q 0,-0.204737 0.149615,-0.354352 0.149616,-0.149615 0.354353,-0.149615 h 1.007935 q 0.204737,0 0.354353,0.149615 0.149615,0.149615 0.149615,0.354352 v 0.503968 h 4.031743 q 0.31498,0 0.535466,0.220486 z m -7.693384,7.236664 h 2.015871 v 4.031743 q 0,0.204737 -0.149615,0.354352 -0.149616,0.149616 -0.354353,0.149616 H 26.60007 q -0.204737,0 -0.354353,-0.149616 -0.149615,-0.149615 -0.149615,-0.354352 z m 6.551582,-3.527775 q 0.204737,0 0.354352,0.149615 0.149616,0.149616 0.149616,0.354353 v 2.015871 q 0,0.204737 -0.149616,0.354353 -0.149615,0.149615 -0.354352,0.149615 H 22.064359 q -0.31498,0 -0.535466,-0.220486 L 20.418589,91.18866 q -0.07875,-0.07874 -0.07875,-0.181113 0,-0.102369 0.07875,-0.181114 l 1.110304,-1.110304 q 0.220486,-0.220486 0.535466,-0.220486 h 4.031743 v -1.511904 h 2.015871 v 1.511904 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3467"
|
||||
inkscape:export-filename="youarehere.svg"
|
||||
inkscape:export-xdpi="96.0026"
|
||||
inkscape:export-ydpi="96.0026" />
|
||||
<path
|
||||
d="m 25.489765,107.60899 q -0.0079,0.0236 -0.102368,0 -0.08662,-0.0315 -0.24411,-0.0945 l -0.15749,-0.0709 q -0.346477,-0.15749 -0.685081,-0.38585 -0.05512,-0.0394 -0.322854,-0.24411 -0.267733,-0.21261 -0.299231,-0.22836 -0.527592,0.81107 -1.055183,1.42528 -0.637834,0.74808 -0.826822,0.8662 -0.0315,0.0157 -0.15749,0.0315 -0.118118,0.0157 -0.141741,0 0.04725,-0.0315 0.645709,-0.72446 0.165364,-0.18899 0.669332,-0.90557 0.511842,-0.71657 0.622085,-0.92919 0.133867,-0.23623 0.4016,-0.7717 0.267733,-0.54334 0.283482,-0.61421 -0.063,-0.008 -0.866195,0.25986 -0.063,0.0157 -0.220486,0.063 -0.149615,0.0394 -0.267733,0.0709 -0.118117,0.0315 -0.133866,0.0394 -0.01575,0.0157 -0.01575,0.0866 0,0.063 -0.0079,0.0709 -0.03937,0.0787 -0.244109,0.11812 -0.181114,0.0551 -0.370102,0 -0.141741,-0.0315 -0.220486,-0.16537 -0.0315,-0.0472 -0.03937,-0.18111 0.04725,-0.0157 0.188988,-0.0394 0.149615,-0.0236 0.236235,-0.0472 0.456721,-0.12599 0.826822,-0.25198 0.78745,-0.27561 0.803199,-0.27561 0.07875,-0.0157 0.338603,-0.14962 0.259859,-0.14174 0.346478,-0.17324 0.07087,-0.0236 0.165365,-0.063 0.102368,-0.0394 0.118117,-0.0394 0.01575,-0.008 0.04725,0 0.01575,0.0945 -0.0079,0.25985 0,0.0157 -0.102369,0.21262 -0.09449,0.19686 -0.204737,0.42522 -0.110243,0.22048 -0.133866,0.25986 -0.196863,0.39372 -0.606337,1.03156 l 0.503968,0.22048 q 0.09449,0.0473 0.582713,0.25199 0.496093,0.20473 0.535466,0.22048 0.0315,0.008 0.07874,0.20474 0.05512,0.18899 0.03937,0.23623 z m -1.614272,-3.827 q 0.02362,0.11812 -0.0315,0.22048 -0.09449,0.18112 -0.393725,0.29923 -0.236235,0.0945 -0.472469,0.0945 -0.204737,-0.0236 -0.385851,-0.20474 -0.110243,-0.11812 -0.141741,-0.32285 l 0.0079,-0.0236 q 0.02362,0.0236 0.149615,0.0394 0.133867,0.0157 0.212612,0 0.07875,-0.0157 0.45672,-0.126 0.283482,-0.0945 0.433098,-0.11024 0.133866,0 0.165364,0.13387 z m 5.4964,1.01581 0.496093,1.78751 -1.094555,-0.33073 z m -8.724944,6.2996 5.464902,-1.82689 v -8.12648 l -5.464902,1.83476 z m 9.772252,-2.49622 0.803199,0.24411 -1.425284,-5.17355 -0.78745,-0.2441 -1.700892,4.22073 0.803199,0.24411 0.354353,-0.8662 1.661519,0.51184 z m -3.960872,-7.57527 4.512087,1.44891 v -2.992308 z m 2.448968,10.41796 1.244171,0.10237 -0.425223,1.25992 -0.31498,-0.51971 q -1.023684,0.65358 -2.173361,0.85044 -0.456721,0.0945 -0.716579,0.0945 h -0.661458 q -0.622086,0 -1.5749,-0.30711 -0.94494,-0.30711 -1.441033,-0.66933 -0.063,-0.0551 -0.063,-0.12599 0,-0.063 0.03937,-0.11025 0.03937,-0.0394 0.102368,-0.0394 0.0315,0 0.141741,0.0551 0.110243,0.063 0.236235,0.13387 0.133866,0.0709 0.165364,0.0866 0.574839,0.29135 1.252046,0.48034 0.685081,0.19686 1.24417,0.19686 0.748078,0 1.315041,-0.11811 0.566964,-0.11025 1.236297,-0.39373 0.118117,-0.0551 0.236234,-0.12599 0.125992,-0.063 0.267733,-0.14962 0.149616,-0.0787 0.228361,-0.12599 z m 3.527775,-8.49658 v 8.49658 l -6.094861,-1.93712 q -0.110243,0.0472 -2.952937,1.00793 -2.842693,0.95282 -2.897815,0.95282 -0.102368,0 -0.141741,-0.10237 0,-0.008 -0.0079,-0.0236 v -8.48871 q 0.02362,-0.0709 0.0315,-0.0787 0.03937,-0.0472 0.15749,-0.0866 0.834696,-0.2756 1.1733,-0.39372 v -3.0239 l 4.39397,1.55915 q 0.01575,0 1.259919,-0.4331 1.252046,-0.433094 2.488342,-0.850442 1.24417,-0.425223 1.275668,-0.425223 0.15749,0 0.15749,0.165364 v 3.291541 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3469"
|
||||
inkscape:export-filename="lang.svg"
|
||||
inkscape:export-xdpi="96.0026"
|
||||
inkscape:export-ydpi="96.0026" />
|
||||
<path
|
||||
d="m 27.812742,121.82447 q 0,0.20474 -0.133866,0.35435 -0.125992,0.14962 -0.322855,0.14962 -0.204737,0 -0.354352,-0.126 -0.149616,-0.13386 -0.149616,-0.33072 0,-0.20474 0.133867,-0.35436 0.133866,-0.14961 0.330729,-0.14961 0.196862,0 0.346478,0.13386 0.149615,0.126 0.149615,0.32286 z m 0.118118,0.45672 2.756074,-4.57508 q -0.07087,0.063 -0.535466,0.49609 -0.456721,0.42522 -0.984312,0.91344 -0.527591,0.48822 -1.078806,1.00006 -0.543341,0.51184 -0.921317,0.87407 -0.370101,0.35435 -0.393724,0.4016 l -2.7482,4.56721 q 0.05512,-0.0551 0.527591,-0.48822 0.47247,-0.4331 0.992187,-0.91344 0.519717,-0.48822 1.070932,-1.00006 0.551214,-0.51972 0.921316,-0.87407 0.370101,-0.36223 0.393725,-0.4016 z m 5.0948,-0.4331 q 0,1.58278 -0.818948,2.92144 -0.02362,-0.0157 -0.133866,-0.0866 -0.110243,-0.0709 -0.212612,-0.12599 -0.09449,-0.063 -0.125992,-0.063 -0.102368,0 -0.102368,0.10237 0,0.0787 0.464595,0.34648 -0.582713,0.88194 -1.456782,1.50403 -0.866195,0.61421 -1.897754,0.86619 l -0.125992,-0.52759 q -0.0079,-0.0787 -0.118117,-0.0787 -0.03937,0 -0.063,0.0472 -0.02362,0.0394 -0.01575,0.0709 l 0.125992,0.53547 q -0.566964,0.11812 -1.149677,0.11812 -1.567025,0 -2.929313,-0.82682 0.0079,-0.0157 0.102368,-0.15749 0.09449,-0.14962 0.165365,-0.26774 0.07875,-0.11812 0.07875,-0.14961 0,-0.10237 -0.102369,-0.10237 -0.04725,0 -0.133866,0.11812 -0.08662,0.11024 -0.181114,0.26773 -0.08662,0.15749 -0.102368,0.18111 -0.889819,-0.59059 -1.511904,-1.47253 -0.622085,-0.88982 -0.866195,-1.92925 l 0.543341,-0.11812 q 0.07875,-0.0236 0.07875,-0.11812 0,-0.0394 -0.04725,-0.063 -0.03937,-0.0236 -0.07874,-0.0158 l -0.535466,0.11812 q -0.110243,-0.56697 -0.110243,-1.09456 0,-1.62214 0.85832,-2.98443 0.01575,0.008 0.141741,0.0945 0.133867,0.0866 0.236235,0.14962 0.110243,0.063 0.141741,0.063 0.102368,0 0.102368,-0.0945 0,-0.0472 -0.102368,-0.11812 -0.09449,-0.0787 -0.251984,-0.17324 l -0.15749,-0.0945 q 0.606336,-0.88195 1.48828,-1.48828 0.881944,-0.60634 1.921378,-0.84257 l 0.118117,0.52759 q 0.01575,0.0787 0.118118,0.0787 0.03937,0 0.063,-0.0394 0.02362,-0.0473 0.01575,-0.0866 l -0.118118,-0.51972 q 0.559089,-0.10236 1.055183,-0.10236 1.606397,0 2.984435,0.85832 -0.307106,0.44097 -0.307106,0.51184 0,0.10237 0.09449,0.10237 0.08662,0 0.377976,-0.50397 0.874069,0.59059 1.472531,1.46466 0.606336,0.87406 0.850446,1.89775 l -0.440972,0.0945 q -0.07874,0.0158 -0.07874,0.126 0,0.0394 0.03937,0.063 0.04725,0.0236 0.07874,0.0157 l 0.448847,-0.10237 q 0.110243,0.56697 0.110243,1.10243 z m 0.165364,2.44897 q 0.503968,-1.16543 0.503968,-2.44897 0,-1.28354 -0.503968,-2.44897 -0.496093,-1.16542 -1.338664,-2.00799 -0.842572,-0.84258 -2.007997,-1.33867 -1.165426,-0.50397 -2.448969,-0.50397 -1.283543,0 -2.448969,0.50397 -1.165426,0.49609 -2.007997,1.33867 -0.842571,0.84257 -1.346539,2.00799 -0.496093,1.16543 -0.496093,2.44897 0,1.28354 0.496093,2.44897 0.503968,1.16543 1.346539,2.008 0.842571,0.84257 2.007997,1.33866 1.165426,0.50397 2.448969,0.50397 1.283543,0 2.448969,-0.50397 1.165425,-0.49609 2.007997,-1.33866 0.842571,-0.84257 1.338664,-2.008 z m 0.700831,-5.18929 q 0.559089,1.30716 0.559089,2.74032 0,1.43316 -0.559089,2.74033 -0.55909,1.30716 -1.504029,2.2521 -0.94494,0.94494 -2.252107,1.50403 -1.307167,0.55909 -2.740325,0.55909 -1.433159,0 -2.740325,-0.55909 -1.307167,-0.55909 -2.252107,-1.50403 -0.94494,-0.94494 -1.504029,-2.2521 -0.559089,-1.30717 -0.559089,-2.74033 0,-1.43316 0.559089,-2.74032 0.559089,-1.30717 1.504029,-2.25211 0.94494,-0.94494 2.252107,-1.50403 1.307166,-0.55909 2.740325,-0.55909 1.433158,0 2.740325,0.55909 1.307167,0.55909 2.252107,1.50403 0.944939,0.94494 1.504029,2.25211 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3471" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
95
images/lang.svg
Normal file
|
@ -0,0 +1,95 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
sodipodi:docname="menu_khum1.svg"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
id="svg1101"
|
||||
version="1.1"
|
||||
viewBox="0 0 12.095245 14.111099"
|
||||
height="14.111099mm"
|
||||
width="12.095245mm"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs1095">
|
||||
<rect
|
||||
id="rect835-3-6-3-3"
|
||||
height="303.83588"
|
||||
width="372.11261"
|
||||
y="52.104076"
|
||||
x="20.339798" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
inkscape:snap-global="false"
|
||||
showgrid="false"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:cy="-128.95832"
|
||||
inkscape:cx="508.73083"
|
||||
inkscape:zoom="0.49497475"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1" />
|
||||
<metadata
|
||||
id="metadata1098">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Calque 1"
|
||||
transform="translate(-283.25358,192.57514)">
|
||||
<g
|
||||
aria-label="
|
||||
|
||||
|
||||
|
||||
|
||||
"
|
||||
transform="translate(262.91377,-291.69543)"
|
||||
id="text833-6-2-6-6"
|
||||
style="font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-3);display:inline;fill:#8530bf;stroke-width:0.264583px">
|
||||
<path
|
||||
d="m 28.371832,76.82357 q 1.039433,-1.039434 1.039433,-2.496216 0,-1.456782 -1.039433,-2.488341 -1.03156,-1.039434 -2.488342,-1.039434 -1.456782,0 -2.496216,1.039434 -1.031559,1.031559 -1.031559,2.488341 0,1.456782 1.031559,2.496216 1.039434,1.031559 2.496216,1.031559 1.456782,0 2.488342,-1.031559 z m 5.071176,4.055367 q 0,0.409473 -0.299231,0.708704 -0.299231,0.299231 -0.708705,0.299231 -0.425222,0 -0.708704,-0.299231 l -2.700953,-2.693078 q -1.409535,0.976438 -3.141925,0.976438 -1.126053,0 -2.157612,-0.433098 -1.023685,-0.440971 -1.771762,-1.181174 -0.740203,-0.748078 -1.181175,-1.771762 -0.433097,-1.031559 -0.433097,-2.157613 0,-1.126053 0.433097,-2.149738 0.440972,-1.031559 1.181175,-1.771762 0.748077,-0.748077 1.771762,-1.181174 1.031559,-0.440972 2.157612,-0.440972 1.126053,0 2.149738,0.440972 1.031559,0.433097 1.771762,1.181174 0.748077,0.740203 1.181175,1.771762 0.440972,1.023685 0.440972,2.149738 0,1.73239 -0.976438,3.141925 l 2.700953,2.700953 q 0.291356,0.291356 0.291356,0.708705 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3465"
|
||||
inkscape:export-filename="search.svg"
|
||||
inkscape:export-xdpi="96.0026"
|
||||
inkscape:export-ydpi="96.0026" />
|
||||
<path
|
||||
d="m 33.789486,85.786754 q 0.07875,0.07874 0.07875,0.181114 0,0.102368 -0.07875,0.181113 l -1.110304,1.110305 q -0.220486,0.220485 -0.535466,0.220485 H 21.560391 q -0.204737,0 -0.354352,-0.149615 -0.149616,-0.149615 -0.149616,-0.354352 v -2.015872 q 0,-0.204737 0.149616,-0.354352 0.149615,-0.149616 0.354352,-0.149616 h 4.535711 v -0.503968 q 0,-0.204737 0.149615,-0.354352 0.149616,-0.149615 0.354353,-0.149615 h 1.007935 q 0.204737,0 0.354353,0.149615 0.149615,0.149615 0.149615,0.354352 v 0.503968 h 4.031743 q 0.31498,0 0.535466,0.220486 z m -7.693384,7.236664 h 2.015871 v 4.031743 q 0,0.204737 -0.149615,0.354352 -0.149616,0.149616 -0.354353,0.149616 H 26.60007 q -0.204737,0 -0.354353,-0.149616 -0.149615,-0.149615 -0.149615,-0.354352 z m 6.551582,-3.527775 q 0.204737,0 0.354352,0.149615 0.149616,0.149616 0.149616,0.354353 v 2.015871 q 0,0.204737 -0.149616,0.354353 -0.149615,0.149615 -0.354352,0.149615 H 22.064359 q -0.31498,0 -0.535466,-0.220486 L 20.418589,91.18866 q -0.07875,-0.07874 -0.07875,-0.181113 0,-0.102369 0.07875,-0.181114 l 1.110304,-1.110304 q 0.220486,-0.220486 0.535466,-0.220486 h 4.031743 v -1.511904 h 2.015871 v 1.511904 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3467"
|
||||
inkscape:export-filename="youarehere.svg"
|
||||
inkscape:export-xdpi="96.0026"
|
||||
inkscape:export-ydpi="96.0026" />
|
||||
<path
|
||||
d="m 25.489765,107.60899 q -0.0079,0.0236 -0.102368,0 -0.08662,-0.0315 -0.24411,-0.0945 l -0.15749,-0.0709 q -0.346477,-0.15749 -0.685081,-0.38585 -0.05512,-0.0394 -0.322854,-0.24411 -0.267733,-0.21261 -0.299231,-0.22836 -0.527592,0.81107 -1.055183,1.42528 -0.637834,0.74808 -0.826822,0.8662 -0.0315,0.0157 -0.15749,0.0315 -0.118118,0.0157 -0.141741,0 0.04725,-0.0315 0.645709,-0.72446 0.165364,-0.18899 0.669332,-0.90557 0.511842,-0.71657 0.622085,-0.92919 0.133867,-0.23623 0.4016,-0.7717 0.267733,-0.54334 0.283482,-0.61421 -0.063,-0.008 -0.866195,0.25986 -0.063,0.0157 -0.220486,0.063 -0.149615,0.0394 -0.267733,0.0709 -0.118117,0.0315 -0.133866,0.0394 -0.01575,0.0157 -0.01575,0.0866 0,0.063 -0.0079,0.0709 -0.03937,0.0787 -0.244109,0.11812 -0.181114,0.0551 -0.370102,0 -0.141741,-0.0315 -0.220486,-0.16537 -0.0315,-0.0472 -0.03937,-0.18111 0.04725,-0.0157 0.188988,-0.0394 0.149615,-0.0236 0.236235,-0.0472 0.456721,-0.12599 0.826822,-0.25198 0.78745,-0.27561 0.803199,-0.27561 0.07875,-0.0157 0.338603,-0.14962 0.259859,-0.14174 0.346478,-0.17324 0.07087,-0.0236 0.165365,-0.063 0.102368,-0.0394 0.118117,-0.0394 0.01575,-0.008 0.04725,0 0.01575,0.0945 -0.0079,0.25985 0,0.0157 -0.102369,0.21262 -0.09449,0.19686 -0.204737,0.42522 -0.110243,0.22048 -0.133866,0.25986 -0.196863,0.39372 -0.606337,1.03156 l 0.503968,0.22048 q 0.09449,0.0473 0.582713,0.25199 0.496093,0.20473 0.535466,0.22048 0.0315,0.008 0.07874,0.20474 0.05512,0.18899 0.03937,0.23623 z m -1.614272,-3.827 q 0.02362,0.11812 -0.0315,0.22048 -0.09449,0.18112 -0.393725,0.29923 -0.236235,0.0945 -0.472469,0.0945 -0.204737,-0.0236 -0.385851,-0.20474 -0.110243,-0.11812 -0.141741,-0.32285 l 0.0079,-0.0236 q 0.02362,0.0236 0.149615,0.0394 0.133867,0.0157 0.212612,0 0.07875,-0.0157 0.45672,-0.126 0.283482,-0.0945 0.433098,-0.11024 0.133866,0 0.165364,0.13387 z m 5.4964,1.01581 0.496093,1.78751 -1.094555,-0.33073 z m -8.724944,6.2996 5.464902,-1.82689 v -8.12648 l -5.464902,1.83476 z m 9.772252,-2.49622 0.803199,0.24411 -1.425284,-5.17355 -0.78745,-0.2441 -1.700892,4.22073 0.803199,0.24411 0.354353,-0.8662 1.661519,0.51184 z m -3.960872,-7.57527 4.512087,1.44891 v -2.992308 z m 2.448968,10.41796 1.244171,0.10237 -0.425223,1.25992 -0.31498,-0.51971 q -1.023684,0.65358 -2.173361,0.85044 -0.456721,0.0945 -0.716579,0.0945 h -0.661458 q -0.622086,0 -1.5749,-0.30711 -0.94494,-0.30711 -1.441033,-0.66933 -0.063,-0.0551 -0.063,-0.12599 0,-0.063 0.03937,-0.11025 0.03937,-0.0394 0.102368,-0.0394 0.0315,0 0.141741,0.0551 0.110243,0.063 0.236235,0.13387 0.133866,0.0709 0.165364,0.0866 0.574839,0.29135 1.252046,0.48034 0.685081,0.19686 1.24417,0.19686 0.748078,0 1.315041,-0.11811 0.566964,-0.11025 1.236297,-0.39373 0.118117,-0.0551 0.236234,-0.12599 0.125992,-0.063 0.267733,-0.14962 0.149616,-0.0787 0.228361,-0.12599 z m 3.527775,-8.49658 v 8.49658 l -6.094861,-1.93712 q -0.110243,0.0472 -2.952937,1.00793 -2.842693,0.95282 -2.897815,0.95282 -0.102368,0 -0.141741,-0.10237 0,-0.008 -0.0079,-0.0236 v -8.48871 q 0.02362,-0.0709 0.0315,-0.0787 0.03937,-0.0472 0.15749,-0.0866 0.834696,-0.2756 1.1733,-0.39372 v -3.0239 l 4.39397,1.55915 q 0.01575,0 1.259919,-0.4331 1.252046,-0.433094 2.488342,-0.850442 1.24417,-0.425223 1.275668,-0.425223 0.15749,0 0.15749,0.165364 v 3.291541 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3469" />
|
||||
<path
|
||||
d="m 27.812742,121.82447 q 0,0.20474 -0.133866,0.35435 -0.125992,0.14962 -0.322855,0.14962 -0.204737,0 -0.354352,-0.126 -0.149616,-0.13386 -0.149616,-0.33072 0,-0.20474 0.133867,-0.35436 0.133866,-0.14961 0.330729,-0.14961 0.196862,0 0.346478,0.13386 0.149615,0.126 0.149615,0.32286 z m 0.118118,0.45672 2.756074,-4.57508 q -0.07087,0.063 -0.535466,0.49609 -0.456721,0.42522 -0.984312,0.91344 -0.527591,0.48822 -1.078806,1.00006 -0.543341,0.51184 -0.921317,0.87407 -0.370101,0.35435 -0.393724,0.4016 l -2.7482,4.56721 q 0.05512,-0.0551 0.527591,-0.48822 0.47247,-0.4331 0.992187,-0.91344 0.519717,-0.48822 1.070932,-1.00006 0.551214,-0.51972 0.921316,-0.87407 0.370101,-0.36223 0.393725,-0.4016 z m 5.0948,-0.4331 q 0,1.58278 -0.818948,2.92144 -0.02362,-0.0157 -0.133866,-0.0866 -0.110243,-0.0709 -0.212612,-0.12599 -0.09449,-0.063 -0.125992,-0.063 -0.102368,0 -0.102368,0.10237 0,0.0787 0.464595,0.34648 -0.582713,0.88194 -1.456782,1.50403 -0.866195,0.61421 -1.897754,0.86619 l -0.125992,-0.52759 q -0.0079,-0.0787 -0.118117,-0.0787 -0.03937,0 -0.063,0.0472 -0.02362,0.0394 -0.01575,0.0709 l 0.125992,0.53547 q -0.566964,0.11812 -1.149677,0.11812 -1.567025,0 -2.929313,-0.82682 0.0079,-0.0157 0.102368,-0.15749 0.09449,-0.14962 0.165365,-0.26774 0.07875,-0.11812 0.07875,-0.14961 0,-0.10237 -0.102369,-0.10237 -0.04725,0 -0.133866,0.11812 -0.08662,0.11024 -0.181114,0.26773 -0.08662,0.15749 -0.102368,0.18111 -0.889819,-0.59059 -1.511904,-1.47253 -0.622085,-0.88982 -0.866195,-1.92925 l 0.543341,-0.11812 q 0.07875,-0.0236 0.07875,-0.11812 0,-0.0394 -0.04725,-0.063 -0.03937,-0.0236 -0.07874,-0.0158 l -0.535466,0.11812 q -0.110243,-0.56697 -0.110243,-1.09456 0,-1.62214 0.85832,-2.98443 0.01575,0.008 0.141741,0.0945 0.133867,0.0866 0.236235,0.14962 0.110243,0.063 0.141741,0.063 0.102368,0 0.102368,-0.0945 0,-0.0472 -0.102368,-0.11812 -0.09449,-0.0787 -0.251984,-0.17324 l -0.15749,-0.0945 q 0.606336,-0.88195 1.48828,-1.48828 0.881944,-0.60634 1.921378,-0.84257 l 0.118117,0.52759 q 0.01575,0.0787 0.118118,0.0787 0.03937,0 0.063,-0.0394 0.02362,-0.0473 0.01575,-0.0866 l -0.118118,-0.51972 q 0.559089,-0.10236 1.055183,-0.10236 1.606397,0 2.984435,0.85832 -0.307106,0.44097 -0.307106,0.51184 0,0.10237 0.09449,0.10237 0.08662,0 0.377976,-0.50397 0.874069,0.59059 1.472531,1.46466 0.606336,0.87406 0.850446,1.89775 l -0.440972,0.0945 q -0.07874,0.0158 -0.07874,0.126 0,0.0394 0.03937,0.063 0.04725,0.0236 0.07874,0.0157 l 0.448847,-0.10237 q 0.110243,0.56697 0.110243,1.10243 z m 0.165364,2.44897 q 0.503968,-1.16543 0.503968,-2.44897 0,-1.28354 -0.503968,-2.44897 -0.496093,-1.16542 -1.338664,-2.00799 -0.842572,-0.84258 -2.007997,-1.33867 -1.165426,-0.50397 -2.448969,-0.50397 -1.283543,0 -2.448969,0.50397 -1.165426,0.49609 -2.007997,1.33867 -0.842571,0.84257 -1.346539,2.00799 -0.496093,1.16543 -0.496093,2.44897 0,1.28354 0.496093,2.44897 0.503968,1.16543 1.346539,2.008 0.842571,0.84257 2.007997,1.33866 1.165426,0.50397 2.448969,0.50397 1.283543,0 2.448969,-0.50397 1.165425,-0.49609 2.007997,-1.33866 0.842571,-0.84257 1.338664,-2.008 z m 0.700831,-5.18929 q 0.559089,1.30716 0.559089,2.74032 0,1.43316 -0.559089,2.74033 -0.55909,1.30716 -1.504029,2.2521 -0.94494,0.94494 -2.252107,1.50403 -1.307167,0.55909 -2.740325,0.55909 -1.433159,0 -2.740325,-0.55909 -1.307167,-0.55909 -2.252107,-1.50403 -0.94494,-0.94494 -1.504029,-2.2521 -0.559089,-1.30717 -0.559089,-2.74033 0,-1.43316 0.559089,-2.74032 0.559089,-1.30717 1.504029,-2.25211 0.94494,-0.94494 2.252107,-1.50403 1.307166,-0.55909 2.740325,-0.55909 1.433158,0 2.740325,0.55909 1.307167,0.55909 2.252107,1.50403 0.944939,0.94494 1.504029,2.25211 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3471" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
BIN
images/logo.png
Before Width: | Height: | Size: 12 KiB |
111
images/logo.svg
Normal file
|
@ -0,0 +1,111 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="158.74973mm"
|
||||
height="17.828419mm"
|
||||
viewBox="0 0 158.74972 17.828419"
|
||||
version="1.1"
|
||||
id="svg944"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
sodipodi:docname="dokuwiki.svg">
|
||||
<defs
|
||||
id="defs938" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="1"
|
||||
inkscape:cx="320.38847"
|
||||
inkscape:cy="228.07884"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-rotation="0"
|
||||
showgrid="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0" />
|
||||
<metadata
|
||||
id="metadata941">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(-19.856269,-77.258069)">
|
||||
<g
|
||||
id="g1650"
|
||||
transform="matrix(0.35216563,0,0,0.35216563,12.863574,50.050432)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2998-2-4-1-8-1-4-8-8-9-1-4-9"
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:10.3336;marker:none;enable-background:accumulate"
|
||||
d="m 186.0936,77.351243 c -8.15463,6.49319 -16.30926,12.98638 -24.4639,19.47957 l -4.75344,3.771747 4.46927,4.08176 c 8.42771,7.71445 16.85542,15.42889 25.28312,23.14334 l 15.31299,0.0109 c -9.57428,-8.76692 -20.14124,-18.44279 -29.15169,-26.69342 10.00257,-7.962347 20.00513,-15.924717 30.0077,-23.887067 z m -41.33343,8.24345 v 42.288467 h 10.33356 V 77.352053 Z"
|
||||
sodipodi:nodetypes="cccccccccccccc" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2998-2-4-1-8-1-4-8-8-9-1-4-4-0"
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:10.3336;marker:none;enable-background:accumulate"
|
||||
d="m 379.87161,77.352046 v 50.531114 h 10.3336 V 77.352046 Z"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<g
|
||||
id="g3175-9-3-6"
|
||||
transform="matrix(0.77501708,0,0,-0.77501708,44.021314,879.59415)"
|
||||
style="fill:#8530bf;fill-opacity:1">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2998-2-4-1-8-1-4-8-8-9-4-9-8-1-4"
|
||||
d="m 374.29765,969.92898 c -5.7248,-0.0262 -11.09572,1.68258 -14.93333,5.2 -3.83236,-3.46695 -9.18252,-5.15939 -14.86667,-5.13333 h -0.0667 -44.53334 -6.66666 v 6.66666 58.53329 h 13.33333 v -51.86662 h 37.93333 0.0333 c 3.79509,-0.0264 5.19703,0.81773 6.2,1.96667 1.00298,1.14894 1.96667,3.49521 1.96667,7.66666 v 42.23329 h 13.33333 v -0.067 h 0.0667 v -42.23335 c 0,-4.17146 0.96369,-6.51773 1.96667,-7.66667 1.00297,-1.14894 2.40491,-1.99312 6.2,-1.96667 h 29.8 c 3.79508,-0.0264 5.19702,0.81773 6.2,1.96667 1.00297,1.14894 1.96666,3.49521 1.96666,7.66667 v 42.23335 h 13.33334 v -42.23335 c 0,-6.16466 -1.39525,-11.99851 -5.26667,-16.43334 -3.85791,-4.41931 -9.86029,-6.56269 -16.26667,-6.53333 H 374.2976 Z"
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:13.3333;marker:none;enable-background:accumulate" />
|
||||
</g>
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:10.3336;marker:none;enable-background:accumulate"
|
||||
d="m 248.56088,127.88293 c 4.96508,0.0227 9.61701,-1.6384 12.60695,-5.06344 3.00045,-3.43707 4.08176,-7.9584 4.08176,-12.73612 V 77.351822 h -10.33356 v 32.731548 c 0,3.23295 -0.74687,5.05136 -1.52419,5.9418 -0.77732,0.89045 -1.86383,1.5447 -4.80511,1.5242 h -23.0955 c -2.94127,0.0205 -4.02778,-0.63375 -4.80513,-1.5242 -0.77732,-0.89044 -1.52418,-2.70885 -1.52418,-5.9418 V 77.351822 h -10.33357 v 32.731548 c 0,4.77772 1.0813,9.29905 4.08176,12.73612 2.98995,3.42504 7.64188,5.0862 12.60694,5.06344 z"
|
||||
id="path2998-2-4-1-8-1-4-8-8-9-1-4-2-5-0-7-2"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cssccssccssccsscc" />
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:10.3336;marker:none;enable-background:accumulate"
|
||||
d="m 138.72947,95.151369 c 0,-4.77771 -1.08132,-9.29905 -4.08178,-12.73611 -2.98992,-3.42504 -7.64188,-5.08618 -12.60692,-5.06345 H 98.996922 c -4.965069,-0.0227 -9.616969,1.63841 -12.606949,5.06345 -3.00045,3.43706 -4.08173,7.9584 -4.08173,12.73611 v 14.932001 c 0,4.77772 1.08128,9.29905 4.08173,12.73612 2.98998,3.42505 7.64188,5.0862 12.606949,5.06344 h 23.043848 c 4.96504,0.0227 9.617,-1.63839 12.60692,-5.06344 3.00046,-3.43707 4.08178,-7.9584 4.08178,-12.73612 z m -10.33359,14.932001 c 0,3.23295 -0.74684,5.05135 -1.52416,5.9418 -0.77734,0.89044 -1.86388,1.5447 -4.80515,1.5242 H 98.971092 c -2.941259,0.0205 -4.027779,-0.63376 -4.805099,-1.5242 -0.77731,-0.89045 -1.52421,-2.70885 -1.52421,-5.9418 V 95.151369 c 0,-3.23295 0.7469,-5.05135 1.52421,-5.9418 0.77732,-0.89044 1.86384,-1.5447 4.805099,-1.52419 h 23.095478 c 2.94127,-0.0205 4.02781,0.63375 4.80515,1.52419 0.77732,0.89045 1.52416,2.70885 1.52416,5.9418 z"
|
||||
id="path2998-2-4-1-8-1-4-8-8-9-1-4-2-5-0-7-5"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="csccsccsccscccsccsccsccscc" />
|
||||
<path
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:10.3336;marker:none;enable-background:accumulate"
|
||||
d="m 76.277534,95.151368 c 0,-4.77771 -1.0813,-9.29904 -4.08175,-12.73611 -2.98995,-3.42505 -7.64188,-5.08621 -12.60692,-5.06345 h -0.0517 -29.347325 -5.16678 -5.16679 v 5.16678 40.197552 5.16679 h 10.33357 29.347325 0.0517 c 4.96504,0.0227 9.61697,-1.63841 12.60692,-5.06345 3.00045,-3.43706 4.08175,-7.9584 4.08175,-12.73612 z m -10.33356,14.931992 c 0,3.23296 -0.74687,5.05136 -1.52419,5.9418 -0.77735,0.89045 -1.86386,1.54471 -4.8051,1.5242 h -0.0259 -29.398995 V 87.685378 h 29.398995 0.0259 c 2.94124,-0.0205 4.02775,0.63375 4.8051,1.52419 0.77732,0.89045 1.52419,2.70885 1.52419,5.9418 z"
|
||||
id="path2998-2-4-1-8-1-4-8-8-9-1-4-2-5-0-8"
|
||||
inkscape:connector-curvature="0"
|
||||
sodipodi:nodetypes="cscccccccccccscccsccccccscc" />
|
||||
<path
|
||||
sodipodi:nodetypes="cccccccccccccc"
|
||||
d="m 437.56935,77.351239 c -8.15463,6.49319 -16.30926,12.986383 -24.4639,19.479573 l -4.75344,3.771748 4.46927,4.08176 c 8.42771,7.71445 16.85542,15.42889 25.28312,23.14333 l 15.31299,0.0109 c -9.57428,-8.76692 -20.14124,-18.44278 -29.15169,-26.69341 10.00257,-7.962348 20.00513,-15.924721 30.0077,-23.887071 z m -41.33343,8.24345 v 42.288471 h 10.33356 V 77.352049 Z"
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:10.3336;marker:none;enable-background:accumulate"
|
||||
id="path2998-2-4-1-8-1-4-8-8-9-1-4-9-3"
|
||||
inkscape:connector-curvature="0" />
|
||||
<path
|
||||
sodipodi:nodetypes="ccccc"
|
||||
d="m 460.30411,77.352053 v 50.531107 h 10.3336 V 77.352053 Z"
|
||||
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#8530bf;fill-opacity:1;stroke:none;stroke-width:10.3336;marker:none;enable-background:accumulate"
|
||||
id="path2998-2-4-1-8-1-4-8-8-9-1-4-4-0-6"
|
||||
inkscape:connector-curvature="0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
64
images/perso.svg
Normal file
|
@ -0,0 +1,64 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
sodipodi:docname="menu_khum1.svg"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
id="svg1101"
|
||||
version="1.1"
|
||||
viewBox="0 0 10.117645 12.04361"
|
||||
height="12.04361mm"
|
||||
width="10.117645mm"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs1095" />
|
||||
<sodipodi:namedview
|
||||
inkscape:snap-global="false"
|
||||
showgrid="false"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:cy="-128.95832"
|
||||
inkscape:cx="508.73083"
|
||||
inkscape:zoom="0.49497475"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1" />
|
||||
<metadata
|
||||
id="metadata1098">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="g2293"
|
||||
transform="translate(-369.00353,151.2213)">
|
||||
<circle
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.99012;stroke-miterlimit:2;paint-order:stroke fill markers"
|
||||
id="path1023"
|
||||
cx="374.06235"
|
||||
cy="-148.20255"
|
||||
r="3.018775" />
|
||||
<path
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:2;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 376.5739,-145.69101 c 1.54398,-0.0239 2.43459,1.46685 2.54725,4.27269 -0.0412,0.8966 -0.28026,1.74829 -1.34011,2.24062 h -7.35121 c -1.22423,-0.36852 -1.38597,-1.43985 -1.42629,-2.24062 0,-1.91397 0.60793,-4.39639 2.5768,-4.27269 0.35259,0.41448 1.59989,1.00302 2.4968,1.00302 0.89691,0 1.76922,-0.39844 2.49676,-1.00302 z"
|
||||
id="path1700"
|
||||
sodipodi:nodetypes="ccccccsc" />
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
89
images/search.svg
Normal file
|
@ -0,0 +1,89 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
sodipodi:docname="menu_khum1.svg"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
id="svg1101"
|
||||
version="1.1"
|
||||
viewBox="0 0 13.10318 13.103149"
|
||||
height="13.103149mm"
|
||||
width="13.10318mm"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs1095">
|
||||
<rect
|
||||
id="rect835-3-6-3-3"
|
||||
height="303.83588"
|
||||
width="372.11261"
|
||||
y="52.104076"
|
||||
x="20.339798" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
inkscape:snap-global="false"
|
||||
showgrid="false"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:cy="-128.95832"
|
||||
inkscape:cx="508.73083"
|
||||
inkscape:zoom="0.49497475"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1" />
|
||||
<metadata
|
||||
id="metadata1098">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Calque 1"
|
||||
transform="translate(-283.25361,222.91171)">
|
||||
<g
|
||||
aria-label="
|
||||
|
||||
|
||||
|
||||
|
||||
"
|
||||
transform="translate(262.91377,-291.69543)"
|
||||
id="text833-6-2-6-6"
|
||||
style="font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-3);display:inline;fill:#8530bf;stroke-width:0.264583px">
|
||||
<path
|
||||
d="m 28.371832,76.82357 q 1.039433,-1.039434 1.039433,-2.496216 0,-1.456782 -1.039433,-2.488341 -1.03156,-1.039434 -2.488342,-1.039434 -1.456782,0 -2.496216,1.039434 -1.031559,1.031559 -1.031559,2.488341 0,1.456782 1.031559,2.496216 1.039434,1.031559 2.496216,1.031559 1.456782,0 2.488342,-1.031559 z m 5.071176,4.055367 q 0,0.409473 -0.299231,0.708704 -0.299231,0.299231 -0.708705,0.299231 -0.425222,0 -0.708704,-0.299231 l -2.700953,-2.693078 q -1.409535,0.976438 -3.141925,0.976438 -1.126053,0 -2.157612,-0.433098 -1.023685,-0.440971 -1.771762,-1.181174 -0.740203,-0.748078 -1.181175,-1.771762 -0.433097,-1.031559 -0.433097,-2.157613 0,-1.126053 0.433097,-2.149738 0.440972,-1.031559 1.181175,-1.771762 0.748077,-0.748077 1.771762,-1.181174 1.031559,-0.440972 2.157612,-0.440972 1.126053,0 2.149738,0.440972 1.031559,0.433097 1.771762,1.181174 0.748077,0.740203 1.181175,1.771762 0.440972,1.023685 0.440972,2.149738 0,1.73239 -0.976438,3.141925 l 2.700953,2.700953 q 0.291356,0.291356 0.291356,0.708705 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3465" />
|
||||
<path
|
||||
d="m 33.789486,85.786754 q 0.07875,0.07874 0.07875,0.181114 0,0.102368 -0.07875,0.181113 l -1.110304,1.110305 q -0.220486,0.220485 -0.535466,0.220485 H 21.560391 q -0.204737,0 -0.354352,-0.149615 -0.149616,-0.149615 -0.149616,-0.354352 v -2.015872 q 0,-0.204737 0.149616,-0.354352 0.149615,-0.149616 0.354352,-0.149616 h 4.535711 v -0.503968 q 0,-0.204737 0.149615,-0.354352 0.149616,-0.149615 0.354353,-0.149615 h 1.007935 q 0.204737,0 0.354353,0.149615 0.149615,0.149615 0.149615,0.354352 v 0.503968 h 4.031743 q 0.31498,0 0.535466,0.220486 z m -7.693384,7.236664 h 2.015871 v 4.031743 q 0,0.204737 -0.149615,0.354352 -0.149616,0.149616 -0.354353,0.149616 H 26.60007 q -0.204737,0 -0.354353,-0.149616 -0.149615,-0.149615 -0.149615,-0.354352 z m 6.551582,-3.527775 q 0.204737,0 0.354352,0.149615 0.149616,0.149616 0.149616,0.354353 v 2.015871 q 0,0.204737 -0.149616,0.354353 -0.149615,0.149615 -0.354352,0.149615 H 22.064359 q -0.31498,0 -0.535466,-0.220486 L 20.418589,91.18866 q -0.07875,-0.07874 -0.07875,-0.181113 0,-0.102369 0.07875,-0.181114 l 1.110304,-1.110304 q 0.220486,-0.220486 0.535466,-0.220486 h 4.031743 v -1.511904 h 2.015871 v 1.511904 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3467" />
|
||||
<path
|
||||
d="m 25.489765,107.60899 q -0.0079,0.0236 -0.102368,0 -0.08662,-0.0315 -0.24411,-0.0945 l -0.15749,-0.0709 q -0.346477,-0.15749 -0.685081,-0.38585 -0.05512,-0.0394 -0.322854,-0.24411 -0.267733,-0.21261 -0.299231,-0.22836 -0.527592,0.81107 -1.055183,1.42528 -0.637834,0.74808 -0.826822,0.8662 -0.0315,0.0157 -0.15749,0.0315 -0.118118,0.0157 -0.141741,0 0.04725,-0.0315 0.645709,-0.72446 0.165364,-0.18899 0.669332,-0.90557 0.511842,-0.71657 0.622085,-0.92919 0.133867,-0.23623 0.4016,-0.7717 0.267733,-0.54334 0.283482,-0.61421 -0.063,-0.008 -0.866195,0.25986 -0.063,0.0157 -0.220486,0.063 -0.149615,0.0394 -0.267733,0.0709 -0.118117,0.0315 -0.133866,0.0394 -0.01575,0.0157 -0.01575,0.0866 0,0.063 -0.0079,0.0709 -0.03937,0.0787 -0.244109,0.11812 -0.181114,0.0551 -0.370102,0 -0.141741,-0.0315 -0.220486,-0.16537 -0.0315,-0.0472 -0.03937,-0.18111 0.04725,-0.0157 0.188988,-0.0394 0.149615,-0.0236 0.236235,-0.0472 0.456721,-0.12599 0.826822,-0.25198 0.78745,-0.27561 0.803199,-0.27561 0.07875,-0.0157 0.338603,-0.14962 0.259859,-0.14174 0.346478,-0.17324 0.07087,-0.0236 0.165365,-0.063 0.102368,-0.0394 0.118117,-0.0394 0.01575,-0.008 0.04725,0 0.01575,0.0945 -0.0079,0.25985 0,0.0157 -0.102369,0.21262 -0.09449,0.19686 -0.204737,0.42522 -0.110243,0.22048 -0.133866,0.25986 -0.196863,0.39372 -0.606337,1.03156 l 0.503968,0.22048 q 0.09449,0.0473 0.582713,0.25199 0.496093,0.20473 0.535466,0.22048 0.0315,0.008 0.07874,0.20474 0.05512,0.18899 0.03937,0.23623 z m -1.614272,-3.827 q 0.02362,0.11812 -0.0315,0.22048 -0.09449,0.18112 -0.393725,0.29923 -0.236235,0.0945 -0.472469,0.0945 -0.204737,-0.0236 -0.385851,-0.20474 -0.110243,-0.11812 -0.141741,-0.32285 l 0.0079,-0.0236 q 0.02362,0.0236 0.149615,0.0394 0.133867,0.0157 0.212612,0 0.07875,-0.0157 0.45672,-0.126 0.283482,-0.0945 0.433098,-0.11024 0.133866,0 0.165364,0.13387 z m 5.4964,1.01581 0.496093,1.78751 -1.094555,-0.33073 z m -8.724944,6.2996 5.464902,-1.82689 v -8.12648 l -5.464902,1.83476 z m 9.772252,-2.49622 0.803199,0.24411 -1.425284,-5.17355 -0.78745,-0.2441 -1.700892,4.22073 0.803199,0.24411 0.354353,-0.8662 1.661519,0.51184 z m -3.960872,-7.57527 4.512087,1.44891 v -2.992308 z m 2.448968,10.41796 1.244171,0.10237 -0.425223,1.25992 -0.31498,-0.51971 q -1.023684,0.65358 -2.173361,0.85044 -0.456721,0.0945 -0.716579,0.0945 h -0.661458 q -0.622086,0 -1.5749,-0.30711 -0.94494,-0.30711 -1.441033,-0.66933 -0.063,-0.0551 -0.063,-0.12599 0,-0.063 0.03937,-0.11025 0.03937,-0.0394 0.102368,-0.0394 0.0315,0 0.141741,0.0551 0.110243,0.063 0.236235,0.13387 0.133866,0.0709 0.165364,0.0866 0.574839,0.29135 1.252046,0.48034 0.685081,0.19686 1.24417,0.19686 0.748078,0 1.315041,-0.11811 0.566964,-0.11025 1.236297,-0.39373 0.118117,-0.0551 0.236234,-0.12599 0.125992,-0.063 0.267733,-0.14962 0.149616,-0.0787 0.228361,-0.12599 z m 3.527775,-8.49658 v 8.49658 l -6.094861,-1.93712 q -0.110243,0.0472 -2.952937,1.00793 -2.842693,0.95282 -2.897815,0.95282 -0.102368,0 -0.141741,-0.10237 0,-0.008 -0.0079,-0.0236 v -8.48871 q 0.02362,-0.0709 0.0315,-0.0787 0.03937,-0.0472 0.15749,-0.0866 0.834696,-0.2756 1.1733,-0.39372 v -3.0239 l 4.39397,1.55915 q 0.01575,0 1.259919,-0.4331 1.252046,-0.433094 2.488342,-0.850442 1.24417,-0.425223 1.275668,-0.425223 0.15749,0 0.15749,0.165364 v 3.291541 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3469" />
|
||||
<path
|
||||
d="m 27.812742,121.82447 q 0,0.20474 -0.133866,0.35435 -0.125992,0.14962 -0.322855,0.14962 -0.204737,0 -0.354352,-0.126 -0.149616,-0.13386 -0.149616,-0.33072 0,-0.20474 0.133867,-0.35436 0.133866,-0.14961 0.330729,-0.14961 0.196862,0 0.346478,0.13386 0.149615,0.126 0.149615,0.32286 z m 0.118118,0.45672 2.756074,-4.57508 q -0.07087,0.063 -0.535466,0.49609 -0.456721,0.42522 -0.984312,0.91344 -0.527591,0.48822 -1.078806,1.00006 -0.543341,0.51184 -0.921317,0.87407 -0.370101,0.35435 -0.393724,0.4016 l -2.7482,4.56721 q 0.05512,-0.0551 0.527591,-0.48822 0.47247,-0.4331 0.992187,-0.91344 0.519717,-0.48822 1.070932,-1.00006 0.551214,-0.51972 0.921316,-0.87407 0.370101,-0.36223 0.393725,-0.4016 z m 5.0948,-0.4331 q 0,1.58278 -0.818948,2.92144 -0.02362,-0.0157 -0.133866,-0.0866 -0.110243,-0.0709 -0.212612,-0.12599 -0.09449,-0.063 -0.125992,-0.063 -0.102368,0 -0.102368,0.10237 0,0.0787 0.464595,0.34648 -0.582713,0.88194 -1.456782,1.50403 -0.866195,0.61421 -1.897754,0.86619 l -0.125992,-0.52759 q -0.0079,-0.0787 -0.118117,-0.0787 -0.03937,0 -0.063,0.0472 -0.02362,0.0394 -0.01575,0.0709 l 0.125992,0.53547 q -0.566964,0.11812 -1.149677,0.11812 -1.567025,0 -2.929313,-0.82682 0.0079,-0.0157 0.102368,-0.15749 0.09449,-0.14962 0.165365,-0.26774 0.07875,-0.11812 0.07875,-0.14961 0,-0.10237 -0.102369,-0.10237 -0.04725,0 -0.133866,0.11812 -0.08662,0.11024 -0.181114,0.26773 -0.08662,0.15749 -0.102368,0.18111 -0.889819,-0.59059 -1.511904,-1.47253 -0.622085,-0.88982 -0.866195,-1.92925 l 0.543341,-0.11812 q 0.07875,-0.0236 0.07875,-0.11812 0,-0.0394 -0.04725,-0.063 -0.03937,-0.0236 -0.07874,-0.0158 l -0.535466,0.11812 q -0.110243,-0.56697 -0.110243,-1.09456 0,-1.62214 0.85832,-2.98443 0.01575,0.008 0.141741,0.0945 0.133867,0.0866 0.236235,0.14962 0.110243,0.063 0.141741,0.063 0.102368,0 0.102368,-0.0945 0,-0.0472 -0.102368,-0.11812 -0.09449,-0.0787 -0.251984,-0.17324 l -0.15749,-0.0945 q 0.606336,-0.88195 1.48828,-1.48828 0.881944,-0.60634 1.921378,-0.84257 l 0.118117,0.52759 q 0.01575,0.0787 0.118118,0.0787 0.03937,0 0.063,-0.0394 0.02362,-0.0473 0.01575,-0.0866 l -0.118118,-0.51972 q 0.559089,-0.10236 1.055183,-0.10236 1.606397,0 2.984435,0.85832 -0.307106,0.44097 -0.307106,0.51184 0,0.10237 0.09449,0.10237 0.08662,0 0.377976,-0.50397 0.874069,0.59059 1.472531,1.46466 0.606336,0.87406 0.850446,1.89775 l -0.440972,0.0945 q -0.07874,0.0158 -0.07874,0.126 0,0.0394 0.03937,0.063 0.04725,0.0236 0.07874,0.0157 l 0.448847,-0.10237 q 0.110243,0.56697 0.110243,1.10243 z m 0.165364,2.44897 q 0.503968,-1.16543 0.503968,-2.44897 0,-1.28354 -0.503968,-2.44897 -0.496093,-1.16542 -1.338664,-2.00799 -0.842572,-0.84258 -2.007997,-1.33867 -1.165426,-0.50397 -2.448969,-0.50397 -1.283543,0 -2.448969,0.50397 -1.165426,0.49609 -2.007997,1.33867 -0.842571,0.84257 -1.346539,2.00799 -0.496093,1.16543 -0.496093,2.44897 0,1.28354 0.496093,2.44897 0.503968,1.16543 1.346539,2.008 0.842571,0.84257 2.007997,1.33866 1.165426,0.50397 2.448969,0.50397 1.283543,0 2.448969,-0.50397 1.165425,-0.49609 2.007997,-1.33866 0.842571,-0.84257 1.338664,-2.008 z m 0.700831,-5.18929 q 0.559089,1.30716 0.559089,2.74032 0,1.43316 -0.559089,2.74033 -0.55909,1.30716 -1.504029,2.2521 -0.94494,0.94494 -2.252107,1.50403 -1.307167,0.55909 -2.740325,0.55909 -1.433159,0 -2.740325,-0.55909 -1.307167,-0.55909 -2.252107,-1.50403 -0.94494,-0.94494 -1.504029,-2.2521 -0.559089,-1.30717 -0.559089,-2.74033 0,-1.43316 0.559089,-2.74032 0.559089,-1.30717 1.504029,-2.25211 0.94494,-0.94494 2.252107,-1.50403 1.307166,-0.55909 2.740325,-0.55909 1.433158,0 2.740325,0.55909 1.307167,0.55909 2.252107,1.50403 0.944939,0.94494 1.504029,2.25211 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3471" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
92
images/youarehere.svg
Normal file
|
@ -0,0 +1,92 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
sodipodi:docname="menu_khum1.svg"
|
||||
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
|
||||
id="svg1101"
|
||||
version="1.1"
|
||||
viewBox="0 0 13.528412 14.111084"
|
||||
height="14.111084mm"
|
||||
width="13.528412mm"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<defs
|
||||
id="defs1095">
|
||||
<rect
|
||||
id="rect835-3-6-3-3"
|
||||
height="303.83588"
|
||||
width="372.11261"
|
||||
y="52.104076"
|
||||
x="20.339798" />
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
inkscape:snap-global="false"
|
||||
showgrid="false"
|
||||
inkscape:document-rotation="0"
|
||||
inkscape:current-layer="layer1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:cy="-128.95832"
|
||||
inkscape:cx="508.73083"
|
||||
inkscape:zoom="0.49497475"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
borderopacity="1.0"
|
||||
bordercolor="#666666"
|
||||
pagecolor="#ffffff"
|
||||
id="base"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1" />
|
||||
<metadata
|
||||
id="metadata1098">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
id="layer1"
|
||||
inkscape:groupmode="layer"
|
||||
inkscape:label="Calque 1"
|
||||
transform="translate(-283.25361,208.2474)">
|
||||
<g
|
||||
aria-label="
|
||||
|
||||
|
||||
|
||||
|
||||
"
|
||||
transform="translate(262.91377,-291.69543)"
|
||||
id="text833-6-2-6-6"
|
||||
style="font-size:14.1111px;line-height:100%;font-family:Alegreya;-inkscape-font-specification:Alegreya;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect835-3-6-3-3);display:inline;fill:#8530bf;stroke-width:0.264583px">
|
||||
<path
|
||||
d="m 28.371832,76.82357 q 1.039433,-1.039434 1.039433,-2.496216 0,-1.456782 -1.039433,-2.488341 -1.03156,-1.039434 -2.488342,-1.039434 -1.456782,0 -2.496216,1.039434 -1.031559,1.031559 -1.031559,2.488341 0,1.456782 1.031559,2.496216 1.039434,1.031559 2.496216,1.031559 1.456782,0 2.488342,-1.031559 z m 5.071176,4.055367 q 0,0.409473 -0.299231,0.708704 -0.299231,0.299231 -0.708705,0.299231 -0.425222,0 -0.708704,-0.299231 l -2.700953,-2.693078 q -1.409535,0.976438 -3.141925,0.976438 -1.126053,0 -2.157612,-0.433098 -1.023685,-0.440971 -1.771762,-1.181174 -0.740203,-0.748078 -1.181175,-1.771762 -0.433097,-1.031559 -0.433097,-2.157613 0,-1.126053 0.433097,-2.149738 0.440972,-1.031559 1.181175,-1.771762 0.748077,-0.748077 1.771762,-1.181174 1.031559,-0.440972 2.157612,-0.440972 1.126053,0 2.149738,0.440972 1.031559,0.433097 1.771762,1.181174 0.748077,0.740203 1.181175,1.771762 0.440972,1.023685 0.440972,2.149738 0,1.73239 -0.976438,3.141925 l 2.700953,2.700953 q 0.291356,0.291356 0.291356,0.708705 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3465"
|
||||
inkscape:export-filename="search.svg"
|
||||
inkscape:export-xdpi="96.0026"
|
||||
inkscape:export-ydpi="96.0026" />
|
||||
<path
|
||||
d="m 33.789486,85.786754 q 0.07875,0.07874 0.07875,0.181114 0,0.102368 -0.07875,0.181113 l -1.110304,1.110305 q -0.220486,0.220485 -0.535466,0.220485 H 21.560391 q -0.204737,0 -0.354352,-0.149615 -0.149616,-0.149615 -0.149616,-0.354352 v -2.015872 q 0,-0.204737 0.149616,-0.354352 0.149615,-0.149616 0.354352,-0.149616 h 4.535711 v -0.503968 q 0,-0.204737 0.149615,-0.354352 0.149616,-0.149615 0.354353,-0.149615 h 1.007935 q 0.204737,0 0.354353,0.149615 0.149615,0.149615 0.149615,0.354352 v 0.503968 h 4.031743 q 0.31498,0 0.535466,0.220486 z m -7.693384,7.236664 h 2.015871 v 4.031743 q 0,0.204737 -0.149615,0.354352 -0.149616,0.149616 -0.354353,0.149616 H 26.60007 q -0.204737,0 -0.354353,-0.149616 -0.149615,-0.149615 -0.149615,-0.354352 z m 6.551582,-3.527775 q 0.204737,0 0.354352,0.149615 0.149616,0.149616 0.149616,0.354353 v 2.015871 q 0,0.204737 -0.149616,0.354353 -0.149615,0.149615 -0.354352,0.149615 H 22.064359 q -0.31498,0 -0.535466,-0.220486 L 20.418589,91.18866 q -0.07875,-0.07874 -0.07875,-0.181113 0,-0.102369 0.07875,-0.181114 l 1.110304,-1.110304 q 0.220486,-0.220486 0.535466,-0.220486 h 4.031743 v -1.511904 h 2.015871 v 1.511904 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3467" />
|
||||
<path
|
||||
d="m 25.489765,107.60899 q -0.0079,0.0236 -0.102368,0 -0.08662,-0.0315 -0.24411,-0.0945 l -0.15749,-0.0709 q -0.346477,-0.15749 -0.685081,-0.38585 -0.05512,-0.0394 -0.322854,-0.24411 -0.267733,-0.21261 -0.299231,-0.22836 -0.527592,0.81107 -1.055183,1.42528 -0.637834,0.74808 -0.826822,0.8662 -0.0315,0.0157 -0.15749,0.0315 -0.118118,0.0157 -0.141741,0 0.04725,-0.0315 0.645709,-0.72446 0.165364,-0.18899 0.669332,-0.90557 0.511842,-0.71657 0.622085,-0.92919 0.133867,-0.23623 0.4016,-0.7717 0.267733,-0.54334 0.283482,-0.61421 -0.063,-0.008 -0.866195,0.25986 -0.063,0.0157 -0.220486,0.063 -0.149615,0.0394 -0.267733,0.0709 -0.118117,0.0315 -0.133866,0.0394 -0.01575,0.0157 -0.01575,0.0866 0,0.063 -0.0079,0.0709 -0.03937,0.0787 -0.244109,0.11812 -0.181114,0.0551 -0.370102,0 -0.141741,-0.0315 -0.220486,-0.16537 -0.0315,-0.0472 -0.03937,-0.18111 0.04725,-0.0157 0.188988,-0.0394 0.149615,-0.0236 0.236235,-0.0472 0.456721,-0.12599 0.826822,-0.25198 0.78745,-0.27561 0.803199,-0.27561 0.07875,-0.0157 0.338603,-0.14962 0.259859,-0.14174 0.346478,-0.17324 0.07087,-0.0236 0.165365,-0.063 0.102368,-0.0394 0.118117,-0.0394 0.01575,-0.008 0.04725,0 0.01575,0.0945 -0.0079,0.25985 0,0.0157 -0.102369,0.21262 -0.09449,0.19686 -0.204737,0.42522 -0.110243,0.22048 -0.133866,0.25986 -0.196863,0.39372 -0.606337,1.03156 l 0.503968,0.22048 q 0.09449,0.0473 0.582713,0.25199 0.496093,0.20473 0.535466,0.22048 0.0315,0.008 0.07874,0.20474 0.05512,0.18899 0.03937,0.23623 z m -1.614272,-3.827 q 0.02362,0.11812 -0.0315,0.22048 -0.09449,0.18112 -0.393725,0.29923 -0.236235,0.0945 -0.472469,0.0945 -0.204737,-0.0236 -0.385851,-0.20474 -0.110243,-0.11812 -0.141741,-0.32285 l 0.0079,-0.0236 q 0.02362,0.0236 0.149615,0.0394 0.133867,0.0157 0.212612,0 0.07875,-0.0157 0.45672,-0.126 0.283482,-0.0945 0.433098,-0.11024 0.133866,0 0.165364,0.13387 z m 5.4964,1.01581 0.496093,1.78751 -1.094555,-0.33073 z m -8.724944,6.2996 5.464902,-1.82689 v -8.12648 l -5.464902,1.83476 z m 9.772252,-2.49622 0.803199,0.24411 -1.425284,-5.17355 -0.78745,-0.2441 -1.700892,4.22073 0.803199,0.24411 0.354353,-0.8662 1.661519,0.51184 z m -3.960872,-7.57527 4.512087,1.44891 v -2.992308 z m 2.448968,10.41796 1.244171,0.10237 -0.425223,1.25992 -0.31498,-0.51971 q -1.023684,0.65358 -2.173361,0.85044 -0.456721,0.0945 -0.716579,0.0945 h -0.661458 q -0.622086,0 -1.5749,-0.30711 -0.94494,-0.30711 -1.441033,-0.66933 -0.063,-0.0551 -0.063,-0.12599 0,-0.063 0.03937,-0.11025 0.03937,-0.0394 0.102368,-0.0394 0.0315,0 0.141741,0.0551 0.110243,0.063 0.236235,0.13387 0.133866,0.0709 0.165364,0.0866 0.574839,0.29135 1.252046,0.48034 0.685081,0.19686 1.24417,0.19686 0.748078,0 1.315041,-0.11811 0.566964,-0.11025 1.236297,-0.39373 0.118117,-0.0551 0.236234,-0.12599 0.125992,-0.063 0.267733,-0.14962 0.149616,-0.0787 0.228361,-0.12599 z m 3.527775,-8.49658 v 8.49658 l -6.094861,-1.93712 q -0.110243,0.0472 -2.952937,1.00793 -2.842693,0.95282 -2.897815,0.95282 -0.102368,0 -0.141741,-0.10237 0,-0.008 -0.0079,-0.0236 v -8.48871 q 0.02362,-0.0709 0.0315,-0.0787 0.03937,-0.0472 0.15749,-0.0866 0.834696,-0.2756 1.1733,-0.39372 v -3.0239 l 4.39397,1.55915 q 0.01575,0 1.259919,-0.4331 1.252046,-0.433094 2.488342,-0.850442 1.24417,-0.425223 1.275668,-0.425223 0.15749,0 0.15749,0.165364 v 3.291541 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3469" />
|
||||
<path
|
||||
d="m 27.812742,121.82447 q 0,0.20474 -0.133866,0.35435 -0.125992,0.14962 -0.322855,0.14962 -0.204737,0 -0.354352,-0.126 -0.149616,-0.13386 -0.149616,-0.33072 0,-0.20474 0.133867,-0.35436 0.133866,-0.14961 0.330729,-0.14961 0.196862,0 0.346478,0.13386 0.149615,0.126 0.149615,0.32286 z m 0.118118,0.45672 2.756074,-4.57508 q -0.07087,0.063 -0.535466,0.49609 -0.456721,0.42522 -0.984312,0.91344 -0.527591,0.48822 -1.078806,1.00006 -0.543341,0.51184 -0.921317,0.87407 -0.370101,0.35435 -0.393724,0.4016 l -2.7482,4.56721 q 0.05512,-0.0551 0.527591,-0.48822 0.47247,-0.4331 0.992187,-0.91344 0.519717,-0.48822 1.070932,-1.00006 0.551214,-0.51972 0.921316,-0.87407 0.370101,-0.36223 0.393725,-0.4016 z m 5.0948,-0.4331 q 0,1.58278 -0.818948,2.92144 -0.02362,-0.0157 -0.133866,-0.0866 -0.110243,-0.0709 -0.212612,-0.12599 -0.09449,-0.063 -0.125992,-0.063 -0.102368,0 -0.102368,0.10237 0,0.0787 0.464595,0.34648 -0.582713,0.88194 -1.456782,1.50403 -0.866195,0.61421 -1.897754,0.86619 l -0.125992,-0.52759 q -0.0079,-0.0787 -0.118117,-0.0787 -0.03937,0 -0.063,0.0472 -0.02362,0.0394 -0.01575,0.0709 l 0.125992,0.53547 q -0.566964,0.11812 -1.149677,0.11812 -1.567025,0 -2.929313,-0.82682 0.0079,-0.0157 0.102368,-0.15749 0.09449,-0.14962 0.165365,-0.26774 0.07875,-0.11812 0.07875,-0.14961 0,-0.10237 -0.102369,-0.10237 -0.04725,0 -0.133866,0.11812 -0.08662,0.11024 -0.181114,0.26773 -0.08662,0.15749 -0.102368,0.18111 -0.889819,-0.59059 -1.511904,-1.47253 -0.622085,-0.88982 -0.866195,-1.92925 l 0.543341,-0.11812 q 0.07875,-0.0236 0.07875,-0.11812 0,-0.0394 -0.04725,-0.063 -0.03937,-0.0236 -0.07874,-0.0158 l -0.535466,0.11812 q -0.110243,-0.56697 -0.110243,-1.09456 0,-1.62214 0.85832,-2.98443 0.01575,0.008 0.141741,0.0945 0.133867,0.0866 0.236235,0.14962 0.110243,0.063 0.141741,0.063 0.102368,0 0.102368,-0.0945 0,-0.0472 -0.102368,-0.11812 -0.09449,-0.0787 -0.251984,-0.17324 l -0.15749,-0.0945 q 0.606336,-0.88195 1.48828,-1.48828 0.881944,-0.60634 1.921378,-0.84257 l 0.118117,0.52759 q 0.01575,0.0787 0.118118,0.0787 0.03937,0 0.063,-0.0394 0.02362,-0.0473 0.01575,-0.0866 l -0.118118,-0.51972 q 0.559089,-0.10236 1.055183,-0.10236 1.606397,0 2.984435,0.85832 -0.307106,0.44097 -0.307106,0.51184 0,0.10237 0.09449,0.10237 0.08662,0 0.377976,-0.50397 0.874069,0.59059 1.472531,1.46466 0.606336,0.87406 0.850446,1.89775 l -0.440972,0.0945 q -0.07874,0.0158 -0.07874,0.126 0,0.0394 0.03937,0.063 0.04725,0.0236 0.07874,0.0157 l 0.448847,-0.10237 q 0.110243,0.56697 0.110243,1.10243 z m 0.165364,2.44897 q 0.503968,-1.16543 0.503968,-2.44897 0,-1.28354 -0.503968,-2.44897 -0.496093,-1.16542 -1.338664,-2.00799 -0.842572,-0.84258 -2.007997,-1.33867 -1.165426,-0.50397 -2.448969,-0.50397 -1.283543,0 -2.448969,0.50397 -1.165426,0.49609 -2.007997,1.33867 -0.842571,0.84257 -1.346539,2.00799 -0.496093,1.16543 -0.496093,2.44897 0,1.28354 0.496093,2.44897 0.503968,1.16543 1.346539,2.008 0.842571,0.84257 2.007997,1.33866 1.165426,0.50397 2.448969,0.50397 1.283543,0 2.448969,-0.50397 1.165425,-0.49609 2.007997,-1.33866 0.842571,-0.84257 1.338664,-2.008 z m 0.700831,-5.18929 q 0.559089,1.30716 0.559089,2.74032 0,1.43316 -0.559089,2.74033 -0.55909,1.30716 -1.504029,2.2521 -0.94494,0.94494 -2.252107,1.50403 -1.307167,0.55909 -2.740325,0.55909 -1.433159,0 -2.740325,-0.55909 -1.307167,-0.55909 -2.252107,-1.50403 -0.94494,-0.94494 -1.504029,-2.2521 -0.559089,-1.30717 -0.559089,-2.74033 0,-1.43316 0.559089,-2.74032 0.559089,-1.30717 1.504029,-2.25211 0.94494,-0.94494 2.252107,-1.50403 1.307166,-0.55909 2.740325,-0.55909 1.433158,0 2.740325,0.55909 1.307167,0.55909 2.252107,1.50403 0.944939,0.94494 1.504029,2.25211 z"
|
||||
style="font-family:forkawesome;-inkscape-font-specification:forkawesome;shape-inside:url(#rect835-3-6-3-3);fill:#000000;fill-opacity:1"
|
||||
id="path3471" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 12 KiB |
111
main.php
|
@ -55,7 +55,7 @@ $showSidebar = $hasSidebar && ($ACT=='show');
|
|||
<div class="headings">
|
||||
<h1><?php
|
||||
// get logo either out of the template images folder or data/media folder
|
||||
$logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), false);
|
||||
$logo = tpl_getMediaFile(array(':wiki:logo.svg', ':wiki:logo.png', ':logo.png', 'images/logo.svg', 'images/logo.png'), false);
|
||||
|
||||
// display logo and wiki title in a link to the home page
|
||||
// Add <span>'.$conf['title'].'</span> after img to have Wiki Title display
|
||||
|
@ -83,7 +83,12 @@ $showSidebar = $hasSidebar && ($ACT=='show');
|
|||
<?php if($showSidebar): ?>
|
||||
<nav id="dokuwiki__sidebar">
|
||||
<div class="biseau_left_top nomobile"></div>
|
||||
<h3 class="toggle"><?php //echo $lang['sidebar'] ?></h3>
|
||||
<h3 class="toggle"><span class="menu_mobile">
|
||||
<?php
|
||||
$kh_sidebar = tpl_getLang('kh_sidebar');
|
||||
echo $kh_sidebar ;
|
||||
//echo $lang['sidebar'] ;
|
||||
?></span></h3>
|
||||
<div class="pad sidebar include group">
|
||||
<div class="content"><div class="group">
|
||||
<?php tpl_flush() ?>
|
||||
|
@ -104,7 +109,6 @@ $showSidebar = $hasSidebar && ($ACT=='show');
|
|||
<!-- ********** Tab ********** -->
|
||||
<div class="tabblocks">
|
||||
<div class="nomobile">
|
||||
|
||||
<ul class="tab_ul">
|
||||
<?php
|
||||
foreach ( (new \dokuwiki\Menu\PageMenu())->getItems() as $item ) {
|
||||
|
@ -116,7 +120,6 @@ $showSidebar = $hasSidebar && ($ACT=='show');
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
</ul>
|
||||
|
||||
|
@ -133,9 +136,9 @@ $showSidebar = $hasSidebar && ($ACT=='show');
|
|||
|
||||
|
||||
<!-- wikipage start -->
|
||||
<?php tpl_toc(true) ?>
|
||||
<?php tpl_toc(false) ?>
|
||||
<article class="kharticle">
|
||||
<?php tpl_content(true) ?>
|
||||
<?php tpl_content(false) ?>
|
||||
</article>
|
||||
<!-- wikipage stop -->
|
||||
<?php tpl_includeFile('pagefooter.html') ?>
|
||||
|
@ -159,94 +162,82 @@ $showSidebar = $hasSidebar && ($ACT=='show');
|
|||
<hr class="a11y" />
|
||||
|
||||
<!-- ********** Right menu (tools) ********** -->
|
||||
<div>
|
||||
<div class="navtoolwrap">
|
||||
<nav class="nomobile navtool">
|
||||
<div class="biseau_right_top nomobile"></div>
|
||||
<div class="nomobile bartool"
|
||||
|
||||
|
||||
<!-- searchtool-->
|
||||
<div class="searchtool nomobile">
|
||||
<?php tpl_searchform(); ?>
|
||||
</div>
|
||||
<!-- You are here -->
|
||||
<?php if($conf['youarehere']): ?>
|
||||
<div class="youarehere nomobile"><?php tpl_youarehere() ?></div>
|
||||
<hr class="nomobile">
|
||||
<?php endif ?>
|
||||
|
||||
<!-- Page Actions -->
|
||||
<div class="dokuwiki__tools nomobile">
|
||||
<h3 class="a11y"><?php echo $lang['page_tools']; ?></h3>
|
||||
<ul>
|
||||
<?php
|
||||
$data = array(
|
||||
//'view' => 'main',
|
||||
'items' => array(
|
||||
'edit' => tpl_action('edit', true, 'li', true, '<span>', '</span>'),
|
||||
'revert' => tpl_action('revert', true, 'li', true, '<span>', '</span>'),
|
||||
'revisions' => tpl_action('revisions', true, 'li', true, '<span>', '</span>'),
|
||||
'backlink' => tpl_action('backlink', true, 'li', true, '<span>', '</span>'),
|
||||
'subscribe' => tpl_action('subscribe', true, 'li', true, '<span>', '</span>')
|
||||
)
|
||||
);
|
||||
|
||||
// the page tools can be amended through a custom plugin hook
|
||||
$evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data);
|
||||
if($evt->advise_before()){
|
||||
foreach($evt->data['items'] as $k => $html) echo $html;
|
||||
}
|
||||
$evt->advise_after();
|
||||
unset($data);
|
||||
unset($evt);
|
||||
?>
|
||||
</ul>
|
||||
<!-- Don't include childrenpage here -->
|
||||
<?php
|
||||
foreach ( (new \dokuwiki\Menu\PageMenu())->getItems() as $item ) {
|
||||
if ( ! preg_match('/^childrenpages_/', $item->getType()) ) {
|
||||
echo '<li>'.$item->asHtmlLink(false, true).'</li>';
|
||||
}
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
<hr class="nomobile">
|
||||
|
||||
<!-- usertools and sitetools -->
|
||||
<div class="dokuwiki__tools nomobile">
|
||||
<?php echo (new \dokuwiki\Menu\SiteMenu())->getListItems(); ?>
|
||||
<hr class="nomobile">
|
||||
<!-- Link interwiki of user -->
|
||||
<?php if ($conf['useacl']): ?>
|
||||
<h3 class="a11y"><?php echo $lang['user_tools']; ?></h3>
|
||||
<ul><?php
|
||||
// Afficher lien interwiki user
|
||||
if (!empty($_SERVER['REMOTE_USER'])) {
|
||||
echo '<li class="user">';
|
||||
$loginname = $_SERVER["REMOTE_USER"];
|
||||
$kh_userpage = tpl_getLang('kh_userpage');
|
||||
echo "$kh_userpage ";
|
||||
echo "<img src=\"";
|
||||
echo tpl_basedir();
|
||||
echo "/images/perso.svg\" alt=\"icone\" ></img>";
|
||||
echo "<span>$kh_userpage </span>";
|
||||
echo (tpl_getConf("khum1_userpage")
|
||||
? html_wikilink(tpl_getConf("khum1_userpage_ns").$loginname, hsc($loginname))
|
||||
: hsc($loginname));
|
||||
echo '</li>';
|
||||
}
|
||||
// le reste des appels (pas mal de modif, attention aux comportements étranges ?)
|
||||
tpl_toolsevent('tools', array(
|
||||
tpl_action('admin', true, 'li', true),
|
||||
tpl_action('profile', true, 'li', true),
|
||||
tpl_action('media', true, 'li', true),
|
||||
tpl_action('recent', true, 'li', true),
|
||||
tpl_action('index', true, 'li', true),
|
||||
tpl_action('register', true, 'li', true),
|
||||
tpl_action('login', true, 'li', true),
|
||||
));
|
||||
?></ul>
|
||||
<?php endif ?>
|
||||
<!-- UserMenu -->
|
||||
<?php echo (new \dokuwiki\Menu\UserMenu())->getListItems(); ?>
|
||||
|
||||
|
||||
</div>
|
||||
<hr class="nomobile">
|
||||
|
||||
<!-- translation (only with Translation Plugin) -->
|
||||
<div>
|
||||
<?php
|
||||
<?php
|
||||
$translation = plugin_load('helper','translation');
|
||||
if ($translation) echo $translation->showTranslations();
|
||||
if ($translation) {?>
|
||||
<div class="kh_translate">
|
||||
<img src="<?php echo tpl_basedir(); ?>/images/lang.svg" alt"icone"></img>
|
||||
<?php
|
||||
echo $translation->showTranslations();
|
||||
echo "</div>" ;
|
||||
}
|
||||
?>
|
||||
|
||||
<!-- searchtool-->
|
||||
<div class="searchtool nomobile">
|
||||
<?php tpl_searchform(); ?>
|
||||
</div>
|
||||
|
||||
<!-- You are here -->
|
||||
<?php if($conf['youarehere']): ?>
|
||||
<div class="youarehere nomobile">
|
||||
<img src="<?php echo tpl_basedir(); ?>/images/youarehere.svg" alt="icone"></img>
|
||||
<span><?php tpl_youarehere() ?></div></span>
|
||||
<hr class="nomobile">
|
||||
<?php endif ?>
|
||||
<!-- Breadcrumbs -->
|
||||
<?php if($conf['breadcrumbs']): ?>
|
||||
<div class="trace nomobile"><div><?php tpl_breadcrumbs() ?></div></div>
|
||||
<div class="trace nomobile"><img src="<?php echo tpl_basedir(); ?>/images/compass.svg" alt="icone"></img>
|
||||
<span><?php tpl_breadcrumbs() ?></span>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<div class="biseau_2_bottom nomobile"></div>
|
||||
|
|
|
@ -26,7 +26,7 @@ css/_footnotes.css = screen
|
|||
css/_search.css = screen
|
||||
css/_recent.css = screen
|
||||
css/_diff.css = screen
|
||||
css/_edit.css = screen
|
||||
css/_edit.less = screen
|
||||
css/_modal.css = screen
|
||||
css/_forms.css = screen
|
||||
css/_admin.less = screen
|
||||
|
@ -118,5 +118,5 @@ __color7__ = "#9890bd" ; @ini_color7
|
|||
|
||||
; -- Specific to Khaganat : logo color. Used on article title.
|
||||
; khaganat: #8530bf ; khanat : #100873
|
||||
__title_color__ = "#100873" ; @ini_title_color
|
||||
__title_color__ = "#8530bf" ; @ini_title_color
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
base khum1
|
||||
author Zatalyz
|
||||
email zatalyz@liev.re
|
||||
date 2020-06-03
|
||||
email zatalyz.khum1@liev.re
|
||||
date 2022-08-06
|
||||
name khum1 DokuWiki Template
|
||||
desc Generic template for Khaganat. Support a lot of plugin. Try to be responsive and accessible.
|
||||
url https://git.khaganat.net/zatalyz/khum1
|
||||
desc Generic template for Khaganat project ( https://khaganat.net ). Support a lot of plugin. Try to be responsive and accessible.
|
||||
url https://git.khaganat.net/khaganat/web/dokuwiki/khum1
|
||||
|
|