MediaWiki:Common.css: Difference between revisions

From Beta Wiki
No edit summary
No edit summary
Line 33: Line 33:
.mw-halign-right {
.mw-halign-right {
   background: rgba(0, 0, 0, 0)
   background: rgba(0, 0, 0, 0)
}
.vector-pinned-container {
    background-color: #0000004a;
    border: 2.5px solid;
    padding: 16px 16px;
    margin-bottom: 2rem;
    display: none;
}
}

Revision as of 15:54, 13 August 2024

/* CSS placed here will be applied to all skins */

@font-face {
   font-family: Minecraft;
   src: url('fonts/MinecraftRegular-Bmg3.otf');
   font-family: Minecraft-Bold;
   src: url('fonts/MinecraftBold-nMK1.otf');
}

html {
   background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('http://192.168.0.26/betawiki/images/b/bf/DirtBackground.png?20240813130941');
background-size: 150px;
image-rendering: pixelated;
}

body {
   background: rgba(0, 0, 0, 0)
}

.mw-page-container {
   background: rgba(0, 0, 0, 0.25)
}

h1, h2, h3, p, .mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2, html, body, .mw-editsection {
   color: rgb(255, 255, 255);
   font-family: Minecraft;
}

h2 {
   border-bottom: 2.5px solid #ffffff;
}

.mw-halign-right {
   background: rgba(0, 0, 0, 0)
}

.vector-pinned-container {
    background-color: #0000004a;
    border: 2.5px solid;
    padding: 16px 16px;
    margin-bottom: 2rem;
    display: none;
}