MediaWiki:Common.css: Difference between revisions

No change in size ,  16:05, 3 September 2019
m
no edit summary
(tooltip styles)
mNo edit summary
Line 1,950: Line 1,950:
   left: 50%;  
   left: 50%;  
   margin-left: -60px; /* half of the width */
   margin-left: -60px; /* half of the width */
  border: 1px solid rgba(177,201,195,0.1);
}
}
.qud-tooltip:hover .qud-tooltip-text {
.qud-tooltip:hover .qud-tooltip-text {
Line 1,970: Line 1,971:
   bottom:100%;
   bottom:100%;
   margin-left:unset;
   margin-left:unset;
  border: 1px solid rgba(177,201,195,0.1);
}
}
/* style superscripts - intended to contain a question mark for tooltip hover (other symbols might work but are untested) */
/* style superscripts - intended to contain a question mark for tooltip hover (other symbols might work but are untested) */