MediaWiki:Common.css: Difference between revisions

From Esoteric Wiki
Jump to navigationJump to search
(Created page with "#Quoteimg { background-image: url('https://dwyd.org/images/2/28/Quote.png?20231203202450') no-repeat 7px 7px; }")
 
No edit summary
Line 1: Line 1:
#Quoteimg {
blockquote#Quoteimg {
   background-image: url('https://dwyd.org/images/2/28/Quote.png?20231203202450') no-repeat 7px 7px;
   background: url('https://dwyd.org/images/2/28/Quote.png') no-repeat 7px 7px;
}
}

Revision as of 20:38, 3 December 2023

blockquote#Quoteimg {
   background: url('https://dwyd.org/images/2/28/Quote.png') no-repeat 7px 7px;
}