MediaWiki:Common.css: Difference between revisions

From Meanderings
Jump to navigation Jump to search
Added img.full-width and img.eighty-percent-width
Remove the edit links next to each section
Line 15: Line 15:
     height: auto;
     height: auto;
}
}
/* Remove the [edit|edit source] links next to each section */
.mw-editsection { display:none; }

Revision as of 22:02, 8 November 2020

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

img.forty-percent-width {
    width: 40%;
    height: auto;
}

img.eighty-percent-width {
    width: 80%;
    height: auto;
}

img.full-width {
    width: 100%;
    height: auto;
}

/* Remove the [edit|edit source] links next to each section */
.mw-editsection { display:none; }