mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-14 19:08:13 +08:00
30 lines
644 B
CSS
30 lines
644 B
CSS
div.oz-image-widget > img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
div.oz-image-widget > img[alt$='#small'] {
|
|
max-width: 75% !important;
|
|
min-width: 200pt !important;
|
|
}
|
|
|
|
div.oz-image-widget > img[alt$='#x-small'] {
|
|
max-width: 50% !important;
|
|
min-width: 100pt !important;
|
|
}
|
|
|
|
div.oz-image-widget > img[alt$='#xx-small'] {
|
|
max-width: 25% !important;
|
|
min-width: 50pt !important;
|
|
}
|
|
|
|
.CodeMirror-linewidget > img {
|
|
margin-top: 5px !important;
|
|
margin-bottom: 5px !important;
|
|
}
|
|
|
|
.theme-dark img[alt$='#invert'],
|
|
.theme-dark div.oz-image-widget > img[alt$='#invert'] {
|
|
filter: invert(1) hue-rotate(180deg);
|
|
mix-blend-mode: screen;
|
|
}
|