<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, div {
	margin: 0;
	padding: 0;
}

#page-wrapper {
	width: 640px;
	height: 2220px;
}

.share-bar {
	width: 640px;
	height: 50px;
	background-image: url('imagens/topo.jpg');
}

#books-container {
	height: 2112px;
}

.book {
	width: 128px;
	height: 192px;
	background-size: 100% 100%;
	float: left;
}

.corner {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-image: url('imagens/selected.png?v=3');
	font-family: 'montserrat', sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	color: #fff;
	text-shadow: 0 0 10px #fff;
	margin: 0;
}

#book-name {
	position: absolute;
	background-color: #1f9ff0;
	color: #fff;
	font-family: 'lato_regular', sans-serif;
	font-size: 14px;
	padding: 10px;
	box-shadow: 0 0 20px #1f9ff0;
	text-transform: uppercase;
	display: none;
}

#book-hover {
	display: none;
	width: 128px;
	height: 192px;
}

.book-title {
	padding: 50px 5px 0 5px;
	font-size: 12px;
	text-transform: uppercase;
}

.book-author {
	font-size: 10px;
	margin-top: 10px;
}

.share-button {
	float: right;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background-position: 0 0;
	cursor: pointer;
	margin: 8px 8px 0 0;
}

.share-button:hover {
	background-position-y: -32px; 
}</pre></body></html>