Jump to content

Template:Scripture quote/styles.css: Difference between revisions

From Grigoripedia
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
 
(5 intermediate revisions by the same user not shown)
Line 8: Line 8:
   background: rgba(127, 90, 240, 0.08);
   background: rgba(127, 90, 240, 0.08);
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10);
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10);
   font-family: Georgia, "Times New Roman", Times, serif;
   font-family: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
}
}


Line 15: Line 15:
   top: 0.32em;
   top: 0.32em;
   left: 0.45em;
   left: 0.45em;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-family: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
   font-size: 2.5em;
   font-size: 2.5em;
   line-height: 1;
   line-height: 1;
Line 22: Line 22:


.gp-scripture-content {
.gp-scripture-content {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-family: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
   font-size: 0.94em;
   font-size: 0.94em;
   line-height: 1.65;
   line-height: 1.65;
Line 47: Line 47:
.gp-scripture-source {
.gp-scripture-source {
   margin-top: 0.85em;
   margin-top: 0.85em;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-family: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
   font-size: 0.89em;
   font-size: 0.90em;
   line-height: 1.4;
   line-height: 1.4;
   text-align: right;
   text-align: right;
Line 57: Line 57:
/* Defensive cleanup if MediaWiki accidentally emits preformatted text */
/* Defensive cleanup if MediaWiki accidentally emits preformatted text */
.gp-scripture-content pre {
.gp-scripture-content pre {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-family: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
   font-size: inherit;
   font-size: inherit;
   line-height: inherit;
   line-height: inherit;
Line 94: Line 94:
   .gp-scripture-source {
   .gp-scripture-source {
     margin-top: 0.7em;
     margin-top: 0.7em;
     font-size: 0.82em;
     font-size: 0.86em;
     text-align: right;
     text-align: right;
   }
   }
}
}

Latest revision as of 20:05, 25 June 2026

.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: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
}

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

.gp-scripture-content {
  font-family: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 0.94em;
  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: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 0.90em;
  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: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, 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: 0.92em;
  }
  
  .gp-scripture-source {
    margin-top: 0.7em;
    font-size: 0.86em;
    text-align: right;
  }
}