Changes

MediaWiki:Common.css

685 bytes added, 18:38, 13 April 2023
m
Test
color: #FFFFFF;
}
 
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
 
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: #555;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -60px;
opacity: 0;
transition: opacity 0.3s;
}
 
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
 
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
 
/* Makes changed text in the "Changes" panel in the wikitext editor visible */
WikiDefender
6,698
edits