diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-10-29 13:53:09 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-10-29 13:53:09 +0200 |
commit | 14f09acce770b29e6b65614f26d0ed14ac77e251 (patch) | |
tree | 8c4cf8f7fd478d954e0bccec23570985a0c83b8c /src/css | |
parent | b3fca27271b59f87a758e0877ec017f83d31491c (diff) | |
download | arching-kaos-web-ui-14f09acce770b29e6b65614f26d0ed14ac77e251.tar.gz arching-kaos-web-ui-14f09acce770b29e6b65614f26d0ed14ac77e251.tar.bz2 arching-kaos-web-ui-14f09acce770b29e6b65614f26d0ed14ac77e251.zip |
Minor adjustements
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/akn.css | 65 |
1 files changed, 26 insertions, 39 deletions
diff --git a/src/css/akn.css b/src/css/akn.css index 6106c2a..a16c1b3 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -33,6 +33,11 @@ body { display: block; } +div { + padding: 0; + margin: 0; +} + p { text-align: justify; margin: 0px; @@ -72,9 +77,6 @@ a:hover{ border: 1px; } -#menu { - text-align: center; -} #menu a {display:inline-block;} @@ -101,15 +103,6 @@ h1 { text-align: left; } -p { - text-align: justify; -} - -div { - margin: auto; - padding: 10px; -} - #contact { border-style: dashed; border-width: 3px; @@ -165,26 +158,6 @@ textarea { color: black; } -.button { - border: 0px; - padding: 7px; - color: white; -} - -button { - color: rgb(51, 200, 234); - text-decoration: none; - font-family: 'Hack Nerd Font'; - background: #1c241c; - border: 1px solid #17392e; - padding: 10px; - margin: 1px; -} - -button:hover { - background: #008033; -} - pre { white-space: pre-wrap; } #stellar-freigher-connect-address { @@ -258,6 +231,9 @@ article { overflow-y: auto; z-index: 1; } +.main div { + height: 100%; +} .page-layout { display: flex; @@ -282,13 +258,27 @@ h1 { } #menu { + text-align: center; padding: 2px; overflow-y: auto; display: flex; color:rgb(51, 200, 234); } -#menu button, #modules-submenu-link, .menu-clickable { +.button { + border: 0px; + padding: 7px; + color: white; +} + +button { + color: rgb(51, 200, 234); + text-decoration: none; + font-family: 'Hack Nerd Font'; + background: #1c241c; + border: 1px solid #17392e; + padding: 10px; + margin: 1px; cursor: pointer; display: flex; background: #1c241c; @@ -297,7 +287,8 @@ h1 { margin: 1px; } -#menu button:hover, #modules-submenu-link:hover, .menu-clickable:hover { +button:hover { + background: #008033; background: #008033; } @@ -361,11 +352,6 @@ h1 { } } -div { - padding: 0; - margin: 0; -} - .hsm { z-index: 999; position: fixed; @@ -377,6 +363,7 @@ div { text-shadow: 1px 2px #461551; right: 1vw; } + audio { width: -webkit-fill-available; width: -moz-available; |