Template:Insert quote panel/styles.css: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
| ⚫ | |||
/* ================================ |
|||
| ⚫ | |||
This is loaded by TemplateStyles. |
|||
================================= */ |
|||
.insert-quote-panel { |
.insert-quote-panel { |
||
clear: both; |
clear: both; |
||
| Line 9: | Line 6: | ||
margin: 0 0 2em 0; |
margin: 0 0 2em 0; |
||
padding: .5em .5em .5em 0; |
padding: .5em .5em .5em 0; |
||
border: 0 solid #9CA4AC; |
border: 0 solid #9CA4AC; |
||
border-radius: 0; |
border-radius: 0; |
||
background: #F8F9FA; |
background: #F8F9FA; |
||
} |
|||
/* lock text color so dark mode doesn’t flip it */ |
|||
/* Optional: small screens can tighten spacing if desired |
|||
color: #202122; |
|||
@media (max-width: 720px) { |
|||
| ⚫ | |||
} |
} |
||
*/ |
|||
/* Optional: keep link colors constant too (pick one style) */ |
|||
/* Neutral (same as text) */ |
|||
.insert-quote-panel a, |
|||
.insert-quote-panel a:visited { color: #202122; text-decoration: underline; } |
|||
/* —or— Wikimedia blue, unchanged across themes */ |
|||
/* .insert-quote-panel a, |
|||
| ⚫ | |||
Revision as of 00:13, 13 October 2025
/* Template:Insert quote panel/styles.css */
.insert-quote-panel {
clear: both;
width: 100%;
box-sizing: border-box;
margin: 0 0 2em 0;
padding: .5em .5em .5em 0;
border: 0 solid #9CA4AC;
border-radius: 0;
background: #F8F9FA;
/* lock text color so dark mode doesn’t flip it */
color: #202122;
}
/* Optional: keep link colors constant too (pick one style) */
/* Neutral (same as text) */
.insert-quote-panel a,
.insert-quote-panel a:visited { color: #202122; text-decoration: underline; }
/* —or— Wikimedia blue, unchanged across themes */
/* .insert-quote-panel a,
.insert-quote-panel a:visited { color: #36c; } */