|
|
@ -17,10 +17,9 @@ figure[ typeof~='mw:Audio/Frame' ] {
|
|
|
|
box-shadow: 0 1px 2px 1px rgba( 0, 0, 0, 0.02 ); // From .box
|
|
|
|
box-shadow: 0 1px 2px 1px rgba( 0, 0, 0, 0.02 ); // From .box
|
|
|
|
background-color: @background-color-thumbinner-screen;
|
|
|
|
background-color: @background-color-thumbinner-screen;
|
|
|
|
|
|
|
|
|
|
|
|
> *:first-child {
|
|
|
|
> a:first-child,
|
|
|
|
> audio,
|
|
|
|
> span:first-child {
|
|
|
|
> img,
|
|
|
|
> *:first-child:not( .mw-broken-media ) {
|
|
|
|
> video {
|
|
|
|
|
|
|
|
border: @border-thumbimage-screen;
|
|
|
|
border: @border-thumbimage-screen;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -35,11 +34,12 @@ figure[ typeof~='mw:Audio/Frame' ] {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.mw-image-border > *:first-child {
|
|
|
|
.mw-image-border {
|
|
|
|
> audio,
|
|
|
|
> a:first-child,
|
|
|
|
> img,
|
|
|
|
> span:first-child {
|
|
|
|
> video {
|
|
|
|
> *:first-child:not( .mw-broken-media ) {
|
|
|
|
border: @border-thumbborder-screen;
|
|
|
|
border: @border-thumbborder-screen;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|