diff --git a/examples/web/debug.css b/examples/web/debug.css deleted file mode 100644 index 98018fb9e159f77665abac8535af0c904a7defeb..0000000000000000000000000000000000000000 --- a/examples/web/debug.css +++ /dev/null @@ -1,4 +0,0 @@ -.debug > .canvas-tiles { - background-color: #000000; - width: 256px; -} diff --git a/examples/web/index.css b/examples/web/index.css index 771be0c42ea9be25aae313c8b59c041e3faa17aa..2e72b731dbd5fdfcbd537ec721fef90f73efe8c4 100644 --- a/examples/web/index.css +++ b/examples/web/index.css @@ -1,7 +1,5 @@ @import url("https://fonts.googleapis.com/css2?family=VT323&display=swap"); -@import url("./debug.css"); - * { box-sizing: border-box; -o-box-sizing: border-box; @@ -11,16 +9,6 @@ -webkit-box-sizing: border-box; } -a { - border-bottom: 2px dotted #ffffff; - color: #ffffff; - text-decoration: none; -} - -a:hover { - border-bottom-style: solid; -} - html { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; @@ -33,81 +21,3 @@ body { margin: 0px 0px 0px 0px; padding: 12px 12px 52px 12px; } - -p { - font-size: 18px; - line-height: 24px; - margin: 12px 0px 12px 0px; -} - -.main { - display: flex; -} - -@media only screen and (max-width: 1120px) { - .main { - flex-direction: column; - } -} - -.main > .side-left { - display: flex; - flex: 1 0; - justify-content: center; - text-align: center; -} - -.main > .side-right { - flex: 0 1; - max-width: 100%; - min-width: 580px; - padding: 0px 24px 0px 24px; -} - -@media only screen and (max-width: 1120px) { - .main > .side-right { - min-width: unset; - padding: 0px 0px 0px 0px; - } -} - -.main > .side-right .logo-image { - vertical-align: middle; - width: 32px; -} - -.main > .side-right .separator { - background: #ffffff; - height: 2px; - margin: 22px 0px 22px 0px; -} - -.main > .side-right .diag { - font-size: 24px; - vertical-align: top; -} - -.main > .side-right .diag > dt { - clear: both; - float: left; - margin-top: 12px; -} - -.main > .side-right .diag > dt:first-of-type { - margin-top: 0px; -} - -.main > .side-right .diag > dd { - float: right; - margin-top: 12px; -} - -.main > .side-right .diag > dd:first-of-type { - margin-top: 0px; -} - -.main > .side-right .diag::after { - clear: both; - content: ''; - display: block; -}