Шаблон:ButtonSS14/styles.css: различия между версиями

Материал из Space Station 14 Вики
(Новая страница: «→‎Лицензия: CC BY-SA 4.0 | Автор: Aliser | Источник: https://wiki.spacestation14.com/wiki/Template:Button: .template-button { white-space: pre; user-select: none; cursor: pointer; background-color: #464966; } .template-button:hover { background-color: #575b7f; } →‎нажатое состояние: .template-button.pressed, .template-button:active { background-color: #3e6c45; }»)
 
мНет описания правки
 
(не показана 1 промежуточная версия этого же участника)
Строка 6: Строка 6:
cursor: pointer;
cursor: pointer;
background-color: #464966;
background-color: #3d415f;
}
}


.template-button:hover {
.template-button:hover {
background-color: #575b7f;
background-color: #464b6d;
}
}


Строка 16: Строка 16:
.template-button.pressed,
.template-button.pressed,
.template-button:active {
.template-button:active {
background-color: #3e6c45;
background-color: #3a6c41;
}
}

Текущая версия от 20:04, 25 сентября 2024

/* Лицензия: CC BY-SA 4.0 | Автор: Aliser | Источник: https://wiki.spacestation14.com/wiki/Template:Button */

.template-button {
	white-space: pre;
	user-select: none;
	cursor: pointer;
	
	background-color: #3d415f;
}

.template-button:hover {
	background-color: #464b6d;
}

/* нажатое состояние */
.template-button.pressed,
.template-button:active {
	background-color: #3a6c41;
}