„MediaWiki:Common.css” változatai közötti eltérés
A VIK Wikiből
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
1. sor: | 1. sor: | ||
.sitenotice-doboz-cim { | .sitenotice-doboz-cim { | ||
animation-duration: 3s; | -moz-animation-duration: 3s; | ||
animation-name: sfc; | -moz-animation-name: sfc; | ||
animation-iteration-count: infinite; | -moz-animation-iteration-count: infinite; | ||
-webkit-animation-duration: 3s; | |||
-webkit-animation-name: sfc; | |||
-webkit-animation-iteration-count: infinite; | |||
color: white; | color: white; | ||
background-color: #00f; | background-color: #00f; | ||
27. sor: | 30. sor: | ||
/* Animáció a sitenotice hátteréhez */ | /* Animáció a sitenotice hátteréhez */ | ||
@keyframes sfc { | @-webkit-keyframes sfc { | ||
0%, 100% { | |||
background-color: #00f; | |||
} | |||
50% { | |||
background-color: #088; | |||
} | |||
} | |||
@-moz-keyframes sfc { | |||
0%, 100% { | 0%, 100% { | ||
background-color: #00f; | background-color: #00f; |
A lap 2014. január 2., 17:58-kori változata
.sitenotice-doboz-cim {
-moz-animation-duration: 3s;
-moz-animation-name: sfc;
-moz-animation-iteration-count: infinite;
-webkit-animation-duration: 3s;
-webkit-animation-name: sfc;
-webkit-animation-iteration-count: infinite;
color: white;
background-color: #00f;
border-bottom:1px solid #777;
font-size:1.1em;
letter-spacing: 2px;
margin: 0;
padding: 5px 5px 2px 5px;
text-shadow: black 0 0 3px;
}
#siteSub { display:block; }
/* Erre azért van szükség, mert alapesetben a MediaWiki
* levágja az ékezetes nagybetűk tetejéről az ékezetet
*/
div#mw-panel div.portal div.body ul li {
overflow: visible;
}
div#mw-panel div.portal div.body {
overflow: hidden; /* A tartalomba továbbra se lóghat bele */
}
/* Animáció a sitenotice hátteréhez */
@-webkit-keyframes sfc {
0%, 100% {
background-color: #00f;
}
50% {
background-color: #088;
}
}
@-moz-keyframes sfc {
0%, 100% {
background-color: #00f;
}
50% {
background-color: #088;
}
}