/*
	Madd Wiki Engine

	Copyright (c) 2020, Madd Games.
	All rights reserved.
	
	Redistribution and use in source and binary forms, with or without
	modification, are permitted provided that the following conditions are met:
	
	* Redistributions of source code must retain the above copyright notice, this
	  list of conditions and the following disclaimer.
	
	* Redistributions in binary form must reproduce the above copyright notice,
	  this list of conditions and the following disclaimer in the documentation
	  and/or other materials provided with the distribution.
	
	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
	AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
	IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
	DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
	FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
	DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
	SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
	CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
	OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
	OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

.wiki-syntax-error {
	display: inline-block;
	color: #ff6666;
	font-weight: bold;
	border: 1px #ee0000 solid;
	border-radius: 0.2rem;
	background-color: #ffdddd;
}

.widget {
	border: 1px #dee2e6 solid;
	background-color: #fff;
	padding: .7rem;
	margin-bottom: .5rem;
}

.page-body {
	min-height: 90vh;
}

.infobox {
	border: 1px #dee2e6 solid;
	padding: 0;
	float: right;
	min-width: 25%;
	margin: 1rem;
	margin-top: 0;
	margin-right: 0;
}

.infobox-header {
	background-color: #eeeeee;
	padding: 1rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
}

.infobox-section-header {
	background-color: #cfcfcf;
	border-top: 1px #dee2e6 solid;
	font-weight: bold;
	text-align: center;
	font-size: .8rem;
	padding: .3rem;
}

.infobox-row-name {
	background-color: #eeeeee;
	font-weight: bold;
	font-size: .8rem;
	padding: .3rem;
	box-shadow: 0px 0px 0px .5px #dee2e6 inset;
}

.infobox-row-value {
	background-color: #fff;
	font-size: .8rem;
	padding: .3rem;
	text-align: center;
	box-shadow: 0px 0px 0px .5px #dee2e6 inset;
}

.wiki-toc {
	border: 1px #dee2e6 solid;
	padding: .5rem;
	background-color: #f3f3f3;
	width: 25%;
}

.wiki-chapter {
	margin-top: 2rem;
}

h6.wiki-toc-header {
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}

a.wiki-toc-entry {
	display: block;
	font-size: .9rem;
	margin: .3rem;
}

a.wiki-toc-entry-1 { padding-left: 0; }
a.wiki-toc-entry-2 { padding-left: 1rem; }
a.wiki-toc-entry-3 { padding-left: 2rem; }
a.wiki-toc-entry-4 { padding-left: 3rem; }
a.wiki-toc-entry-5 { padding-left: 4rem; }

pre.wiki-code {
	border: 1px #dee2e6 solid;
	padding: .3rem;
	background-color: #fafafa;
}
