MediaWiki:Minerva.css: Difference between revisions

m Added width to the translation page - possibly a glitch fix
m testing - implementing size reduction for all
Tags: Mobile edit Mobile web edit
Line 132: Line 132:
.tux-textarea-translation {
.tux-textarea-translation {
     width: inherit;
     width: inherit;
}
/* BACKGROUNDS OVERRIDE */
}
#mw-mf-page-center::before {
    background-size: 50%;
}
#mw-mf-page-center {
    background: url(/images/a/a6/Toprep.webp), url(/images/c/c1/Sidebar_repeat.webp), blue !important;
    background-repeat: repeat-x, repeat-y;
    background-position: 200px top, 0 150px;
    background-size:  50%, 50%;
}
}