Template:Insert quote panel/styles.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 35:
/* =================================================================
SCENARIO A: NO IMAGE (
================================================================= */
/* 1.
Defines the 2px bar and ensures a transparent background. */
.insert-quote-panel.no-image .insert-quote-content {
background: transparent !important;
border-left: 2px solid #202122;
border-radius: 0;
/*
▲ padding: 0.5em 0 0.5em 1.2em;
color: #202122;
box-sizing: border-box;
display: block;
}
/* 2.
Applies the professional 'Linux Libertine' stack to all nested text elements. */
.insert-quote-panel.no-image .insert-quote-content blockquote,
.insert-quote-panel.no-image .insert-quote-content .templatequote,
Line 60 ⟶ 61:
margin: 0 !important;
background: transparent !important;
/* Official Vector 2022 Serif Font Stack */
font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
font-size: 1.18em; /* Adjusted for visual balance with sans-serif body text */
line-height: 1.6;
}
/* 3.
Keeps the author in a clean, factual sans-serif font with standard styling. */
.insert-quote-panel.no-image .insert-quote-content .templatequotecite,
.insert-quote-panel.no-image .insert-quote-content cite
.insert-quote-panel.no-image .insert-quote-content small {
display: block !important;
padding-left: 0 !important;
margin-top: 0.
▲ font-weight: normal;
/* Standard Text Specs */
font-family: sans-serif;
font-weight: normal !important;
font-style: normal !important; /* Forces upright text */
color: #202122 !important; /* Standard Vector 2022 text color */
font-size: 0.9em;
letter-spacing: 0.02em; /* Improves readability for attributions */
}
| |||