Even for a low-activity wiki, hosting & rendering many HQ image files takes significant resources and comes with high monthly server costs.
If you're able, please consider contributing to keep the site running to help support this independent, ad-free, fan-run site. Thank you!

Changes

Jump to navigation Jump to search
886 bytes added ,  23:08, 31 January 2018
Created page with " == Fog over Zero == Hey, I made a crude first version rendition of the foggy effect over the word Zero, if ever we want that in the wiki. Works with Template:Zero. Can..."

== Fog over Zero ==

Hey,

I made a crude first version rendition of the foggy effect over the word Zero, if ever we want that in the wiki. Works with [[Template:Zero]].

Can you add this in [[MediaWiki:Vector.css]]:

<pre>
<nowiki>
@supports (background-clip: text) or (-webkit-background-clip: text) {

@keyframes zero {
from { background-position: 0% center; }
to { background-position: 100% center; }
}

.zero {
background-image: url(Zero_Fog.png);
animation-name: zero;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
-webkit-background-clip: text;
background-clip: text;
color: rgba(0,0,0,0);
}

}
</nowiki>
</pre>

<code>Zero_Fog.png</code> is there : [[:File:Zero Fog.png]]. Lots to improve, but it’s bed time for me.

Thanks!

[[User:Nclm|Nclm]] ([[User talk:Nclm|talk]]) 23:08, 31 January 2018 (UTC)
282

edits

Navigation menu