MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:
background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%);
background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%);
}
}
content { background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%); }
#content { background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%); }
@font-face {
@font-face {
font-family: "LifeSaver";
font-family: "LifeSaver";

Revision as of 21:14, 25 August 2022

/* CSS placed here will be applied to all skins */
body {
     background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%);
}
#content { background: linear-gradient(180deg, #DBF5FF 0%, #fff 77%); }
@font-face {
  font-family: "LifeSaver";
  src: local("☺"), url(https://files.catbox.moe/vwhnsd.ttf) format("truetype");
}