/** * Spaceship! styling for the options menu widget. * * Copyright (c) 2008, 2009 Peter Parente under the terms of the BSD license. * http://creativecommons.org/licenses/BSD/ */ .ssMenuViewTable { margin: 0px auto; list-style-type: none; padding: 0px; border: 1px solid white; width: 550px; background-color: rgba(0, 0, 0, 0.9); font-size: 2.5em; } .ssMenuViewTable .ssMenuViewLabel { text-align: left; padding: 0px; margin: 0px; font-size: 1em; line-height: 1.5em; } .ssMenuViewTable .ssMenuViewLabelSelected { text-decoration: underline; } .ssMenuViewTable .ssMenuViewArrow { cursor: pointer; } .ssMenuViewTable .ssMenuViewValue { }