mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 08:13:38 +00:00
c53047d181
This module contains the restriction icons. The main mmv module shrinks from 196.88kB to 174.97kB. Bug: T77349 Change-Id: I78d16b487f5272a8f779f3484c883d113db1878b
69 lines
1.3 KiB
Plaintext
69 lines
1.3 KiB
Plaintext
.mw-mmv-restriction-2257 {
|
|
/* @embed */
|
|
background-image: url( img/restrict-2257.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-aus-reserve {
|
|
/* @embed */
|
|
background-image: url( img/restrict-aus-reserve.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-communist {
|
|
/* @embed */
|
|
background-image: url( img/restrict-communist.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-costume {
|
|
/* @embed */
|
|
background-image: url( img/restrict-costume.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-currency {
|
|
/* @embed */
|
|
background-image: url( img/restrict-currency.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-design {
|
|
/* @embed */
|
|
background-image: url( img/restrict-design.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-fan-art {
|
|
/* @embed */
|
|
background-image: url( img/restrict-fan-art.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-ihl {
|
|
/* @embed */
|
|
background-image: url( img/restrict-ihl.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-insignia {
|
|
/* @embed */
|
|
background-image: url( img/restrict-insignia.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-ita-mibac {
|
|
/* @embed */
|
|
background-image: url( img/restrict-ita-mibac.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-nazi {
|
|
/* @embed */
|
|
background-image: url( img/restrict-nazi.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-personality {
|
|
/* @embed */
|
|
background-image: url( img/restrict-personality.svg );
|
|
}
|
|
|
|
.mw-mmv-restriction-trademarked::after {
|
|
content: '\002122';
|
|
}
|
|
|
|
.mw-mmv-restriction-default {
|
|
/* @embed */
|
|
background-image: url( img/restrict-default.svg );
|
|
}
|