MediaWiki:Common.css: Difference between revisions

4 bytes removed ,  15:53, 19 February 2022
m
no edit summary
mNo edit summary
mNo edit summary
Line 60: Line 60:


[title]:hover::after {
[title]:hover::after {
    content: attr(title);
  content: attr(title);
    position: fixed;
  font-size: 2em;
    bottom: 0;
  position: fixed;
    left: 50%;
  bottom: 0;
    transform: translateX(-50%);
  left: 50%;
    max-width: calc(100vw - 3.5em);
  transform: translateX(-50%);
    padding: 0.75em 1.25em;
  max-width: calc(100vw - 3.5em);
    margin: 1em;
  padding: 0.75em 1.25em;
    border-radius: 5px;
  margin: 1em;
    background-color: #fff;
  border-radius: 0.5em;
    border: 0.5em solid rgba(255, 245, 245, 50%);
  background-color: #fff;
    text-align: center;
  border: 0.5em solid rgba(255, 245, 245, 50%);
  text-align: center;
}
}