Difference between revisions of "MediaWiki:Common.css"
From Cassette Beasts
m |
|||
Line 33: | Line 33: | ||
.infobox-image img { | .infobox-image img { | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
− | margin: auto; | + | margin: 0 auto; |
} | } |
Revision as of 16:36, 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: 400px;
background: #ab75e8;
border-radius: 30px 30px 30px 30px;
}
.infobox-image {
background: #fff;
border-radius: 30px 30px 30px 30px;
}
.infobox-image img {
image-rendering: pixelated;
margin: 0 auto;
}