231,276
edits
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
Line 751: | Line 751: | ||
=-=-=-=-=-=-=-=-=-=-=-= */ | =-=-=-=-=-=-=-=-=-=-=-= */ | ||
.citizen-drawer__logo img { | |||
opacity: 0; | |||
} | } | ||
.mw-list-item#n-Images:before { | |||
display: block; | |||
content: " "; | |||
background: url("https://tardis.wiki/images/Tardis_images/3/32/Image_gallery.svg") no-repeat; | |||
background-size: cover; | |||
float: left; | |||
position: relative; | |||
top: 1px; | |||
left: 1.4px; | |||
margin-right: -4px; | |||
width: calc(var(--size-icon) * 2); | |||
height: calc(var(--size-icon) * 2 - 2px); | |||
} | |||
.skin-citizen-dark .mw-list-item#n-Images:before { | |||
filter: invert(1); | |||
opacity: 0.45; | |||
} | |||
.skin-citizen-light .mw-list-item#n-Images:before { | |||
opacity: 0.55; | |||
} | |||
@media screen and (max-width: 1119px) { | @media screen and (max-width: 1119px) { |