neomojimixer/neomojimixer.css

94 lines
1.0 KiB
CSS
Raw Normal View History

2024-04-19 22:11:07 +03:00
body {
font-size: 1em;
}
p#noJSmessage {
font-size:2em;
color: red;
}
.container {
position: realtive;
width: 256px;
height: 256px;
}
img.body {
position: absolute;
}
img.eyes {
position: absolute;
}
img.mouth {
position: absolute;
}
img.arms {
position: absolute;
}
#controls {
position:relative;
width: 256px;
}
2024-04-24 16:43:56 +03:00
input, button, select {
box-sizing: border-box;
}
2024-04-19 22:11:07 +03:00
button {
width: 25px;
height: 25px;
}
2024-04-24 16:43:56 +03:00
input[type="checkbox"] {
margin: 4px;
width: 17px;
height: 17px;
}
.export > label {
display: block;
2024-04-19 22:11:07 +03:00
width: 250px;
2024-04-24 16:43:56 +03:00
clear: both;
}
.export > label > input:not([type="checkbox"]) {
width: 125px;
float: right;
2024-04-19 22:11:07 +03:00
}
2024-04-24 16:43:56 +03:00
button#random, button#export {
2024-04-19 22:11:07 +03:00
width: 250px;
}
#controls > div > .name {
2024-04-19 22:11:07 +03:00
display: inline-block;
width: 200px;
text-align: center;
background: #D3D3D3;
vertical-align: middle;
}
div#stats {
font-size: 0.5em;
}
canvas {
height: 300px;
width: 300px;
}
p#exportSaveMessage {
font-size: 0.5em;
}
input#fullNeomojiName {
width: 250px;
}
a.links {
color: black;
}