MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Encyklopedia Zarządzania
mNie podano opisu zmian
 
(Brak różnic)

Aktualna wersja na dzień 20:32, 8 sty 2018

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

.gcontainer {
width: 730px;
margin-left:auto; 
margin-right:auto; 
height: 100px;
//margin-bottom: 12px;
position: relative;
}

.gbottom, 
.google-top
{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

.gbottom {
text-align: center;
	color:white;
	animation-name: change;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}

@keyframes change {
	0% { color: white; }
	100% { color: red; }
}

.google-top {
z-index: 10;
}