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

MediaWiki:Common.css

MediaWiki interface page
Revision as of 01:56, 20 May 2024 by CHoover (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.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;
}

.citizen-body{
	backdrop-filter: blur(3px);
    border-color: rgba(255,255,255,0.271);
    border-style: solid;
    border-radius: 0.75rem;
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

.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.