MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Updating CSS from MediaWiki:Common.less)
(Updating CSS from MediaWiki:Common.less)
Line 209: Line 209:


#file img:hover {
#file img:hover {
background: 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;
background: none;
}
}
Line 2,670: Line 2,683:
.infobox .infobox-buttons .button.button-selected {
.infobox .infobox-buttons .button.button-selected {
background: var(--table-header);
background: var(--table-header);
}

.infobox tr {
}
}


Line 2,687: Line 2,703:
.infobox tr:nth-last-child(2) td {
.infobox tr:nth-last-child(2) td {
border-radius: 0 0 1.2em 0;
border-radius: 0 0 1.2em 0;
}

.infobox tr:last-child {
display: none;
}
}


Line 2,721: Line 2,733:
.infobox .infobox-padding {
.infobox .infobox-padding {
background: var(--body-dark);
background: var(--body-dark);
height: 30px;
height: 20px;
border-radius: 16px;
border-radius: 16px;
}
}