Template:Quote/styles.css: Difference between revisions

From OniGalore
No edit summary
No edit summary
Line 9: Line 9:
.tpl-quote-quote
.tpl-quote-quote
{
{
  border-left:outset #e0e0e0;
   padding:0em 1em;
   padding:0em 1em;
   text-align:left;
   text-align:left;
Line 17: Line 18:
   text-align:right;
   text-align:right;
   display:none;
   display:none;
}
.small-font
{
  font-size:50%;
}
}


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

Revision as of 06:05, 3 February 2026

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

.tpl-quote-quote
{
   border-left:outset #e0e0e0;
   padding:0em 1em;
   text-align:left;
}

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

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