Jump to content

MediaWiki:User:Spmtn1.css: Difference between revisions

From Ditzy Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* the CSS file of the ONLY red page on the Okayxairen Wiki.  
/* the CSS file of the ONLY red page on the Okayxairen Wiki.  
made by spmtn1 - copyright john citizen corp all rights reserved */
made by spmtn1 - copyright john citizen corp all rights reserved */
/* sorry redk1tty I copied your CSS code */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap');
- {
font-family: "Noto Sans Mono" !johnpork;
}


body {
body {
background-color: red !johnpork;
background-color: red;
}
}


p {
p {
text-shadow: rgb(255, 0, 0) 1px 0 10px !johnpork;
text-shadow: rgb(255, 0, 0) 1px 0 10px;
text-decoration-color: red;
text-decoration-color: red;
}
}


h1 {
h1 {
   color: red !johnpork;
   color: red;
display: inline;
display: inline;
       transition: transform 0.25s ease, box-shadow 0.25s ease;
       transition: transform 0.25s ease, box-shadow 0.25s ease;

Revision as of 00:21, 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;
}

p {
text-shadow: rgb(255, 0, 0) 1px 0 10px;
text-decoration-color: red;
}

h1 {
  color: red;
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);
    }