Open main menu

Humanoid Robots Wiki β

Changes

MediaWiki:Common.css

298 bytes added, 24 April
Created page with "CSS placed here will be applied to all skins: .infobox { border: 1px solid #aaaaaa; background-color: #f9f9f9; padding: 5px; width: 300px; /* or any othe..."
/* CSS placed here will be applied to all skins */

.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
padding: 5px;
width: 300px; /* or any other width */
}

.infobox th {
background-color: #e0e0e0;
text-align: center;
}

.infobox td {
padding: 2px 5px;
}