Template:Quote/styles.css: Difference between revisions
No edit summary |
(this should remove the excess vertical whitespace after the Quote table) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
margin:5px 1em 5px 4em; | margin:5px 1em 5px 4em; | ||
font-size:90%; | font-size:90%; | ||
} | |||
table.tpl-quote + p | |||
{ | |||
margin-top:-20px; | |||
} | } | ||
.tpl-quote-quote | .tpl-quote-quote | ||
{ | { | ||
border-left:outset #e0e0e0; | |||
padding:0em 1em; | padding:0em 1em; | ||
text-align:left; | text-align:left; | ||
} | } | ||
.tpl-quote-citation | .tpl-quote-citation | ||
{ | { | ||
text-align:right; | text-align:right; | ||
} | } | ||
. | .tpl-quote-citation:empty | ||
{ | { | ||
display:none; | |||
} | } | ||
/*[[Category:Message box templates]]*/ | /*[[Category:Message box templates]]*/ | ||
Latest revision as of 06:24, 3 February 2026
.tpl-quote
{
background-color:transparent;
width:auto;
margin:5px 1em 5px 4em;
font-size:90%;
}
table.tpl-quote + p
{
margin-top:-20px;
}
.tpl-quote-quote
{
border-left:outset #e0e0e0;
padding:0em 1em;
text-align:left;
}
.tpl-quote-citation
{
text-align:right;
}
.tpl-quote-citation:empty
{
display:none;
}
/*[[Category:Message box templates]]*/