%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/catalogo.gracaeditorial.com.br/catalogo-online/css/
Upload File :
Create Path :
Current File : /var/www/projetos/catalogo.gracaeditorial.com.br/catalogo-online/css/style.css

@import url('reset.css');
@import url('static.css');
@import url('elements.css');


/* = General
-------------------------------------------------------------- */

.clear {
	clear: both;
	display: block;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

label,
input[type="submit"]
{
	cursor: pointer;
}

html {
	overflow: hidden; 
}


/* = Structure
-------------------------------------------------------------- */

html, body { width: 100%; height: 100%; overflow: hidden; }

body {
	/*
background: #2a6279; 
background: -moz-linear-gradient(top, #2a6279 0%, #003756 100%); /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a6279), color-stop(100%,#003756)); 
background: -webkit-linear-gradient(top, #2a6279 0%,#003756 100%); 
background: -o-linear-gradient(top, #2a6279 0%,#003756 100%); 
background: -ms-linear-gradient(top, #2a6279 0%,#003756 100%); 
background: linear-gradient(to bottom, #2a6279 0%,#003756 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a6279', endColorstr='#003756',GradientType=0 ); 
*/
background: url(http://www.catalogodopovo.com.br/site/templates/catalogoNatal/images/bg2.png) ;
	line-height: 1.5; 
	font-family: 'Arial', sans-serif;
	color: #1a1a1a;
	
}


#page {
	position: absolute; left: 50%; top: 50%; z-index: 5;
	display: none;
	width: 1100px; height: 715px;
	margin: -358px 0 0 -550px; 
}

#page.mobile {
		width: 550px; height: 358px;
		margin: -210px 0 0 -275px;
	}
	
#page .padding { /*padding: 0 34px;*/ }

@media screen and (max-width: 1024px) { 
	
	body {
		background-size: 200% 200%;
	}

}


@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	body {
		background-size: 200% 200%; }
	
	
	#page {
		width: 540px; height: 351px;
		margin: -205px 0 0 -270px; }
		
	#about { font-size: 90%; margin-top: -10%; }

}

@media screen and (max-width: 768px) { 
	
	#page {
		width: 540px; height: 351px;
		margin: -205px 0 0 -270px; }

}

@media only screen and (max-device-width: 960px) {
	#page {
		width: 540px; height: 351px;
		margin: -205px 0 0 -270px;
	}
	
	#about {
		font-size: 80%;
	}

}


.cursor-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}


.overlay {
	position: absolute; left: -10000px; top: 0; z-index: 20;
	background: url(../img/bg-overlay.png);
	width: 100%; height: 100%;
	opacity: 0;
}

.overlay.active { left: 0;  }



/* = About
-------------------------------------------------------------- */

#about {
	position: absolute; z-index: 5;
	width: 45%; display: none;
}

	#about h3 {
		background: url(../img/arrow-right.png) no-repeat 0 50%;
		margin: 0 0 .5em 0;
		padding: 0 0 0 25px;
		font-size: 1.375em;
		color: #F53000;
		-webkit-font-smoothing: antialiased;
	}

	#about ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#about li {
			padding: 0 0 10% 0;
		}
		
		#about li:first-child {
			padding-top: 0;
		}
	
			#about p {
				font-size: 13px;
				color: #1a1a1a;
				padding-bottom: 10px;
			}








/* = Book
-------------------------------------------------------------- */

#book {
	position: relative; z-index: 10;
	width: 100%; height:100%;
}

#book .turn-page {
	background-color: white;
	background-size: 100% 100%;
}

	.double {
		background-size: 200% 100% !important;
	}

	.double.first {
		background-position: 0% 0%;
	 }

	.double.second {
		background-position: -100% 0%;
	}



	/* = Nav Arrows
	---------------------------------------- */
	
	.nav_arrow {
		position: absolute; top: 50%; z-index: 15;
		background: url(../img/arrow-navpage.png);
		width: 34px; height: 136px;
		margin-top: -96px;  }
		
		.nav_arrow.next			{ right: 0; background-position: 0 0; }
		.nav_arrow.next:hover	{ background-position: 0 -186px; }
	
		.nav_arrow.prev			{ left: 0; background-position: 0 -372px; display: none; }
		.nav_arrow.prev:hover	{ background-position: 0 -558px; }
	
		/*#page.mobile .nav_arrow.next { right: -24px; }*/



	/* = Cover
	---------------------------------------- */

	
		
	#cover ul {
		clear: both;
		width: 90%;
		margin: 48% auto 0 auto;	
		list-style: none;
		padding: 20px 0;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2; }
	
	#cover ul:after { clear: both; content: ''; display: block; }
	
		#cover li {
			float: left;
			width: 28.3%;
			margin: 0 2.5%;
		}
		
		#cover li,
		#cover img {
			-moz-user-select: -moz-none;
		   -khtml-user-select: none;
		   -webkit-user-select: none;
		   user-select: none;
		}
		
		#cover li:last-child {
			margin-right: 0;
		}

			#cover li img {
				float: left;
				width: 100%;
			}
			
			#cover li a:hover img {
				opacity: .8;
			}
			


	/* = End
	---------------------------------------- */

	#end { text-align: center; }
	
		#end p { padding-top: 60%; }



	/* = Meta data
	---------------------------------------- */

	#book .meta {
		position: absolute; bottom: 1%;
	}

		.meta .num {
			font-weight: bold;
			font-size: 0.750em;
			color: #666;
		}
		
		.meta .description {
			font-size: 0.688em;
			color: #666; }

		.meta.left { 
			left: 12px;
		}
			.meta.left .num {
				padding-right: 10px;
			}
		
		.meta.right {
			right: 12px;
			text-align: right;
		}
		
			.meta.right .num {
				padding-left: 10px;
			}
			
			



Zerion Mini Shell 1.0