Template:Insert quote panel/styles.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 45:
/* Adjusted padding: Top, Right, Bottom, Left */
/* 1.2em left padding creates a sophisticated gap from the thin bar */
padding: 0.5em 0 0.5em 1.2em;
color: #202122;
box-sizing: border-box;
Line 67:
.insert-quote-panel.no-image .insert-quote-content cite {
display: block !important;
padding-left: 1em 0 0 0 !important;
margin-top: 0.75em;
font-weight: normal;
font-style: italic; /* Common for citations, remove if you want upright text */
color: #54595d; /* Slightly softer gray to differentiate from the quote */
}