Template:Sbubble: Difference between revisions
This code is probably terrible and will break in a thousand different ways. |
No edit summary |
||
| Line 2: | Line 2: | ||
.base img { | .base img { | ||
width: | width: {{{2|435}}}px; | ||
height: | height: {{{3|498}}}px; | ||
mask-image: url(https://wiki.pronounmail.com/images/5/54/Speech_bubble_mask.png); | mask-image: url(https://wiki.pronounmail.com/images/5/54/Speech_bubble_mask.png); | ||
mask-mode: alpha; | mask-mode: alpha; | ||
| Line 9: | Line 9: | ||
.line img { | .line img { | ||
width: {{{2|435}}}px; | |||
position: relative; | position: relative; | ||
left: - | left: -{{{2|435}}}px; | ||
} | } | ||