MediaWiki:User:Spmtn1.css: Difference between revisions
Appearance
m Jase moved page MediaWiki:Spmtn1.css to MediaWiki:User:Spmtn1.css |
No edit summary |
||
| Line 1: | Line 1: | ||
/* The CSS file of the ONLY red page on the Okayxairen Wiki. */ | |||
/* Rest in peace, okayxairen.miraheze.org. MediaWiki is so much better. */ | |||
body { | body { | ||
background-color: red; | background-color: red; | ||
} | } | ||
p { | p { | ||
text-shadow: rgb(255, 0, 0) 1px 0 10px; | |||
text-decoration-color: red; | |||
} | } | ||
h1 { | h1 { | ||
color: | color: red; | ||
} | } | ||
Revision as of 01:35, 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;
}