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

Материал из Space Station 14 Вики
Версия от 20:04, 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: #3d415f;
}

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

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