Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Logo/styles.css

Template page
< Template:Logo
Revision as of 07:05, 1 February 2023 by BakiDance (talk | contribs) (BakiDance moved page Template:Example/styles.css to Template:Logo/styles.css without leaving a redirect)
.prism-logo a img.thumbimage:hover, .prism-logo a img:hover {
    transform: scale(1.1);
    transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
}
.prism-logo a img.thumbimage, .prism-logo a img {
    transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1);
}