diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-09-01 06:18:20 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-09-01 06:18:20 +0300 |
commit | 7eb510a56a0015ccd887b694bdb497309dc42f87 (patch) | |
tree | 94ad8d24f308c05ca782a8c6bca53e85a0929086 /src/css/style-layer-2.css | |
parent | c03eac7b80432c79c01a744734d0a4d4e989f46f (diff) | |
download | arching-kaos-web-ui-7eb510a56a0015ccd887b694bdb497309dc42f87.tar.gz arching-kaos-web-ui-7eb510a56a0015ccd887b694bdb497309dc42f87.tar.bz2 arching-kaos-web-ui-7eb510a56a0015ccd887b694bdb497309dc42f87.zip |
Huge update, read description
- Bug fixes
- Splitted app.js to many files
- Gathered CSS to one place instead of layers
- Redesigned page layout
- Added settings so you can personalize them later
- Redesigned menu layout
- Added radio player for AKDR to connect there
Diffstat (limited to 'src/css/style-layer-2.css')
-rw-r--r-- | src/css/style-layer-2.css | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/src/css/style-layer-2.css b/src/css/style-layer-2.css index 67ef101..e69de29 100644 --- a/src/css/style-layer-2.css +++ b/src/css/style-layer-2.css @@ -1,89 +0,0 @@ -body { - display: block; - margin: auto; - padding: 5px; -/* color: #e6d5d5; */ - position: absolute; - top: 5vh; - bottom: 5vh; - left: 10vw; - right: 10vw; -} - -h1 { - text-align: left; -} - -p { - text-align: justify; -} - -div { - margin: auto; - padding: 10px; -} - -#contact { -/* background-color: #443644; */ - /*! border-radius: 0; */ - border-style: dashed; - border-width: 3px; - border-color: #276a4b; -} - -label { - width: 100%; -} - -input { - width: 100%; - border: 0px; - border-radius: 5px; -} - -.sub-input{ - border-radius: 0px; - border-width: 1px; - border-style: solid; - border-color: #7ef07e; - padding: 1.1%; - background: #1a1a1a; - color: #7ef07e; - text-align: center; - padding: 1% 0 1% 0; -} - -textarea { - width: 100%; - border: 0px; - border-radius: 5px; - height: 100px; -} -.row .large-12 .small-12 { - width: 100%; - display: inline-grid; -} -.large-6 .small-6 { - width: 50%; - display: inline-flex; -} -.success { - background-color: green; - color: white; -} -.alert { - background-color: red; - color: black; -} -.button { - border: 0px; - padding: 7px; - color: white; -} -footer { - position: absolute; - right: 0; - bottom: 0; - padding: 2px; - text-align: right; -} |