Difference between revisions of "MediaWiki:Common.css"

no edit summary
 
(6 intermediate revisions by the same user not shown)
Line 7: Line 7:
  text-align:center;
  text-align:center;
  padding:1px;
  padding:1px;
    border-spacing: 0px;
border-spacing: 0px;
    border-collapse: separate;
border-collapse: separate;
}
}
.navbox-inner,
.navbox-inner,
Line 349: Line 349:


.motorcycle td, .motorcycle th {
.motorcycle td, .motorcycle th {
padding: 4px;
}
 
.motorcycle td.p-name {
  padding-left: 0.5em;
}
}


Line 357: Line 360:
.motorcycle-stub td {
.motorcycle-stub td {
padding: 1px;
padding: 1px;
}
.fullImageLink img {
width: 100%;
height: auto;
object-fit: cover;
}
}