MediaWiki:Common.css: Difference between revisions

From The FunKey Wiki
Content added Content deleted
mNo edit summary
mNo edit summary
Line 2: Line 2:
.mw-editsection { display:none; }
.mw-editsection { display:none; }
table.darkgrey-header th { background-color: #999999; }
table.darkgrey-header th { background-color: #999999; }
img.thirdwidth {
img.quarterwidth {
width: 35%;
width: 25%;
height: auto;
height: auto;
}
}

Revision as of 10:17, 18 August 2021

/* CSS placed here will be applied to all skins */
.mw-editsection { display:none; }
table.darkgrey-header th { background-color: #999999; }
img.quarterwidth {
    width: 25%;
    height: auto;
}