MediaWiki:User:Spmtn1/the basement.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* the CSS file of the ONLY red page on the Okayxairen Wiki.
made by spmtn1 - copyright john citizen corp all rights reserved */
body {
background-color: black;
}
p {
text-shadow: rgb(125, 125, 125) 1px 0 10px;
text-decoration-color: gray;
}
h1 {
color: gray;
display: inline;
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
h1:hover {
transform: scale(1.08) translateY(-1px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}