From 7eb510a56a0015ccd887b694bdb497309dc42f87 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 1 Sep 2023 06:18:20 +0300 Subject: 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 --- src/css/style-layer-1.css | 82 ----------------------------------------------- 1 file changed, 82 deletions(-) (limited to 'src/css/style-layer-1.css') diff --git a/src/css/style-layer-1.css b/src/css/style-layer-1.css index 5bc34d2..e69de29 100644 --- a/src/css/style-layer-1.css +++ b/src/css/style-layer-1.css @@ -1,82 +0,0 @@ -body { - padding: 1%; - background-color: #1a1a1a; - font-family: monospace; - font-size: 1rem; - color: #7ef07e; -} - -p { - text-align: justify; -} - -a { - color:rgb(51, 200, 234); - text-decoration:none; -} - -a:hover{ - color: #c5f0ff; -} - -.header { - text-align: center; - margin: auto; - padding: 5px; -} - -.header img{ - max-width: 150px; - width: 150px; -} - -.header p { - text-align: center; -} - -.feature-img { - text-align: center; - width: 100%; - /*! height: 35vh; */ -} - - -.inv img { - width: 64px; - height: 64px; - border: 1px; -} - -#menu { - text-align: center; -} - -#menu a {display:inline-block;} - -.footer { - text-align: center; -} -.inv {display:block;text-align:center;} - -pre {overflow:auto;} - -.whole{ - /*! background-color: #3a3a3a; - display: grid;*/ -} - -#gotop-link{ - text-align: right; - font-size: 0.8rem; -} - -.container { - /*background-color: #3a3a3a; - max-width: 60vw; - margin: auto; - padding: 2%; - display: grid; - border-radius: 6px; - width: 40vw; - overflow: auto; */ -} -- cgit v1.2.3