Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Felyza/Sandbox/TooltipTest: Difference between revisions

From EVE University Wiki
Felyza (talk | contribs)
mNo edit summary
Felyza (talk | contribs)
mNo edit summary
Line 23: Line 23:


.tooltip .tooltiptext {
.tooltip .tooltiptext {
   width: 240px;
   width: 512px;
   bottom: 100%;
   bottom: 100%;
   left: 50%;
   left: 50%;
   margin-left: -120px; /* Use half of the width (120/2 = 60), to center the tooltip */
   margin-left: -256px; /* Use half of the width (120/2 = 60), to center the tooltip */
}
}
.tooltip .tooltiptext::before {
.tooltip .tooltiptext::before {