Jump to content

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

From Insurer Brain
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
/* Template:Insert quote panel/styles.css */
/* ================================
Template:Insert quote panel/styles.css
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; /* keep at 0; override via |style= if needed */
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) {
.insert-quote-panel { margin-bottom: 1.25em; }
}
}

*/
/* 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; } */

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; } */