Difference between revisions of "MediaWiki:Common.css"

From Cassette Beasts
m
Line 23: Line 23:
 
   margin: 0 0 1em 1em;
 
   margin: 0 0 1em 1em;
 
   width: 340px;
 
   width: 340px;
  padding: 20px;
 
  overflow: hidden;
 
 
}
 
}
  
.info:after {
+
.infobox-head {
  content: '';
 
  position: absolute;
 
  width: 1100%; height: 1100%;
 
  top: 20px; right: -500%;
 
  background:
 
 
   background: #ab75e8;
 
   background: #ab75e8;
   transform-origin: 54% 0;
+
   color: #fff;
   transform: rotate(45deg);
+
}
   z-index: -1;
+
.infobox-title {
 +
  font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
 +
   font-size: 1.5em;
 +
   text-align: justify;
 
}
 
}
  
Line 47: Line 43:
 
.infobox-image img {
 
.infobox-image img {
 
   image-rendering: pixelated;
 
   image-rendering: pixelated;
  text-align: center;
 
 
}
 
}

Revision as of 16:52, 20 May 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;
}

#mw-content-container {
  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;
}

.infobox {
  float: right;
  margin: 0 0 1em 1em;
  width: 340px;
}

.infobox-head {
  background: #ab75e8;
  color: #fff;
}
.infobox-title {
  font-family: 'Neu5Land', 'Segoe UI', 'Lato', 'Liberation Sans', 'Noto Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.5em;
  text-align: justify;
}

.infobox-image {
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  padding: 15px;
}
.infobox-image img {
  image-rendering: pixelated;
}