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; }")
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#Quoteimg {
.banner-img pre {
   background-image: url('https://dwyd.org/images/2/28/Quote.png?20231203202450') no-repeat 7px 7px;
  max-width:1000px;
  margin:0 auto;
  padding:0 12px;
}
.banner-img img {
  width:100%;
  height:auto;
  display:block;
}
blockquote#Quoteimg {
   background: url('https://dwyd.org/images/2/28/Quote.png') no-repeat 7px 7px;
}
}

Latest revision as of 06:55, 18 February 2024

.banner-img pre {
   max-width:1000px;
   margin:0 auto;
   padding:0 12px;
}
.banner-img img {
   width:100%;
   height:auto;
   display:block;
}
blockquote#Quoteimg {
   background: url('https://dwyd.org/images/2/28/Quote.png') no-repeat 7px 7px;
}