slow and tedious progress
This commit is contained in:
10
index.html
10
index.html
@ -18,7 +18,6 @@
|
||||
<style>
|
||||
body {
|
||||
font-family: "Arial";
|
||||
background-color: "red";
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
width: 100vw;
|
||||
@ -66,12 +65,13 @@
|
||||
|
||||
</style>
|
||||
<body id="all" class="z-0 overflow-y-hidden bg-background">
|
||||
<h1 class="text-3xl text-color5">Portez donc un whisky à ce juge blond qui fume</h1>
|
||||
<!-- The header is hidden on smaller devices -->
|
||||
<header class="py-0 block neutral-900">
|
||||
<div id="topbar" class="mx-auto flex flex-wrap pl-2 py-1 flex-row items-center">
|
||||
<div id="topbar" class="mx-auto flex flex-wrap pl-2 py-1 flex-row items-center bg-color5">
|
||||
<a class="flex title-font font-medium items-center mb-0">
|
||||
<img id="topos-logo" src="topos_frog.svg" class="w-12 h-12 text-black p-2 rounded-full fill-color2" alt="Topos Frog Logo" />
|
||||
<input id="universe-viewer" class="hidden transparent xl:block ml-4 text-2xl placeholder-color2" id="renamer" type="text" placeholder="Topos">
|
||||
<input id="universe-viewer" class="hidden transparent xl:block ml-4 text-color6 text-2xl placeholder-color2" id="renamer" type="text" placeholder="Topos">
|
||||
|
||||
</a>
|
||||
<nav class="py-2 flex flex-wrap items-center text-base absolute right-0">
|
||||
@ -126,8 +126,8 @@
|
||||
|
||||
<div id="documentation" class="hidden">
|
||||
<div id="documentation-page" class="flex flex-row transparent">
|
||||
<aside class="w-1/8 flex-shrink-0 h-screen overflow-y-auto p-1 lg:p-6 lineHighlight">
|
||||
<nav class="text-xl sm:text-sm overflow-y-scroll mb-24">
|
||||
<aside class="w-1/8 flex-shrink-0 h-screen overflow-y-auto p-1 lg:p-6 bg-[--var(color1)]">
|
||||
<nav class="text-xl sm:text-sm overflow-y-scroll mb-24 bg-color4">
|
||||
<details class="" open>
|
||||
<summary class="font-semibold lg:text-xl text-orange-300">Basics</summary>
|
||||
<div class="flex flex-col">
|
||||
|
||||
Reference in New Issue
Block a user