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 BarEditorial Style)
================================================================= */
 
/* 1. MainMAIN ContentCONTENT Container */CONTAINER
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;
/* Adjusted1.4em padding: Top,ensures Right,serif Bottom,'feet' Leftdon't touch the bar */
padding: 0.5em4em 0 0.5em4em 1.2em4em;
/* 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;
display: block;
}
 
/* 2. GlobalQUOTE ResetTEXT for(Vector Nested2022 WikiSerif Elements */Typography)
Applies the professional 'Linux Libertine' stack to all nested text elements. */
/* Targets blockquotes, paragraphs, and standard quote templates inside the panel */
.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;
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: normal400;
}
 
/* 3. AuthorAUTHOR & AttributionATTRIBUTION Styling(Standard */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.75em85em;
font-weight: normal;
/* Standard Text Specs */
font-style: italic; /* Common for citations, remove if you want upright text */
font-family: sans-serif;
color: #54595d; /* Slightly softer gray to differentiate from the quote */
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 */
}