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

Content deleted Content added
No edit summary
No edit summary
Line 10:
flex-direction: row;
align-items: flex-start;
/* Lock text color */
color: #202122;
}
Line 43 ⟶ 41:
border: 0 solid #9CA4AC;
border-radius: 0;
padding: .5em .5em .5em 0; /* Original padding */
color: #202122;
}
Line 54 ⟶ 52:
 
/* --- A1. FIX AUTHOR INDENT (NO IMAGE) --- */
/* Pushes the author slightly right to match or exceed text indent */
.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;
/* IncreasedAdjusted from standard 2.3em to 3.5em down to move3em it(Middle rightground) */
padding-left: 3.5em3em !important;
margin-top: 0.5em; /* Optional: adds a little space above name */
}
 
Line 99 ⟶ 96:
.insert-quote-panel.has-image .insert-quote-content small {
display: block !important;
/* ALIGNMENT: Flush Left */
text-align: left !important;
padding-left: 0 !important;
margin-left: 0 !important;
/* SPACING: Below text */
margin-top: 1.5em !important;
margin-bottom: 0 !important;