update meta css and mode selections

This commit is contained in:
Stewart Allen 2020-03-18 23:33:15 -04:00
commit 296f7a52a4
6 changed files with 107 additions and 90 deletions

View file

@ -21,9 +21,7 @@
</head>
<body>
<!-- app title home page links -->
<div id="appid">
<span><a href="#" id="appname">Kiri:Moto</a> by <a href="/" target="home">Grid.Space</a></span>
</div>
<div id="appid"><span><a href="#" id="appname">Kiri:Moto</a> by <a href="/" target="home">Grid.Space</a></span></div>
<!-- left control menu -->
<div id="control-left" class="control"><div id="assets"></div></div>
<!-- right control menu -->

View file

@ -1,12 +1,6 @@
th, tr, td, span, div, label, button {
user-select: none;
}
input[type=range]::-moz-focus-outer {
border: 0;
}
select {
outline: none;
}
.dialog {
display: none;
color: black;
@ -62,26 +56,6 @@ select {
#stock,#selection {
display: none;
}
#appid {
text-align: center;
position: fixed;
width: 100%;
top: 3px;
}
#appid span {
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px 8px 3px 8px;
background-color: rgba(170,221,255,0.75);
color: rgba(0,0,0,0.5);
}
#appid a {
color: rgba(0,0,0,0.75);
font-weight: bold;
}
#appid a:hover {
color: rgba(0,50,50,0.75);
}
#container {
width: 100%;
height: 100%;