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

Template:Logo/styles.css: Difference between revisions

Template page
No edit summary
m (BakiDance moved page Template:Example/styles.css to Template:Logo/styles.css without leaving a redirect)

Revision as of 07:05, 1 February 2023

.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);
}