Difference between revisions of "MediaWiki:Common.css"

From Cassette Beasts
Line 10: Line 10:
 
   font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif !important;
 
   font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif !important;
 
   font-size: 1.5em !important;
 
   font-size: 1.5em !important;
 +
}
 +
 +
body {
 +
  background-image: url("https://www.cassettebeasts.com/wp-content/uploads/2020/05/background-number-infinity-blurred.png");
 +
  background-position: center center;
 +
  background-repeat: no-repeat;
 +
  background-attachment: fixed;
 
}
 
}

Revision as of 14:00, 8 March 2022

a.external {
  color: #7629db !important;
}

#footer-bottom a {
  color: #d087f8 !important;
}

.mw-portlet h3 {
  font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  font-size: 1.5em !important;
}

body {
  background-image: url("https://www.cassettebeasts.com/wp-content/uploads/2020/05/background-number-infinity-blurred.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}