Jump to content

Template:Scripture quote/styles.css

From Grigoripedia
.gp-scripture-quote {
  position: relative;
  box-sizing: border-box;
  margin: 1.2em 0;
  padding: 1em 1.25em 1em 3.2em;
  border-left: 4px solid #7f5af0;
  border-radius: 10px;
  background: rgba(127, 90, 240, 0.08);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10);
  font-family: Georgia, "Times New Roman", Times, serif;
}

.gp-scripture-mark {
  position: absolute;
  top: 0.32em;
  left: 0.45em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.5em;
  line-height: 1;
  opacity: 0.38;
}

.gp-scripture-content {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.98em;
  line-height: 1.65;
  text-align: left;
}

.gp-scripture-content p:first-child {
  margin-top: 0;
}

.gp-scripture-content p:last-child {
  margin-bottom: 0;
}

.gp-scripture-quote-verse .gp-scripture-content {
  line-height: 1.7;
}

.gp-scripture-quote-verse .poem {
  margin-top: 0;
  margin-bottom: 0;
}

.gp-scripture-source {
  margin-top: 0.85em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.92em;
  line-height: 1.4;
  text-align: right;
  font-style: italic;
  opacity: 0.82;
}

/* Defensive cleanup if MediaWiki accidentally emits preformatted text */
.gp-scripture-content pre {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: inherit;
  line-height: inherit;
  white-space: normal;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

/* Dark-theme support */
html.skin-theme-clientpref-night .gp-scripture-quote {
  background: rgba(127, 90, 240, 0.14);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}

html.skin-theme-clientpref-night .gp-scripture-mark {
  opacity: 0.45;
}

/* Mobile cleanup */
@media screen and (max-width: 600px) {
  .gp-scripture-quote {
    padding: 0.9em 1em 0.9em 2.7em;
  }

  .gp-scripture-mark {
    left: 0.35em;
    font-size: 2.2em;
  }

  .gp-scripture-content {
    font-size: 1em;
  }
}