/** * Stylesheet for the announce-on-publish wordpress plugin. * * @version $Version: 2016.10.30$ * @author Mauricio Villegas * @copyright Copyright(c) 2016, Mauricio Villegas * @license GPLv2 or later */ /* Copyright (C) 2016 Mauricio Villegas This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Settings page styles */ #announce-settings table { border-spacing: 5px; } #announce-settings .ccol { text-align: center; } /* Modal box styles */ #announce-modbox-container { width: 100%; height: 100%; top: 0; left: 0; display: none; position: fixed; overflow: auto; z-index: 100000; } #announce-background { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: .8; background-color: #313131; } #announce-modbox { position: absolute; left: 15%; top: 15%; width: 70%; max-width: 600px; background: #f1f1f1; padding: 0 15px 5px 15px; } #announce-modbox input, #announce-modbox textarea { display: block; width: 100%; } #announce-modbox textarea { height: 100px; } #announce-modbox .button { float: right; margin: 10px 5px 10px 0; }