Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
.mw-body{
background-image: url("https://static.miraheze.org/blackorchestrawiki/b/b3/BOBackground.png");
background-color: #000000;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.mw-logo-container {
.mw-logo-container {
display: flex;
display: flex;

Revision as of 01:31, 20 May 2024

.mw-body{
	background-image: url("https://static.miraheze.org/blackorchestrawiki/b/b3/BOBackground.png");
	background-color: #000000;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mw-logo-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 3.5rem;
    width:15rem;
    position: relative;
}

.mw-logo-container img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.mw-logo-container strong {
    width: 100%;
    position: absolute;
    bottom: -2rem;
    left: 0;
    text-align: center;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.