MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 95: Line 95:
   letter-spacing: 0.03em;
   letter-spacing: 0.03em;
   color: #444;
   color: #444;
}
.poem-breadcrumb {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 0.9em;
  background-color: #fcfcfa;
  border: 1px solid #ddd;
  border-left: 4px solid #777;
  border-radius: 4px;
  padding: 0.4em 0.75em;
  margin: 0 auto 1em;
  max-width: 38em;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.poem-breadcrumb a {
  text-decoration: none;
  font-weight: 600;
  color: #444;
}
.poem-breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}
.poem-breadcrumb .poem-author {
  font-weight: 500;
  color: #333;
}
.poem-breadcrumb .poem-date {
  color: #666;
  font-style: italic;
}
}