<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: white;
	color: black;
}

#back {
	text-decoration: none;
	color: gray;
}

#back:hover {
	text-decoration: underline;
}


/*
	raw text
*/
#src {
	display: none;
}


/*
	search box
*/
#search {
	width: 14em;
	margin: 1em 0 1em 0;
}
#searchresults {
	position: absolute;
	left: 2pt;
	top: 8em;
	padding: .5em;
	background-color: white;
	border: solid 1pt gray;
	box-shadow: .3em .3em .3em rgba(0,0,0,.2);
	min-height: 2em;
	display: none;
}
#searchresults p {
	margin: 0;
}
#searchresults a {
	text-decoration: none;
	color: purple;
}
#searchresults a:hover {
	text-decoration: underline;
}


/*
	info screen
*/
#info {
	width: 25em;
	margin: 0 auto 0 auto;
	min-height: 20em;
	font-size: 1.5em;
	text-align: center;
	padding: 5em 0 0 0;
	color: dimgrey;
}


/*
	menu
*/
#logo {
	height: 5em;
	display: block;
}
#maj {
	font-size: .7em;
	margin: 1em 0 1em 0;
	color: dimgrey;
}
#btnall {
	display: block;
}
#menu {
	background-color: white;
	float: left;
	width: 16%;
	min-height: 20em;
}
#menu #content {
	font-size: .9em;
}
#menu .section {
	color: blue;
	cursor: pointer;
}
#menu .section:hover {
	text-decoration: underline;
}
#menu .moves {
	min-height: 1em;
	margin: 0;
	padding: 0 0 0 2em;
	font-size: .9em;
}
#menu .move {
	color: purple;
	cursor: pointer;
	margin: 0;
}
#menu .move:hover {
	text-decoration: underline;
}
.current {
	font-weight: bold;
}
.flag {
	color: red;
}



/*
	translations
*/
#en,
#fr {
	float: left;
	min-height: 20em;
	width: 40%;
	margin: 0 0 0 2%;
	padding: 0 0 5em 0;
}
#trad p {
	margin: 0;
	min-height: 1em;
}
#trad p.list {
	position: relative;
	margin-left: 1em;
	text-indent: -1em;
}
#trad p.list::before {
	content: 'â€¢ ';
	font-style: normal;
}
#trad p:first-child {
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	height: 2em;
	font-variant: small-caps;
}
#trad h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.1em;
	margin: 1em 0 .5em 0;
}
#trad .digit {
	color: red;
	font-weight: bold;
}
#trad .stat {
	color: blue;
}
.hl {
	background-color: yellow;
}


/*
	all formated text
*/
#copy {
	text-align: center;
}
#copydone {
	margin: .3em 0 0 0;
	height: 1em;
	text-align: center;
	color: purple;
}

#text {
	display: none;
	font-size: 1.2em;
	max-width: 40em;
	min-height: 20em;
	margin: 0 auto 5em auto;
}
#text h1 {
	text-align: center;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: bold;
	background-color: black;
	color: white;
	padding: 2em 1em 2em 1em;
	margin: 1em 0 0 0;
}

#text h2 {
	text-align: center;
	margin: 3em 0 1em 0;
	font-size: 1.6em;
	text-transform: uppercase;
}
#text h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 1.5em 0 .5em 0;
	text-align: left;
}
#text p {
	margin: 0;
	min-height: 1em;
}
#text ul {
	margin: 0;
	padding: 0 0 0 1em;
}



/*
	hidden temporary text HTML source
*/
#allsource {
	height: 0;
	border: none;
	margin: 0;
	opacity: 0;
}




/*
	editor button
*/
#toedit {
	display: block;
	margin: 1em 0 0 0;
	text-decoration: none;
	opacity: .5;
}

#toedit:hover {
	opacity: 1;
}
</pre></body></html>