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 (Refined 2px Minimalist Editorial StyleBar)
================================================================= */
 
/* 1. MAINMain CONTENTContent CONTAINERContainer */
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;
/* 1.4emAdjusted padding: ensuresTop, serifRight, 'feet'Bottom, don't touch the barLeft */
/* 1.2em left padding creates a sophisticated gap from the thin bar */
padding: 0.4em5em 0 0.4em5em 1.4em2em;
color: #202122;
box-sizing: border-box;
display: block;
}
 
/* 2. QUOTEGlobal TEXTReset (Vectorfor 2022Nested SerifWiki Typography)Elements */
/* Targets blockquotes, paragraphs, and standard quote templates inside the panel */
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 61 ⟶ 60:
margin: 0 !important;
background: transparent !important;
line-height: 1.6; /* Optimized for readability in business contexts */
/* 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;
font-weight: 400;
}
 
/* 3. AUTHORAuthor & ATTRIBUTIONAttribution (StandardStyling Sans-Serif)*/
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.85em75em;
font-weight: 400normal;
/* 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 */
}