.logo.vanilla:hover { filter: drop-shadow(0 0 2em #ffe21c); } :root { font-family: Inter, Avenir, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; font-weight: 400; color-scheme: dark; background-color: Canvas; color: CanvasText; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; } .container { margin: 0; padding-top: 30px; display: flex; flex-direction: column; justify-content: center; text-align: center; } .vertical { margin: 0; display: flex; flex-direction: column; justify-content: center; text-align: center; gap: 1em; } .container-horizontal { margin: 0; padding-top: 30px; display: flex; flex-direction: row; justify-content: center; text-align: center; align-items: left; justify-content: left; gap: 20px; } .horizontal-input { margin: 0; margin-left: 5px; display: flex; flex-direction: row; justify-content: center; text-align: center; align-items: left; justify-content: left; gap: 20px; } body { margin: 0px; padding: 0px; background-color: Canvas; color: CanvasText; color-scheme: dark; } .logo { height: 6em; padding: 0em; will-change: filter; transition: 0.75s; } .logo.tauri:hover { filter: drop-shadow(0 0 2em #24c8db); } .row { display: flex; justify-content: center; } a { font-weight: 500; color: #646cff; text-decoration: inherit; } a:hover { color: #535bf2; } h1 { text-align: center; } input, button { border-radius: 8px; border: 1px solid transparent; padding: 0.6em 1.2em; font-size: 1em; font-weight: 500; font-family: inherit; color: #4df3ff; background-color: #474747; transition: border-color 0.25s; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); width: 300px; display: flex; justify-content: center; align-self: center; } button { cursor: pointer; } button:hover { border-color: #396cd8; } button:active { border-color: #396cd8; background-color: #e8e8e8; } input, button { outline: none; } #greet-input { margin-right: 5px; } @media (prefers-color-scheme: dark) { :root { background-color: Canvas; color: CanvasText; color-scheme: dark; } a:hover { color: #24c8db; } input, button { color: #ffffff; background-color: #0f0f0f98; } button:active { background-color: #0f0f0f69; } .dropbtn { background-color: #3498DB; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; } .dropbtn:hover, .dropbtn:focus { background-color: #2980B9; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; } #text { color: black; padding: 12px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #DDD;} .show {display:block;} } .progress { background-color: grey; border-radius: 20px; height: 15px; width: 100%; visibility: hidden; } .progressFinished{ display: flex; align-items: center; justify-content: center; background-color: #3498DB; border-radius: 20px; height: 100%; width: 0; /*transition: 1s ease 0.3s;*/ } #Modpacks{ width:300px ; align-content: center; align-self: center; align-items: center; background-color: #2f2f2f; border: 2px solid rgb(26, 26, 26); } .Logo{ background-image: url('assets/CityBase.png'); box-shadow: 0px 20px 10px #121313; display: flex; justify-content: center; height: auto; background-repeat: no-repeat; flex-direction: column; background-size: contain; } #launchGame { margin-top: 20px; } .modSelect.select{ background: #272727; flood-color: #0f0f0f; } .buttonlink{ width: fit-content; block-size: fit-content; } .right{ float: right; } .left{ float: left; } .horizontal{ overflow: auto; display: block; margin: 0.5em; } #settings{ width: 2em; height: 2.5em; top: 5px; left: 5px; float: right; position: absolute; background-image: url('assets/settings.png'); background-size:cover; background-repeat: no-repeat; } #back{ width: 2em; height: 2.5em; top: 5px; left: 5px; float: right; position: absolute; background-image: url('assets/back.png'); background-size:cover; background-repeat: no-repeat; } .container input{ margin: 0.5em; width: 45% } .loginButtons{ display: flex; margin: 0.5em; flex-direction: row; margin-left: auto; margin-right: auto; width: 50%; gap: .5em; } .Error{ color: black; background-color: red; margin: 0; visibility: hidden; } #modpacks{ width: 30%; height: 13em; background-color: #666565; overflow: auto; margin-left: 10px; border: 1px solid; } .modpack { width: 100%; } .modpack:hover { background-color: lightgray; color: black; } .modpack-selected { background-color: blue; color: white; } .vertical-buttons { display: flex; margin-left: 0.5em; margin-top: 0; flex-direction: column; height: 15em; gap: 1.5em; } .square-button { width: 2em; height: 2.5em; top: 5px; left: 5px; } #up{ background-image: url('assets/up.png'); background-size:cover; background-repeat: no-repeat; } #down{ background-image: url('assets/down.png'); background-size:cover; background-repeat: no-repeat; } #create{ display: none; } #update{ display: none; } #remove{ background-image: url('assets/remove.png'); background-size:cover; background-repeat: no-repeat; }