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

Content deleted Content added
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 35:
 
/* =================================================================
SCENARIO A: NO IMAGE (GrayRefined Box2px withMinimalist custom barBar)
================================================================= */
 
/* 1. TheMain BoxContent itselfContainer */
.insert-quote-panel.no-image .insert-quote-content {
background: transparent !important;
border-left: 3px2px solid #9CA4AC202122;
/* This creates YOUR specific vertical bar */
border-left: 3px solid #9CA4AC;
border-radius: 0;
/* Adjusted padding: 0.8emTop, 1emRight, 0.8emBottom, 1.2em;Left */
/* 1.2em left padding creates a sophisticated gap from the thin bar */
padding: 0 0 0 1.2em;
color: #202122;
box-sizing: border-box;
}
 
/* 2. KillGlobal theReset defaultfor Nested Wiki bar inside the boxElements */
/* 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,
.insert-quote-panel.no-image .insert-quote-content p {,
.insert-quote-panel.no-image .insert-quote-content div {
border-left: none !important;
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
line-height: 1.6; /* Optimized for readability in business contexts */
}
 
/* 3. Author styling& (NoAttribution Image)Styling */
.insert-quote-panel.no-image .insert-quote-content .templatequotecite,
.insert-quote-panel.no-image .insert-quote-content cite {
display: block !important;
padding-left: 1em 0; /*0 Flush0 left relative to the quote text!important; */
margin-top: 0.8em75em;
font-weight: normal;
}