<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0 0 60px;
	background: #f9f8f9 url('fundo.jpg');
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 13px;
	overflow: -moz-scrollbars-vertical;
}

h1 {
	margin: 40px 0 20px;
	font-size: 20px;
	text-align: center;
}

h2 {
	margin-bottom: 0;
	color: #665136;
}

h3 {
	margin: 0 0 20px;
	font-weight: normal;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}
:focus {
	outline: 0;
}

ol, li {
	margin-top: 0;
	list-style: none;
	font-weight: bold;
}

.coisado {width: 852px;}

.linkexterno {
	text-decoration: none;
	color: #732F57;
	font-weight: bold;
}
.linkexterno:hover ,.linkexterno:focus {
	text-decoration: underline;
}
 
.about {
	margin-top: 60px;
	text-align: center;
}

.about a {
	color: #999;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

.about a:hover {
	color: #333;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

.links {
	margin-top: 20px;
	text-align: center;
}

.jaf-container {
	position: relative;
	padding: 0;
}

.jaf-row {
	/*zoom: 1;*/
	min-width: 320px;
}

.folder {
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	height: 149px;
	padding: 3% 3% 10px 3%;
	cursor: pointer;
}

.folder::before {
	position: absolute;
	bottom: -1px;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: 7px;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid transparent;
	-webkit-transition: bottom 0.2s ease-in;
	-moz-transition: bottom 0.2s ease-in;
	transition: bottom 0.2s ease-in;
}

.folder::after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	content: '';
	width: 0;
	height: 0;
	margin-left: 6px;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid transparent;
	-webkit-transition: bottom 0.2s ease-in;
	-moz-transition: bottom 0.2s ease-in;
	transition: bottom 0.2s ease-in;
}

.folder img {
	position: relative;
	margin-top: 0;
	margin-left: 0;
	max-width: 100%;
 
	border: 1px solid #978e6a;
	box-shadow: 2px 2px 5px #978e6a;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.album-name {
	font-weight: bold;
	white-space: nowrap;
 
	text-overflow: ellipsis;
	text-align: center;

	text-shadow: 1px 1px 2px #fff;
	color: #665136;
	
/*	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;*/
}

.artist-name {
	opacity: 1;	
	margin-bottom: 2px;
	color: #888;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-align: center;
}

.app-folders-container {
	width: 100%;
	margin: 0 auto;
}

.active-tool {
	z-index: 10;
}

.active-tool::before {
	bottom: -1px;
	margin-left: -7px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.active-tool::after {
	bottom: -1px;
	margin-left: -6px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid transparent;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.active-tool img {
	max-width: 110%;
	margin-top: -5%;
	margin-left: -5%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.active-tool .album-name {
	padding-bottom: 6px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.active-tool .artist-name {
	opacity: 0;
	height: 2px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.folderContent {
	position: relative;
	z-index: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 320px;
	padding: 20px 0 0 60px;
	background-color: #aaa;
	border: 1px solid rgba(0,0,0,0.3);
	border-width: 1px 0;
	background-color: rgba(239, 207, 165, 1);
	z-index: 99;
}

.folderContent a:hover {
	text-decoration: underline;
}

.folderContent .close {
	position: absolute;
	top: 15px;
	left: 10px;
	padding: 1px 5px 3px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.3);
	color: rgba(255,255,255,0.5);
	font-weight: bold;
}

.folderContent .close:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.6);
	color: rgba(255,255,255,0.5);
}

.multi {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.art-wrap {
	float: right;
	text-align: left;
	width: 300px;
	font-size: 11px;
	padding-left: 5px;
	/*width: 30%;*/
}

.art-wrap img {
	position: relative;
	z-index: -2;
	display: block;
	width: 100%;
	max-width: 300px;
}

.clear {
	clear: both;
}

@media (max-width: 480px){

	.folder {
		height: 145px;
	}

	.folderContent {
		padding: 20px 40px;
		width: 100%;
	}

}

@media (min-width: 481px) and (max-width: 768px){

	.folder {
		height: 210px;
	}
}

@media (max-width: 768px){

	.multi {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.art-wrap {
		display: none;
	}
}

@media (min-width: 769px){

	.jaf-row {
		width: 940px;
		margin: 0 auto;
	}
}</pre></body></html>