Template:Sbubble: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
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: 435px;
width: {{{2|435}}}px;
height: 498px;
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: -435px;
left: -{{{2|435}}}px;
}
}



Revision as of 16:56, 18 April 2025