MediaWiki:Common.css: Difference between revisions

Updating CSS from MediaWiki:Common.less
(Updating CSS from MediaWiki:Common.less)
(Updating CSS from MediaWiki:Common.less)
Line 209:
 
#file img:hover {
displaybackground: none;
 
figure[typeof~='mw:File/Thumb'] {
}
 
figure[typeof~='mw:File/Thumb'] > :not(figcaption) .mw-file-element,
figure[typeof~='mw:File/Thumb'] figure[typeof~='mw:File/Frame'] > :not(figcaption) .mw-file-element {
margin: 0;
}
 
figure[typeof~='mw:File/Thumb'] > .mw-file-description::after,
figure[typeof~='mw:File/Thumb'] > .mw-file-magnify::after {
background: none;
}
Line 2,670 ⟶ 2,683:
.infobox .infobox-buttons .button.button-selected {
background: var(--table-header);
}
 
.infobox tr:last-child {
}
 
Line 2,687 ⟶ 2,703:
.infobox tr:nth-last-child(2) td {
border-radius: 0 0 1.2em 0;
 
.infobox tr:last-child {
display: none;
}
 
Line 2,721 ⟶ 2,733:
.infobox .infobox-padding {
background: var(--body-dark);
height: 30px20px;
border-radius: 16px;
}