MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 97: Line 97:
}
}


/* Full-width breadcrumb banner for poem pages */
.poem-breadcrumb {
.poem-breadcrumb {
   font-family: 'Alegreya Sans', sans-serif;
   font-family: 'Alegreya Sans', sans-serif;
   font-size: 0.9em;
   font-size: 0.9em;
   background-color: #fcfcfa;
   background-color: #fcfcfa;
   border: 1px solid #ddd;
   border-top: 1px solid #ddd;
   border-left: 4px solid #777;
   border-bottom: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.4em 0.75em;
  margin: 0 auto 1em;
  max-width: 38em;
   color: #333;
   color: #333;
  padding: 0.6em 1.2em;
  margin: 0 0 1.2em 0;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: flex-start;
   gap: 0.3em;
   gap: 0.3em;
   box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  width: 100%;
  box-sizing: border-box;
   box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}
}


/* Link styling matches LitWiki’s minimalist aesthetic */
.poem-breadcrumb a {
.poem-breadcrumb a {
   text-decoration: none;
   text-decoration: none;
Line 126: Line 128:
}
}


.poem-breadcrumb .poem-author {
/* Date styling */
  font-weight: 500;
  color: #333;
}
 
.poem-breadcrumb .poem-date {
.poem-breadcrumb .poem-date {
   color: #666;
   color: #666;
   font-style: italic;
   font-style: italic;
  margin-left: 0.25em;
}
}