MediaWiki:Common.css: Difference between revisions

From Esoteric Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
.banner-img pre {
  max-width:1000px;
  margin:0 auto;
  padding:0 12px;
}
.banner-img img {
.banner-img img {
   width:100%;
   width:100%;
  max-width:1000px;
   height:auto;
   height:auto;
  display:block;
}
}
blockquote#Quoteimg {
blockquote#Quoteimg {
   background: url('https://dwyd.org/images/2/28/Quote.png') no-repeat 7px 7px;
   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;
}