Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
border: 2px solid black; | border: 2px solid black; | ||
padding: 10px; | padding: 10px; | ||
− | + | ||
+ | /* | ||
+ | * This does not resize or affect the image, but the container the image fits in | ||
+ | */ | ||
.Software-Logo | .Software-Logo | ||
{ | { | ||
− | height: 10px; | + | max-height: 10px; |
− | background-color: # | + | background-color: #ffFF00; |
− | width: | + | width: auto; |
} | } |
Revision as of 13:34, 10 July 2019
/* CSS placed here will be applied to all skins */
.EquipmentListTable
{
background-color: #f8f8f8;
border: 2px solid black;
border-collapse: collapse;
}
.EquipmentListTable td,th
{
border: 2px solid black;
padding: 10px;
/*
* This does not resize or affect the image, but the container the image fits in
*/
.Software-Logo
{
max-height: 10px;
background-color: #ffFF00;
width: auto;
}