Template:Quote/styles.css: Difference between revisions

From OniGalore
(Iritscen changed the content model of the page Template:Quote/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
No edit summary
Line 5: Line 5:
   margin:5px 1em 5px 4em;
   margin:5px 1em 5px 4em;
   font-size:90%;
   font-size:90%;
}
.tpl-quote-quote
{
  padding:0em 1em;
  text-align:left;
}
}



Revision as of 02:26, 3 February 2026

.tpl-quote
{
   background-color:transparent;
   width:auto;
   margin:5px 1em 5px 4em;
   font-size:90%;
}

.tpl-quote-quote
{
   padding:0em 1em;
   text-align:left;
}

.tpl-quote-citation:empty
{
   text-align:right;
   display:none;
}

/*[[Category:Message box templates]]*/