/** * Spaceship! styling for the MiniGameManager view. * * Copyright (c) 2008, 2009 Peter Parente under the terms of the BSD license. * http://creativecommons.org/licenses/BSD/ */ .ssMiniGameView { visibility: hidden; display: table; position: relative; overflow: hidden; width: 100%; height: 100%; } .ssMiniGameViewBox { text-align: center; display: table-cell; vertical-align: middle; font-size: 2.5em; border: 1px solid white; color: white; background-color: rgba(0, 0, 0, 0.9); padding: 20px; margin: 5px; }