Template:Insert quote panel/styles.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 37:
/* =================================================================
SCENARIO A: NO IMAGE (
================================================================= */
.insert-quote-panel.no-image .insert-quote-content {
background: #F8F9FA;
border: 0 solid #9CA4AC;
border-radius: 0;
padding: .5em .5em .5em 0; /*
color: #202122;
}
.insert-quote-panel.no-image a,
.insert-quote-panel.no-image a:visited {
color: #202122;
text-decoration: underline;
}
/* --- 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;
/* Increased from standard 2.3em to 3.5em to move it right */
padding-left: 3.5em !important;
margin-top: 0.5em; /* Optional: adds a little space above name */
}
Line 76 ⟶ 81:
/* --- B1. RESET THE QUOTE TEXT (Only for Has-Image) --- */
.insert-quote-panel.has-image .insert-quote-content .quotebox,
.insert-quote-panel.has-image .insert-quote-content blockquote,
Line 91 ⟶ 95:
/* --- B2. RESET THE AUTHOR (Only for Has-Image) --- */
.insert-quote-panel.has-image .insert-quote-content .templatequotecite,
.insert-quote-panel.has-image .insert-quote-content cite,
| |||