* { animation: fadeIn 0.2s; } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @font-face { font-family: 'Hack Nerd Font'; src: url('../fonts/Hack.woff2') format('woff'); font-weight: normal; } body { word-break: break-all; padding: 1%; font-family: 'Hack Nerd Font'; font-size: medium; background-color: #1a1a1a; color: #7ef07e; display: block; margin: auto; padding: 5px; position: relative; top: 0; bottom: 0; left: 0; right: 0; padding: 0; margin: 0; display: block; } div { padding: 0; margin: 0; } p { word-break: break-word; text-align: justify; /* margin: 0px; */ } a { color:rgb(51, 200, 234); text-decoration:none; } a:hover{ color: #c5f0ff; } .header { text-align: center; } .header h1 { display: block; } @media (max-width: 540px) { .header h1 { display: none; } } .feature-img { text-align: center; width: 100%; } .inv img { width: 64px; height: 64px; border: 1px; } #menu a {display:inline-block;} .footer p { margin: 0px; } .footer { text-align: center; } .inv {display:block;text-align:center;} pre {overflow:auto;} .whole{ } #gotop-link{ text-align: right; font-size: 0.8rem; } .container { } h1 { text-align: left; } #contact { 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; } pre { white-space: pre-wrap; } #stellar-freigher-connect-address { position: fixed; top: 0; right: 7vw; z-index: 998; padding: 0.5vh 1vw; font-size: 0.9rem; } .stellar-address { border: #1c241c 2px solid; color: #ff1e1e; padding: 2px; width: fit-content; margin: 0; } #progress { word-wrap: break-word; } select { border: 1px solid; background-color: #1a1a1a; color: #7ef07e; } article { border: 2px solid #672178; padding: 24px; } .topbar audio { width: 25%; padding: 2%; } .topbar { position: fixed; top: 0; bottom: 0; float: left; min-height: 80px; justify-content: space-between; max-height: 80px; height: 80px; width: 100%; display: flex; flex-direction: row; align-items: center; margin: 0; } .main{ position: fixed; top: 80px; background-color: #2a2a2a; bottom: 62px; width: auto; right: 0vw; left: 0vw; padding-left: 2vw; padding-right: 2vw; padding-top: 1vh; padding-bottom: 1vh; max-height: 80vh; height: auto; min-height: 45vh; overflow-y: auto; z-index: 1; } .main div { height: 100%; } .page-layout { display: flex; flex-direction: column; } .header { display: flex; flex-direction: row; align-items: center; } .header img { max-width: 80px; width: 32px; width: -moz-available; width: -webkit-fill-available; } h1 { margin: 0px; } #menu { text-align: center; padding: 2px; overflow-y: auto; display: flex; color:rgb(51, 200, 234); } .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; border: 1px solid #17392e; padding: 10px; margin: 1px; } button:hover { background: #008033; background: #008033; } #mobile-menu { display: none; } .dropdown { flex-direction: row; } #explore-submenu { display: none; } #modules-submenu { display: none; } #double-floor { display: flex; flex-direction: column; } .upper-floor { display: flex; flex-direction: row; } .lower-floor { display: none; flex-direction: row; } @media (max-width: 770px) { #double-floor { flex-direction: column; } .upper-floor { flex-direction: column; } .lower-floor { flex-direction: column; } .dropdown { flex-direction: column; } #double-floor { position: fixed; top: 0px; z-index: 0; align-items: center; background-color: #1a1a1a8a; height: 100%; width: 100%; } #mobile-menu { display: flex; } } .hsm { z-index: 999; position: fixed; text-decoration-line: overline; background: #1c241c; border: 1px solid #1c241c; box-shadow: 2px 2px #2c223c; top: 0px; text-shadow: 1px 2px #461551; right: 1vw; } audio { width: -webkit-fill-available; width: -moz-available; } summary { background-color: #3a3a3a; padding: 24px; } details { border: 2px solid #3a3a3a; background-color: #2a2a2a; padding: 24px; } .zchain-details { border: 2px solid #672178; padding: 24px; } #settings-section { gap: 5px; flex-wrap: wrap; flex-direction: column; justify-content: space-between; align-items: flex-start; } #settings-section div { flex-direction: row; } #settings-section p {} #settings-section label { font-weight: bold; } #settings-section button {} footer { position: absolute; right: 0; bottom: 0; padding: 2px; text-align: right; } .footer { margin: 0px; font-size: medium; position: fixed; height: 62px; display: flex; justify-content: center; align-items: center; gap: 10px; flex-direction: row; bottom: 0; background: #1c241c; width: -moz-available; width: -webkit-fill-available; } @media (max-width: 880px) { .footer { font-size: smaller; gap: 0px; flex-direction: column; } .footer span { display: none; } }