%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/infra/jogos/blocos-2/
Upload File :
Create Path :
Current File : //home/infra/jogos/blocos-2/example.css

body {
  font-family: sans-serif;
	overflow: hidden;
}

.caio{
	z-index: 9999;
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
}

canvas{
	background-image: url('bg.jpg');
    background-size: cover;
    background-position: center center;
}

.about,.hint {
	position: absolute;
	padding: 0.7em 1em;
	background: rgba(240, 240, 240, 0.7);
}

.dark .about,.dark .hint {
	background: rgba(32, 32, 32, 0.7);
}

.about {
	right: 0.5em;
	bottom: 0.5em;
}

.hint {
	left: 0.5em;
	bottom: 0.5em;
}

.loading {
	margin: 10% 10%;
	font-size: xx-large;
	position: absolute;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

.dark {
	color: #ccc;
	background: #fff;
}

.dark a {
	color: #fff;
}

/*=====================================================
=            Bootstrap 2.3.2 Media Queries            =
=====================================================*/
@media only screen and (max-width : 1380px) {
	.caio{
		width: 300px;
	}
}

@media only screen and (max-width : 1159px) {
	.caio{
		width: 200px;
	}
}

@media only screen and (max-width : 977px) {
	.caio{
		display: none;
	}
}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

Zerion Mini Shell 1.0