MediaWiki:Common.css: Difference between revisions

327 bytes added ,  15:46, 19 February 2022
tültıp
mNo edit summary
(tültıp)
Line 39: Line 39:
   box-shadow: inset 0px -2px 0px 0px rgba(91, 154, 170, 25%);
   box-shadow: inset 0px -2px 0px 0px rgba(91, 154, 170, 25%);
   transition: background-color 0.5s;
   transition: background-color 0.5s;
  word-break: break-word;
}
}
.mw-parser-output .external {
.mw-parser-output .external {
Line 56: Line 57:
   color: rgb(200, 123, 150) !important;
   color: rgb(200, 123, 150) !important;
   box-shadow: inset 0px -2px 0px 0px rgba(200, 123, 150, 25%);
   box-shadow: inset 0px -2px 0px 0px rgba(200, 123, 150, 25%);
}
[title]:hover::after {
    content: attr(title);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100vw - 2em);
    padding: 1em;
    margin: 1em;
    border-radius: 5px;
    background-color: rgba(255, 245, 245, 50%);
    text-align: center;
}
}