Template:Insert quote panel/styles.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 4:
.insert-quote-panel {
clear: both;
width: 100%;
box-sizing: border-box;
margin: 0 0 2em 0;
Line 28:
/* --- 3. CONTENT WRAPPER (Shared) --- */
.insert-quote-content {
flex: 1;
min-width: 0;
width: 100%;
}
Line 61:
.insert-quote-content .quotebox,
.insert-quote-content blockquote {
width: 100% !important;
max-width: 100% !important;
float: none !important;
box-sizing: border-box;
}
Line 76:
}
/* 3. Text Alignment
.insert-quote-panel.has-image .insert-quote-content p,
.insert-quote-panel.has-image .insert-quote-content div {
Line 82:
}
/*
.insert-quote-panel.has-image .insert-quote-content > .quotebox > *:first-child,
.insert-quote-panel.has-image .insert-quote-content > *:first-child {
Line 89:
}
/*
Force the author to be a block, add top margin, and force LEFT alignment */
.insert-quote-panel.has-image .insert-quote-content small,
.insert-quote-panel.has-image .insert-quote-content cite,
.insert-quote-panel.has-image .insert-quote-content .cite {
display: block !important;
margin-top:
text-align: left !important; /* Prevents it moving to the right */
font-style: normal;
width: 100%;
}
| |||