diff --git a/startpage.html b/startpage.html index aaabe9a..dd8bab8 100644 --- a/startpage.html +++ b/startpage.html @@ -16,25 +16,41 @@ body { cursor: url(""), auto; } - .grabbable:hover { - cursor: url(""), grab; - } + .removable:hover { cursor: url(""), crosshair; } + .grabbable:hover { + cursor: grab; + } */ + body { + height: 100vh; + overflow: hidden; + } + + .movable { position: fixed; + user-select: none; } .container { z-index: 998; display: flex; + flex-direction: column; + flex-wrap: nowrap; align-items: center; justify-content: center; overflow: auto; } + .containerHeader { + display: flex; + flex-direction: column; + width: 100%; + padding-left: 3rem; + } .section { margin-top: 0rem; @@ -44,9 +60,6 @@ background-color: rgba(173, 165, 165, 0.8); z-index: 999; - user-select: none; - - border: solid black 2px; border-radius: 10px; padding: 10px; @@ -72,8 +85,8 @@ .tab { margin-right: 2rem; - user-select: none; text-wrap: nowrap; + color: black; } .tab:hover { cursor: pointer; @@ -83,6 +96,9 @@ font-weight: bold; text-decoration: underline; } + a.visited { + color: black; + } #ioTab { flex-shrink: 1; } @@ -224,9 +240,7 @@
+ TODO: CONTAINER TEXT RIGHT ALIGN AND ALSO PADDING LEVELS