@font-face { font-family: "Suprema"; src: url("SupremaRegular.woff") format('woff'); } html { min-height: 100%; position: relative; margin: 0px; padding: 0px; background-color: #f2f2f0; } body{ margin: 0px; padding: 0px; font-family: sans-serif; } header h1 { margin: 0.8em auto 0.4em; } header { font-family: "Suprema", sans-serif; border-top: 1px solid #0e2f43; margin: 0px; background-color: #0e2f43; border-bottom: 8px solid #2d8891; color: #f2f2f0; } main { margin: 0px auto 5em; padding: 0em 1em; text-align: justify; } @media only screen and (min-width: 820px) { main { width: 780px; } header h1 { width: 780px; } footer p { width: 780px; } } code { background-color: #d7bf7866; font-family: monospace; padding: 0.2em 0.7em; } .panel { background-color: #cf5b55; text-align: center; padding: 1em; margin: 1em 6em; color: #fff; font-weight: bold; border-radius: 5px; } .started { /*background-color: #55cf85;*/ background-color: #2d8891; } footer { position: absolute; bottom: 0px; width: 100%; } footer p { margin: 0em auto 0em; padding: 1em; border-top: 6px solid #2d8891; text-align: right; background-color: #0e2f43; } a { color: #2d8891; text-decoration: none; } footer, footer a { color: #ddd; } .terms h2 { counter-reset: section; } .terms h3:before { content: counter(section) ".\0000a0\0000a0"; counter-increment: section; counter-reset: list; } .terms ol ol { list-style-type: lower-alpha; } #complexEncoder { background-color: #fff; padding: 1em; margin: 1em; } .indicator-panel { width: 515px; margin: 1em auto; } .indicator-panel div { width: 24px; height: 24px; padding: 2px; line-height: 24px; font-size: 10px; margin: 1px; text-align: center; border-radius: 10px; display: inline-block; } .indicator-panel div:nth-child(8n) { margin-right: 16px; } .indicator-panel .unknown { background-color: #ceaa2c; } .indicator-panel .https { background-color: #46ce2c; } .indicator-panel .http { background-color: #812529; color: #fff; } .content-indicator div { display: inline-block; padding: 0.6em; } .content-indicator { margin: 0.4em 2em; } .content-indicator div:first-child { font-family: monospace; background-color: #ddd; width: 30em; } .content-indicator div.ready:first-child { color: #2d8891; } .content-indicator div.ready { color: #0e2f43; }