Шаблон:ButtonSS14/styles.css

Материал из Space Station 14 Вики
Версия от 17:19, 25 сентября 2024; Pok (обсуждение | вклад) (Новая страница: «→‎Лицензия: 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; }»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
/* Лицензия: 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;
}