<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #ffffff;
	
	text-align: center;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #535353;
	
	line-height: 150%;
}

a {
	color: #2a60b0;
}

a:hover {
	color: #1d488a;
	
	text-decoration: none;
}

.loading {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
	background: #ffffff url() no-repeat 50% 30px;
	opacity: .7;
}

.red {
	color: red;
}

/*Layout*/
header {
	width: 960px;
	margin: 40px auto 40px auto;
	
	text-align: left;
}

header h1 {
	float: left;
	
	font-size: 32px;
	color: #1d488a;
	
	cursor: default;
}

.container {
	clear: both;
	width: 960px;
	margin: 0 auto 40px auto;
	
	text-align: left;
}

/*Menu*/
aside {
	float: left;
	width: 220px;
}

aside nav {
	
}

aside nav ul {
	list-style: none;
	list-style-position: inside;
}

aside nav li {
	clear: both;
	display: block;
	margin-bottom: 5px;
}

aside nav a {
	display: block;
	padding: 10px;
	
	text-decoration: none;
	font-size: 16px;
	
	border: 1px #f2f2f2 solid;
}

aside nav a:hover {
	border-color: #2a60b0;
}

aside nav a.active  {
	background: #2a60b0;
	
	color: #ffffff;
	
	border-color: #1d488a;
}

aside nav a.active:hover {
	background: #1d488a;
	
	color: #afc6e9;
}

/*Tutorial content*/
article {
	float: right;
	width: 700px;
	position: relative;
}

article h1 {
	display: none;
}

article h2,
article h3,
article h4,
article h5,
article h6 {
	color: #404040;
}

article h2 {
	padding-bottom: 15px;
	
	font-size: 24px;
}

article h3 {
	padding-bottom: 12px;
	
	font-size: 20px;
}

article h4 {
	padding-bottom: 9px;
	
	font-size: 18px;
}

article h5 {
	padding-bottom: 6px;
	
	font-size: 16px;
}

article h6 {
	padding-bottom: 3px;
	
	font-size: 14px;
}

article p {
	margin-bottom: 5px;
}

article section {
	margin-bottom: 20px;
}

article .syntaxhighlighter {
	padding: 10px 0 10px 0;
}

article ul,
article ol {
	padding: 10px 30px;
}

article img.center {
	display: block;
	margin: 15px auto 15px auto;
}

article .fright {
	margin: 10px 0 10px 10px;
}

article .fleft {
	margin: 10px 10px 10px 0;
}

/*Tutorial result*/
article .buttons {
	display: block;
	float: right;

}
#tutorialResult canvas {
	border: 1px #cccccc solid;	
}

article #tutorialResult {
	width: 640px;
	margin: 0 auto;
}



#tutorialResult table {
	width: 100%;
	margin-bottom: 20px;
}

#tutorialResult table td {
	padding: 5px;
}

/*Code sample*/
.codeSample {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: 99;
}

.codeSample .bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: #000000;
	opacity: .7;
	
	z-index: 98;
}

.codeSample .sample {
	display: block;
	width: 960px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
	padding-top: 20px;
	
	background: #1B2426;
	
	z-index: 100;
}

.codeSample .sample h1 {
	padding: 20px;
	
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.codeSample .sample .syntaxhighlighter {
    overflow-y: hidden !important;
  }

/*Footer*/
footer {
	clear: both;
	width: 960px;
	margin: 0 auto 20px auto;
	
	text-align: left;
	font-size: 10px;
	
	line-height: 110%;
	
	cursor: default;
}

footer .copyright {
	float: right;
	
	text-align: right;
}

footer .info {
	float: left;
}
</pre></body></html>