19,580
edits
(do the same rule unification for movie files) |
(added "has_popup" and "popup" spans) |
||
Line 1,048: | Line 1,048: | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
padding-right:11px; | padding-right:11px; | ||
} | |||
/* For popups that display immediately upon mouse hover */ | |||
span.has_popup { | |||
position:relative; | |||
} | |||
span.has_popup span.popup { | |||
display:none; | |||
} | |||
span.has_popup:hover span.popup { | |||
display:block; | |||
left:13px; | |||
position:absolute; | |||
top:9px; | |||
width:200%; | |||
} | } |