Przejdź do zawartości

Szablon:Key/styles.css: Różnice pomiędzy wersjami

Z Wurm Wiki Polska
Utworzono nową stronę "NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO!: .key { border: 1px solid #aaa; border-radius: 2px; box-shadow: 1px 2px 2px #ddd; background-color: #f9f9f9; background-image: linear-gradient(to top, #eee, #f9f9f9, #eee); padding: 1px 3px; font-family: inherit; font-size: 0.85em; } Overrides for specific skins: body.skin-timelesswurm .key { }: "
 
(Brak różnic)

Aktualna wersja na dzień 19:53, 17 wrz 2025

/* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */

.key {
	border: 1px solid #aaa;
	border-radius: 2px;
	box-shadow: 1px 2px 2px #ddd;
	background-color: #f9f9f9;
	background-image: linear-gradient(to top, #eee, #f9f9f9, #eee);
	padding: 1px 3px;
	font-family: inherit;
	font-size: 0.85em;
}


/* Overrides for specific skins */

/* body.skin-timelesswurm .key { } */