Jump to content

MediaWiki:User:Spmtn1.css: Difference between revisions

From Ditzy Wiki
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 {
  color: white;
text-shadow: rgb(255, 0, 0) 1px 0 10px;
text-decoration-color: red;
}
}
h1 {
h1 {
   color: white;
   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;
}