Files
MOPMA/🎛️.css

44 lines
678 B
CSS

#окно-управления
{
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
#кнопка-темы-отобразить
{
position: fixed;
left: 0;
bottom: 1.25em;
font-size: 2em;
padding: 0.25em 0.25em;
margin-left: 0.33em;
}
#кнопка-раскладки-отобразить
{
position: fixed;
right: 0;
bottom: 1.25em;
font-size: 2em;
padding: 0.25em 0.25em;
margin-right: 0.33em;
}
#кнопки-масштаба
{
position: fixed;
right: 1em;
top: 3em;
}
#счёт
{
position: fixed;
top: 0;
margin-top: 0;
left: 50%;
transform: translateX(-50%);
}