Изменения

Перейти к навигации Перейти к поиску

MediaWiki:Common.css

630 байт добавлено, 19 февраль
Нет описания правки
position: fixed;
bottom: 30px;
right: 30px70px;
transition: background-color .3s,
opacity .5s, visibility .5s;
opacity: 1;
visibility: visible;
}
 
#button-dark-mode {
display: inline-block;
background-color: #262626;
width: 50px;
height: 50px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 30px;
right: 30px;
transition: background-color .3s,
opacity .5s, visibility .5s;
opacity: 0;
visibility: visible;
z-index: 1000;
}
#button-dark-mode::after {
content: "\f755";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
font-size: 2em;
line-height: 50px;
color: #fff;
}
#button-dark-mode:hover {
cursor: pointer;
background-color: #333;
}
#button-dark-mode:active {
background-color: #555;
}

Навигация