User:Lupin/menus.css
Jump to navigation
Jump to search
Script error: No such module "Message box".
Template:Script doc autoNote: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the Script error: No such module "key". key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* menu magic - many thanks to [[User:Zocky]]! */
span.popup_menu
{
display:none;
position:absolute;
left:0px; top:2.3ex;
z-index:2;
width:10em;
background:white;
border:solid 1px grey;
}
span.popup_menu a {display:block;}
span.popup_menu_row a {display:inline;}
span.popup_menu_row {display:block;}
div.popup_drop {display:inline; position:relative}
div.popup_drop:hover span.popup_menu,
div.popup_drop span.popup_menu:hover {display:inline; background:White; padding:2px 2px 2px 2px}
/* other colours, styles and so on */
span.popup_menu a:hover {background:#CCf; color:#44f}
span.popup_mainlink {font-size: 140%; font-weight: bold}
table.popupBorderTable { background: #FFBE20 /* orange */ }
table.popupTable { background: #FFFAEF }