/*
Theme Name: Arena BRSQ
Description: Theme personnalise pour système d'affiche, ARENA
Author: Bourrasque
Author URI: https://bourrasque.ca/
Version: 0.0.1
*/

/* *************************************/
/* *********** RESET CSS ***************/
/* *************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	box-sizing: border-box;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}
/* default wordpress  */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

p:not(:last-child), ul:not(:last-child) {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
}

/* *************************************/
/* *********** CUSTOM CSS **************/
/* *************************************/


/* *************** ARENA ******************** */
html {height: 100%;}
body {background-color:#494446; height: 100%;}


#config {height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2em; font-family: Roboto, sans-serif;}
#config > div {text-align: center; background: grey; border: solid 2px; padding: 2em; max-width: 60%;}
#config > div input {font-size: 1.5em; text-align: center;}
#config > div button {font-size: 1.5em; padding: 0 1em;}
#config > div #error { color:white; background: #CC2222; margin-top:1em; }
#config > div #success {display:none; word-break:break-all; font-size: 1rem;}

/* End of file */