MediaWiki:User:Spmtn1.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
h1:hover { | h1:hover { | ||
transform: scale(1.08) | transform: scale(1.08) translateY(-200px); | ||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); | box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); | ||
} | } | ||
Revision as of 01:41, 13 March 2026
/* The CSS file of the ONLY red page on the Okayxairen Wiki. */
/* Rest in peace, okayxairen.miraheze.org. MediaWiki is so much better. */
body {
background-color: red;
}
p {
text-shadow: rgb(255, 0, 0) 1px 0 10px;
text-decoration-color: red;
}
h1 {
color: red;
display: inline-block;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
h1:hover {
transform: scale(1.08) translateY(-200px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}