/******************************************************************************
 *                                                                            *
 *    This file is part of RPB Chessboard, a WordPress plugin.                *
 *    Copyright (C) 2013-2020  Yoann Le Montagner <yo35 -at- melix.net>       *
 *                                                                            *
 *    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 3 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/>.   *
 *                                                                            *
 ******************************************************************************/


.rpbchessboard-noJavascriptBlock,
.rpbchessboard-javascriptWarning {
	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
	padding: 8px 10px 8px;
}

.rpbchessboard-noJavascriptBlock {
	white-space: pre-line;
	font-family: Consolas, Monaco, monospace;
	font-style: normal;
	color: #444;
	border: solid 1px #cc8;
	background-color: #ffd;
}

.rpbchessboard-javascriptWarning {
	font-family: sans-serif;
	color: #444;
	border: solid 1px #c88;
	background-color: #fdd;
}

.rpbchessboard-noJavascriptBlock + .rpbchessboard-javascriptWarning {
	margin-top: 0.5em;
}

p.rpbchessboard-spacerBefore {
	margin-bottom: 0px !important;
}

p.rpbchessboard-spacerAfter {
	margin-top: 0px !important;
}

.rpbchessboard-diagramAlignment-floatLeft {
	float: left;
	margin-right: 1em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.rpbchessboard-diagramAlignment-floatRight {
	float: right;
	margin-left: 1em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
