Airgoons
YourHighness.jpg BMS.png
DCS.png

MediaWiki:Common.css: Difference between revisions

From Airgoons
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
}
}


.extimg > img {
.extimg img {
max-width: 800px;
max-width: 800px;
}
.timg img {
max-width: 100px;
}
}

Revision as of 14:42, 24 June 2020

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

span.kbkey {
	padding: 2px 3px 2px 3px; margin: 0px 1px 0px 1px; border: #000 1px solid; border-radius: 3px; background-color: #EEE;
	
}

div#contentSub.manual {
	margin: -1em 0 1.4em 1em;
}

.extimg img {
	max-width: 800px;
}

.timg img {
	max-width: 100px;
}