MediaWiki:User:Spmtn1.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
made by spmtn1 - copyright john citizen corp all rights reserved */ | made by spmtn1 - copyright john citizen corp all rights reserved */ | ||
body { | |||
background-color: red; | |||
} | } | ||
html.skin-theme-clientpref-night { | |||
background-color: | --background-color-base: rgb(18, 19, 20); | ||
--color-base: #eeeeee; | |||
--color-emphasized: #eeeeee; | |||
} | } | ||
p { | p { | ||
text-shadow: rgb( | text-shadow: rgb(125, 125, 125) 1px 0 10px; | ||
text-decoration-color: red; | text-decoration-color: red; | ||
} | } | ||
h1 { | h1 { | ||
color: | color: grey; | ||
display: inline; | display: inline; | ||
transition: transform 0.25s ease, box-shadow 0.25s ease; | transition: transform 0.25s ease, box-shadow 0.25s ease; | ||
Latest revision as of 16:22, 15 March 2026
/* 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: red;
}
html.skin-theme-clientpref-night {
--background-color-base: rgb(18, 19, 20);
--color-base: #eeeeee;
--color-emphasized: #eeeeee;
}
p {
text-shadow: rgb(125, 125, 125) 1px 0 10px;
text-decoration-color: red;
}
h1 {
color: grey;
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);
}