<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://zoywiki.com/index.php?action=history&amp;feed=atom&amp;title=User%3ADoomcat%2Fvector.css</id>
	<title>User:Doomcat/vector.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://zoywiki.com/index.php?action=history&amp;feed=atom&amp;title=User%3ADoomcat%2Fvector.css"/>
	<link rel="alternate" type="text/html" href="https://zoywiki.com/index.php?title=User:Doomcat/vector.css&amp;action=history"/>
	<updated>2026-06-28T00:17:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://zoywiki.com/index.php?title=User:Doomcat/vector.css&amp;diff=29743&amp;oldid=prev</id>
		<title>Doomcat: Created page with &quot;span.hover-target {      position: relative;  } span.hover-target div.hover-info {      /* Do not add any styles that will change the calculated     width of the element here;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://zoywiki.com/index.php?title=User:Doomcat/vector.css&amp;diff=29743&amp;oldid=prev"/>
		<updated>2012-08-10T21:47:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;span.hover-target {      position: relative;  } span.hover-target div.hover-info {      /* Do not add any styles that will change the calculated     width of the element here;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;span.hover-target { &lt;br /&gt;
    position: relative; &lt;br /&gt;
}&lt;br /&gt;
span.hover-target div.hover-info { &lt;br /&gt;
    /* Do not add any styles that will change the calculated&lt;br /&gt;
    width of the element here; this includes borders and padding.&lt;br /&gt;
    &lt;br /&gt;
    This is b/c even though the child will be invisible with a &lt;br /&gt;
    0px width, if the prior are specified the &amp;quot;edges&amp;quot; would still&lt;br /&gt;
    be accessible for user interaction. Save these for when the child&lt;br /&gt;
    is to be displayed */&lt;br /&gt;
    &lt;br /&gt;
    position: absolute;&lt;br /&gt;
    left: 5px;&lt;br /&gt;
    top: 5px;&lt;br /&gt;
    background-color: #ccc;&lt;br /&gt;
    color: #ccc;    &lt;br /&gt;
    cursor: pointer;&lt;br /&gt;
    border: 0px;&lt;br /&gt;
    &lt;br /&gt;
    width: 0px;&lt;br /&gt;
    opacity: 0;&lt;br /&gt;
&lt;br /&gt;
    /* delay any style changes, other than opacity, that are to take&lt;br /&gt;
    place when the parent is hovered over. Note that I have specified&lt;br /&gt;
    a &amp;quot;0s&amp;quot; duration. This means the styles will be applied directly&lt;br /&gt;
    after the delay expires. This is so the style changes are applied&lt;br /&gt;
    before the child is to fade in. */&lt;br /&gt;
    transition: padding,width,border,color 0s linear .5s;&lt;br /&gt;
    -webkit-transition: padding, width, border, 0s linear .5s;&lt;br /&gt;
    &lt;br /&gt;
    /* Now that we have the general stylings out of the way, set the&lt;br /&gt;
    child up so it fades in/out durring transitions */&lt;br /&gt;
    transition: opacity .5s linear .5s;&lt;br /&gt;
    -webkit-transition: opacity .5s linear .5s;&lt;br /&gt;
}&lt;br /&gt;
span.hover-target:hover div.hover-info { &lt;br /&gt;
    border: 1px solid #000;&lt;br /&gt;
    padding: 0px 0px 0px 2px;&lt;br /&gt;
    color: #000;&lt;br /&gt;
        &lt;br /&gt;
    width: 150px;    &lt;br /&gt;
    opacity: 1;&lt;br /&gt;
}​&lt;/div&gt;</summary>
		<author><name>Doomcat</name></author>
	</entry>
</feed>