1
0
This commit is contained in:
syui 2024-03-19 21:01:16 +09:00
parent 6ac392ee77
commit 4f6d2177ae
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
3 changed files with 47 additions and 19 deletions

63
dist/css/style.css vendored
View File

@ -4,33 +4,60 @@ div#canvas {
} }
div#menu { div#menu {
padding: 20px; padding: 20px;
border-bottom:solid 1px #ccc; border-bottom:solid 1px #ccc;
} }
button { button {
border: none; border: none;
margin: 0; margin: 0;
padding: 0 20px 0 20px; padding: 0 20px 0 20px;
width: auto; width: auto;
overflow: visible; overflow: visible;
background: transparent; background: transparent;
color: inherit; color: inherit;
font: inherit; font: inherit;
line-height: normal; line-height: normal;
-webkit-font-smoothing: inherit; -webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit; -moz-osx-font-smoothing: inherit;
appearance: none; appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
} }
a { a {
text-decoration: none; text-decoration: none;
} }
a:hover{ a:hover{
/* color: #fff700; */ /* color: #fff700; */
color: #847e00; color: #847e00;
} }
footer {
border-top:solid 1px #ccc;
padding: 20px 0 20px 0;
font-size:20px;
text-align: center;
}
@media screen and (max-width:1000px) {
div#canvas {
height: 1280px;
}
div#menu {
align-content: center;
text-align: center;
padding: 50px;
font-size: 40px;
border-bottom:solid 1px #ccc;
}
button {
padding: 0 50px 0 50px;
}
footer {
font-size: 40px;
}
}

1
dist/index.html vendored
View File

@ -19,5 +19,6 @@
--> -->
</div> </div>
<div id="canvas"></div> <div id="canvas"></div>
<footer>© syui</footer>
</body> </body>
</html> </html>

2
dist/vrma vendored

@ -1 +1 @@
Subproject commit b1d912c7ee20b7050cf00a63819561cadbd84434 Subproject commit 40f2a09a83d30a08b28290ce23d42a763db57270