MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
AdminIsidore (talk | contribs)
No edit summary
AdminIsidore (talk | contribs)
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 22: Line 22:
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: normal;
}
@font-face {
  font-family: 'Morris Initials';
  /* Corrected src path to match the actual filename with a space */
  src: url('/resources/fonts/Morris Initials.ttf') format('truetype');
}
}
.glossary-graph,
.glossary-graph,
Line 90: Line 95:
     }
     }
}
}
.vulgate-verse {
 
     border: 2px solid #8B4513; /* Dark brown for a parchment border */
/* --- Final Vulgate CSS --- */
     border-radius: 3px;
/* --- Final Vulgate CSS --- */
     padding: 15px;
@font-face {
     margin: 15px 0;
  font-family: 'Bilbo Swash Caps';
     background-color: #F5F2E7; /* Light parchment color */
  src: url('/w/images/BilboSwashCaps-Regular.ttf') format('truetype');
     background-image: url('/resources/images/parchment-texture.jpg'); /* Optional: add a texture */
}
     box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle aging effect */
.vulgate-container {
     font-family: 'Junicode', 'Quivira', 'Palatino Linotype', serif; /* Medieval-style fonts */
     position: relative;
     font-size: 16px;
    width: 90%;
     line-height: 1.6;
    max-width: 800px;
     color: #2F2F2F; /* Dark gray for text */
    margin: 3em auto;
}
.vulgate-parchment {
    position: absolute;
    width: 100%;
    height: 100%;
     top: 0;
     left: 0;
     box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.5), 0 0 125px #8f5922 inset;
     background: #fffef0;
    filter: url(#wavy2);
     background-image: url('/w/images/Parchment-texture.png');
}
.vulgate-content {
    position: relative;
     padding: 2em 3em;
     font-family: 'Bilbo Swash Caps', 'Palatino Linotype', cursive;
     font-size: 1.5em;
     line-height: 1.8;
     color: #7F3300;
    text-align: justify;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
}
.vulgate-verse-number {
.vulgate-verse-number {
     font-weight: bold;
     font-weight: bold;
     margin-right: 10px;
     margin-right: 5px;
    display: inline-block; /* Keep number and text on same line */
}
}