/**
 * Styles for EditWarning extension.
 *
 * This file is part of MediaWiki extension EditWarning.
 * The style definitions are necessary for the warning/info messages.
 *
 * 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, see <http://www.gnu.org/licenses/>.
 * 
 * @author      Thomas David <nemphis@code-geek.de>
 * @copyright   2008-2011 Thomas David <nemphis@code-geek.de>
 * @license     http://www.gnu.org/licenses/gpl-2.0.html GNU GPL 2.0 or later
 * @version     0.4-beta
 * @category    Extensions
 * @package     EditWarning
*/

.note {
    text-align: center;
    background: #ddffdd;
    padding: .5em;
    margin: 1em 0 1em 0;
    border: 2px solid #008000;
}

.warning {
    text-align: center;
    background: #fdd;
    padding: .5em;
    margin: 1em 0 1em 0;
    border: 2px solid #b80000;
}
