User talk:Euss/sandbox: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
mNo edit summary
Line 8: Line 8:
|Nymphaea King of the Blues 0801.jpg|Nymphaea_King_of_the_Blues_0801-highlight_sepals.jpg}}
|Nymphaea King of the Blues 0801.jpg|Nymphaea_King_of_the_Blues_0801-highlight_sepals.jpg}}
----
----
doesn't work without changing .css
didn't work without changing [[MediaWiki:Common.css]] ; adding:
<source lang="css">
/* Hover Box for switching the visibility of the selected item */
.hoverbox { display:inline-block; padding:0em; }
.hoverbox .hoveritem { display:none; margin:0em; padding:0em; }
.hoverbox .hoveritem.selected { display:inline-block; }
.hoverbox:hover .hoveritem { display:inline-block; }
.hoverbox:hover .hoveritem.selected { display:none; }
</source>


=== Licensee ===
=== Licensee ===

Revision as of 07:22, 10 January 2014

sandbox

HoverImage

http://en.wikibooks.org/wiki/Template:HoverImage


1.

Nymphaea King of the Blues 0801.jpg

Nymphaea King of the Blues 0801-highlight sepals.jpg


didn't work without changing MediaWiki:Common.css ; adding:

/* Hover Box for switching the visibility of the selected item */
.hoverbox { display:inline-block; padding:0em; }
.hoverbox .hoveritem { display:none; margin:0em; padding:0em; }
.hoverbox .hoveritem.selected { display:inline-block; }
.hoverbox:hover .hoveritem { display:inline-block; }
.hoverbox:hover .hoveritem.selected { display:none; }

Licensee