<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>SFF Technik Wiki</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="description" content="Description"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <link rel="shortcut icon" type="image/jpg" href="img/favicon.png"/> <link rel="stylesheet" href="res/theme-simple.css"> <!--<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">--> <!--<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/sidebar.min.css" />--> <style> @font-face { font-family: "jost"; src: url(fonts/Jost-VariableFont_wght.ttf); } @font-face { font-family: "jost-italic"; src: url(fonts/Jost-Italic-VariableFont_wght.ttf); } i { font-family: "jost-italic"; } :root { --theme-hue: 145; --theme-saturation: 44%; --theme-lightness : 59%; --sidebar-background: #549670; --sidebar-nav-link-before-content-l3: ''; --sidebar-nav-link-border-color: #e5e5e5; --sidebar-nav-link-border-color--active: #e5e5e5; --sidebar-nav-link-color: #e5e5e5; --sidebar-nav-link-color--active: #fff; --sidebar-nav-link-color--hover: #fff; --sidebar-nav-link-border-width: 0 0px 0 0; --sidebar-nav-link-border-width--active: 0 4px 0 0; --sidebar-nav-link-border-width--hover: 0 2px 0 0; --sidebar-nav-link-text-decoration--active: none; --sidebar-nav-link-text-decoration--hover: none; --sidebar-nav-link-border-style--hover: solid; --sidebar-nav-link-font-weight--active: bolder; --sidebar-nav-pagelink-background-image: none; --sidebar-nav-pagelink-background-image--active: none; --sidebar-nav-pagelink-background-image--collapse: none; --sidebar-nav-pagelink-background-image--loaded: none; --search-input-background-color: #549670; --search-input-border-width: 0px; --search-input-color: #e5e5e5; --search-input-placeholder-color: #fff; --search-input-background-image: url("data:image/svg+xml,%3Csvg height='20px' width='20px' viewBox='0 0 24 24' fill='none' stroke='rgba(255, 255, 255, 0.4)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' preserveAspectRatio='xMidYMid meet' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='7.5' vector-effect='non-scaling-stroke'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='15.8' y2='15.8' vector-effect='non-scaling-stroke'%3E%3C/line%3E%3C/svg%3E"); --search-result-heading-font-size: 16px; --search-result-heading-color: #e5e5e5; --search-result-item-font-size: 14px; --search-result-item-color: #e5e5e5; --search-result-keyword-background: #157ddb; --link-text-decoration: none; --link-text-decoration--hover: underline; --link-color: #68c48f; --base-font-size: 18px; --base-font-family: "jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .search input:focus { box-shadow: none !important; } .screenshot { box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border: 1px solid #a1a1a1; } a[href^="#/_glossary"] { color: rgb(77, 77, 77); text-decoration: underline; text-decoration-color: #ccc; /*text-decoration-style: dashed;*/ } a[href^="#/_glossary"]:hover { color: rgb(77, 77, 77); text-decoration-color: #68c48f; } </style> </head> <body> <div id="app"></div> <script> window.$docsify = { name: 'PCS Wiki', repo: '', loadSidebar: true, loadNavbar: false, subMaxLevel: 2, alias: { '/.*/_sidebar.md': '_sidebar.md', // Old links to avoid dead links '/webseite.*': 'website/website.md', 'socialmedia.*': 'tools/socialmedia.md', 'orga.*': 'tools/orga.md', 'events.*': 'tools/events.md', }, logo: './logo_128px.png', notFoundPage: true, auto2top: true, sidebarDisplayLevel: 0, search: { placeholder: 'Suchen', noData: 'Keine Ergebnisse!', } } </script> <script src="res/docsify.min.js"></script> <script src="res/docsify-themeable.min.js"></script> <script src="res/docsify-sidebar-collapse.min.js"></script> <script src="res/search.min.js"></script> <!--<script src="//unpkg.com/docsify/lib/docsify.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script> <script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script> <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>--> <!--<script src="//unpkg.com/docsify-glossary/dist/docsify-glossary.min.js"></script>--> </body> </html>