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- | border-bottom: 1px solid #ddd; | ||
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: | justify-content: flex-start; | ||
gap: 0.3em; | gap: 0.3em; | ||
box-shadow: 0 1px | 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: | ||
} | } | ||
/* Date styling */ | |||
.poem-breadcrumb .poem-date { | .poem-breadcrumb .poem-date { | ||
color: #666; | color: #666; | ||
font-style: italic; | font-style: italic; | ||
margin-left: 0.25em; | |||
} | } | ||